ProjectSourceAuth constructor
Creates a new ProjectSourceAuth.
resource The ARN of the resource to use for authentication. For type CODECONNECTIONS this should be
type The type of authentication AWS CodeBuild should perform. Valid values are CODECONNECTIONS and
Implementation
const ProjectSourceAuth({
required this.resource,
required this.type,
});