| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ImagePullPrincipalType |
LinuxBuildImage.getImagePullPrincipalType()
(experimental) The type of principal that CodeBuild will use to pull this build Docker image.
|
ImagePullPrincipalType |
IBindableBuildImage.Jsii$Proxy.getImagePullPrincipalType()
(experimental) The type of principal that CodeBuild will use to pull this build Docker image.
|
default ImagePullPrincipalType |
IBindableBuildImage.Jsii$Default.getImagePullPrincipalType()
(experimental) The type of principal that CodeBuild will use to pull this build Docker image.
|
ImagePullPrincipalType |
WindowsBuildImage.getImagePullPrincipalType()
(experimental) The type of principal that CodeBuild will use to pull this build Docker image.
|
ImagePullPrincipalType |
LinuxGpuBuildImage.getImagePullPrincipalType()
(experimental) The type of principal that CodeBuild will use to pull this build Docker image.
|
default ImagePullPrincipalType |
IBuildImage.getImagePullPrincipalType()
(experimental) The type of principal that CodeBuild will use to pull this build Docker image.
|
ImagePullPrincipalType |
IBuildImage.Jsii$Proxy.getImagePullPrincipalType()
(experimental) The type of principal that CodeBuild will use to pull this build Docker image.
|
default ImagePullPrincipalType |
IBuildImage.Jsii$Default.getImagePullPrincipalType()
(experimental) The type of principal that CodeBuild will use to pull this build Docker image.
|
static ImagePullPrincipalType |
ImagePullPrincipalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImagePullPrincipalType[] |
ImagePullPrincipalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.