imagePullCredentialsType property

Input<String?>? imagePullCredentialsType
final

Type of credentials AWS CodeBuild uses to pull images in your build. Valid values: CODEBUILD, SERVICE_ROLE. When you use a cross-account or private registry image, you must use SERVICE_ROLE credentials. When you use an AWS CodeBuild curated image, you must use CodeBuild credentials. Defaults to CODEBUILD.

Implementation

final pulumi.Input<String?>? imagePullCredentialsType;