interface EnvironmentProperty
Language | Type name |
---|---|
![]() | aws_cdk.aws_codebuild.EnvironmentProperty |
![]() | software.amazon.awscdk.services.codebuild.EnvironmentProperty |
![]() | Amazon.CDK.AWS.CodeBuild.EnvironmentProperty |
![]() | @aws-cdk/aws-codebuild.CfnProject.EnvironmentProperty |
Properties
Name | Type | Description |
---|---|---|
compute | string | CfnProject.EnvironmentProperty.ComputeType . |
image | string | CfnProject.EnvironmentProperty.Image . |
type | string | CfnProject.EnvironmentProperty.Type . |
certificate? | string | CfnProject.EnvironmentProperty.Certificate . |
environment | IResolvable | Array< IResolvable | Environment > | CfnProject.EnvironmentProperty.EnvironmentVariables . |
image | string | CfnProject.EnvironmentProperty.ImagePullCredentialsType . |
privileged | boolean | IResolvable | CfnProject.EnvironmentProperty.PrivilegedMode . |
registry | IResolvable | Registry | CfnProject.EnvironmentProperty.RegistryCredential . |
computeType
Type:
string
CfnProject.EnvironmentProperty.ComputeType
.
image
Type:
string
CfnProject.EnvironmentProperty.Image
.
type
Type:
string
CfnProject.EnvironmentProperty.Type
.
certificate?
Type:
string
(optional)
CfnProject.EnvironmentProperty.Certificate
.
environmentVariables?
Type:
IResolvable
| Array<
IResolvable
|
Environment
>
(optional)
CfnProject.EnvironmentProperty.EnvironmentVariables
.
imagePullCredentialsType?
Type:
string
(optional)
CfnProject.EnvironmentProperty.ImagePullCredentialsType
.
privilegedMode?
Type:
boolean |
IResolvable
(optional)
CfnProject.EnvironmentProperty.PrivilegedMode
.
registryCredential?
Type:
IResolvable
|
Registry
(optional)
CfnProject.EnvironmentProperty.RegistryCredential
.