Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.codepipeline.actions package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.codepipeline.actions package.
(alexa-skill-deploy-action-builder id config)
Creates a AlexaSkillDeployAction$Builder
instance using a no-argument create, 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 `AlexaSkillDeployAction$Builder` instance using a no-argument create, 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 |
(alexa-skill-deploy-action-props-builder id config)
Creates a AlexaSkillDeployActionProps$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 `AlexaSkillDeployActionProps$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-alexa-skill-deploy-action-builder builder id config)
The build-alexa-skill-deploy-action-builder function updates a AlexaSkillDeployAction$Builder instance using the provided configuration. The function takes the AlexaSkillDeployAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
clientId | java.lang.String | cdk.support/lookup-entry | :client-id |
clientSecret | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :client-secret |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
parameterOverridesArtifact | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :parameter-overrides-artifact |
refreshToken | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :refresh-token |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
skillId | java.lang.String | cdk.support/lookup-entry | :skill-id |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-alexa-skill-deploy-action-builder function updates a AlexaSkillDeployAction$Builder instance using the provided configuration. The function takes the AlexaSkillDeployAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` | | `clientSecret` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:client-secret` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `parameterOverridesArtifact` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:parameter-overrides-artifact` | | `refreshToken` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:refresh-token` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `skillId` | java.lang.String | [[cdk.support/lookup-entry]] | `:skill-id` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-alexa-skill-deploy-action-props-builder builder id config)
The build-alexa-skill-deploy-action-props-builder function updates a AlexaSkillDeployActionProps$Builder instance using the provided configuration. The function takes the AlexaSkillDeployActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
clientId | java.lang.String | cdk.support/lookup-entry | :client-id |
clientSecret | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :client-secret |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
parameterOverridesArtifact | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :parameter-overrides-artifact |
refreshToken | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :refresh-token |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
skillId | java.lang.String | cdk.support/lookup-entry | :skill-id |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-alexa-skill-deploy-action-props-builder function updates a AlexaSkillDeployActionProps$Builder instance using the provided configuration. The function takes the AlexaSkillDeployActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` | | `clientSecret` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:client-secret` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `parameterOverridesArtifact` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:parameter-overrides-artifact` | | `refreshToken` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:refresh-token` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `skillId` | java.lang.String | [[cdk.support/lookup-entry]] | `:skill-id` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-create-replace-change-set-action-builder builder
id
config)
The build-cloud-formation-create-replace-change-set-action-builder function updates a CloudFormationCreateReplaceChangeSetAction$Builder instance using the provided configuration. The function takes the CloudFormationCreateReplaceChangeSetAction$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 |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
adminPermissions | java.lang.Boolean | cdk.support/lookup-entry | :admin-permissions |
cfnCapabilities | java.util.List | cdk.support/lookup-entry | :cfn-capabilities |
changeSetName | java.lang.String | cdk.support/lookup-entry | :change-set-name |
deploymentRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :deployment-role |
extraInputs | java.util.List | cdk.support/lookup-entry | :extra-inputs |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
outputFileName | java.lang.String | cdk.support/lookup-entry | :output-file-name |
parameterOverrides | java.util.Map | cdk.support/lookup-entry | :parameter-overrides |
region | java.lang.String | cdk.support/lookup-entry | :region |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackName | java.lang.String | cdk.support/lookup-entry | :stack-name |
templateConfiguration | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-configuration |
templatePath | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-path |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-create-replace-change-set-action-builder function updates a CloudFormationCreateReplaceChangeSetAction$Builder instance using the provided configuration. The function takes the CloudFormationCreateReplaceChangeSetAction$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 | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `adminPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:admin-permissions` | | `cfnCapabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:cfn-capabilities` | | `changeSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:change-set-name` | | `deploymentRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:deployment-role` | | `extraInputs` | java.util.List | [[cdk.support/lookup-entry]] | `:extra-inputs` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `outputFileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-file-name` | | `parameterOverrides` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameter-overrides` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` | | `templateConfiguration` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-configuration` | | `templatePath` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-path` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-create-replace-change-set-action-props-builder builder
id
config)
The build-cloud-formation-create-replace-change-set-action-props-builder function updates a CloudFormationCreateReplaceChangeSetActionProps$Builder instance using the provided configuration. The function takes the CloudFormationCreateReplaceChangeSetActionProps$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 |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
adminPermissions | java.lang.Boolean | cdk.support/lookup-entry | :admin-permissions |
cfnCapabilities | java.util.List | cdk.support/lookup-entry | :cfn-capabilities |
changeSetName | java.lang.String | cdk.support/lookup-entry | :change-set-name |
deploymentRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :deployment-role |
extraInputs | java.util.List | cdk.support/lookup-entry | :extra-inputs |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
outputFileName | java.lang.String | cdk.support/lookup-entry | :output-file-name |
parameterOverrides | java.util.Map | cdk.support/lookup-entry | :parameter-overrides |
region | java.lang.String | cdk.support/lookup-entry | :region |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackName | java.lang.String | cdk.support/lookup-entry | :stack-name |
templateConfiguration | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-configuration |
templatePath | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-path |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-create-replace-change-set-action-props-builder function updates a CloudFormationCreateReplaceChangeSetActionProps$Builder instance using the provided configuration. The function takes the CloudFormationCreateReplaceChangeSetActionProps$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 | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `adminPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:admin-permissions` | | `cfnCapabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:cfn-capabilities` | | `changeSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:change-set-name` | | `deploymentRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:deployment-role` | | `extraInputs` | java.util.List | [[cdk.support/lookup-entry]] | `:extra-inputs` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `outputFileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-file-name` | | `parameterOverrides` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameter-overrides` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` | | `templateConfiguration` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-configuration` | | `templatePath` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-path` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-create-update-stack-action-builder builder id config)
The build-cloud-formation-create-update-stack-action-builder function updates a CloudFormationCreateUpdateStackAction$Builder instance using the provided configuration. The function takes the CloudFormationCreateUpdateStackAction$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 |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
adminPermissions | java.lang.Boolean | cdk.support/lookup-entry | :admin-permissions |
cfnCapabilities | java.util.List | cdk.support/lookup-entry | :cfn-capabilities |
deploymentRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :deployment-role |
extraInputs | java.util.List | cdk.support/lookup-entry | :extra-inputs |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
outputFileName | java.lang.String | cdk.support/lookup-entry | :output-file-name |
parameterOverrides | java.util.Map | cdk.support/lookup-entry | :parameter-overrides |
region | java.lang.String | cdk.support/lookup-entry | :region |
replaceOnFailure | java.lang.Boolean | cdk.support/lookup-entry | :replace-on-failure |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackName | java.lang.String | cdk.support/lookup-entry | :stack-name |
templateConfiguration | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-configuration |
templatePath | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-path |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-create-update-stack-action-builder function updates a CloudFormationCreateUpdateStackAction$Builder instance using the provided configuration. The function takes the CloudFormationCreateUpdateStackAction$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 | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `adminPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:admin-permissions` | | `cfnCapabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:cfn-capabilities` | | `deploymentRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:deployment-role` | | `extraInputs` | java.util.List | [[cdk.support/lookup-entry]] | `:extra-inputs` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `outputFileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-file-name` | | `parameterOverrides` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameter-overrides` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `replaceOnFailure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:replace-on-failure` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` | | `templateConfiguration` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-configuration` | | `templatePath` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-path` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-create-update-stack-action-props-builder builder
id
config)
The build-cloud-formation-create-update-stack-action-props-builder function updates a CloudFormationCreateUpdateStackActionProps$Builder instance using the provided configuration. The function takes the CloudFormationCreateUpdateStackActionProps$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 |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
adminPermissions | java.lang.Boolean | cdk.support/lookup-entry | :admin-permissions |
cfnCapabilities | java.util.List | cdk.support/lookup-entry | :cfn-capabilities |
deploymentRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :deployment-role |
extraInputs | java.util.List | cdk.support/lookup-entry | :extra-inputs |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
outputFileName | java.lang.String | cdk.support/lookup-entry | :output-file-name |
parameterOverrides | java.util.Map | cdk.support/lookup-entry | :parameter-overrides |
region | java.lang.String | cdk.support/lookup-entry | :region |
replaceOnFailure | java.lang.Boolean | cdk.support/lookup-entry | :replace-on-failure |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackName | java.lang.String | cdk.support/lookup-entry | :stack-name |
templateConfiguration | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-configuration |
templatePath | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-path |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-create-update-stack-action-props-builder function updates a CloudFormationCreateUpdateStackActionProps$Builder instance using the provided configuration. The function takes the CloudFormationCreateUpdateStackActionProps$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 | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `adminPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:admin-permissions` | | `cfnCapabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:cfn-capabilities` | | `deploymentRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:deployment-role` | | `extraInputs` | java.util.List | [[cdk.support/lookup-entry]] | `:extra-inputs` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `outputFileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-file-name` | | `parameterOverrides` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameter-overrides` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `replaceOnFailure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:replace-on-failure` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` | | `templateConfiguration` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-configuration` | | `templatePath` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-path` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-delete-stack-action-builder builder id config)
The build-cloud-formation-delete-stack-action-builder function updates a CloudFormationDeleteStackAction$Builder instance using the provided configuration. The function takes the CloudFormationDeleteStackAction$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 |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
adminPermissions | java.lang.Boolean | cdk.support/lookup-entry | :admin-permissions |
cfnCapabilities | java.util.List | cdk.support/lookup-entry | :cfn-capabilities |
deploymentRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :deployment-role |
extraInputs | java.util.List | cdk.support/lookup-entry | :extra-inputs |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
outputFileName | java.lang.String | cdk.support/lookup-entry | :output-file-name |
parameterOverrides | java.util.Map | cdk.support/lookup-entry | :parameter-overrides |
region | java.lang.String | cdk.support/lookup-entry | :region |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackName | java.lang.String | cdk.support/lookup-entry | :stack-name |
templateConfiguration | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-configuration |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-delete-stack-action-builder function updates a CloudFormationDeleteStackAction$Builder instance using the provided configuration. The function takes the CloudFormationDeleteStackAction$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 | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `adminPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:admin-permissions` | | `cfnCapabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:cfn-capabilities` | | `deploymentRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:deployment-role` | | `extraInputs` | java.util.List | [[cdk.support/lookup-entry]] | `:extra-inputs` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `outputFileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-file-name` | | `parameterOverrides` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameter-overrides` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` | | `templateConfiguration` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-configuration` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-delete-stack-action-props-builder builder id config)
The build-cloud-formation-delete-stack-action-props-builder function updates a CloudFormationDeleteStackActionProps$Builder instance using the provided configuration. The function takes the CloudFormationDeleteStackActionProps$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 |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
adminPermissions | java.lang.Boolean | cdk.support/lookup-entry | :admin-permissions |
cfnCapabilities | java.util.List | cdk.support/lookup-entry | :cfn-capabilities |
deploymentRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :deployment-role |
extraInputs | java.util.List | cdk.support/lookup-entry | :extra-inputs |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
outputFileName | java.lang.String | cdk.support/lookup-entry | :output-file-name |
parameterOverrides | java.util.Map | cdk.support/lookup-entry | :parameter-overrides |
region | java.lang.String | cdk.support/lookup-entry | :region |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackName | java.lang.String | cdk.support/lookup-entry | :stack-name |
templateConfiguration | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-configuration |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-delete-stack-action-props-builder function updates a CloudFormationDeleteStackActionProps$Builder instance using the provided configuration. The function takes the CloudFormationDeleteStackActionProps$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 | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `adminPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:admin-permissions` | | `cfnCapabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:cfn-capabilities` | | `deploymentRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:deployment-role` | | `extraInputs` | java.util.List | [[cdk.support/lookup-entry]] | `:extra-inputs` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `outputFileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-file-name` | | `parameterOverrides` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameter-overrides` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` | | `templateConfiguration` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-configuration` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-deploy-stack-instances-action-builder builder id config)
The build-cloud-formation-deploy-stack-instances-action-builder function updates a CloudFormationDeployStackInstancesAction$Builder instance using the provided configuration. The function takes the CloudFormationDeployStackInstancesAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
failureTolerancePercentage | java.lang.Number | cdk.support/lookup-entry | :failure-tolerance-percentage |
maxAccountConcurrencyPercentage | java.lang.Number | cdk.support/lookup-entry | :max-account-concurrency-percentage |
parameterOverrides | software.amazon.awscdk.services.codepipeline.actions.StackSetParameters | cdk.support/lookup-entry | :parameter-overrides |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackInstances | software.amazon.awscdk.services.codepipeline.actions.StackInstances | cdk.support/lookup-entry | :stack-instances |
stackSetName | java.lang.String | cdk.support/lookup-entry | :stack-set-name |
stackSetRegion | java.lang.String | cdk.support/lookup-entry | :stack-set-region |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-deploy-stack-instances-action-builder function updates a CloudFormationDeployStackInstancesAction$Builder instance using the provided configuration. The function takes the CloudFormationDeployStackInstancesAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `failureTolerancePercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:failure-tolerance-percentage` | | `maxAccountConcurrencyPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-account-concurrency-percentage` | | `parameterOverrides` | software.amazon.awscdk.services.codepipeline.actions.StackSetParameters | [[cdk.support/lookup-entry]] | `:parameter-overrides` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackInstances` | software.amazon.awscdk.services.codepipeline.actions.StackInstances | [[cdk.support/lookup-entry]] | `:stack-instances` | | `stackSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-name` | | `stackSetRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-region` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-deploy-stack-instances-action-props-builder builder
id
config)
The build-cloud-formation-deploy-stack-instances-action-props-builder function updates a CloudFormationDeployStackInstancesActionProps$Builder instance using the provided configuration. The function takes the CloudFormationDeployStackInstancesActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
failureTolerancePercentage | java.lang.Number | cdk.support/lookup-entry | :failure-tolerance-percentage |
maxAccountConcurrencyPercentage | java.lang.Number | cdk.support/lookup-entry | :max-account-concurrency-percentage |
parameterOverrides | software.amazon.awscdk.services.codepipeline.actions.StackSetParameters | cdk.support/lookup-entry | :parameter-overrides |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackInstances | software.amazon.awscdk.services.codepipeline.actions.StackInstances | cdk.support/lookup-entry | :stack-instances |
stackSetName | java.lang.String | cdk.support/lookup-entry | :stack-set-name |
stackSetRegion | java.lang.String | cdk.support/lookup-entry | :stack-set-region |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-deploy-stack-instances-action-props-builder function updates a CloudFormationDeployStackInstancesActionProps$Builder instance using the provided configuration. The function takes the CloudFormationDeployStackInstancesActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `failureTolerancePercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:failure-tolerance-percentage` | | `maxAccountConcurrencyPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-account-concurrency-percentage` | | `parameterOverrides` | software.amazon.awscdk.services.codepipeline.actions.StackSetParameters | [[cdk.support/lookup-entry]] | `:parameter-overrides` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackInstances` | software.amazon.awscdk.services.codepipeline.actions.StackInstances | [[cdk.support/lookup-entry]] | `:stack-instances` | | `stackSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-name` | | `stackSetRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-region` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-deploy-stack-set-action-builder builder id config)
The build-cloud-formation-deploy-stack-set-action-builder function updates a CloudFormationDeployStackSetAction$Builder instance using the provided configuration. The function takes the CloudFormationDeployStackSetAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
cfnCapabilities | java.util.List | cdk.support/lookup-entry | :cfn-capabilities |
deploymentModel | software.amazon.awscdk.services.codepipeline.actions.StackSetDeploymentModel | cdk.support/lookup-entry | :deployment-model |
description | java.lang.String | cdk.support/lookup-entry | :description |
failureTolerancePercentage | java.lang.Number | cdk.support/lookup-entry | :failure-tolerance-percentage |
maxAccountConcurrencyPercentage | java.lang.Number | cdk.support/lookup-entry | :max-account-concurrency-percentage |
parameters | software.amazon.awscdk.services.codepipeline.actions.StackSetParameters | cdk.support/lookup-entry | :parameters |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackInstances | software.amazon.awscdk.services.codepipeline.actions.StackInstances | cdk.support/lookup-entry | :stack-instances |
stackSetName | java.lang.String | cdk.support/lookup-entry | :stack-set-name |
stackSetRegion | java.lang.String | cdk.support/lookup-entry | :stack-set-region |
template | software.amazon.awscdk.services.codepipeline.actions.StackSetTemplate | cdk.support/lookup-entry | :template |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-deploy-stack-set-action-builder function updates a CloudFormationDeployStackSetAction$Builder instance using the provided configuration. The function takes the CloudFormationDeployStackSetAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `cfnCapabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:cfn-capabilities` | | `deploymentModel` | software.amazon.awscdk.services.codepipeline.actions.StackSetDeploymentModel | [[cdk.support/lookup-entry]] | `:deployment-model` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `failureTolerancePercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:failure-tolerance-percentage` | | `maxAccountConcurrencyPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-account-concurrency-percentage` | | `parameters` | software.amazon.awscdk.services.codepipeline.actions.StackSetParameters | [[cdk.support/lookup-entry]] | `:parameters` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackInstances` | software.amazon.awscdk.services.codepipeline.actions.StackInstances | [[cdk.support/lookup-entry]] | `:stack-instances` | | `stackSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-name` | | `stackSetRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-region` | | `template` | software.amazon.awscdk.services.codepipeline.actions.StackSetTemplate | [[cdk.support/lookup-entry]] | `:template` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-deploy-stack-set-action-props-builder builder id config)
The build-cloud-formation-deploy-stack-set-action-props-builder function updates a CloudFormationDeployStackSetActionProps$Builder instance using the provided configuration. The function takes the CloudFormationDeployStackSetActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
cfnCapabilities | java.util.List | cdk.support/lookup-entry | :cfn-capabilities |
deploymentModel | software.amazon.awscdk.services.codepipeline.actions.StackSetDeploymentModel | cdk.support/lookup-entry | :deployment-model |
description | java.lang.String | cdk.support/lookup-entry | :description |
failureTolerancePercentage | java.lang.Number | cdk.support/lookup-entry | :failure-tolerance-percentage |
maxAccountConcurrencyPercentage | java.lang.Number | cdk.support/lookup-entry | :max-account-concurrency-percentage |
parameters | software.amazon.awscdk.services.codepipeline.actions.StackSetParameters | cdk.support/lookup-entry | :parameters |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackInstances | software.amazon.awscdk.services.codepipeline.actions.StackInstances | cdk.support/lookup-entry | :stack-instances |
stackSetName | java.lang.String | cdk.support/lookup-entry | :stack-set-name |
stackSetRegion | java.lang.String | cdk.support/lookup-entry | :stack-set-region |
template | software.amazon.awscdk.services.codepipeline.actions.StackSetTemplate | cdk.support/lookup-entry | :template |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-deploy-stack-set-action-props-builder function updates a CloudFormationDeployStackSetActionProps$Builder instance using the provided configuration. The function takes the CloudFormationDeployStackSetActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `cfnCapabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:cfn-capabilities` | | `deploymentModel` | software.amazon.awscdk.services.codepipeline.actions.StackSetDeploymentModel | [[cdk.support/lookup-entry]] | `:deployment-model` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `failureTolerancePercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:failure-tolerance-percentage` | | `maxAccountConcurrencyPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-account-concurrency-percentage` | | `parameters` | software.amazon.awscdk.services.codepipeline.actions.StackSetParameters | [[cdk.support/lookup-entry]] | `:parameters` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackInstances` | software.amazon.awscdk.services.codepipeline.actions.StackInstances | [[cdk.support/lookup-entry]] | `:stack-instances` | | `stackSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-name` | | `stackSetRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-region` | | `template` | software.amazon.awscdk.services.codepipeline.actions.StackSetTemplate | [[cdk.support/lookup-entry]] | `:template` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-execute-change-set-action-builder builder id config)
The build-cloud-formation-execute-change-set-action-builder function updates a CloudFormationExecuteChangeSetAction$Builder instance using the provided configuration. The function takes the CloudFormationExecuteChangeSetAction$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 |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
changeSetName | java.lang.String | cdk.support/lookup-entry | :change-set-name |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
outputFileName | java.lang.String | cdk.support/lookup-entry | :output-file-name |
region | java.lang.String | cdk.support/lookup-entry | :region |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackName | java.lang.String | cdk.support/lookup-entry | :stack-name |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-execute-change-set-action-builder function updates a CloudFormationExecuteChangeSetAction$Builder instance using the provided configuration. The function takes the CloudFormationExecuteChangeSetAction$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 | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `changeSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:change-set-name` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `outputFileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-file-name` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-cloud-formation-execute-change-set-action-props-builder builder
id
config)
The build-cloud-formation-execute-change-set-action-props-builder function updates a CloudFormationExecuteChangeSetActionProps$Builder instance using the provided configuration. The function takes the CloudFormationExecuteChangeSetActionProps$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 |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
changeSetName | java.lang.String | cdk.support/lookup-entry | :change-set-name |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
outputFileName | java.lang.String | cdk.support/lookup-entry | :output-file-name |
region | java.lang.String | cdk.support/lookup-entry | :region |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stackName | java.lang.String | cdk.support/lookup-entry | :stack-name |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-cloud-formation-execute-change-set-action-props-builder function updates a CloudFormationExecuteChangeSetActionProps$Builder instance using the provided configuration. The function takes the CloudFormationExecuteChangeSetActionProps$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 | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `changeSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:change-set-name` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `outputFileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-file-name` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-code-build-action-builder builder id config)
The build-code-build-action-builder function updates a CodeBuildAction$Builder instance using the provided configuration. The function takes the CodeBuildAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
checkSecretsInPlainTextEnvVariables | java.lang.Boolean | cdk.support/lookup-entry | :check-secrets-in-plain-text-env-variables |
combineBatchBuildArtifacts | java.lang.Boolean | cdk.support/lookup-entry | :combine-batch-build-artifacts |
environmentVariables | java.util.Map | cdk.support/lookup-entry | :environment-variables |
executeBatchBuild | java.lang.Boolean | cdk.support/lookup-entry | :execute-batch-build |
extraInputs | java.util.List | cdk.support/lookup-entry | :extra-inputs |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
outputs | java.util.List | cdk.support/lookup-entry | :outputs |
project | software.amazon.awscdk.services.codebuild.IProject | cdk.support/lookup-entry | :project |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
type | software.amazon.awscdk.services.codepipeline.actions.CodeBuildActionType | cdk.api.services.codepipeline.actions/code-build-action-type | :type |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-code-build-action-builder function updates a CodeBuildAction$Builder instance using the provided configuration. The function takes the CodeBuildAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `checkSecretsInPlainTextEnvVariables` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:check-secrets-in-plain-text-env-variables` | | `combineBatchBuildArtifacts` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:combine-batch-build-artifacts` | | `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` | | `executeBatchBuild` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:execute-batch-build` | | `extraInputs` | java.util.List | [[cdk.support/lookup-entry]] | `:extra-inputs` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` | | `project` | software.amazon.awscdk.services.codebuild.IProject | [[cdk.support/lookup-entry]] | `:project` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `type` | software.amazon.awscdk.services.codepipeline.actions.CodeBuildActionType | [[cdk.api.services.codepipeline.actions/code-build-action-type]] | `:type` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-code-build-action-props-builder builder id config)
The build-code-build-action-props-builder function updates a CodeBuildActionProps$Builder instance using the provided configuration. The function takes the CodeBuildActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
checkSecretsInPlainTextEnvVariables | java.lang.Boolean | cdk.support/lookup-entry | :check-secrets-in-plain-text-env-variables |
combineBatchBuildArtifacts | java.lang.Boolean | cdk.support/lookup-entry | :combine-batch-build-artifacts |
environmentVariables | java.util.Map | cdk.support/lookup-entry | :environment-variables |
executeBatchBuild | java.lang.Boolean | cdk.support/lookup-entry | :execute-batch-build |
extraInputs | java.util.List | cdk.support/lookup-entry | :extra-inputs |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
outputs | java.util.List | cdk.support/lookup-entry | :outputs |
project | software.amazon.awscdk.services.codebuild.IProject | cdk.support/lookup-entry | :project |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
type | software.amazon.awscdk.services.codepipeline.actions.CodeBuildActionType | cdk.api.services.codepipeline.actions/code-build-action-type | :type |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-code-build-action-props-builder function updates a CodeBuildActionProps$Builder instance using the provided configuration. The function takes the CodeBuildActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `checkSecretsInPlainTextEnvVariables` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:check-secrets-in-plain-text-env-variables` | | `combineBatchBuildArtifacts` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:combine-batch-build-artifacts` | | `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` | | `executeBatchBuild` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:execute-batch-build` | | `extraInputs` | java.util.List | [[cdk.support/lookup-entry]] | `:extra-inputs` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` | | `project` | software.amazon.awscdk.services.codebuild.IProject | [[cdk.support/lookup-entry]] | `:project` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `type` | software.amazon.awscdk.services.codepipeline.actions.CodeBuildActionType | [[cdk.api.services.codepipeline.actions/code-build-action-type]] | `:type` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-code-commit-source-action-builder builder id config)
The build-code-commit-source-action-builder function updates a CodeCommitSourceAction$Builder instance using the provided configuration. The function takes the CodeCommitSourceAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
branch | java.lang.String | cdk.support/lookup-entry | :branch |
codeBuildCloneOutput | java.lang.Boolean | cdk.support/lookup-entry | :code-build-clone-output |
customEventRule | software.amazon.awscdk.services.codepipeline.actions.ICustomEventRule | cdk.support/lookup-entry | :custom-event-rule |
eventRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :event-role |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
repository | software.amazon.awscdk.services.codecommit.IRepository | cdk.support/lookup-entry | :repository |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
trigger | software.amazon.awscdk.services.codepipeline.actions.CodeCommitTrigger | cdk.api.services.codepipeline.actions/code-commit-trigger | :trigger |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-code-commit-source-action-builder function updates a CodeCommitSourceAction$Builder instance using the provided configuration. The function takes the CodeCommitSourceAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `branch` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch` | | `codeBuildCloneOutput` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:code-build-clone-output` | | `customEventRule` | software.amazon.awscdk.services.codepipeline.actions.ICustomEventRule | [[cdk.support/lookup-entry]] | `:custom-event-rule` | | `eventRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:event-role` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `repository` | software.amazon.awscdk.services.codecommit.IRepository | [[cdk.support/lookup-entry]] | `:repository` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `trigger` | software.amazon.awscdk.services.codepipeline.actions.CodeCommitTrigger | [[cdk.api.services.codepipeline.actions/code-commit-trigger]] | `:trigger` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-code-commit-source-action-props-builder builder id config)
The build-code-commit-source-action-props-builder function updates a CodeCommitSourceActionProps$Builder instance using the provided configuration. The function takes the CodeCommitSourceActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
branch | java.lang.String | cdk.support/lookup-entry | :branch |
codeBuildCloneOutput | java.lang.Boolean | cdk.support/lookup-entry | :code-build-clone-output |
customEventRule | software.amazon.awscdk.services.codepipeline.actions.ICustomEventRule | cdk.support/lookup-entry | :custom-event-rule |
eventRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :event-role |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
repository | software.amazon.awscdk.services.codecommit.IRepository | cdk.support/lookup-entry | :repository |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
trigger | software.amazon.awscdk.services.codepipeline.actions.CodeCommitTrigger | cdk.api.services.codepipeline.actions/code-commit-trigger | :trigger |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-code-commit-source-action-props-builder function updates a CodeCommitSourceActionProps$Builder instance using the provided configuration. The function takes the CodeCommitSourceActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `branch` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch` | | `codeBuildCloneOutput` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:code-build-clone-output` | | `customEventRule` | software.amazon.awscdk.services.codepipeline.actions.ICustomEventRule | [[cdk.support/lookup-entry]] | `:custom-event-rule` | | `eventRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:event-role` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `repository` | software.amazon.awscdk.services.codecommit.IRepository | [[cdk.support/lookup-entry]] | `:repository` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `trigger` | software.amazon.awscdk.services.codepipeline.actions.CodeCommitTrigger | [[cdk.api.services.codepipeline.actions/code-commit-trigger]] | `:trigger` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-code-commit-source-variables-builder builder id config)
The build-code-commit-source-variables-builder function updates a CodeCommitSourceVariables$Builder instance using the provided configuration. The function takes the CodeCommitSourceVariables$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 |
---|---|---|---|
authorDate | java.lang.String | cdk.support/lookup-entry | :author-date |
branchName | java.lang.String | cdk.support/lookup-entry | :branch-name |
commitId | java.lang.String | cdk.support/lookup-entry | :commit-id |
commitMessage | java.lang.String | cdk.support/lookup-entry | :commit-message |
committerDate | java.lang.String | cdk.support/lookup-entry | :committer-date |
repositoryName | java.lang.String | cdk.support/lookup-entry | :repository-name |
The build-code-commit-source-variables-builder function updates a CodeCommitSourceVariables$Builder instance using the provided configuration. The function takes the CodeCommitSourceVariables$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 | |---|---|---|---| | `authorDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:author-date` | | `branchName` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch-name` | | `commitId` | java.lang.String | [[cdk.support/lookup-entry]] | `:commit-id` | | `commitMessage` | java.lang.String | [[cdk.support/lookup-entry]] | `:commit-message` | | `committerDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:committer-date` | | `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
(build-code-deploy-ecs-container-image-input-builder builder id config)
The build-code-deploy-ecs-container-image-input-builder function updates a CodeDeployEcsContainerImageInput$Builder instance using the provided configuration. The function takes the CodeDeployEcsContainerImageInput$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 |
---|---|---|---|
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
taskDefinitionPlaceholder | java.lang.String | cdk.support/lookup-entry | :task-definition-placeholder |
The build-code-deploy-ecs-container-image-input-builder function updates a CodeDeployEcsContainerImageInput$Builder instance using the provided configuration. The function takes the CodeDeployEcsContainerImageInput$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 | |---|---|---|---| | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `taskDefinitionPlaceholder` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition-placeholder` |
(build-code-deploy-ecs-deploy-action-builder builder id config)
The build-code-deploy-ecs-deploy-action-builder function updates a CodeDeployEcsDeployAction$Builder instance using the provided configuration. The function takes the CodeDeployEcsDeployAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
appSpecTemplateFile | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :app-spec-template-file |
appSpecTemplateInput | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :app-spec-template-input |
containerImageInputs | java.util.List | cdk.support/lookup-entry | :container-image-inputs |
deploymentGroup | software.amazon.awscdk.services.codedeploy.IEcsDeploymentGroup | cdk.support/lookup-entry | :deployment-group |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
taskDefinitionTemplateFile | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :task-definition-template-file |
taskDefinitionTemplateInput | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :task-definition-template-input |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-code-deploy-ecs-deploy-action-builder function updates a CodeDeployEcsDeployAction$Builder instance using the provided configuration. The function takes the CodeDeployEcsDeployAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `appSpecTemplateFile` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:app-spec-template-file` | | `appSpecTemplateInput` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:app-spec-template-input` | | `containerImageInputs` | java.util.List | [[cdk.support/lookup-entry]] | `:container-image-inputs` | | `deploymentGroup` | software.amazon.awscdk.services.codedeploy.IEcsDeploymentGroup | [[cdk.support/lookup-entry]] | `:deployment-group` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `taskDefinitionTemplateFile` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:task-definition-template-file` | | `taskDefinitionTemplateInput` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:task-definition-template-input` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-code-deploy-ecs-deploy-action-props-builder builder id config)
The build-code-deploy-ecs-deploy-action-props-builder function updates a CodeDeployEcsDeployActionProps$Builder instance using the provided configuration. The function takes the CodeDeployEcsDeployActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
appSpecTemplateFile | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :app-spec-template-file |
appSpecTemplateInput | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :app-spec-template-input |
containerImageInputs | java.util.List | cdk.support/lookup-entry | :container-image-inputs |
deploymentGroup | software.amazon.awscdk.services.codedeploy.IEcsDeploymentGroup | cdk.support/lookup-entry | :deployment-group |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
taskDefinitionTemplateFile | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :task-definition-template-file |
taskDefinitionTemplateInput | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :task-definition-template-input |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-code-deploy-ecs-deploy-action-props-builder function updates a CodeDeployEcsDeployActionProps$Builder instance using the provided configuration. The function takes the CodeDeployEcsDeployActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `appSpecTemplateFile` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:app-spec-template-file` | | `appSpecTemplateInput` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:app-spec-template-input` | | `containerImageInputs` | java.util.List | [[cdk.support/lookup-entry]] | `:container-image-inputs` | | `deploymentGroup` | software.amazon.awscdk.services.codedeploy.IEcsDeploymentGroup | [[cdk.support/lookup-entry]] | `:deployment-group` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `taskDefinitionTemplateFile` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:task-definition-template-file` | | `taskDefinitionTemplateInput` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:task-definition-template-input` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-code-deploy-server-deploy-action-builder builder id config)
The build-code-deploy-server-deploy-action-builder function updates a CodeDeployServerDeployAction$Builder instance using the provided configuration. The function takes the CodeDeployServerDeployAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
deploymentGroup | software.amazon.awscdk.services.codedeploy.IServerDeploymentGroup | cdk.support/lookup-entry | :deployment-group |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-code-deploy-server-deploy-action-builder function updates a CodeDeployServerDeployAction$Builder instance using the provided configuration. The function takes the CodeDeployServerDeployAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `deploymentGroup` | software.amazon.awscdk.services.codedeploy.IServerDeploymentGroup | [[cdk.support/lookup-entry]] | `:deployment-group` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-code-deploy-server-deploy-action-props-builder builder id config)
The build-code-deploy-server-deploy-action-props-builder function updates a CodeDeployServerDeployActionProps$Builder instance using the provided configuration. The function takes the CodeDeployServerDeployActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
deploymentGroup | software.amazon.awscdk.services.codedeploy.IServerDeploymentGroup | cdk.support/lookup-entry | :deployment-group |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-code-deploy-server-deploy-action-props-builder function updates a CodeDeployServerDeployActionProps$Builder instance using the provided configuration. The function takes the CodeDeployServerDeployActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `deploymentGroup` | software.amazon.awscdk.services.codedeploy.IServerDeploymentGroup | [[cdk.support/lookup-entry]] | `:deployment-group` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-code-star-connections-source-action-builder builder id config)
The build-code-star-connections-source-action-builder function updates a CodeStarConnectionsSourceAction$Builder instance using the provided configuration. The function takes the CodeStarConnectionsSourceAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
branch | java.lang.String | cdk.support/lookup-entry | :branch |
codeBuildCloneOutput | java.lang.Boolean | cdk.support/lookup-entry | :code-build-clone-output |
connectionArn | java.lang.String | cdk.support/lookup-entry | :connection-arn |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
owner | java.lang.String | cdk.support/lookup-entry | :owner |
repo | java.lang.String | cdk.support/lookup-entry | :repo |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
triggerOnPush | java.lang.Boolean | cdk.support/lookup-entry | :trigger-on-push |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-code-star-connections-source-action-builder function updates a CodeStarConnectionsSourceAction$Builder instance using the provided configuration. The function takes the CodeStarConnectionsSourceAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `branch` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch` | | `codeBuildCloneOutput` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:code-build-clone-output` | | `connectionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-arn` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `owner` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner` | | `repo` | java.lang.String | [[cdk.support/lookup-entry]] | `:repo` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `triggerOnPush` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:trigger-on-push` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-code-star-connections-source-action-props-builder builder id config)
The build-code-star-connections-source-action-props-builder function updates a CodeStarConnectionsSourceActionProps$Builder instance using the provided configuration. The function takes the CodeStarConnectionsSourceActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
branch | java.lang.String | cdk.support/lookup-entry | :branch |
codeBuildCloneOutput | java.lang.Boolean | cdk.support/lookup-entry | :code-build-clone-output |
connectionArn | java.lang.String | cdk.support/lookup-entry | :connection-arn |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
owner | java.lang.String | cdk.support/lookup-entry | :owner |
repo | java.lang.String | cdk.support/lookup-entry | :repo |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
triggerOnPush | java.lang.Boolean | cdk.support/lookup-entry | :trigger-on-push |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-code-star-connections-source-action-props-builder function updates a CodeStarConnectionsSourceActionProps$Builder instance using the provided configuration. The function takes the CodeStarConnectionsSourceActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `branch` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch` | | `codeBuildCloneOutput` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:code-build-clone-output` | | `connectionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-arn` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `owner` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner` | | `repo` | java.lang.String | [[cdk.support/lookup-entry]] | `:repo` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `triggerOnPush` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:trigger-on-push` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-code-star-source-variables-builder builder id config)
The build-code-star-source-variables-builder function updates a CodeStarSourceVariables$Builder instance using the provided configuration. The function takes the CodeStarSourceVariables$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 |
---|---|---|---|
authorDate | java.lang.String | cdk.support/lookup-entry | :author-date |
branchName | java.lang.String | cdk.support/lookup-entry | :branch-name |
commitId | java.lang.String | cdk.support/lookup-entry | :commit-id |
commitMessage | java.lang.String | cdk.support/lookup-entry | :commit-message |
connectionArn | java.lang.String | cdk.support/lookup-entry | :connection-arn |
fullRepositoryName | java.lang.String | cdk.support/lookup-entry | :full-repository-name |
The build-code-star-source-variables-builder function updates a CodeStarSourceVariables$Builder instance using the provided configuration. The function takes the CodeStarSourceVariables$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 | |---|---|---|---| | `authorDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:author-date` | | `branchName` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch-name` | | `commitId` | java.lang.String | [[cdk.support/lookup-entry]] | `:commit-id` | | `commitMessage` | java.lang.String | [[cdk.support/lookup-entry]] | `:commit-message` | | `connectionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-arn` | | `fullRepositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:full-repository-name` |
(build-common-cloud-formation-stack-set-options-builder builder id config)
The build-common-cloud-formation-stack-set-options-builder function updates a CommonCloudFormationStackSetOptions$Builder instance using the provided configuration. The function takes the CommonCloudFormationStackSetOptions$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 |
---|---|---|---|
failureTolerancePercentage | java.lang.Number | cdk.support/lookup-entry | :failure-tolerance-percentage |
maxAccountConcurrencyPercentage | java.lang.Number | cdk.support/lookup-entry | :max-account-concurrency-percentage |
stackSetRegion | java.lang.String | cdk.support/lookup-entry | :stack-set-region |
The build-common-cloud-formation-stack-set-options-builder function updates a CommonCloudFormationStackSetOptions$Builder instance using the provided configuration. The function takes the CommonCloudFormationStackSetOptions$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 | |---|---|---|---| | `failureTolerancePercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:failure-tolerance-percentage` | | `maxAccountConcurrencyPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-account-concurrency-percentage` | | `stackSetRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-region` |
(build-ecr-source-action-builder builder id config)
The build-ecr-source-action-builder function updates a EcrSourceAction$Builder instance using the provided configuration. The function takes the EcrSourceAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
imageTag | java.lang.String | cdk.support/lookup-entry | :image-tag |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
repository | software.amazon.awscdk.services.ecr.IRepository | cdk.support/lookup-entry | :repository |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-ecr-source-action-builder function updates a EcrSourceAction$Builder instance using the provided configuration. The function takes the EcrSourceAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `imageTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-tag` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `repository` | software.amazon.awscdk.services.ecr.IRepository | [[cdk.support/lookup-entry]] | `:repository` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-ecr-source-action-props-builder builder id config)
The build-ecr-source-action-props-builder function updates a EcrSourceActionProps$Builder instance using the provided configuration. The function takes the EcrSourceActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
imageTag | java.lang.String | cdk.support/lookup-entry | :image-tag |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
repository | software.amazon.awscdk.services.ecr.IRepository | cdk.support/lookup-entry | :repository |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-ecr-source-action-props-builder function updates a EcrSourceActionProps$Builder instance using the provided configuration. The function takes the EcrSourceActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `imageTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-tag` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `repository` | software.amazon.awscdk.services.ecr.IRepository | [[cdk.support/lookup-entry]] | `:repository` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-ecr-source-variables-builder builder id config)
The build-ecr-source-variables-builder function updates a EcrSourceVariables$Builder instance using the provided configuration. The function takes the EcrSourceVariables$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 |
---|---|---|---|
imageDigest | java.lang.String | cdk.support/lookup-entry | :image-digest |
imageTag | java.lang.String | cdk.support/lookup-entry | :image-tag |
imageUri | java.lang.String | cdk.support/lookup-entry | :image-uri |
registryId | java.lang.String | cdk.support/lookup-entry | :registry-id |
repositoryName | java.lang.String | cdk.support/lookup-entry | :repository-name |
The build-ecr-source-variables-builder function updates a EcrSourceVariables$Builder instance using the provided configuration. The function takes the EcrSourceVariables$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 | |---|---|---|---| | `imageDigest` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-digest` | | `imageTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-tag` | | `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` | | `registryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:registry-id` | | `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
(build-ecs-deploy-action-builder builder id config)
The build-ecs-deploy-action-builder function updates a EcsDeployAction$Builder instance using the provided configuration. The function takes the EcsDeployAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
deploymentTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :deployment-timeout |
imageFile | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :image-file |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
service | software.amazon.awscdk.services.ecs.IBaseService | cdk.support/lookup-entry | :service |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-ecs-deploy-action-builder function updates a EcsDeployAction$Builder instance using the provided configuration. The function takes the EcsDeployAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `deploymentTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:deployment-timeout` | | `imageFile` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:image-file` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `service` | software.amazon.awscdk.services.ecs.IBaseService | [[cdk.support/lookup-entry]] | `:service` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-ecs-deploy-action-props-builder builder id config)
The build-ecs-deploy-action-props-builder function updates a EcsDeployActionProps$Builder instance using the provided configuration. The function takes the EcsDeployActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
deploymentTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :deployment-timeout |
imageFile | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :image-file |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
service | software.amazon.awscdk.services.ecs.IBaseService | cdk.support/lookup-entry | :service |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-ecs-deploy-action-props-builder function updates a EcsDeployActionProps$Builder instance using the provided configuration. The function takes the EcsDeployActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `deploymentTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:deployment-timeout` | | `imageFile` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:image-file` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `service` | software.amazon.awscdk.services.ecs.IBaseService | [[cdk.support/lookup-entry]] | `:service` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-elastic-beanstalk-deploy-action-builder builder id config)
The build-elastic-beanstalk-deploy-action-builder function updates a ElasticBeanstalkDeployAction$Builder instance using the provided configuration. The function takes the ElasticBeanstalkDeployAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
environmentName | java.lang.String | cdk.support/lookup-entry | :environment-name |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-elastic-beanstalk-deploy-action-builder function updates a ElasticBeanstalkDeployAction$Builder instance using the provided configuration. The function takes the ElasticBeanstalkDeployAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` | | `environmentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-name` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-elastic-beanstalk-deploy-action-props-builder builder id config)
The build-elastic-beanstalk-deploy-action-props-builder function updates a ElasticBeanstalkDeployActionProps$Builder instance using the provided configuration. The function takes the ElasticBeanstalkDeployActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
environmentName | java.lang.String | cdk.support/lookup-entry | :environment-name |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-elastic-beanstalk-deploy-action-props-builder function updates a ElasticBeanstalkDeployActionProps$Builder instance using the provided configuration. The function takes the ElasticBeanstalkDeployActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` | | `environmentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-name` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-git-hub-source-action-builder builder id config)
The build-git-hub-source-action-builder function updates a GitHubSourceAction$Builder instance using the provided configuration. The function takes the GitHubSourceAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
branch | java.lang.String | cdk.support/lookup-entry | :branch |
oauthToken | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :oauth-token |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
owner | java.lang.String | cdk.support/lookup-entry | :owner |
repo | java.lang.String | cdk.support/lookup-entry | :repo |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
trigger | software.amazon.awscdk.services.codepipeline.actions.GitHubTrigger | cdk.api.services.codepipeline.actions/git-hub-trigger | :trigger |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-git-hub-source-action-builder function updates a GitHubSourceAction$Builder instance using the provided configuration. The function takes the GitHubSourceAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `branch` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch` | | `oauthToken` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:oauth-token` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `owner` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner` | | `repo` | java.lang.String | [[cdk.support/lookup-entry]] | `:repo` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `trigger` | software.amazon.awscdk.services.codepipeline.actions.GitHubTrigger | [[cdk.api.services.codepipeline.actions/git-hub-trigger]] | `:trigger` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-git-hub-source-action-props-builder builder id config)
The build-git-hub-source-action-props-builder function updates a GitHubSourceActionProps$Builder instance using the provided configuration. The function takes the GitHubSourceActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
branch | java.lang.String | cdk.support/lookup-entry | :branch |
oauthToken | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :oauth-token |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
owner | java.lang.String | cdk.support/lookup-entry | :owner |
repo | java.lang.String | cdk.support/lookup-entry | :repo |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
trigger | software.amazon.awscdk.services.codepipeline.actions.GitHubTrigger | cdk.api.services.codepipeline.actions/git-hub-trigger | :trigger |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-git-hub-source-action-props-builder function updates a GitHubSourceActionProps$Builder instance using the provided configuration. The function takes the GitHubSourceActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `branch` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch` | | `oauthToken` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:oauth-token` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `owner` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner` | | `repo` | java.lang.String | [[cdk.support/lookup-entry]] | `:repo` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `trigger` | software.amazon.awscdk.services.codepipeline.actions.GitHubTrigger | [[cdk.api.services.codepipeline.actions/git-hub-trigger]] | `:trigger` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-git-hub-source-variables-builder builder id config)
The build-git-hub-source-variables-builder function updates a GitHubSourceVariables$Builder instance using the provided configuration. The function takes the GitHubSourceVariables$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 |
---|---|---|---|
authorDate | java.lang.String | cdk.support/lookup-entry | :author-date |
branchName | java.lang.String | cdk.support/lookup-entry | :branch-name |
commitId | java.lang.String | cdk.support/lookup-entry | :commit-id |
commitMessage | java.lang.String | cdk.support/lookup-entry | :commit-message |
commitUrl | java.lang.String | cdk.support/lookup-entry | :commit-url |
committerDate | java.lang.String | cdk.support/lookup-entry | :committer-date |
repositoryName | java.lang.String | cdk.support/lookup-entry | :repository-name |
The build-git-hub-source-variables-builder function updates a GitHubSourceVariables$Builder instance using the provided configuration. The function takes the GitHubSourceVariables$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 | |---|---|---|---| | `authorDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:author-date` | | `branchName` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch-name` | | `commitId` | java.lang.String | [[cdk.support/lookup-entry]] | `:commit-id` | | `commitMessage` | java.lang.String | [[cdk.support/lookup-entry]] | `:commit-message` | | `commitUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:commit-url` | | `committerDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:committer-date` | | `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
(build-jenkins-action-builder builder id config)
The build-jenkins-action-builder function updates a JenkinsAction$Builder instance using the provided configuration. The function takes the JenkinsAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
inputs | java.util.List | cdk.support/lookup-entry | :inputs |
jenkinsProvider | software.amazon.awscdk.services.codepipeline.actions.IJenkinsProvider | cdk.support/lookup-entry | :jenkins-provider |
outputs | java.util.List | cdk.support/lookup-entry | :outputs |
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
type | software.amazon.awscdk.services.codepipeline.actions.JenkinsActionType | cdk.api.services.codepipeline.actions/jenkins-action-type | :type |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-jenkins-action-builder function updates a JenkinsAction$Builder instance using the provided configuration. The function takes the JenkinsAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `inputs` | java.util.List | [[cdk.support/lookup-entry]] | `:inputs` | | `jenkinsProvider` | software.amazon.awscdk.services.codepipeline.actions.IJenkinsProvider | [[cdk.support/lookup-entry]] | `:jenkins-provider` | | `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` | | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `type` | software.amazon.awscdk.services.codepipeline.actions.JenkinsActionType | [[cdk.api.services.codepipeline.actions/jenkins-action-type]] | `:type` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-jenkins-action-props-builder builder id config)
The build-jenkins-action-props-builder function updates a JenkinsActionProps$Builder instance using the provided configuration. The function takes the JenkinsActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
inputs | java.util.List | cdk.support/lookup-entry | :inputs |
jenkinsProvider | software.amazon.awscdk.services.codepipeline.actions.IJenkinsProvider | cdk.support/lookup-entry | :jenkins-provider |
outputs | java.util.List | cdk.support/lookup-entry | :outputs |
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
type | software.amazon.awscdk.services.codepipeline.actions.JenkinsActionType | cdk.api.services.codepipeline.actions/jenkins-action-type | :type |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-jenkins-action-props-builder function updates a JenkinsActionProps$Builder instance using the provided configuration. The function takes the JenkinsActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `inputs` | java.util.List | [[cdk.support/lookup-entry]] | `:inputs` | | `jenkinsProvider` | software.amazon.awscdk.services.codepipeline.actions.IJenkinsProvider | [[cdk.support/lookup-entry]] | `:jenkins-provider` | | `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` | | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `type` | software.amazon.awscdk.services.codepipeline.actions.JenkinsActionType | [[cdk.api.services.codepipeline.actions/jenkins-action-type]] | `:type` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-jenkins-provider-attributes-builder builder id config)
The build-jenkins-provider-attributes-builder function updates a JenkinsProviderAttributes$Builder instance using the provided configuration. The function takes the JenkinsProviderAttributes$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 |
---|---|---|---|
providerName | java.lang.String | cdk.support/lookup-entry | :provider-name |
serverUrl | java.lang.String | cdk.support/lookup-entry | :server-url |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-jenkins-provider-attributes-builder function updates a JenkinsProviderAttributes$Builder instance using the provided configuration. The function takes the JenkinsProviderAttributes$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 | |---|---|---|---| | `providerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:provider-name` | | `serverUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-url` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-jenkins-provider-builder builder id config)
The build-jenkins-provider-builder function updates a JenkinsProvider$Builder instance using the provided configuration. The function takes the JenkinsProvider$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 |
---|---|---|---|
forBuild | java.lang.Boolean | cdk.support/lookup-entry | :for-build |
forTest | java.lang.Boolean | cdk.support/lookup-entry | :for-test |
providerName | java.lang.String | cdk.support/lookup-entry | :provider-name |
serverUrl | java.lang.String | cdk.support/lookup-entry | :server-url |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-jenkins-provider-builder function updates a JenkinsProvider$Builder instance using the provided configuration. The function takes the JenkinsProvider$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 | |---|---|---|---| | `forBuild` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:for-build` | | `forTest` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:for-test` | | `providerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:provider-name` | | `serverUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-url` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-jenkins-provider-props-builder builder id config)
The build-jenkins-provider-props-builder function updates a JenkinsProviderProps$Builder instance using the provided configuration. The function takes the JenkinsProviderProps$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 |
---|---|---|---|
forBuild | java.lang.Boolean | cdk.support/lookup-entry | :for-build |
forTest | java.lang.Boolean | cdk.support/lookup-entry | :for-test |
providerName | java.lang.String | cdk.support/lookup-entry | :provider-name |
serverUrl | java.lang.String | cdk.support/lookup-entry | :server-url |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-jenkins-provider-props-builder function updates a JenkinsProviderProps$Builder instance using the provided configuration. The function takes the JenkinsProviderProps$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 | |---|---|---|---| | `forBuild` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:for-build` | | `forTest` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:for-test` | | `providerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:provider-name` | | `serverUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-url` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-lambda-invoke-action-builder builder id config)
The build-lambda-invoke-action-builder function updates a LambdaInvokeAction$Builder instance using the provided configuration. The function takes the LambdaInvokeAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
inputs | java.util.List | cdk.support/lookup-entry | :inputs |
lambda | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :lambda |
outputs | java.util.List | cdk.support/lookup-entry | :outputs |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
userParameters | java.util.Map | cdk.support/lookup-entry | :user-parameters |
userParametersString | java.lang.String | cdk.support/lookup-entry | :user-parameters-string |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-lambda-invoke-action-builder function updates a LambdaInvokeAction$Builder instance using the provided configuration. The function takes the LambdaInvokeAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `inputs` | java.util.List | [[cdk.support/lookup-entry]] | `:inputs` | | `lambda` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:lambda` | | `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `userParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:user-parameters` | | `userParametersString` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-parameters-string` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-lambda-invoke-action-props-builder builder id config)
The build-lambda-invoke-action-props-builder function updates a LambdaInvokeActionProps$Builder instance using the provided configuration. The function takes the LambdaInvokeActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
inputs | java.util.List | cdk.support/lookup-entry | :inputs |
lambda | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :lambda |
outputs | java.util.List | cdk.support/lookup-entry | :outputs |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
userParameters | java.util.Map | cdk.support/lookup-entry | :user-parameters |
userParametersString | java.lang.String | cdk.support/lookup-entry | :user-parameters-string |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-lambda-invoke-action-props-builder function updates a LambdaInvokeActionProps$Builder instance using the provided configuration. The function takes the LambdaInvokeActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `inputs` | java.util.List | [[cdk.support/lookup-entry]] | `:inputs` | | `lambda` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:lambda` | | `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `userParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:user-parameters` | | `userParametersString` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-parameters-string` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-manual-approval-action-builder builder id config)
The build-manual-approval-action-builder function updates a ManualApprovalAction$Builder instance using the provided configuration. The function takes the ManualApprovalAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
additionalInformation | java.lang.String | cdk.support/lookup-entry | :additional-information |
externalEntityLink | java.lang.String | cdk.support/lookup-entry | :external-entity-link |
notificationTopic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :notification-topic |
notifyEmails | java.util.List | cdk.support/lookup-entry | :notify-emails |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-manual-approval-action-builder function updates a ManualApprovalAction$Builder instance using the provided configuration. The function takes the ManualApprovalAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `additionalInformation` | java.lang.String | [[cdk.support/lookup-entry]] | `:additional-information` | | `externalEntityLink` | java.lang.String | [[cdk.support/lookup-entry]] | `:external-entity-link` | | `notificationTopic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:notification-topic` | | `notifyEmails` | java.util.List | [[cdk.support/lookup-entry]] | `:notify-emails` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-manual-approval-action-props-builder builder id config)
The build-manual-approval-action-props-builder function updates a ManualApprovalActionProps$Builder instance using the provided configuration. The function takes the ManualApprovalActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
additionalInformation | java.lang.String | cdk.support/lookup-entry | :additional-information |
externalEntityLink | java.lang.String | cdk.support/lookup-entry | :external-entity-link |
notificationTopic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :notification-topic |
notifyEmails | java.util.List | cdk.support/lookup-entry | :notify-emails |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-manual-approval-action-props-builder function updates a ManualApprovalActionProps$Builder instance using the provided configuration. The function takes the ManualApprovalActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `additionalInformation` | java.lang.String | [[cdk.support/lookup-entry]] | `:additional-information` | | `externalEntityLink` | java.lang.String | [[cdk.support/lookup-entry]] | `:external-entity-link` | | `notificationTopic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:notification-topic` | | `notifyEmails` | java.util.List | [[cdk.support/lookup-entry]] | `:notify-emails` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-organizations-deployment-props-builder builder id config)
The build-organizations-deployment-props-builder function updates a OrganizationsDeploymentProps$Builder instance using the provided configuration. The function takes the OrganizationsDeploymentProps$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 |
---|---|---|---|
autoDeployment | software.amazon.awscdk.services.codepipeline.actions.StackSetOrganizationsAutoDeployment | cdk.api.services.codepipeline.actions/stack-set-organizations-auto-deployment | :auto-deployment |
The build-organizations-deployment-props-builder function updates a OrganizationsDeploymentProps$Builder instance using the provided configuration. The function takes the OrganizationsDeploymentProps$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 | |---|---|---|---| | `autoDeployment` | software.amazon.awscdk.services.codepipeline.actions.StackSetOrganizationsAutoDeployment | [[cdk.api.services.codepipeline.actions/stack-set-organizations-auto-deployment]] | `:auto-deployment` |
(build-s3-deploy-action-builder builder id config)
The build-s3-deploy-action-builder function updates a S3DeployAction$Builder instance using the provided configuration. The function takes the S3DeployAction$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 |
---|---|---|---|
accessControl | software.amazon.awscdk.services.s3.BucketAccessControl | cdk.api.services.s3/bucket-access-control | :access-control |
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
cacheControl | java.util.List | cdk.support/lookup-entry | :cache-control |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
extract | java.lang.Boolean | cdk.support/lookup-entry | :extract |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
objectKey | java.lang.String | cdk.support/lookup-entry | :object-key |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-s3-deploy-action-builder function updates a S3DeployAction$Builder instance using the provided configuration. The function takes the S3DeployAction$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 | |---|---|---|---| | `accessControl` | software.amazon.awscdk.services.s3.BucketAccessControl | [[cdk.api.services.s3/bucket-access-control]] | `:access-control` | | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `cacheControl` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-control` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `extract` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:extract` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `objectKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-s3-deploy-action-props-builder builder id config)
The build-s3-deploy-action-props-builder function updates a S3DeployActionProps$Builder instance using the provided configuration. The function takes the S3DeployActionProps$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 |
---|---|---|---|
accessControl | software.amazon.awscdk.services.s3.BucketAccessControl | cdk.api.services.s3/bucket-access-control | :access-control |
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
cacheControl | java.util.List | cdk.support/lookup-entry | :cache-control |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
extract | java.lang.Boolean | cdk.support/lookup-entry | :extract |
input | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :input |
objectKey | java.lang.String | cdk.support/lookup-entry | :object-key |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-s3-deploy-action-props-builder function updates a S3DeployActionProps$Builder instance using the provided configuration. The function takes the S3DeployActionProps$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 | |---|---|---|---| | `accessControl` | software.amazon.awscdk.services.s3.BucketAccessControl | [[cdk.api.services.s3/bucket-access-control]] | `:access-control` | | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `cacheControl` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-control` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `extract` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:extract` | | `input` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:input` | | `objectKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-s3-source-action-builder builder id config)
The build-s3-source-action-builder function updates a S3SourceAction$Builder instance using the provided configuration. The function takes the S3SourceAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
bucketKey | java.lang.String | cdk.support/lookup-entry | :bucket-key |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
trigger | software.amazon.awscdk.services.codepipeline.actions.S3Trigger | cdk.api.services.codepipeline.actions/s3-trigger | :trigger |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-s3-source-action-builder function updates a S3SourceAction$Builder instance using the provided configuration. The function takes the S3SourceAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `bucketKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-key` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `trigger` | software.amazon.awscdk.services.codepipeline.actions.S3Trigger | [[cdk.api.services.codepipeline.actions/s3-trigger]] | `:trigger` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-s3-source-action-props-builder builder id config)
The build-s3-source-action-props-builder function updates a S3SourceActionProps$Builder instance using the provided configuration. The function takes the S3SourceActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
bucketKey | java.lang.String | cdk.support/lookup-entry | :bucket-key |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
trigger | software.amazon.awscdk.services.codepipeline.actions.S3Trigger | cdk.api.services.codepipeline.actions/s3-trigger | :trigger |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-s3-source-action-props-builder function updates a S3SourceActionProps$Builder instance using the provided configuration. The function takes the S3SourceActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `bucketKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-key` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `trigger` | software.amazon.awscdk.services.codepipeline.actions.S3Trigger | [[cdk.api.services.codepipeline.actions/s3-trigger]] | `:trigger` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-s3-source-variables-builder builder id config)
The build-s3-source-variables-builder function updates a S3SourceVariables$Builder instance using the provided configuration. The function takes the S3SourceVariables$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 |
---|---|---|---|
eTag | java.lang.String | cdk.support/lookup-entry | :e-tag |
versionId | java.lang.String | cdk.support/lookup-entry | :version-id |
The build-s3-source-variables-builder function updates a S3SourceVariables$Builder instance using the provided configuration. The function takes the S3SourceVariables$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 | |---|---|---|---| | `eTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:e-tag` | | `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
(build-self-managed-deployment-props-builder builder id config)
The build-self-managed-deployment-props-builder function updates a SelfManagedDeploymentProps$Builder instance using the provided configuration. The function takes the SelfManagedDeploymentProps$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 |
---|---|---|---|
administrationRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :administration-role |
executionRoleName | java.lang.String | cdk.support/lookup-entry | :execution-role-name |
The build-self-managed-deployment-props-builder function updates a SelfManagedDeploymentProps$Builder instance using the provided configuration. The function takes the SelfManagedDeploymentProps$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 | |---|---|---|---| | `administrationRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:administration-role` | | `executionRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-name` |
(build-service-catalog-deploy-action-beta1-builder builder id config)
The build-service-catalog-deploy-action-beta1-builder function updates a ServiceCatalogDeployActionBeta1$Builder instance using the provided configuration. The function takes the ServiceCatalogDeployActionBeta1$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
productId | java.lang.String | cdk.support/lookup-entry | :product-id |
productVersionDescription | java.lang.String | cdk.support/lookup-entry | :product-version-description |
productVersionName | java.lang.String | cdk.support/lookup-entry | :product-version-name |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
templatePath | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-path |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-service-catalog-deploy-action-beta1-builder function updates a ServiceCatalogDeployActionBeta1$Builder instance using the provided configuration. The function takes the ServiceCatalogDeployActionBeta1$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `productId` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-id` | | `productVersionDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-version-description` | | `productVersionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-version-name` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `templatePath` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-path` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-service-catalog-deploy-action-beta1-props-builder builder id config)
The build-service-catalog-deploy-action-beta1-props-builder function updates a ServiceCatalogDeployActionBeta1Props$Builder instance using the provided configuration. The function takes the ServiceCatalogDeployActionBeta1Props$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
productId | java.lang.String | cdk.support/lookup-entry | :product-id |
productVersionDescription | java.lang.String | cdk.support/lookup-entry | :product-version-description |
productVersionName | java.lang.String | cdk.support/lookup-entry | :product-version-name |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
templatePath | software.amazon.awscdk.services.codepipeline.ArtifactPath | cdk.support/lookup-entry | :template-path |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-service-catalog-deploy-action-beta1-props-builder function updates a ServiceCatalogDeployActionBeta1Props$Builder instance using the provided configuration. The function takes the ServiceCatalogDeployActionBeta1Props$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `productId` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-id` | | `productVersionDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-version-description` | | `productVersionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-version-name` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `templatePath` | software.amazon.awscdk.services.codepipeline.ArtifactPath | [[cdk.support/lookup-entry]] | `:template-path` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-step-function-invoke-action-builder builder id config)
The build-step-function-invoke-action-builder function updates a StepFunctionInvokeAction$Builder instance using the provided configuration. The function takes the StepFunctionInvokeAction$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
executionNamePrefix | java.lang.String | cdk.support/lookup-entry | :execution-name-prefix |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stateMachine | software.amazon.awscdk.services.stepfunctions.IStateMachine | cdk.support/lookup-entry | :state-machine |
stateMachineInput | software.amazon.awscdk.services.codepipeline.actions.StateMachineInput | cdk.support/lookup-entry | :state-machine-input |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-step-function-invoke-action-builder function updates a StepFunctionInvokeAction$Builder instance using the provided configuration. The function takes the StepFunctionInvokeAction$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `executionNamePrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-name-prefix` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stateMachine` | software.amazon.awscdk.services.stepfunctions.IStateMachine | [[cdk.support/lookup-entry]] | `:state-machine` | | `stateMachineInput` | software.amazon.awscdk.services.codepipeline.actions.StateMachineInput | [[cdk.support/lookup-entry]] | `:state-machine-input` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(build-step-functions-invoke-action-props-builder builder id config)
The build-step-functions-invoke-action-props-builder function updates a StepFunctionsInvokeActionProps$Builder instance using the provided configuration. The function takes the StepFunctionsInvokeActionProps$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 |
---|---|---|---|
actionName | java.lang.String | cdk.support/lookup-entry | :action-name |
executionNamePrefix | java.lang.String | cdk.support/lookup-entry | :execution-name-prefix |
output | software.amazon.awscdk.services.codepipeline.Artifact | cdk.support/lookup-entry | :output |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runOrder | java.lang.Number | cdk.support/lookup-entry | :run-order |
stateMachine | software.amazon.awscdk.services.stepfunctions.IStateMachine | cdk.support/lookup-entry | :state-machine |
stateMachineInput | software.amazon.awscdk.services.codepipeline.actions.StateMachineInput | cdk.support/lookup-entry | :state-machine-input |
variablesNamespace | java.lang.String | cdk.support/lookup-entry | :variables-namespace |
The build-step-functions-invoke-action-props-builder function updates a StepFunctionsInvokeActionProps$Builder instance using the provided configuration. The function takes the StepFunctionsInvokeActionProps$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 | |---|---|---|---| | `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` | | `executionNamePrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-name-prefix` | | `output` | software.amazon.awscdk.services.codepipeline.Artifact | [[cdk.support/lookup-entry]] | `:output` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:run-order` | | `stateMachine` | software.amazon.awscdk.services.stepfunctions.IStateMachine | [[cdk.support/lookup-entry]] | `:state-machine` | | `stateMachineInput` | software.amazon.awscdk.services.codepipeline.actions.StateMachineInput | [[cdk.support/lookup-entry]] | `:state-machine-input` | | `variablesNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:variables-namespace` |
(cloud-formation-create-replace-change-set-action-builder id config)
Creates a CloudFormationCreateReplaceChangeSetAction$Builder
instance using a no-argument create, 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 `CloudFormationCreateReplaceChangeSetAction$Builder` instance using a no-argument create, 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-formation-create-replace-change-set-action-props-builder id config)
Creates a CloudFormationCreateReplaceChangeSetActionProps$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 `CloudFormationCreateReplaceChangeSetActionProps$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-formation-create-update-stack-action-builder id config)
Creates a CloudFormationCreateUpdateStackAction$Builder
instance using a no-argument create, 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 `CloudFormationCreateUpdateStackAction$Builder` instance using a no-argument create, 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-formation-create-update-stack-action-props-builder id config)
Creates a CloudFormationCreateUpdateStackActionProps$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 `CloudFormationCreateUpdateStackActionProps$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-formation-delete-stack-action-builder id config)
Creates a CloudFormationDeleteStackAction$Builder
instance using a no-argument create, 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 `CloudFormationDeleteStackAction$Builder` instance using a no-argument create, 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-formation-delete-stack-action-props-builder id config)
Creates a CloudFormationDeleteStackActionProps$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 `CloudFormationDeleteStackActionProps$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-formation-deploy-stack-instances-action-builder id config)
Creates a CloudFormationDeployStackInstancesAction$Builder
instance using a no-argument create, 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 `CloudFormationDeployStackInstancesAction$Builder` instance using a no-argument create, 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-formation-deploy-stack-instances-action-props-builder id config)
Creates a CloudFormationDeployStackInstancesActionProps$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 `CloudFormationDeployStackInstancesActionProps$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-formation-deploy-stack-set-action-builder id config)
Creates a CloudFormationDeployStackSetAction$Builder
instance using a no-argument create, 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 `CloudFormationDeployStackSetAction$Builder` instance using a no-argument create, 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-formation-deploy-stack-set-action-props-builder id config)
Creates a CloudFormationDeployStackSetActionProps$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 `CloudFormationDeployStackSetActionProps$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-formation-execute-change-set-action-builder id config)
Creates a CloudFormationExecuteChangeSetAction$Builder
instance using a no-argument create, 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 `CloudFormationExecuteChangeSetAction$Builder` instance using a no-argument create, 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-formation-execute-change-set-action-props-builder id config)
Creates a CloudFormationExecuteChangeSetActionProps$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 `CloudFormationExecuteChangeSetActionProps$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-build-action-builder id config)
Creates a CodeBuildAction$Builder
instance using a no-argument create, 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 `CodeBuildAction$Builder` instance using a no-argument create, 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-build-action-props-builder id config)
Creates a CodeBuildActionProps$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 `CodeBuildActionProps$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-build-action-type config id item-key)
The code-build-action-type
function data interprets values in the provided config data into a
CodeBuildActionType
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:
CodeBuildActionType
- the value is returned.:build
- CodeBuildActionType/BUILD
is returned:test
- CodeBuildActionType/TEST
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `code-build-action-type` function data interprets values in the provided config data into a `CodeBuildActionType` 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 `CodeBuildActionType` - the value is returned. * is `:build` - `CodeBuildActionType/BUILD` is returned * is `:test` - `CodeBuildActionType/TEST` is returned If a value is not found or matches the above criteria, nil is returned.
(code-commit-source-action-builder id config)
Creates a CodeCommitSourceAction$Builder
instance using a no-argument create, 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 `CodeCommitSourceAction$Builder` instance using a no-argument create, 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-action-props-builder id config)
Creates a CodeCommitSourceActionProps$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 `CodeCommitSourceActionProps$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-variables-builder id config)
Creates a CodeCommitSourceVariables$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 `CodeCommitSourceVariables$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-trigger config id item-key)
The code-commit-trigger
function data interprets values in the provided config data into a
CodeCommitTrigger
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:
CodeCommitTrigger
- the value is returned.:poll
- CodeCommitTrigger/POLL
is returned:events
- CodeCommitTrigger/EVENTS
is returned:none
- CodeCommitTrigger/NONE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `code-commit-trigger` function data interprets values in the provided config data into a `CodeCommitTrigger` 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 `CodeCommitTrigger` - the value is returned. * is `:poll` - `CodeCommitTrigger/POLL` is returned * is `:events` - `CodeCommitTrigger/EVENTS` is returned * is `:none` - `CodeCommitTrigger/NONE` is returned If a value is not found or matches the above criteria, nil is returned.
(code-deploy-ecs-container-image-input-builder id config)
Creates a CodeDeployEcsContainerImageInput$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 `CodeDeployEcsContainerImageInput$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-deploy-ecs-deploy-action-builder id config)
Creates a CodeDeployEcsDeployAction$Builder
instance using a no-argument create, 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 `CodeDeployEcsDeployAction$Builder` instance using a no-argument create, 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-deploy-ecs-deploy-action-props-builder id config)
Creates a CodeDeployEcsDeployActionProps$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 `CodeDeployEcsDeployActionProps$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-deploy-server-deploy-action-builder id config)
Creates a CodeDeployServerDeployAction$Builder
instance using a no-argument create, 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 `CodeDeployServerDeployAction$Builder` instance using a no-argument create, 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-deploy-server-deploy-action-props-builder id config)
Creates a CodeDeployServerDeployActionProps$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 `CodeDeployServerDeployActionProps$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-star-connections-source-action-builder id config)
Creates a CodeStarConnectionsSourceAction$Builder
instance using a no-argument create, 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 `CodeStarConnectionsSourceAction$Builder` instance using a no-argument create, 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-star-connections-source-action-props-builder id config)
Creates a CodeStarConnectionsSourceActionProps$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 `CodeStarConnectionsSourceActionProps$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-star-source-variables-builder id config)
Creates a CodeStarSourceVariables$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 `CodeStarSourceVariables$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-cloud-formation-stack-set-options-builder id config)
Creates a CommonCloudFormationStackSetOptions$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 `CommonCloudFormationStackSetOptions$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 |
(ecr-source-action-builder id config)
Creates a EcrSourceAction$Builder
instance using a no-argument create, 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 `EcrSourceAction$Builder` instance using a no-argument create, 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 |
(ecr-source-action-props-builder id config)
Creates a EcrSourceActionProps$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 `EcrSourceActionProps$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 |
(ecr-source-variables-builder id config)
Creates a EcrSourceVariables$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 `EcrSourceVariables$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 |
(ecs-deploy-action-builder id config)
Creates a EcsDeployAction$Builder
instance using a no-argument create, 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 `EcsDeployAction$Builder` instance using a no-argument create, 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 |
(ecs-deploy-action-props-builder id config)
Creates a EcsDeployActionProps$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 `EcsDeployActionProps$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 |
(elastic-beanstalk-deploy-action-builder id config)
Creates a ElasticBeanstalkDeployAction$Builder
instance using a no-argument create, 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 `ElasticBeanstalkDeployAction$Builder` instance using a no-argument create, 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 |
(elastic-beanstalk-deploy-action-props-builder id config)
Creates a ElasticBeanstalkDeployActionProps$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 `ElasticBeanstalkDeployActionProps$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-action-builder id config)
Creates a GitHubSourceAction$Builder
instance using a no-argument create, 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 `GitHubSourceAction$Builder` instance using a no-argument create, 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-action-props-builder id config)
Creates a GitHubSourceActionProps$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 `GitHubSourceActionProps$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-variables-builder id config)
Creates a GitHubSourceVariables$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 `GitHubSourceVariables$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-trigger config id item-key)
The git-hub-trigger
function data interprets values in the provided config data into a
GitHubTrigger
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:
GitHubTrigger
- the value is returned.:none
- GitHubTrigger/NONE
is returned:webhook
- GitHubTrigger/WEBHOOK
is returned:poll
- GitHubTrigger/POLL
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `git-hub-trigger` function data interprets values in the provided config data into a `GitHubTrigger` 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 `GitHubTrigger` - the value is returned. * is `:none` - `GitHubTrigger/NONE` is returned * is `:webhook` - `GitHubTrigger/WEBHOOK` is returned * is `:poll` - `GitHubTrigger/POLL` is returned If a value is not found or matches the above criteria, nil is returned.
(jenkins-action-builder id config)
Creates a JenkinsAction$Builder
instance using a no-argument create, 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 `JenkinsAction$Builder` instance using a no-argument create, 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 |
(jenkins-action-props-builder id config)
Creates a JenkinsActionProps$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 `JenkinsActionProps$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 |
(jenkins-action-type config id item-key)
The jenkins-action-type
function data interprets values in the provided config data into a
JenkinsActionType
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:
JenkinsActionType
- the value is returned.:test
- JenkinsActionType/TEST
is returned:build
- JenkinsActionType/BUILD
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `jenkins-action-type` function data interprets values in the provided config data into a `JenkinsActionType` 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 `JenkinsActionType` - the value is returned. * is `:test` - `JenkinsActionType/TEST` is returned * is `:build` - `JenkinsActionType/BUILD` is returned If a value is not found or matches the above criteria, nil is returned.
(jenkins-provider-attributes-builder id config)
Creates a JenkinsProviderAttributes$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 `JenkinsProviderAttributes$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 |
(jenkins-provider-builder scope id config)
Creates a JenkinsProvider$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 `JenkinsProvider$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 |
(jenkins-provider-props-builder id config)
Creates a JenkinsProviderProps$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 `JenkinsProviderProps$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 |
(lambda-invoke-action-builder id config)
Creates a LambdaInvokeAction$Builder
instance using a no-argument create, 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 `LambdaInvokeAction$Builder` instance using a no-argument create, 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 |
(lambda-invoke-action-props-builder id config)
Creates a LambdaInvokeActionProps$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 `LambdaInvokeActionProps$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 |
(manual-approval-action-builder id config)
Creates a ManualApprovalAction$Builder
instance using a no-argument create, 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 `ManualApprovalAction$Builder` instance using a no-argument create, 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 |
(manual-approval-action-props-builder id config)
Creates a ManualApprovalActionProps$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 `ManualApprovalActionProps$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 |
(organizations-deployment-props-builder id config)
Creates a OrganizationsDeploymentProps$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 `OrganizationsDeploymentProps$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-deploy-action-builder id config)
Creates a S3DeployAction$Builder
instance using a no-argument create, 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 `S3DeployAction$Builder` instance using a no-argument create, 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-deploy-action-props-builder id config)
Creates a S3DeployActionProps$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 `S3DeployActionProps$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-action-builder id config)
Creates a S3SourceAction$Builder
instance using a no-argument create, 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 `S3SourceAction$Builder` instance using a no-argument create, 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-action-props-builder id config)
Creates a S3SourceActionProps$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 `S3SourceActionProps$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-variables-builder id config)
Creates a S3SourceVariables$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 `S3SourceVariables$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-trigger config id item-key)
The s3-trigger
function data interprets values in the provided config data into a
S3Trigger
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:
S3Trigger
- the value is returned.:events
- S3Trigger/EVENTS
is returned:poll
- S3Trigger/POLL
is returned:none
- S3Trigger/NONE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `s3-trigger` function data interprets values in the provided config data into a `S3Trigger` 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 `S3Trigger` - the value is returned. * is `:events` - `S3Trigger/EVENTS` is returned * is `:poll` - `S3Trigger/POLL` is returned * is `:none` - `S3Trigger/NONE` is returned If a value is not found or matches the above criteria, nil is returned.
(self-managed-deployment-props-builder id config)
Creates a SelfManagedDeploymentProps$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 `SelfManagedDeploymentProps$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 |
(service-catalog-deploy-action-beta1-builder id config)
Creates a ServiceCatalogDeployActionBeta1$Builder
instance using a no-argument create, 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 `ServiceCatalogDeployActionBeta1$Builder` instance using a no-argument create, 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 |
(service-catalog-deploy-action-beta1-props-builder id config)
Creates a ServiceCatalogDeployActionBeta1Props$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 `ServiceCatalogDeployActionBeta1Props$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 |
(stack-set-organizations-auto-deployment config id item-key)
The stack-set-organizations-auto-deployment
function data interprets values in the provided config data into a
StackSetOrganizationsAutoDeployment
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:
StackSetOrganizationsAutoDeployment
- the value is returned.:enabled-with-stack-retention
- StackSetOrganizationsAutoDeployment/ENABLED_WITH_STACK_RETENTION
is returned:disabled
- StackSetOrganizationsAutoDeployment/DISABLED
is returned:enabled
- StackSetOrganizationsAutoDeployment/ENABLED
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `stack-set-organizations-auto-deployment` function data interprets values in the provided config data into a `StackSetOrganizationsAutoDeployment` 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 `StackSetOrganizationsAutoDeployment` - the value is returned. * is `:enabled-with-stack-retention` - `StackSetOrganizationsAutoDeployment/ENABLED_WITH_STACK_RETENTION` is returned * is `:disabled` - `StackSetOrganizationsAutoDeployment/DISABLED` is returned * is `:enabled` - `StackSetOrganizationsAutoDeployment/ENABLED` is returned If a value is not found or matches the above criteria, nil is returned.
(step-function-invoke-action-builder id config)
Creates a StepFunctionInvokeAction$Builder
instance using a no-argument create, 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 `StepFunctionInvokeAction$Builder` instance using a no-argument create, 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 |
(step-functions-invoke-action-props-builder id config)
Creates a StepFunctionsInvokeActionProps$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 `StepFunctionsInvokeActionProps$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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close