Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.codebuild package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.codebuild package.
(artifacts-config-builder id config)
Creates a ArtifactsConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ArtifactsConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(artifacts-props-builder id config)
Creates a ArtifactsProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ArtifactsProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(batch-build-config-builder id config)
Creates a BatchBuildConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BatchBuildConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(bind-to-code-pipeline-options-builder id config)
Creates a BindToCodePipelineOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BindToCodePipelineOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(bit-bucket-source-credentials-builder scope id config)
Creates a BitBucketSourceCredentials$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `BitBucketSourceCredentials$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(bit-bucket-source-credentials-props-builder id config)
Creates a BitBucketSourceCredentialsProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BitBucketSourceCredentialsProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(bit-bucket-source-props-builder id config)
Creates a BitBucketSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BitBucketSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(bucket-cache-options-builder id config)
Creates a BucketCacheOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BucketCacheOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(build-artifacts-config-builder builder id config)
The build-artifacts-config-builder function updates a ArtifactsConfig$Builder instance using the provided configuration. The function takes the ArtifactsConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
artifactsProperty | software.amazon.awscdk.services.codebuild.CfnProject$ArtifactsProperty | cdk.support/lookup-entry | :artifacts-property |
The build-artifacts-config-builder function updates a ArtifactsConfig$Builder instance using the provided configuration. The function takes the ArtifactsConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `artifactsProperty` | software.amazon.awscdk.services.codebuild.CfnProject$ArtifactsProperty | [[cdk.support/lookup-entry]] | `:artifacts-property` |
(build-artifacts-props-builder builder id config)
The build-artifacts-props-builder function updates a ArtifactsProps$Builder instance using the provided configuration. The function takes the ArtifactsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
The build-artifacts-props-builder function updates a ArtifactsProps$Builder instance using the provided configuration. The function takes the ArtifactsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` |
(build-batch-build-config-builder builder id config)
The build-batch-build-config-builder function updates a BatchBuildConfig$Builder instance using the provided configuration. The function takes the BatchBuildConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
The build-batch-build-config-builder function updates a BatchBuildConfig$Builder instance using the provided configuration. The function takes the BatchBuildConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
(build-bind-to-code-pipeline-options-builder builder id config)
The build-bind-to-code-pipeline-options-builder function updates a BindToCodePipelineOptions$Builder instance using the provided configuration. The function takes the BindToCodePipelineOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
artifactBucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :artifact-bucket |
The build-bind-to-code-pipeline-options-builder function updates a BindToCodePipelineOptions$Builder instance using the provided configuration. The function takes the BindToCodePipelineOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `artifactBucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:artifact-bucket` |
(build-bit-bucket-source-credentials-builder builder id config)
The build-bit-bucket-source-credentials-builder function updates a BitBucketSourceCredentials$Builder instance using the provided configuration. The function takes the BitBucketSourceCredentials$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
password | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :password |
username | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :username |
The build-bit-bucket-source-credentials-builder function updates a BitBucketSourceCredentials$Builder instance using the provided configuration. The function takes the BitBucketSourceCredentials$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `password` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:password` | | `username` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:username` |
(build-bit-bucket-source-credentials-props-builder builder id config)
The build-bit-bucket-source-credentials-props-builder function updates a BitBucketSourceCredentialsProps$Builder instance using the provided configuration. The function takes the BitBucketSourceCredentialsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
password | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :password |
username | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :username |
The build-bit-bucket-source-credentials-props-builder function updates a BitBucketSourceCredentialsProps$Builder instance using the provided configuration. The function takes the BitBucketSourceCredentialsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `password` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:password` | | `username` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:username` |
(build-bit-bucket-source-props-builder builder id config)
The build-bit-bucket-source-props-builder function updates a BitBucketSourceProps$Builder instance using the provided configuration. The function takes the BitBucketSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
branchOrRef | java.lang.String | cdk.support/lookup-entry | :branch-or-ref |
buildStatusName | java.lang.String | cdk.support/lookup-entry | :build-status-name |
buildStatusUrl | java.lang.String | cdk.support/lookup-entry | :build-status-url |
cloneDepth | java.lang.Number | cdk.support/lookup-entry | :clone-depth |
fetchSubmodules | java.lang.Boolean | cdk.support/lookup-entry | :fetch-submodules |
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
owner | java.lang.String | cdk.support/lookup-entry | :owner |
repo | java.lang.String | cdk.support/lookup-entry | :repo |
reportBuildStatus | java.lang.Boolean | cdk.support/lookup-entry | :report-build-status |
webhook | java.lang.Boolean | cdk.support/lookup-entry | :webhook |
webhookFilters | java.util.List | cdk.support/lookup-entry | :webhook-filters |
webhookTriggersBatchBuild | java.lang.Boolean | cdk.support/lookup-entry | :webhook-triggers-batch-build |
The build-bit-bucket-source-props-builder function updates a BitBucketSourceProps$Builder instance using the provided configuration. The function takes the BitBucketSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `branchOrRef` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch-or-ref` | | `buildStatusName` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-status-name` | | `buildStatusUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-status-url` | | `cloneDepth` | java.lang.Number | [[cdk.support/lookup-entry]] | `:clone-depth` | | `fetchSubmodules` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fetch-submodules` | | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` | | `owner` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner` | | `repo` | java.lang.String | [[cdk.support/lookup-entry]] | `:repo` | | `reportBuildStatus` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:report-build-status` | | `webhook` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:webhook` | | `webhookFilters` | java.util.List | [[cdk.support/lookup-entry]] | `:webhook-filters` | | `webhookTriggersBatchBuild` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:webhook-triggers-batch-build` |
(build-bucket-cache-options-builder builder id config)
The build-bucket-cache-options-builder function updates a BucketCacheOptions$Builder instance using the provided configuration. The function takes the BucketCacheOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
The build-bucket-cache-options-builder function updates a BucketCacheOptions$Builder instance using the provided configuration. The function takes the BucketCacheOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
(build-build-environment-builder builder id config)
The build-build-environment-builder function updates a BuildEnvironment$Builder instance using the provided configuration. The function takes the BuildEnvironment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
buildImage | software.amazon.awscdk.services.codebuild.IBuildImage | cdk.support/lookup-entry | :build-image |
certificate | software.amazon.awscdk.services.codebuild.BuildEnvironmentCertificate | cdk.support/lookup-entry | :certificate |
computeType | software.amazon.awscdk.services.codebuild.ComputeType | cdk.api.services.codebuild/compute-type | :compute-type |
environmentVariables | java.util.Map | cdk.support/lookup-entry | :environment-variables |
privileged | java.lang.Boolean | cdk.support/lookup-entry | :privileged |
The build-build-environment-builder function updates a BuildEnvironment$Builder instance using the provided configuration. The function takes the BuildEnvironment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `buildImage` | software.amazon.awscdk.services.codebuild.IBuildImage | [[cdk.support/lookup-entry]] | `:build-image` | | `certificate` | software.amazon.awscdk.services.codebuild.BuildEnvironmentCertificate | [[cdk.support/lookup-entry]] | `:certificate` | | `computeType` | software.amazon.awscdk.services.codebuild.ComputeType | [[cdk.api.services.codebuild/compute-type]] | `:compute-type` | | `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` | | `privileged` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:privileged` |
(build-build-environment-certificate-builder builder id config)
The build-build-environment-certificate-builder function updates a BuildEnvironmentCertificate$Builder instance using the provided configuration. The function takes the BuildEnvironmentCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
objectKey | java.lang.String | cdk.support/lookup-entry | :object-key |
The build-build-environment-certificate-builder function updates a BuildEnvironmentCertificate$Builder instance using the provided configuration. The function takes the BuildEnvironmentCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `objectKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key` |
(build-build-environment-variable-builder builder id config)
The build-build-environment-variable-builder function updates a BuildEnvironmentVariable$Builder instance using the provided configuration. The function takes the BuildEnvironmentVariable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | software.amazon.awscdk.services.codebuild.BuildEnvironmentVariableType | cdk.api.services.codebuild/build-environment-variable-type | :type |
value | java.lang.Object | cdk.support/lookup-entry | :value |
The build-build-environment-variable-builder function updates a BuildEnvironmentVariable$Builder instance using the provided configuration. The function takes the BuildEnvironmentVariable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `type` | software.amazon.awscdk.services.codebuild.BuildEnvironmentVariableType | [[cdk.api.services.codebuild/build-environment-variable-type]] | `:type` | | `value` | java.lang.Object | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-fleet-builder builder id config)
The build-cfn-fleet-builder function updates a CfnFleet$Builder instance using the provided configuration. The function takes the CfnFleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
baseCapacity | java.lang.Number | cdk.support/lookup-entry | :base-capacity |
computeType | java.lang.String | cdk.support/lookup-entry | :compute-type |
environmentType | java.lang.String | cdk.support/lookup-entry | :environment-type |
fleetServiceRole | java.lang.String | cdk.support/lookup-entry | :fleet-service-role |
fleetVpcConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :fleet-vpc-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
overflowBehavior | java.lang.String | cdk.support/lookup-entry | :overflow-behavior |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-fleet-builder function updates a CfnFleet$Builder instance using the provided configuration. The function takes the CfnFleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `baseCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base-capacity` | | `computeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:compute-type` | | `environmentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-type` | | `fleetServiceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-service-role` | | `fleetVpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fleet-vpc-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `overflowBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:overflow-behavior` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-fleet-props-builder builder id config)
The build-cfn-fleet-props-builder function updates a CfnFleetProps$Builder instance using the provided configuration. The function takes the CfnFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
baseCapacity | java.lang.Number | cdk.support/lookup-entry | :base-capacity |
computeType | java.lang.String | cdk.support/lookup-entry | :compute-type |
environmentType | java.lang.String | cdk.support/lookup-entry | :environment-type |
fleetServiceRole | java.lang.String | cdk.support/lookup-entry | :fleet-service-role |
fleetVpcConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :fleet-vpc-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
overflowBehavior | java.lang.String | cdk.support/lookup-entry | :overflow-behavior |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-fleet-props-builder function updates a CfnFleetProps$Builder instance using the provided configuration. The function takes the CfnFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `baseCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base-capacity` | | `computeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:compute-type` | | `environmentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-type` | | `fleetServiceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-service-role` | | `fleetVpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fleet-vpc-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `overflowBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:overflow-behavior` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-fleet-vpc-config-property-builder builder id config)
The build-cfn-fleet-vpc-config-property-builder function updates a CfnFleet$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnFleet$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnets | java.util.List | cdk.support/lookup-entry | :subnets |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-fleet-vpc-config-property-builder function updates a CfnFleet$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnFleet$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-project-artifacts-property-builder builder id config)
The build-cfn-project-artifacts-property-builder function updates a CfnProject$ArtifactsProperty$Builder instance using the provided configuration. The function takes the CfnProject$ArtifactsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
artifactIdentifier | java.lang.String | cdk.support/lookup-entry | :artifact-identifier |
encryptionDisabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption-disabled |
location | java.lang.String | cdk.support/lookup-entry | :location |
name | java.lang.String | cdk.support/lookup-entry | :name |
namespaceType | java.lang.String | cdk.support/lookup-entry | :namespace-type |
overrideArtifactName | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :override-artifact-name |
packaging | java.lang.String | cdk.support/lookup-entry | :packaging |
path | java.lang.String | cdk.support/lookup-entry | :path |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-project-artifacts-property-builder function updates a CfnProject$ArtifactsProperty$Builder instance using the provided configuration. The function takes the CfnProject$ArtifactsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `artifactIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:artifact-identifier` | | `encryptionDisabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-disabled` | | `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `namespaceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace-type` | | `overrideArtifactName` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:override-artifact-name` | | `packaging` | java.lang.String | [[cdk.support/lookup-entry]] | `:packaging` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-project-batch-restrictions-property-builder builder id config)
The build-cfn-project-batch-restrictions-property-builder function updates a CfnProject$BatchRestrictionsProperty$Builder instance using the provided configuration. The function takes the CfnProject$BatchRestrictionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
computeTypesAllowed | java.util.List | cdk.support/lookup-entry | :compute-types-allowed |
maximumBuildsAllowed | java.lang.Number | cdk.support/lookup-entry | :maximum-builds-allowed |
The build-cfn-project-batch-restrictions-property-builder function updates a CfnProject$BatchRestrictionsProperty$Builder instance using the provided configuration. The function takes the CfnProject$BatchRestrictionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `computeTypesAllowed` | java.util.List | [[cdk.support/lookup-entry]] | `:compute-types-allowed` | | `maximumBuildsAllowed` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-builds-allowed` |
(build-cfn-project-build-status-config-property-builder builder id config)
The build-cfn-project-build-status-config-property-builder function updates a CfnProject$BuildStatusConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$BuildStatusConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
context | java.lang.String | cdk.support/lookup-entry | :context |
targetUrl | java.lang.String | cdk.support/lookup-entry | :target-url |
The build-cfn-project-build-status-config-property-builder function updates a CfnProject$BuildStatusConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$BuildStatusConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `context` | java.lang.String | [[cdk.support/lookup-entry]] | `:context` | | `targetUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-url` |
(build-cfn-project-builder builder id config)
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration. The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
artifacts | software.amazon.awscdk.services.codebuild.CfnProject$ArtifactsProperty | cdk.support/lookup-entry | :artifacts |
badgeEnabled | java.lang.Boolean | cdk.support/lookup-entry | :badge-enabled |
buildBatchConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :build-batch-config |
cache | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cache |
concurrentBuildLimit | java.lang.Number | cdk.support/lookup-entry | :concurrent-build-limit |
description | java.lang.String | cdk.support/lookup-entry | :description |
encryptionKey | java.lang.String | cdk.support/lookup-entry | :encryption-key |
environment | software.amazon.awscdk.services.codebuild.CfnProject$EnvironmentProperty | cdk.support/lookup-entry | :environment |
fileSystemLocations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :file-system-locations |
logsConfig | software.amazon.awscdk.services.codebuild.CfnProject$LogsConfigProperty | cdk.support/lookup-entry | :logs-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
queuedTimeoutInMinutes | java.lang.Number | cdk.support/lookup-entry | :queued-timeout-in-minutes |
resourceAccessRole | java.lang.String | cdk.support/lookup-entry | :resource-access-role |
secondaryArtifacts | java.util.List | cdk.support/lookup-entry | :secondary-artifacts |
secondarySourceVersions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :secondary-source-versions |
secondarySources | java.util.List | cdk.support/lookup-entry | :secondary-sources |
serviceRole | java.lang.String | cdk.support/lookup-entry | :service-role |
source | software.amazon.awscdk.services.codebuild.CfnProject$SourceProperty | cdk.support/lookup-entry | :source |
sourceVersion | java.lang.String | cdk.support/lookup-entry | :source-version |
tags | java.util.List | cdk.support/lookup-entry | :tags |
timeoutInMinutes | java.lang.Number | cdk.support/lookup-entry | :timeout-in-minutes |
triggers | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :triggers |
visibility | java.lang.String | cdk.support/lookup-entry | :visibility |
vpcConfig | software.amazon.awscdk.services.codebuild.CfnProject$VpcConfigProperty | cdk.support/lookup-entry | :vpc-config |
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration. The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `artifacts` | software.amazon.awscdk.services.codebuild.CfnProject$ArtifactsProperty | [[cdk.support/lookup-entry]] | `:artifacts` | | `badgeEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:badge-enabled` | | `buildBatchConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:build-batch-config` | | `cache` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cache` | | `concurrentBuildLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:concurrent-build-limit` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `encryptionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key` | | `environment` | software.amazon.awscdk.services.codebuild.CfnProject$EnvironmentProperty | [[cdk.support/lookup-entry]] | `:environment` | | `fileSystemLocations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:file-system-locations` | | `logsConfig` | software.amazon.awscdk.services.codebuild.CfnProject$LogsConfigProperty | [[cdk.support/lookup-entry]] | `:logs-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `queuedTimeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:queued-timeout-in-minutes` | | `resourceAccessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-access-role` | | `secondaryArtifacts` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-artifacts` | | `secondarySourceVersions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:secondary-source-versions` | | `secondarySources` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-sources` | | `serviceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role` | | `source` | software.amazon.awscdk.services.codebuild.CfnProject$SourceProperty | [[cdk.support/lookup-entry]] | `:source` | | `sourceVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-version` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `timeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-minutes` | | `triggers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:triggers` | | `visibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:visibility` | | `vpcConfig` | software.amazon.awscdk.services.codebuild.CfnProject$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
(build-cfn-project-cloud-watch-logs-config-property-builder builder id config)
The build-cfn-project-cloud-watch-logs-config-property-builder function updates a CfnProject$CloudWatchLogsConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$CloudWatchLogsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
status | java.lang.String | cdk.support/lookup-entry | :status |
streamName | java.lang.String | cdk.support/lookup-entry | :stream-name |
The build-cfn-project-cloud-watch-logs-config-property-builder function updates a CfnProject$CloudWatchLogsConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$CloudWatchLogsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `streamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-name` |
(build-cfn-project-environment-property-builder builder id config)
The build-cfn-project-environment-property-builder function updates a CfnProject$EnvironmentProperty$Builder instance using the provided configuration. The function takes the CfnProject$EnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificate | java.lang.String | cdk.support/lookup-entry | :certificate |
computeType | java.lang.String | cdk.support/lookup-entry | :compute-type |
environmentVariables | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :environment-variables |
fleet | software.amazon.awscdk.services.codebuild.CfnProject$ProjectFleetProperty | cdk.support/lookup-entry | :fleet |
image | java.lang.String | cdk.support/lookup-entry | :image |
imagePullCredentialsType | java.lang.String | cdk.support/lookup-entry | :image-pull-credentials-type |
privilegedMode | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :privileged-mode |
registryCredential | software.amazon.awscdk.services.codebuild.CfnProject$RegistryCredentialProperty | cdk.support/lookup-entry | :registry-credential |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-project-environment-property-builder function updates a CfnProject$EnvironmentProperty$Builder instance using the provided configuration. The function takes the CfnProject$EnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` | | `computeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:compute-type` | | `environmentVariables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment-variables` | | `fleet` | software.amazon.awscdk.services.codebuild.CfnProject$ProjectFleetProperty | [[cdk.support/lookup-entry]] | `:fleet` | | `image` | java.lang.String | [[cdk.support/lookup-entry]] | `:image` | | `imagePullCredentialsType` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-pull-credentials-type` | | `privilegedMode` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:privileged-mode` | | `registryCredential` | software.amazon.awscdk.services.codebuild.CfnProject$RegistryCredentialProperty | [[cdk.support/lookup-entry]] | `:registry-credential` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-project-environment-variable-property-builder builder id config)
The build-cfn-project-environment-variable-property-builder function updates a CfnProject$EnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnProject$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-project-environment-variable-property-builder function updates a CfnProject$EnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnProject$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-project-git-submodules-config-property-builder builder id config)
The build-cfn-project-git-submodules-config-property-builder function updates a CfnProject$GitSubmodulesConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$GitSubmodulesConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fetchSubmodules | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :fetch-submodules |
The build-cfn-project-git-submodules-config-property-builder function updates a CfnProject$GitSubmodulesConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$GitSubmodulesConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fetchSubmodules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fetch-submodules` |
(build-cfn-project-logs-config-property-builder builder id config)
The build-cfn-project-logs-config-property-builder function updates a CfnProject$LogsConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$LogsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudWatchLogs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cloud-watch-logs |
s3Logs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3-logs |
The build-cfn-project-logs-config-property-builder function updates a CfnProject$LogsConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$LogsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cloudWatchLogs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cloud-watch-logs` | | `s3Logs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-logs` |
(build-cfn-project-project-build-batch-config-property-builder builder
id
config)
The build-cfn-project-project-build-batch-config-property-builder function updates a CfnProject$ProjectBuildBatchConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectBuildBatchConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
batchReportMode | java.lang.String | cdk.support/lookup-entry | :batch-report-mode |
combineArtifacts | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :combine-artifacts |
restrictions | software.amazon.awscdk.services.codebuild.CfnProject$BatchRestrictionsProperty | cdk.support/lookup-entry | :restrictions |
serviceRole | java.lang.String | cdk.support/lookup-entry | :service-role |
timeoutInMins | java.lang.Number | cdk.support/lookup-entry | :timeout-in-mins |
The build-cfn-project-project-build-batch-config-property-builder function updates a CfnProject$ProjectBuildBatchConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectBuildBatchConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `batchReportMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:batch-report-mode` | | `combineArtifacts` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:combine-artifacts` | | `restrictions` | software.amazon.awscdk.services.codebuild.CfnProject$BatchRestrictionsProperty | [[cdk.support/lookup-entry]] | `:restrictions` | | `serviceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role` | | `timeoutInMins` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-mins` |
(build-cfn-project-project-cache-property-builder builder id config)
The build-cfn-project-project-cache-property-builder function updates a CfnProject$ProjectCacheProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectCacheProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
location | java.lang.String | cdk.support/lookup-entry | :location |
modes | java.util.List | cdk.support/lookup-entry | :modes |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-project-project-cache-property-builder function updates a CfnProject$ProjectCacheProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectCacheProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` | | `modes` | java.util.List | [[cdk.support/lookup-entry]] | `:modes` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-project-project-file-system-location-property-builder builder
id
config)
The build-cfn-project-project-file-system-location-property-builder function updates a CfnProject$ProjectFileSystemLocationProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectFileSystemLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
location | java.lang.String | cdk.support/lookup-entry | :location |
mountOptions | java.lang.String | cdk.support/lookup-entry | :mount-options |
mountPoint | java.lang.String | cdk.support/lookup-entry | :mount-point |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-project-project-file-system-location-property-builder function updates a CfnProject$ProjectFileSystemLocationProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectFileSystemLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` | | `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` | | `mountOptions` | java.lang.String | [[cdk.support/lookup-entry]] | `:mount-options` | | `mountPoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:mount-point` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-project-project-fleet-property-builder builder id config)
The build-cfn-project-project-fleet-property-builder function updates a CfnProject$ProjectFleetProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectFleetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fleetArn | java.lang.String | cdk.support/lookup-entry | :fleet-arn |
The build-cfn-project-project-fleet-property-builder function updates a CfnProject$ProjectFleetProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectFleetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fleetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-arn` |
(build-cfn-project-project-source-version-property-builder builder id config)
The build-cfn-project-project-source-version-property-builder function updates a CfnProject$ProjectSourceVersionProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectSourceVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
sourceIdentifier | java.lang.String | cdk.support/lookup-entry | :source-identifier |
sourceVersion | java.lang.String | cdk.support/lookup-entry | :source-version |
The build-cfn-project-project-source-version-property-builder function updates a CfnProject$ProjectSourceVersionProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectSourceVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `sourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-identifier` | | `sourceVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-version` |
(build-cfn-project-project-triggers-property-builder builder id config)
The build-cfn-project-project-triggers-property-builder function updates a CfnProject$ProjectTriggersProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectTriggersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
buildType | java.lang.String | cdk.support/lookup-entry | :build-type |
filterGroups | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :filter-groups |
webhook | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :webhook |
The build-cfn-project-project-triggers-property-builder function updates a CfnProject$ProjectTriggersProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProjectTriggersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `buildType` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-type` | | `filterGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-groups` | | `webhook` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:webhook` |
(build-cfn-project-props-builder builder id config)
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration. The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
artifacts | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :artifacts |
badgeEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :badge-enabled |
buildBatchConfig | software.amazon.awscdk.services.codebuild.CfnProject$ProjectBuildBatchConfigProperty | cdk.support/lookup-entry | :build-batch-config |
cache | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cache |
concurrentBuildLimit | java.lang.Number | cdk.support/lookup-entry | :concurrent-build-limit |
description | java.lang.String | cdk.support/lookup-entry | :description |
encryptionKey | java.lang.String | cdk.support/lookup-entry | :encryption-key |
environment | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :environment |
fileSystemLocations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :file-system-locations |
logsConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :logs-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
queuedTimeoutInMinutes | java.lang.Number | cdk.support/lookup-entry | :queued-timeout-in-minutes |
resourceAccessRole | java.lang.String | cdk.support/lookup-entry | :resource-access-role |
secondaryArtifacts | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :secondary-artifacts |
secondarySourceVersions | java.util.List | cdk.support/lookup-entry | :secondary-source-versions |
secondarySources | java.util.List | cdk.support/lookup-entry | :secondary-sources |
serviceRole | java.lang.String | cdk.support/lookup-entry | :service-role |
source | software.amazon.awscdk.services.codebuild.CfnProject$SourceProperty | cdk.support/lookup-entry | :source |
sourceVersion | java.lang.String | cdk.support/lookup-entry | :source-version |
tags | java.util.List | cdk.support/lookup-entry | :tags |
timeoutInMinutes | java.lang.Number | cdk.support/lookup-entry | :timeout-in-minutes |
triggers | software.amazon.awscdk.services.codebuild.CfnProject$ProjectTriggersProperty | cdk.support/lookup-entry | :triggers |
visibility | java.lang.String | cdk.support/lookup-entry | :visibility |
vpcConfig | software.amazon.awscdk.services.codebuild.CfnProject$VpcConfigProperty | cdk.support/lookup-entry | :vpc-config |
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration. The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `artifacts` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:artifacts` | | `badgeEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:badge-enabled` | | `buildBatchConfig` | software.amazon.awscdk.services.codebuild.CfnProject$ProjectBuildBatchConfigProperty | [[cdk.support/lookup-entry]] | `:build-batch-config` | | `cache` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cache` | | `concurrentBuildLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:concurrent-build-limit` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `encryptionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key` | | `environment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment` | | `fileSystemLocations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:file-system-locations` | | `logsConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logs-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `queuedTimeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:queued-timeout-in-minutes` | | `resourceAccessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-access-role` | | `secondaryArtifacts` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:secondary-artifacts` | | `secondarySourceVersions` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-source-versions` | | `secondarySources` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-sources` | | `serviceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role` | | `source` | software.amazon.awscdk.services.codebuild.CfnProject$SourceProperty | [[cdk.support/lookup-entry]] | `:source` | | `sourceVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-version` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `timeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-minutes` | | `triggers` | software.amazon.awscdk.services.codebuild.CfnProject$ProjectTriggersProperty | [[cdk.support/lookup-entry]] | `:triggers` | | `visibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:visibility` | | `vpcConfig` | software.amazon.awscdk.services.codebuild.CfnProject$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
(build-cfn-project-registry-credential-property-builder builder id config)
The build-cfn-project-registry-credential-property-builder function updates a CfnProject$RegistryCredentialProperty$Builder instance using the provided configuration. The function takes the CfnProject$RegistryCredentialProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
credential | java.lang.String | cdk.support/lookup-entry | :credential |
credentialProvider | java.lang.String | cdk.support/lookup-entry | :credential-provider |
The build-cfn-project-registry-credential-property-builder function updates a CfnProject$RegistryCredentialProperty$Builder instance using the provided configuration. The function takes the CfnProject$RegistryCredentialProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `credential` | java.lang.String | [[cdk.support/lookup-entry]] | `:credential` | | `credentialProvider` | java.lang.String | [[cdk.support/lookup-entry]] | `:credential-provider` |
(build-cfn-project-s3-logs-config-property-builder builder id config)
The build-cfn-project-s3-logs-config-property-builder function updates a CfnProject$S3LogsConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$S3LogsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
encryptionDisabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption-disabled |
location | java.lang.String | cdk.support/lookup-entry | :location |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-project-s3-logs-config-property-builder function updates a CfnProject$S3LogsConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$S3LogsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `encryptionDisabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-disabled` | | `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-project-source-auth-property-builder builder id config)
The build-cfn-project-source-auth-property-builder function updates a CfnProject$SourceAuthProperty$Builder instance using the provided configuration. The function takes the CfnProject$SourceAuthProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resource | java.lang.String | cdk.support/lookup-entry | :resource |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-project-source-auth-property-builder function updates a CfnProject$SourceAuthProperty$Builder instance using the provided configuration. The function takes the CfnProject$SourceAuthProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `resource` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-project-source-property-builder builder id config)
The build-cfn-project-source-property-builder function updates a CfnProject$SourceProperty$Builder instance using the provided configuration. The function takes the CfnProject$SourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
auth | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auth |
buildSpec | java.lang.String | cdk.support/lookup-entry | :build-spec |
buildStatusConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :build-status-config |
gitCloneDepth | java.lang.Number | cdk.support/lookup-entry | :git-clone-depth |
gitSubmodulesConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :git-submodules-config |
insecureSsl | java.lang.Boolean | cdk.support/lookup-entry | :insecure-ssl |
location | java.lang.String | cdk.support/lookup-entry | :location |
reportBuildStatus | java.lang.Boolean | cdk.support/lookup-entry | :report-build-status |
sourceIdentifier | java.lang.String | cdk.support/lookup-entry | :source-identifier |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-project-source-property-builder function updates a CfnProject$SourceProperty$Builder instance using the provided configuration. The function takes the CfnProject$SourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `auth` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auth` | | `buildSpec` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-spec` | | `buildStatusConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:build-status-config` | | `gitCloneDepth` | java.lang.Number | [[cdk.support/lookup-entry]] | `:git-clone-depth` | | `gitSubmodulesConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:git-submodules-config` | | `insecureSsl` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:insecure-ssl` | | `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` | | `reportBuildStatus` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:report-build-status` | | `sourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-identifier` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-project-vpc-config-property-builder builder id config)
The build-cfn-project-vpc-config-property-builder function updates a CfnProject$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnets | java.util.List | cdk.support/lookup-entry | :subnets |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-project-vpc-config-property-builder function updates a CfnProject$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-project-webhook-filter-property-builder builder id config)
The build-cfn-project-webhook-filter-property-builder function updates a CfnProject$WebhookFilterProperty$Builder instance using the provided configuration. The function takes the CfnProject$WebhookFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
excludeMatchedPattern | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :exclude-matched-pattern |
pattern | java.lang.String | cdk.support/lookup-entry | :pattern |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-project-webhook-filter-property-builder function updates a CfnProject$WebhookFilterProperty$Builder instance using the provided configuration. The function takes the CfnProject$WebhookFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `excludeMatchedPattern` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exclude-matched-pattern` | | `pattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-report-group-builder builder id config)
The build-cfn-report-group-builder function updates a CfnReportGroup$Builder instance using the provided configuration. The function takes the CfnReportGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteReports | java.lang.Boolean | cdk.support/lookup-entry | :delete-reports |
exportConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :export-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-report-group-builder function updates a CfnReportGroup$Builder instance using the provided configuration. The function takes the CfnReportGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteReports` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-reports` | | `exportConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:export-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-report-group-props-builder builder id config)
The build-cfn-report-group-props-builder function updates a CfnReportGroupProps$Builder instance using the provided configuration. The function takes the CfnReportGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteReports | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :delete-reports |
exportConfig | software.amazon.awscdk.services.codebuild.CfnReportGroup$ReportExportConfigProperty | cdk.support/lookup-entry | :export-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-report-group-props-builder function updates a CfnReportGroupProps$Builder instance using the provided configuration. The function takes the CfnReportGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteReports` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delete-reports` | | `exportConfig` | software.amazon.awscdk.services.codebuild.CfnReportGroup$ReportExportConfigProperty | [[cdk.support/lookup-entry]] | `:export-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-report-group-report-export-config-property-builder builder id config)
The build-cfn-report-group-report-export-config-property-builder function updates a CfnReportGroup$ReportExportConfigProperty$Builder instance using the provided configuration. The function takes the CfnReportGroup$ReportExportConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
exportConfigType | java.lang.String | cdk.support/lookup-entry | :export-config-type |
s3Destination | software.amazon.awscdk.services.codebuild.CfnReportGroup$S3ReportExportConfigProperty | cdk.support/lookup-entry | :s3-destination |
The build-cfn-report-group-report-export-config-property-builder function updates a CfnReportGroup$ReportExportConfigProperty$Builder instance using the provided configuration. The function takes the CfnReportGroup$ReportExportConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `exportConfigType` | java.lang.String | [[cdk.support/lookup-entry]] | `:export-config-type` | | `s3Destination` | software.amazon.awscdk.services.codebuild.CfnReportGroup$S3ReportExportConfigProperty | [[cdk.support/lookup-entry]] | `:s3-destination` |
(build-cfn-report-group-s3-report-export-config-property-builder builder
id
config)
The build-cfn-report-group-s3-report-export-config-property-builder function updates a CfnReportGroup$S3ReportExportConfigProperty$Builder instance using the provided configuration. The function takes the CfnReportGroup$S3ReportExportConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | java.lang.String | cdk.support/lookup-entry | :bucket |
bucketOwner | java.lang.String | cdk.support/lookup-entry | :bucket-owner |
encryptionDisabled | java.lang.Boolean | cdk.support/lookup-entry | :encryption-disabled |
encryptionKey | java.lang.String | cdk.support/lookup-entry | :encryption-key |
packaging | java.lang.String | cdk.support/lookup-entry | :packaging |
path | java.lang.String | cdk.support/lookup-entry | :path |
The build-cfn-report-group-s3-report-export-config-property-builder function updates a CfnReportGroup$S3ReportExportConfigProperty$Builder instance using the provided configuration. The function takes the CfnReportGroup$S3ReportExportConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` | | `bucketOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-owner` | | `encryptionDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encryption-disabled` | | `encryptionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key` | | `packaging` | java.lang.String | [[cdk.support/lookup-entry]] | `:packaging` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
(build-cfn-source-credential-builder builder id config)
The build-cfn-source-credential-builder function updates a CfnSourceCredential$Builder instance using the provided configuration. The function takes the CfnSourceCredential$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authType | java.lang.String | cdk.support/lookup-entry | :auth-type |
serverType | java.lang.String | cdk.support/lookup-entry | :server-type |
token | java.lang.String | cdk.support/lookup-entry | :token |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-cfn-source-credential-builder function updates a CfnSourceCredential$Builder instance using the provided configuration. The function takes the CfnSourceCredential$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-type` | | `serverType` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-type` | | `token` | java.lang.String | [[cdk.support/lookup-entry]] | `:token` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-cfn-source-credential-props-builder builder id config)
The build-cfn-source-credential-props-builder function updates a CfnSourceCredentialProps$Builder instance using the provided configuration. The function takes the CfnSourceCredentialProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authType | java.lang.String | cdk.support/lookup-entry | :auth-type |
serverType | java.lang.String | cdk.support/lookup-entry | :server-type |
token | java.lang.String | cdk.support/lookup-entry | :token |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-cfn-source-credential-props-builder function updates a CfnSourceCredentialProps$Builder instance using the provided configuration. The function takes the CfnSourceCredentialProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-type` | | `serverType` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-type` | | `token` | java.lang.String | [[cdk.support/lookup-entry]] | `:token` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-cloud-watch-logging-options-builder builder id config)
The build-cloud-watch-logging-options-builder function updates a CloudWatchLoggingOptions$Builder instance using the provided configuration. The function takes the CloudWatchLoggingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
logGroup | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
The build-cloud-watch-logging-options-builder function updates a CloudWatchLoggingOptions$Builder instance using the provided configuration. The function takes the CloudWatchLoggingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
(build-code-commit-source-props-builder builder id config)
The build-code-commit-source-props-builder function updates a CodeCommitSourceProps$Builder instance using the provided configuration. The function takes the CodeCommitSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
branchOrRef | java.lang.String | cdk.support/lookup-entry | :branch-or-ref |
cloneDepth | java.lang.Number | cdk.support/lookup-entry | :clone-depth |
fetchSubmodules | java.lang.Boolean | cdk.support/lookup-entry | :fetch-submodules |
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
repository | software.amazon.awscdk.services.codecommit.IRepository | cdk.support/lookup-entry | :repository |
The build-code-commit-source-props-builder function updates a CodeCommitSourceProps$Builder instance using the provided configuration. The function takes the CodeCommitSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `branchOrRef` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch-or-ref` | | `cloneDepth` | java.lang.Number | [[cdk.support/lookup-entry]] | `:clone-depth` | | `fetchSubmodules` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fetch-submodules` | | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` | | `repository` | software.amazon.awscdk.services.codecommit.IRepository | [[cdk.support/lookup-entry]] | `:repository` |
(build-common-project-props-builder builder id config)
The build-common-project-props-builder function updates a CommonProjectProps$Builder instance using the provided configuration. The function takes the CommonProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAllOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-outbound |
badge | java.lang.Boolean | cdk.support/lookup-entry | :badge |
buildSpec | software.amazon.awscdk.services.codebuild.BuildSpec | cdk.support/lookup-entry | :build-spec |
cache | software.amazon.awscdk.services.codebuild.Cache | cdk.support/lookup-entry | :cache |
checkSecretsInPlainTextEnvVariables | java.lang.Boolean | cdk.support/lookup-entry | :check-secrets-in-plain-text-env-variables |
concurrentBuildLimit | java.lang.Number | cdk.support/lookup-entry | :concurrent-build-limit |
description | java.lang.String | cdk.support/lookup-entry | :description |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
environment | software.amazon.awscdk.services.codebuild.BuildEnvironment | cdk.support/lookup-entry | :environment |
environmentVariables | java.util.Map | cdk.support/lookup-entry | :environment-variables |
fileSystemLocations | java.util.List | cdk.support/lookup-entry | :file-system-locations |
grantReportGroupPermissions | java.lang.Boolean | cdk.support/lookup-entry | :grant-report-group-permissions |
logging | software.amazon.awscdk.services.codebuild.LoggingOptions | cdk.support/lookup-entry | :logging |
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
queuedTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :queued-timeout |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
ssmSessionPermissions | java.lang.Boolean | cdk.support/lookup-entry | :ssm-session-permissions |
subnetSelection | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnet-selection |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-common-project-props-builder function updates a CommonProjectProps$Builder instance using the provided configuration. The function takes the CommonProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` | | `badge` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:badge` | | `buildSpec` | software.amazon.awscdk.services.codebuild.BuildSpec | [[cdk.support/lookup-entry]] | `:build-spec` | | `cache` | software.amazon.awscdk.services.codebuild.Cache | [[cdk.support/lookup-entry]] | `:cache` | | `checkSecretsInPlainTextEnvVariables` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:check-secrets-in-plain-text-env-variables` | | `concurrentBuildLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:concurrent-build-limit` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `environment` | software.amazon.awscdk.services.codebuild.BuildEnvironment | [[cdk.support/lookup-entry]] | `:environment` | | `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` | | `fileSystemLocations` | java.util.List | [[cdk.support/lookup-entry]] | `:file-system-locations` | | `grantReportGroupPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:grant-report-group-permissions` | | `logging` | software.amazon.awscdk.services.codebuild.LoggingOptions | [[cdk.support/lookup-entry]] | `:logging` | | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` | | `queuedTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:queued-timeout` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `ssmSessionPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ssm-session-permissions` | | `subnetSelection` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnet-selection` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-docker-image-options-builder builder id config)
The build-docker-image-options-builder function updates a DockerImageOptions$Builder instance using the provided configuration. The function takes the DockerImageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
secretsManagerCredentials | software.amazon.awscdk.services.secretsmanager.ISecret | cdk.support/lookup-entry | :secrets-manager-credentials |
The build-docker-image-options-builder function updates a DockerImageOptions$Builder instance using the provided configuration. The function takes the DockerImageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `secretsManagerCredentials` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secrets-manager-credentials` |
(build-efs-file-system-location-props-builder builder id config)
The build-efs-file-system-location-props-builder function updates a EfsFileSystemLocationProps$Builder instance using the provided configuration. The function takes the EfsFileSystemLocationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
location | java.lang.String | cdk.support/lookup-entry | :location |
mountOptions | java.lang.String | cdk.support/lookup-entry | :mount-options |
mountPoint | java.lang.String | cdk.support/lookup-entry | :mount-point |
The build-efs-file-system-location-props-builder function updates a EfsFileSystemLocationProps$Builder instance using the provided configuration. The function takes the EfsFileSystemLocationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` | | `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` | | `mountOptions` | java.lang.String | [[cdk.support/lookup-entry]] | `:mount-options` | | `mountPoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:mount-point` |
(build-environment-builder id config)
Creates a BuildEnvironment$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BuildEnvironment$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(build-environment-certificate-builder id config)
Creates a BuildEnvironmentCertificate$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BuildEnvironmentCertificate$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(build-environment-variable-builder id config)
Creates a BuildEnvironmentVariable$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BuildEnvironmentVariable$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(build-environment-variable-type config id item-key)
The build-environment-variable-type
function data interprets values in the provided config data into a
BuildEnvironmentVariableType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
BuildEnvironmentVariableType
- the value is returned.:secrets-manager
- BuildEnvironmentVariableType/SECRETS_MANAGER
is returned:plaintext
- BuildEnvironmentVariableType/PLAINTEXT
is returned:parameter-store
- BuildEnvironmentVariableType/PARAMETER_STORE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `build-environment-variable-type` function data interprets values in the provided config data into a `BuildEnvironmentVariableType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `BuildEnvironmentVariableType` - the value is returned. * is `:secrets-manager` - `BuildEnvironmentVariableType/SECRETS_MANAGER` is returned * is `:plaintext` - `BuildEnvironmentVariableType/PLAINTEXT` is returned * is `:parameter-store` - `BuildEnvironmentVariableType/PARAMETER_STORE` is returned If a value is not found or matches the above criteria, nil is returned.
(build-file-system-config-builder builder id config)
The build-file-system-config-builder function updates a FileSystemConfig$Builder instance using the provided configuration. The function takes the FileSystemConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
location | software.amazon.awscdk.services.codebuild.CfnProject$ProjectFileSystemLocationProperty | cdk.support/lookup-entry | :location |
The build-file-system-config-builder function updates a FileSystemConfig$Builder instance using the provided configuration. The function takes the FileSystemConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `location` | software.amazon.awscdk.services.codebuild.CfnProject$ProjectFileSystemLocationProperty | [[cdk.support/lookup-entry]] | `:location` |
(build-git-hub-enterprise-source-credentials-builder builder id config)
The build-git-hub-enterprise-source-credentials-builder function updates a GitHubEnterpriseSourceCredentials$Builder instance using the provided configuration. The function takes the GitHubEnterpriseSourceCredentials$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessToken | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :access-token |
The build-git-hub-enterprise-source-credentials-builder function updates a GitHubEnterpriseSourceCredentials$Builder instance using the provided configuration. The function takes the GitHubEnterpriseSourceCredentials$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessToken` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:access-token` |
(build-git-hub-enterprise-source-credentials-props-builder builder id config)
The build-git-hub-enterprise-source-credentials-props-builder function updates a GitHubEnterpriseSourceCredentialsProps$Builder instance using the provided configuration. The function takes the GitHubEnterpriseSourceCredentialsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessToken | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :access-token |
The build-git-hub-enterprise-source-credentials-props-builder function updates a GitHubEnterpriseSourceCredentialsProps$Builder instance using the provided configuration. The function takes the GitHubEnterpriseSourceCredentialsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessToken` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:access-token` |
(build-git-hub-enterprise-source-props-builder builder id config)
The build-git-hub-enterprise-source-props-builder function updates a GitHubEnterpriseSourceProps$Builder instance using the provided configuration. The function takes the GitHubEnterpriseSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
branchOrRef | java.lang.String | cdk.support/lookup-entry | :branch-or-ref |
buildStatusContext | java.lang.String | cdk.support/lookup-entry | :build-status-context |
buildStatusUrl | java.lang.String | cdk.support/lookup-entry | :build-status-url |
cloneDepth | java.lang.Number | cdk.support/lookup-entry | :clone-depth |
fetchSubmodules | java.lang.Boolean | cdk.support/lookup-entry | :fetch-submodules |
httpsCloneUrl | java.lang.String | cdk.support/lookup-entry | :https-clone-url |
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
ignoreSslErrors | java.lang.Boolean | cdk.support/lookup-entry | :ignore-ssl-errors |
reportBuildStatus | java.lang.Boolean | cdk.support/lookup-entry | :report-build-status |
webhook | java.lang.Boolean | cdk.support/lookup-entry | :webhook |
webhookFilters | java.util.List | cdk.support/lookup-entry | :webhook-filters |
webhookTriggersBatchBuild | java.lang.Boolean | cdk.support/lookup-entry | :webhook-triggers-batch-build |
The build-git-hub-enterprise-source-props-builder function updates a GitHubEnterpriseSourceProps$Builder instance using the provided configuration. The function takes the GitHubEnterpriseSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `branchOrRef` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch-or-ref` | | `buildStatusContext` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-status-context` | | `buildStatusUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-status-url` | | `cloneDepth` | java.lang.Number | [[cdk.support/lookup-entry]] | `:clone-depth` | | `fetchSubmodules` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fetch-submodules` | | `httpsCloneUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:https-clone-url` | | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` | | `ignoreSslErrors` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-ssl-errors` | | `reportBuildStatus` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:report-build-status` | | `webhook` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:webhook` | | `webhookFilters` | java.util.List | [[cdk.support/lookup-entry]] | `:webhook-filters` | | `webhookTriggersBatchBuild` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:webhook-triggers-batch-build` |
(build-git-hub-source-credentials-builder builder id config)
The build-git-hub-source-credentials-builder function updates a GitHubSourceCredentials$Builder instance using the provided configuration. The function takes the GitHubSourceCredentials$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessToken | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :access-token |
The build-git-hub-source-credentials-builder function updates a GitHubSourceCredentials$Builder instance using the provided configuration. The function takes the GitHubSourceCredentials$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessToken` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:access-token` |
(build-git-hub-source-credentials-props-builder builder id config)
The build-git-hub-source-credentials-props-builder function updates a GitHubSourceCredentialsProps$Builder instance using the provided configuration. The function takes the GitHubSourceCredentialsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessToken | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :access-token |
The build-git-hub-source-credentials-props-builder function updates a GitHubSourceCredentialsProps$Builder instance using the provided configuration. The function takes the GitHubSourceCredentialsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessToken` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:access-token` |
(build-git-hub-source-props-builder builder id config)
The build-git-hub-source-props-builder function updates a GitHubSourceProps$Builder instance using the provided configuration. The function takes the GitHubSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
branchOrRef | java.lang.String | cdk.support/lookup-entry | :branch-or-ref |
buildStatusContext | java.lang.String | cdk.support/lookup-entry | :build-status-context |
buildStatusUrl | java.lang.String | cdk.support/lookup-entry | :build-status-url |
cloneDepth | java.lang.Number | cdk.support/lookup-entry | :clone-depth |
fetchSubmodules | java.lang.Boolean | cdk.support/lookup-entry | :fetch-submodules |
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
owner | java.lang.String | cdk.support/lookup-entry | :owner |
repo | java.lang.String | cdk.support/lookup-entry | :repo |
reportBuildStatus | java.lang.Boolean | cdk.support/lookup-entry | :report-build-status |
webhook | java.lang.Boolean | cdk.support/lookup-entry | :webhook |
webhookFilters | java.util.List | cdk.support/lookup-entry | :webhook-filters |
webhookTriggersBatchBuild | java.lang.Boolean | cdk.support/lookup-entry | :webhook-triggers-batch-build |
The build-git-hub-source-props-builder function updates a GitHubSourceProps$Builder instance using the provided configuration. The function takes the GitHubSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `branchOrRef` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch-or-ref` | | `buildStatusContext` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-status-context` | | `buildStatusUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-status-url` | | `cloneDepth` | java.lang.Number | [[cdk.support/lookup-entry]] | `:clone-depth` | | `fetchSubmodules` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fetch-submodules` | | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` | | `owner` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner` | | `repo` | java.lang.String | [[cdk.support/lookup-entry]] | `:repo` | | `reportBuildStatus` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:report-build-status` | | `webhook` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:webhook` | | `webhookFilters` | java.util.List | [[cdk.support/lookup-entry]] | `:webhook-filters` | | `webhookTriggersBatchBuild` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:webhook-triggers-batch-build` |
(build-image-bind-options-builder)
Creates a BuildImageBindOptions$Builder
instance using a no-argument construct,then builds it.
Creates a `BuildImageBindOptions$Builder` instance using a no-argument construct,then builds it.
(build-image-config-builder)
Creates a BuildImageConfig$Builder
instance using a no-argument construct,then builds it.
Creates a `BuildImageConfig$Builder` instance using a no-argument construct,then builds it.
(build-logging-options-builder builder id config)
The build-logging-options-builder function updates a LoggingOptions$Builder instance using the provided configuration. The function takes the LoggingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudWatch | software.amazon.awscdk.services.codebuild.CloudWatchLoggingOptions | cdk.support/lookup-entry | :cloud-watch |
s3 | software.amazon.awscdk.services.codebuild.S3LoggingOptions | cdk.support/lookup-entry | :s3 |
The build-logging-options-builder function updates a LoggingOptions$Builder instance using the provided configuration. The function takes the LoggingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cloudWatch` | software.amazon.awscdk.services.codebuild.CloudWatchLoggingOptions | [[cdk.support/lookup-entry]] | `:cloud-watch` | | `s3` | software.amazon.awscdk.services.codebuild.S3LoggingOptions | [[cdk.support/lookup-entry]] | `:s3` |
(build-pipeline-project-builder builder id config)
The build-pipeline-project-builder function updates a PipelineProject$Builder instance using the provided configuration. The function takes the PipelineProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAllOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-outbound |
badge | java.lang.Boolean | cdk.support/lookup-entry | :badge |
buildSpec | software.amazon.awscdk.services.codebuild.BuildSpec | cdk.support/lookup-entry | :build-spec |
cache | software.amazon.awscdk.services.codebuild.Cache | cdk.support/lookup-entry | :cache |
checkSecretsInPlainTextEnvVariables | java.lang.Boolean | cdk.support/lookup-entry | :check-secrets-in-plain-text-env-variables |
concurrentBuildLimit | java.lang.Number | cdk.support/lookup-entry | :concurrent-build-limit |
description | java.lang.String | cdk.support/lookup-entry | :description |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
environment | software.amazon.awscdk.services.codebuild.BuildEnvironment | cdk.support/lookup-entry | :environment |
environmentVariables | java.util.Map | cdk.support/lookup-entry | :environment-variables |
fileSystemLocations | java.util.List | cdk.support/lookup-entry | :file-system-locations |
grantReportGroupPermissions | java.lang.Boolean | cdk.support/lookup-entry | :grant-report-group-permissions |
logging | software.amazon.awscdk.services.codebuild.LoggingOptions | cdk.support/lookup-entry | :logging |
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
queuedTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :queued-timeout |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
ssmSessionPermissions | java.lang.Boolean | cdk.support/lookup-entry | :ssm-session-permissions |
subnetSelection | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnet-selection |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-pipeline-project-builder function updates a PipelineProject$Builder instance using the provided configuration. The function takes the PipelineProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` | | `badge` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:badge` | | `buildSpec` | software.amazon.awscdk.services.codebuild.BuildSpec | [[cdk.support/lookup-entry]] | `:build-spec` | | `cache` | software.amazon.awscdk.services.codebuild.Cache | [[cdk.support/lookup-entry]] | `:cache` | | `checkSecretsInPlainTextEnvVariables` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:check-secrets-in-plain-text-env-variables` | | `concurrentBuildLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:concurrent-build-limit` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `environment` | software.amazon.awscdk.services.codebuild.BuildEnvironment | [[cdk.support/lookup-entry]] | `:environment` | | `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` | | `fileSystemLocations` | java.util.List | [[cdk.support/lookup-entry]] | `:file-system-locations` | | `grantReportGroupPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:grant-report-group-permissions` | | `logging` | software.amazon.awscdk.services.codebuild.LoggingOptions | [[cdk.support/lookup-entry]] | `:logging` | | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` | | `queuedTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:queued-timeout` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `ssmSessionPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ssm-session-permissions` | | `subnetSelection` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnet-selection` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-pipeline-project-props-builder builder id config)
The build-pipeline-project-props-builder function updates a PipelineProjectProps$Builder instance using the provided configuration. The function takes the PipelineProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAllOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-outbound |
badge | java.lang.Boolean | cdk.support/lookup-entry | :badge |
buildSpec | software.amazon.awscdk.services.codebuild.BuildSpec | cdk.support/lookup-entry | :build-spec |
cache | software.amazon.awscdk.services.codebuild.Cache | cdk.support/lookup-entry | :cache |
checkSecretsInPlainTextEnvVariables | java.lang.Boolean | cdk.support/lookup-entry | :check-secrets-in-plain-text-env-variables |
concurrentBuildLimit | java.lang.Number | cdk.support/lookup-entry | :concurrent-build-limit |
description | java.lang.String | cdk.support/lookup-entry | :description |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
environment | software.amazon.awscdk.services.codebuild.BuildEnvironment | cdk.support/lookup-entry | :environment |
environmentVariables | java.util.Map | cdk.support/lookup-entry | :environment-variables |
fileSystemLocations | java.util.List | cdk.support/lookup-entry | :file-system-locations |
grantReportGroupPermissions | java.lang.Boolean | cdk.support/lookup-entry | :grant-report-group-permissions |
logging | software.amazon.awscdk.services.codebuild.LoggingOptions | cdk.support/lookup-entry | :logging |
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
queuedTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :queued-timeout |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
ssmSessionPermissions | java.lang.Boolean | cdk.support/lookup-entry | :ssm-session-permissions |
subnetSelection | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnet-selection |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-pipeline-project-props-builder function updates a PipelineProjectProps$Builder instance using the provided configuration. The function takes the PipelineProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` | | `badge` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:badge` | | `buildSpec` | software.amazon.awscdk.services.codebuild.BuildSpec | [[cdk.support/lookup-entry]] | `:build-spec` | | `cache` | software.amazon.awscdk.services.codebuild.Cache | [[cdk.support/lookup-entry]] | `:cache` | | `checkSecretsInPlainTextEnvVariables` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:check-secrets-in-plain-text-env-variables` | | `concurrentBuildLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:concurrent-build-limit` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `environment` | software.amazon.awscdk.services.codebuild.BuildEnvironment | [[cdk.support/lookup-entry]] | `:environment` | | `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` | | `fileSystemLocations` | java.util.List | [[cdk.support/lookup-entry]] | `:file-system-locations` | | `grantReportGroupPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:grant-report-group-permissions` | | `logging` | software.amazon.awscdk.services.codebuild.LoggingOptions | [[cdk.support/lookup-entry]] | `:logging` | | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` | | `queuedTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:queued-timeout` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `ssmSessionPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ssm-session-permissions` | | `subnetSelection` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnet-selection` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-project-builder builder id config)
The build-project-builder function updates a Project$Builder instance using the provided configuration. The function takes the Project$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAllOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-outbound |
artifacts | software.amazon.awscdk.services.codebuild.IArtifacts | cdk.support/lookup-entry | :artifacts |
badge | java.lang.Boolean | cdk.support/lookup-entry | :badge |
buildSpec | software.amazon.awscdk.services.codebuild.BuildSpec | cdk.support/lookup-entry | :build-spec |
cache | software.amazon.awscdk.services.codebuild.Cache | cdk.support/lookup-entry | :cache |
checkSecretsInPlainTextEnvVariables | java.lang.Boolean | cdk.support/lookup-entry | :check-secrets-in-plain-text-env-variables |
concurrentBuildLimit | java.lang.Number | cdk.support/lookup-entry | :concurrent-build-limit |
description | java.lang.String | cdk.support/lookup-entry | :description |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
environment | software.amazon.awscdk.services.codebuild.BuildEnvironment | cdk.support/lookup-entry | :environment |
environmentVariables | java.util.Map | cdk.support/lookup-entry | :environment-variables |
fileSystemLocations | java.util.List | cdk.support/lookup-entry | :file-system-locations |
grantReportGroupPermissions | java.lang.Boolean | cdk.support/lookup-entry | :grant-report-group-permissions |
logging | software.amazon.awscdk.services.codebuild.LoggingOptions | cdk.support/lookup-entry | :logging |
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
queuedTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :queued-timeout |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
secondaryArtifacts | java.util.List | cdk.support/lookup-entry | :secondary-artifacts |
secondarySources | java.util.List | cdk.support/lookup-entry | :secondary-sources |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
source | software.amazon.awscdk.services.codebuild.ISource | cdk.support/lookup-entry | :source |
ssmSessionPermissions | java.lang.Boolean | cdk.support/lookup-entry | :ssm-session-permissions |
subnetSelection | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnet-selection |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-project-builder function updates a Project$Builder instance using the provided configuration. The function takes the Project$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` | | `artifacts` | software.amazon.awscdk.services.codebuild.IArtifacts | [[cdk.support/lookup-entry]] | `:artifacts` | | `badge` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:badge` | | `buildSpec` | software.amazon.awscdk.services.codebuild.BuildSpec | [[cdk.support/lookup-entry]] | `:build-spec` | | `cache` | software.amazon.awscdk.services.codebuild.Cache | [[cdk.support/lookup-entry]] | `:cache` | | `checkSecretsInPlainTextEnvVariables` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:check-secrets-in-plain-text-env-variables` | | `concurrentBuildLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:concurrent-build-limit` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `environment` | software.amazon.awscdk.services.codebuild.BuildEnvironment | [[cdk.support/lookup-entry]] | `:environment` | | `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` | | `fileSystemLocations` | java.util.List | [[cdk.support/lookup-entry]] | `:file-system-locations` | | `grantReportGroupPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:grant-report-group-permissions` | | `logging` | software.amazon.awscdk.services.codebuild.LoggingOptions | [[cdk.support/lookup-entry]] | `:logging` | | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` | | `queuedTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:queued-timeout` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `secondaryArtifacts` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-artifacts` | | `secondarySources` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-sources` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `source` | software.amazon.awscdk.services.codebuild.ISource | [[cdk.support/lookup-entry]] | `:source` | | `ssmSessionPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ssm-session-permissions` | | `subnetSelection` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnet-selection` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-project-notify-on-options-builder builder id config)
The build-project-notify-on-options-builder function updates a ProjectNotifyOnOptions$Builder instance using the provided configuration. The function takes the ProjectNotifyOnOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
detailType | software.amazon.awscdk.services.codestarnotifications.DetailType | cdk.api.services.codestarnotifications/detail-type | :detail-type |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
events | java.util.List | cdk.support/lookup-entry | :events |
notificationRuleName | java.lang.String | cdk.support/lookup-entry | :notification-rule-name |
The build-project-notify-on-options-builder function updates a ProjectNotifyOnOptions$Builder instance using the provided configuration. The function takes the ProjectNotifyOnOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `detailType` | software.amazon.awscdk.services.codestarnotifications.DetailType | [[cdk.api.services.codestarnotifications/detail-type]] | `:detail-type` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` | | `notificationRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-rule-name` |
(build-project-props-builder builder id config)
The build-project-props-builder function updates a ProjectProps$Builder instance using the provided configuration. The function takes the ProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAllOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-outbound |
artifacts | software.amazon.awscdk.services.codebuild.IArtifacts | cdk.support/lookup-entry | :artifacts |
badge | java.lang.Boolean | cdk.support/lookup-entry | :badge |
buildSpec | software.amazon.awscdk.services.codebuild.BuildSpec | cdk.support/lookup-entry | :build-spec |
cache | software.amazon.awscdk.services.codebuild.Cache | cdk.support/lookup-entry | :cache |
checkSecretsInPlainTextEnvVariables | java.lang.Boolean | cdk.support/lookup-entry | :check-secrets-in-plain-text-env-variables |
concurrentBuildLimit | java.lang.Number | cdk.support/lookup-entry | :concurrent-build-limit |
description | java.lang.String | cdk.support/lookup-entry | :description |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
environment | software.amazon.awscdk.services.codebuild.BuildEnvironment | cdk.support/lookup-entry | :environment |
environmentVariables | java.util.Map | cdk.support/lookup-entry | :environment-variables |
fileSystemLocations | java.util.List | cdk.support/lookup-entry | :file-system-locations |
grantReportGroupPermissions | java.lang.Boolean | cdk.support/lookup-entry | :grant-report-group-permissions |
logging | software.amazon.awscdk.services.codebuild.LoggingOptions | cdk.support/lookup-entry | :logging |
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
queuedTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :queued-timeout |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
secondaryArtifacts | java.util.List | cdk.support/lookup-entry | :secondary-artifacts |
secondarySources | java.util.List | cdk.support/lookup-entry | :secondary-sources |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
source | software.amazon.awscdk.services.codebuild.ISource | cdk.support/lookup-entry | :source |
ssmSessionPermissions | java.lang.Boolean | cdk.support/lookup-entry | :ssm-session-permissions |
subnetSelection | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnet-selection |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-project-props-builder function updates a ProjectProps$Builder instance using the provided configuration. The function takes the ProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` | | `artifacts` | software.amazon.awscdk.services.codebuild.IArtifacts | [[cdk.support/lookup-entry]] | `:artifacts` | | `badge` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:badge` | | `buildSpec` | software.amazon.awscdk.services.codebuild.BuildSpec | [[cdk.support/lookup-entry]] | `:build-spec` | | `cache` | software.amazon.awscdk.services.codebuild.Cache | [[cdk.support/lookup-entry]] | `:cache` | | `checkSecretsInPlainTextEnvVariables` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:check-secrets-in-plain-text-env-variables` | | `concurrentBuildLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:concurrent-build-limit` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `environment` | software.amazon.awscdk.services.codebuild.BuildEnvironment | [[cdk.support/lookup-entry]] | `:environment` | | `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` | | `fileSystemLocations` | java.util.List | [[cdk.support/lookup-entry]] | `:file-system-locations` | | `grantReportGroupPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:grant-report-group-permissions` | | `logging` | software.amazon.awscdk.services.codebuild.LoggingOptions | [[cdk.support/lookup-entry]] | `:logging` | | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` | | `queuedTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:queued-timeout` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `secondaryArtifacts` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-artifacts` | | `secondarySources` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-sources` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `source` | software.amazon.awscdk.services.codebuild.ISource | [[cdk.support/lookup-entry]] | `:source` | | `ssmSessionPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ssm-session-permissions` | | `subnetSelection` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnet-selection` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-report-group-builder builder id config)
The build-report-group-builder function updates a ReportGroup$Builder instance using the provided configuration. The function takes the ReportGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteReports | java.lang.Boolean | cdk.support/lookup-entry | :delete-reports |
exportBucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :export-bucket |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
reportGroupName | java.lang.String | cdk.support/lookup-entry | :report-group-name |
type | software.amazon.awscdk.services.codebuild.ReportGroupType | cdk.api.services.codebuild/report-group-type | :type |
zipExport | java.lang.Boolean | cdk.support/lookup-entry | :zip-export |
The build-report-group-builder function updates a ReportGroup$Builder instance using the provided configuration. The function takes the ReportGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteReports` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-reports` | | `exportBucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:export-bucket` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `reportGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:report-group-name` | | `type` | software.amazon.awscdk.services.codebuild.ReportGroupType | [[cdk.api.services.codebuild/report-group-type]] | `:type` | | `zipExport` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:zip-export` |
(build-report-group-props-builder builder id config)
The build-report-group-props-builder function updates a ReportGroupProps$Builder instance using the provided configuration. The function takes the ReportGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteReports | java.lang.Boolean | cdk.support/lookup-entry | :delete-reports |
exportBucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :export-bucket |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
reportGroupName | java.lang.String | cdk.support/lookup-entry | :report-group-name |
type | software.amazon.awscdk.services.codebuild.ReportGroupType | cdk.api.services.codebuild/report-group-type | :type |
zipExport | java.lang.Boolean | cdk.support/lookup-entry | :zip-export |
The build-report-group-props-builder function updates a ReportGroupProps$Builder instance using the provided configuration. The function takes the ReportGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteReports` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-reports` | | `exportBucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:export-bucket` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `reportGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:report-group-name` | | `type` | software.amazon.awscdk.services.codebuild.ReportGroupType | [[cdk.api.services.codebuild/report-group-type]] | `:type` | | `zipExport` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:zip-export` |
(build-s3-artifacts-props-builder builder id config)
The build-s3-artifacts-props-builder function updates a S3ArtifactsProps$Builder instance using the provided configuration. The function takes the S3ArtifactsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
encryption | java.lang.Boolean | cdk.support/lookup-entry | :encryption |
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
includeBuildId | java.lang.Boolean | cdk.support/lookup-entry | :include-build-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
packageZip | java.lang.Boolean | cdk.support/lookup-entry | :package-zip |
path | java.lang.String | cdk.support/lookup-entry | :path |
The build-s3-artifacts-props-builder function updates a S3ArtifactsProps$Builder instance using the provided configuration. The function takes the S3ArtifactsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `encryption` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encryption` | | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` | | `includeBuildId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-build-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `packageZip` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:package-zip` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
(build-s3-logging-options-builder builder id config)
The build-s3-logging-options-builder function updates a S3LoggingOptions$Builder instance using the provided configuration. The function takes the S3LoggingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
The build-s3-logging-options-builder function updates a S3LoggingOptions$Builder instance using the provided configuration. The function takes the S3LoggingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
(build-s3-source-props-builder builder id config)
The build-s3-source-props-builder function updates a S3SourceProps$Builder instance using the provided configuration. The function takes the S3SourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
path | java.lang.String | cdk.support/lookup-entry | :path |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-s3-source-props-builder function updates a S3SourceProps$Builder instance using the provided configuration. The function takes the S3SourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-source-config-builder builder id config)
The build-source-config-builder function updates a SourceConfig$Builder instance using the provided configuration. The function takes the SourceConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
buildTriggers | software.amazon.awscdk.services.codebuild.CfnProject$ProjectTriggersProperty | cdk.support/lookup-entry | :build-triggers |
sourceProperty | software.amazon.awscdk.services.codebuild.CfnProject$SourceProperty | cdk.support/lookup-entry | :source-property |
sourceVersion | java.lang.String | cdk.support/lookup-entry | :source-version |
The build-source-config-builder function updates a SourceConfig$Builder instance using the provided configuration. The function takes the SourceConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `buildTriggers` | software.amazon.awscdk.services.codebuild.CfnProject$ProjectTriggersProperty | [[cdk.support/lookup-entry]] | `:build-triggers` | | `sourceProperty` | software.amazon.awscdk.services.codebuild.CfnProject$SourceProperty | [[cdk.support/lookup-entry]] | `:source-property` | | `sourceVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-version` |
(build-source-props-builder builder id config)
The build-source-props-builder function updates a SourceProps$Builder instance using the provided configuration. The function takes the SourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
The build-source-props-builder function updates a SourceProps$Builder instance using the provided configuration. The function takes the SourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` |
(build-untrusted-code-boundary-policy-builder builder id config)
The build-untrusted-code-boundary-policy-builder function updates a UntrustedCodeBoundaryPolicy$Builder instance using the provided configuration. The function takes the UntrustedCodeBoundaryPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalStatements | java.util.List | cdk.support/lookup-entry | :additional-statements |
managedPolicyName | java.lang.String | cdk.support/lookup-entry | :managed-policy-name |
The build-untrusted-code-boundary-policy-builder function updates a UntrustedCodeBoundaryPolicy$Builder instance using the provided configuration. The function takes the UntrustedCodeBoundaryPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-statements` | | `managedPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:managed-policy-name` |
(build-untrusted-code-boundary-policy-props-builder builder id config)
The build-untrusted-code-boundary-policy-props-builder function updates a UntrustedCodeBoundaryPolicyProps$Builder instance using the provided configuration. The function takes the UntrustedCodeBoundaryPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalStatements | java.util.List | cdk.support/lookup-entry | :additional-statements |
managedPolicyName | java.lang.String | cdk.support/lookup-entry | :managed-policy-name |
The build-untrusted-code-boundary-policy-props-builder function updates a UntrustedCodeBoundaryPolicyProps$Builder instance using the provided configuration. The function takes the UntrustedCodeBoundaryPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-statements` | | `managedPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:managed-policy-name` |
(cfn-fleet-builder scope id config)
Creates a CfnFleet$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnFleet$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-fleet-props-builder id config)
Creates a CfnFleetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-fleet-vpc-config-property-builder id config)
Creates a CfnFleet$VpcConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$VpcConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-artifacts-property-builder id config)
Creates a CfnProject$ArtifactsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$ArtifactsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-batch-restrictions-property-builder id config)
Creates a CfnProject$BatchRestrictionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$BatchRestrictionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-build-status-config-property-builder id config)
Creates a CfnProject$BuildStatusConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$BuildStatusConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-builder scope id config)
Creates a CfnProject$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnProject$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-cloud-watch-logs-config-property-builder id config)
Creates a CfnProject$CloudWatchLogsConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$CloudWatchLogsConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-environment-property-builder id config)
Creates a CfnProject$EnvironmentProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$EnvironmentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-environment-variable-property-builder id config)
Creates a CfnProject$EnvironmentVariableProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$EnvironmentVariableProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-git-submodules-config-property-builder id config)
Creates a CfnProject$GitSubmodulesConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$GitSubmodulesConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-logs-config-property-builder id config)
Creates a CfnProject$LogsConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$LogsConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-project-build-batch-config-property-builder id config)
Creates a CfnProject$ProjectBuildBatchConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$ProjectBuildBatchConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-project-cache-property-builder id config)
Creates a CfnProject$ProjectCacheProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$ProjectCacheProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-project-file-system-location-property-builder id config)
Creates a CfnProject$ProjectFileSystemLocationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$ProjectFileSystemLocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-project-fleet-property-builder id config)
Creates a CfnProject$ProjectFleetProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$ProjectFleetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-project-source-version-property-builder id config)
Creates a CfnProject$ProjectSourceVersionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$ProjectSourceVersionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-project-triggers-property-builder id config)
Creates a CfnProject$ProjectTriggersProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$ProjectTriggersProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-props-builder id config)
Creates a CfnProjectProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProjectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-registry-credential-property-builder id config)
Creates a CfnProject$RegistryCredentialProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$RegistryCredentialProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-s3-logs-config-property-builder id config)
Creates a CfnProject$S3LogsConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$S3LogsConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-source-auth-property-builder id config)
Creates a CfnProject$SourceAuthProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$SourceAuthProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-source-property-builder id config)
Creates a CfnProject$SourceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$SourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-vpc-config-property-builder id config)
Creates a CfnProject$VpcConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$VpcConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-webhook-filter-property-builder id config)
Creates a CfnProject$WebhookFilterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$WebhookFilterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-report-group-builder scope id config)
Creates a CfnReportGroup$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnReportGroup$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-report-group-props-builder id config)
Creates a CfnReportGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnReportGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-report-group-report-export-config-property-builder id config)
Creates a CfnReportGroup$ReportExportConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnReportGroup$ReportExportConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-report-group-s3-report-export-config-property-builder id config)
Creates a CfnReportGroup$S3ReportExportConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnReportGroup$S3ReportExportConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-source-credential-builder scope id config)
Creates a CfnSourceCredential$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnSourceCredential$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-source-credential-props-builder id config)
Creates a CfnSourceCredentialProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSourceCredentialProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cloud-watch-logging-options-builder id config)
Creates a CloudWatchLoggingOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CloudWatchLoggingOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(code-commit-source-props-builder id config)
Creates a CodeCommitSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CodeCommitSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(common-project-props-builder id config)
Creates a CommonProjectProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CommonProjectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(compute-type config id item-key)
The compute-type
function data interprets values in the provided config data into a
ComputeType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ComputeType
- the value is returned.:small
- ComputeType/SMALL
is returned:large
- ComputeType/LARGE
is returned:x-large
- ComputeType/X_LARGE
is returned:lambda-10gb
- ComputeType/LAMBDA_10GB
is returned:lambda-2gb
- ComputeType/LAMBDA_2GB
is returned:medium
- ComputeType/MEDIUM
is returned:x2-large
- ComputeType/X2_LARGE
is returned:lambda-1gb
- ComputeType/LAMBDA_1GB
is returned:lambda-4gb
- ComputeType/LAMBDA_4GB
is returned:lambda-8gb
- ComputeType/LAMBDA_8GB
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `compute-type` function data interprets values in the provided config data into a `ComputeType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ComputeType` - the value is returned. * is `:small` - `ComputeType/SMALL` is returned * is `:large` - `ComputeType/LARGE` is returned * is `:x-large` - `ComputeType/X_LARGE` is returned * is `:lambda-10gb` - `ComputeType/LAMBDA_10GB` is returned * is `:lambda-2gb` - `ComputeType/LAMBDA_2GB` is returned * is `:medium` - `ComputeType/MEDIUM` is returned * is `:x2-large` - `ComputeType/X2_LARGE` is returned * is `:lambda-1gb` - `ComputeType/LAMBDA_1GB` is returned * is `:lambda-4gb` - `ComputeType/LAMBDA_4GB` is returned * is `:lambda-8gb` - `ComputeType/LAMBDA_8GB` is returned If a value is not found or matches the above criteria, nil is returned.
(docker-image-options-builder id config)
Creates a DockerImageOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `DockerImageOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(efs-file-system-location-props-builder id config)
Creates a EfsFileSystemLocationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `EfsFileSystemLocationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(event-action config id item-key)
The event-action
function data interprets values in the provided config data into a
EventAction
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
EventAction
- the value is returned.:pull-request-merged
- EventAction/PULL_REQUEST_MERGED
is returned:pull-request-reopened
- EventAction/PULL_REQUEST_REOPENED
is returned:pull-request-created
- EventAction/PULL_REQUEST_CREATED
is returned:pull-request-updated
- EventAction/PULL_REQUEST_UPDATED
is returned:push
- EventAction/PUSH
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `event-action` function data interprets values in the provided config data into a `EventAction` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `EventAction` - the value is returned. * is `:pull-request-merged` - `EventAction/PULL_REQUEST_MERGED` is returned * is `:pull-request-reopened` - `EventAction/PULL_REQUEST_REOPENED` is returned * is `:pull-request-created` - `EventAction/PULL_REQUEST_CREATED` is returned * is `:pull-request-updated` - `EventAction/PULL_REQUEST_UPDATED` is returned * is `:push` - `EventAction/PUSH` is returned If a value is not found or matches the above criteria, nil is returned.
(file-system-config-builder id config)
Creates a FileSystemConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `FileSystemConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(git-hub-enterprise-source-credentials-builder scope id config)
Creates a GitHubEnterpriseSourceCredentials$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `GitHubEnterpriseSourceCredentials$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(git-hub-enterprise-source-credentials-props-builder id config)
Creates a GitHubEnterpriseSourceCredentialsProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `GitHubEnterpriseSourceCredentialsProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(git-hub-enterprise-source-props-builder id config)
Creates a GitHubEnterpriseSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `GitHubEnterpriseSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(git-hub-source-credentials-builder scope id config)
Creates a GitHubSourceCredentials$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `GitHubSourceCredentials$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(git-hub-source-credentials-props-builder id config)
Creates a GitHubSourceCredentialsProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `GitHubSourceCredentialsProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(git-hub-source-props-builder id config)
Creates a GitHubSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `GitHubSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(image-pull-principal-type config id item-key)
The image-pull-principal-type
function data interprets values in the provided config data into a
ImagePullPrincipalType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ImagePullPrincipalType
- the value is returned.:service-role
- ImagePullPrincipalType/SERVICE_ROLE
is returned:codebuild
- ImagePullPrincipalType/CODEBUILD
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `image-pull-principal-type` function data interprets values in the provided config data into a `ImagePullPrincipalType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ImagePullPrincipalType` - the value is returned. * is `:service-role` - `ImagePullPrincipalType/SERVICE_ROLE` is returned * is `:codebuild` - `ImagePullPrincipalType/CODEBUILD` is returned If a value is not found or matches the above criteria, nil is returned.
(local-cache-mode config id item-key)
The local-cache-mode
function data interprets values in the provided config data into a
LocalCacheMode
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
LocalCacheMode
- the value is returned.:custom
- LocalCacheMode/CUSTOM
is returned:docker-layer
- LocalCacheMode/DOCKER_LAYER
is returned:source
- LocalCacheMode/SOURCE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `local-cache-mode` function data interprets values in the provided config data into a `LocalCacheMode` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `LocalCacheMode` - the value is returned. * is `:custom` - `LocalCacheMode/CUSTOM` is returned * is `:docker-layer` - `LocalCacheMode/DOCKER_LAYER` is returned * is `:source` - `LocalCacheMode/SOURCE` is returned If a value is not found or matches the above criteria, nil is returned.
(logging-options-builder id config)
Creates a LoggingOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `LoggingOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(pipeline-project-builder scope id config)
Creates a PipelineProject$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `PipelineProject$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(pipeline-project-props-builder id config)
Creates a PipelineProjectProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `PipelineProjectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(project-builder scope id config)
Creates a Project$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `Project$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(project-notification-events config id item-key)
The project-notification-events
function data interprets values in the provided config data into a
ProjectNotificationEvents
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ProjectNotificationEvents
- the value is returned.:build-stopped
- ProjectNotificationEvents/BUILD_STOPPED
is returned:build-failed
- ProjectNotificationEvents/BUILD_FAILED
is returned:build-succeeded
- ProjectNotificationEvents/BUILD_SUCCEEDED
is returned:build-phase-failed
- ProjectNotificationEvents/BUILD_PHASE_FAILED
is returned:build-in-progress
- ProjectNotificationEvents/BUILD_IN_PROGRESS
is returned:build-phase-succeeded
- ProjectNotificationEvents/BUILD_PHASE_SUCCEEDED
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `project-notification-events` function data interprets values in the provided config data into a `ProjectNotificationEvents` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ProjectNotificationEvents` - the value is returned. * is `:build-stopped` - `ProjectNotificationEvents/BUILD_STOPPED` is returned * is `:build-failed` - `ProjectNotificationEvents/BUILD_FAILED` is returned * is `:build-succeeded` - `ProjectNotificationEvents/BUILD_SUCCEEDED` is returned * is `:build-phase-failed` - `ProjectNotificationEvents/BUILD_PHASE_FAILED` is returned * is `:build-in-progress` - `ProjectNotificationEvents/BUILD_IN_PROGRESS` is returned * is `:build-phase-succeeded` - `ProjectNotificationEvents/BUILD_PHASE_SUCCEEDED` is returned If a value is not found or matches the above criteria, nil is returned.
(project-notify-on-options-builder id config)
Creates a ProjectNotifyOnOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ProjectNotifyOnOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(project-props-builder id config)
Creates a ProjectProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ProjectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(report-group-builder scope id config)
Creates a ReportGroup$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `ReportGroup$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(report-group-props-builder id config)
Creates a ReportGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ReportGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(report-group-type config id item-key)
The report-group-type
function data interprets values in the provided config data into a
ReportGroupType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ReportGroupType
- the value is returned.:code-coverage
- ReportGroupType/CODE_COVERAGE
is returned:test
- ReportGroupType/TEST
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `report-group-type` function data interprets values in the provided config data into a `ReportGroupType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ReportGroupType` - the value is returned. * is `:code-coverage` - `ReportGroupType/CODE_COVERAGE` is returned * is `:test` - `ReportGroupType/TEST` is returned If a value is not found or matches the above criteria, nil is returned.
(s3-artifacts-props-builder id config)
Creates a S3ArtifactsProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `S3ArtifactsProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-logging-options-builder id config)
Creates a S3LoggingOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `S3LoggingOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-source-props-builder id config)
Creates a S3SourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `S3SourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(source-config-builder id config)
Creates a SourceConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `SourceConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(source-props-builder id config)
Creates a SourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `SourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(untrusted-code-boundary-policy-builder scope id config)
Creates a UntrustedCodeBoundaryPolicy$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `UntrustedCodeBoundaryPolicy$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(untrusted-code-boundary-policy-props-builder id config)
Creates a UntrustedCodeBoundaryPolicyProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `UntrustedCodeBoundaryPolicyProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(windows-image-type config id item-key)
The windows-image-type
function data interprets values in the provided config data into a
WindowsImageType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
WindowsImageType
- the value is returned.:server-2019
- WindowsImageType/SERVER_2019
is returned:standard
- WindowsImageType/STANDARD
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `windows-image-type` function data interprets values in the provided config data into a `WindowsImageType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `WindowsImageType` - the value is returned. * is `:server-2019` - `WindowsImageType/SERVER_2019` is returned * is `:standard` - `WindowsImageType/STANDARD` is returned If a value is not found or matches the above criteria, nil is returned.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close