Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.codepipeline.actions

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. 
raw docstring

alexa-skill-deploy-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

alexa-skill-deploy-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

build-alexa-skill-deploy-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretsoftware.amazon.awscdk.SecretValuecdk.support/lookup-entry:client-secret
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
parameterOverridesArtifactsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:parameter-overrides-artifact
refreshTokensoftware.amazon.awscdk.SecretValuecdk.support/lookup-entry:refresh-token
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
skillIdjava.lang.Stringcdk.support/lookup-entry:skill-id
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-alexa-skill-deploy-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretsoftware.amazon.awscdk.SecretValuecdk.support/lookup-entry:client-secret
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
parameterOverridesArtifactsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:parameter-overrides-artifact
refreshTokensoftware.amazon.awscdk.SecretValuecdk.support/lookup-entry:refresh-token
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
skillIdjava.lang.Stringcdk.support/lookup-entry:skill-id
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-create-replace-change-set-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accountjava.lang.Stringcdk.support/lookup-entry:account
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
adminPermissionsjava.lang.Booleancdk.support/lookup-entry:admin-permissions
cfnCapabilitiesjava.util.Listcdk.support/lookup-entry:cfn-capabilities
changeSetNamejava.lang.Stringcdk.support/lookup-entry:change-set-name
deploymentRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:deployment-role
extraInputsjava.util.Listcdk.support/lookup-entry:extra-inputs
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
outputFileNamejava.lang.Stringcdk.support/lookup-entry:output-file-name
parameterOverridesjava.util.Mapcdk.support/lookup-entry:parameter-overrides
regionjava.lang.Stringcdk.support/lookup-entry:region
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
templateConfigurationsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-configuration
templatePathsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-path
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-create-replace-change-set-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accountjava.lang.Stringcdk.support/lookup-entry:account
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
adminPermissionsjava.lang.Booleancdk.support/lookup-entry:admin-permissions
cfnCapabilitiesjava.util.Listcdk.support/lookup-entry:cfn-capabilities
changeSetNamejava.lang.Stringcdk.support/lookup-entry:change-set-name
deploymentRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:deployment-role
extraInputsjava.util.Listcdk.support/lookup-entry:extra-inputs
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
outputFileNamejava.lang.Stringcdk.support/lookup-entry:output-file-name
parameterOverridesjava.util.Mapcdk.support/lookup-entry:parameter-overrides
regionjava.lang.Stringcdk.support/lookup-entry:region
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
templateConfigurationsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-configuration
templatePathsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-path
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-create-update-stack-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accountjava.lang.Stringcdk.support/lookup-entry:account
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
adminPermissionsjava.lang.Booleancdk.support/lookup-entry:admin-permissions
cfnCapabilitiesjava.util.Listcdk.support/lookup-entry:cfn-capabilities
deploymentRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:deployment-role
extraInputsjava.util.Listcdk.support/lookup-entry:extra-inputs
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
outputFileNamejava.lang.Stringcdk.support/lookup-entry:output-file-name
parameterOverridesjava.util.Mapcdk.support/lookup-entry:parameter-overrides
regionjava.lang.Stringcdk.support/lookup-entry:region
replaceOnFailurejava.lang.Booleancdk.support/lookup-entry:replace-on-failure
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
templateConfigurationsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-configuration
templatePathsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-path
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-create-update-stack-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accountjava.lang.Stringcdk.support/lookup-entry:account
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
adminPermissionsjava.lang.Booleancdk.support/lookup-entry:admin-permissions
cfnCapabilitiesjava.util.Listcdk.support/lookup-entry:cfn-capabilities
deploymentRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:deployment-role
extraInputsjava.util.Listcdk.support/lookup-entry:extra-inputs
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
outputFileNamejava.lang.Stringcdk.support/lookup-entry:output-file-name
parameterOverridesjava.util.Mapcdk.support/lookup-entry:parameter-overrides
regionjava.lang.Stringcdk.support/lookup-entry:region
replaceOnFailurejava.lang.Booleancdk.support/lookup-entry:replace-on-failure
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
templateConfigurationsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-configuration
templatePathsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-path
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-delete-stack-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accountjava.lang.Stringcdk.support/lookup-entry:account
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
adminPermissionsjava.lang.Booleancdk.support/lookup-entry:admin-permissions
cfnCapabilitiesjava.util.Listcdk.support/lookup-entry:cfn-capabilities
deploymentRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:deployment-role
extraInputsjava.util.Listcdk.support/lookup-entry:extra-inputs
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
outputFileNamejava.lang.Stringcdk.support/lookup-entry:output-file-name
parameterOverridesjava.util.Mapcdk.support/lookup-entry:parameter-overrides
regionjava.lang.Stringcdk.support/lookup-entry:region
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
templateConfigurationsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-configuration
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-delete-stack-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accountjava.lang.Stringcdk.support/lookup-entry:account
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
adminPermissionsjava.lang.Booleancdk.support/lookup-entry:admin-permissions
cfnCapabilitiesjava.util.Listcdk.support/lookup-entry:cfn-capabilities
deploymentRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:deployment-role
extraInputsjava.util.Listcdk.support/lookup-entry:extra-inputs
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
outputFileNamejava.lang.Stringcdk.support/lookup-entry:output-file-name
parameterOverridesjava.util.Mapcdk.support/lookup-entry:parameter-overrides
regionjava.lang.Stringcdk.support/lookup-entry:region
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
templateConfigurationsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-configuration
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-deploy-stack-instances-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
failureTolerancePercentagejava.lang.Numbercdk.support/lookup-entry:failure-tolerance-percentage
maxAccountConcurrencyPercentagejava.lang.Numbercdk.support/lookup-entry:max-account-concurrency-percentage
parameterOverridessoftware.amazon.awscdk.services.codepipeline.actions.StackSetParameterscdk.support/lookup-entry:parameter-overrides
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackInstancessoftware.amazon.awscdk.services.codepipeline.actions.StackInstancescdk.support/lookup-entry:stack-instances
stackSetNamejava.lang.Stringcdk.support/lookup-entry:stack-set-name
stackSetRegionjava.lang.Stringcdk.support/lookup-entry:stack-set-region
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-deploy-stack-instances-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
failureTolerancePercentagejava.lang.Numbercdk.support/lookup-entry:failure-tolerance-percentage
maxAccountConcurrencyPercentagejava.lang.Numbercdk.support/lookup-entry:max-account-concurrency-percentage
parameterOverridessoftware.amazon.awscdk.services.codepipeline.actions.StackSetParameterscdk.support/lookup-entry:parameter-overrides
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackInstancessoftware.amazon.awscdk.services.codepipeline.actions.StackInstancescdk.support/lookup-entry:stack-instances
stackSetNamejava.lang.Stringcdk.support/lookup-entry:stack-set-name
stackSetRegionjava.lang.Stringcdk.support/lookup-entry:stack-set-region
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-deploy-stack-set-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
cfnCapabilitiesjava.util.Listcdk.support/lookup-entry:cfn-capabilities
deploymentModelsoftware.amazon.awscdk.services.codepipeline.actions.StackSetDeploymentModelcdk.support/lookup-entry:deployment-model
descriptionjava.lang.Stringcdk.support/lookup-entry:description
failureTolerancePercentagejava.lang.Numbercdk.support/lookup-entry:failure-tolerance-percentage
maxAccountConcurrencyPercentagejava.lang.Numbercdk.support/lookup-entry:max-account-concurrency-percentage
parameterssoftware.amazon.awscdk.services.codepipeline.actions.StackSetParameterscdk.support/lookup-entry:parameters
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackInstancessoftware.amazon.awscdk.services.codepipeline.actions.StackInstancescdk.support/lookup-entry:stack-instances
stackSetNamejava.lang.Stringcdk.support/lookup-entry:stack-set-name
stackSetRegionjava.lang.Stringcdk.support/lookup-entry:stack-set-region
templatesoftware.amazon.awscdk.services.codepipeline.actions.StackSetTemplatecdk.support/lookup-entry:template
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-deploy-stack-set-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
cfnCapabilitiesjava.util.Listcdk.support/lookup-entry:cfn-capabilities
deploymentModelsoftware.amazon.awscdk.services.codepipeline.actions.StackSetDeploymentModelcdk.support/lookup-entry:deployment-model
descriptionjava.lang.Stringcdk.support/lookup-entry:description
failureTolerancePercentagejava.lang.Numbercdk.support/lookup-entry:failure-tolerance-percentage
maxAccountConcurrencyPercentagejava.lang.Numbercdk.support/lookup-entry:max-account-concurrency-percentage
parameterssoftware.amazon.awscdk.services.codepipeline.actions.StackSetParameterscdk.support/lookup-entry:parameters
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackInstancessoftware.amazon.awscdk.services.codepipeline.actions.StackInstancescdk.support/lookup-entry:stack-instances
stackSetNamejava.lang.Stringcdk.support/lookup-entry:stack-set-name
stackSetRegionjava.lang.Stringcdk.support/lookup-entry:stack-set-region
templatesoftware.amazon.awscdk.services.codepipeline.actions.StackSetTemplatecdk.support/lookup-entry:template
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-execute-change-set-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accountjava.lang.Stringcdk.support/lookup-entry:account
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
changeSetNamejava.lang.Stringcdk.support/lookup-entry:change-set-name
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
outputFileNamejava.lang.Stringcdk.support/lookup-entry:output-file-name
regionjava.lang.Stringcdk.support/lookup-entry:region
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-cloud-formation-execute-change-set-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accountjava.lang.Stringcdk.support/lookup-entry:account
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
changeSetNamejava.lang.Stringcdk.support/lookup-entry:change-set-name
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
outputFileNamejava.lang.Stringcdk.support/lookup-entry:output-file-name
regionjava.lang.Stringcdk.support/lookup-entry:region
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-build-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
checkSecretsInPlainTextEnvVariablesjava.lang.Booleancdk.support/lookup-entry:check-secrets-in-plain-text-env-variables
combineBatchBuildArtifactsjava.lang.Booleancdk.support/lookup-entry:combine-batch-build-artifacts
environmentVariablesjava.util.Mapcdk.support/lookup-entry:environment-variables
executeBatchBuildjava.lang.Booleancdk.support/lookup-entry:execute-batch-build
extraInputsjava.util.Listcdk.support/lookup-entry:extra-inputs
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
outputsjava.util.Listcdk.support/lookup-entry:outputs
projectsoftware.amazon.awscdk.services.codebuild.IProjectcdk.support/lookup-entry:project
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
typesoftware.amazon.awscdk.services.codepipeline.actions.CodeBuildActionTypecdk.api.services.codepipeline.actions/code-build-action-type:type
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-build-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
checkSecretsInPlainTextEnvVariablesjava.lang.Booleancdk.support/lookup-entry:check-secrets-in-plain-text-env-variables
combineBatchBuildArtifactsjava.lang.Booleancdk.support/lookup-entry:combine-batch-build-artifacts
environmentVariablesjava.util.Mapcdk.support/lookup-entry:environment-variables
executeBatchBuildjava.lang.Booleancdk.support/lookup-entry:execute-batch-build
extraInputsjava.util.Listcdk.support/lookup-entry:extra-inputs
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
outputsjava.util.Listcdk.support/lookup-entry:outputs
projectsoftware.amazon.awscdk.services.codebuild.IProjectcdk.support/lookup-entry:project
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
typesoftware.amazon.awscdk.services.codepipeline.actions.CodeBuildActionTypecdk.api.services.codepipeline.actions/code-build-action-type:type
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-commit-source-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
branchjava.lang.Stringcdk.support/lookup-entry:branch
codeBuildCloneOutputjava.lang.Booleancdk.support/lookup-entry:code-build-clone-output
customEventRulesoftware.amazon.awscdk.services.codepipeline.actions.ICustomEventRulecdk.support/lookup-entry:custom-event-rule
eventRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:event-role
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
repositorysoftware.amazon.awscdk.services.codecommit.IRepositorycdk.support/lookup-entry:repository
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
triggersoftware.amazon.awscdk.services.codepipeline.actions.CodeCommitTriggercdk.api.services.codepipeline.actions/code-commit-trigger:trigger
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-commit-source-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
branchjava.lang.Stringcdk.support/lookup-entry:branch
codeBuildCloneOutputjava.lang.Booleancdk.support/lookup-entry:code-build-clone-output
customEventRulesoftware.amazon.awscdk.services.codepipeline.actions.ICustomEventRulecdk.support/lookup-entry:custom-event-rule
eventRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:event-role
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
repositorysoftware.amazon.awscdk.services.codecommit.IRepositorycdk.support/lookup-entry:repository
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
triggersoftware.amazon.awscdk.services.codepipeline.actions.CodeCommitTriggercdk.api.services.codepipeline.actions/code-commit-trigger:trigger
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-commit-source-variables-builderclj

(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:

FieldDataTypeLookup FunctionData Key
authorDatejava.lang.Stringcdk.support/lookup-entry:author-date
branchNamejava.lang.Stringcdk.support/lookup-entry:branch-name
commitIdjava.lang.Stringcdk.support/lookup-entry:commit-id
commitMessagejava.lang.Stringcdk.support/lookup-entry:commit-message
committerDatejava.lang.Stringcdk.support/lookup-entry:committer-date
repositoryNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-deploy-ecs-container-image-input-builderclj

(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:

FieldDataTypeLookup FunctionData Key
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
taskDefinitionPlaceholderjava.lang.Stringcdk.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` |
sourceraw docstring

build-code-deploy-ecs-deploy-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
appSpecTemplateFilesoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:app-spec-template-file
appSpecTemplateInputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:app-spec-template-input
containerImageInputsjava.util.Listcdk.support/lookup-entry:container-image-inputs
deploymentGroupsoftware.amazon.awscdk.services.codedeploy.IEcsDeploymentGroupcdk.support/lookup-entry:deployment-group
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
taskDefinitionTemplateFilesoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:task-definition-template-file
taskDefinitionTemplateInputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:task-definition-template-input
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-deploy-ecs-deploy-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
appSpecTemplateFilesoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:app-spec-template-file
appSpecTemplateInputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:app-spec-template-input
containerImageInputsjava.util.Listcdk.support/lookup-entry:container-image-inputs
deploymentGroupsoftware.amazon.awscdk.services.codedeploy.IEcsDeploymentGroupcdk.support/lookup-entry:deployment-group
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
taskDefinitionTemplateFilesoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:task-definition-template-file
taskDefinitionTemplateInputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:task-definition-template-input
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-deploy-server-deploy-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
deploymentGroupsoftware.amazon.awscdk.services.codedeploy.IServerDeploymentGroupcdk.support/lookup-entry:deployment-group
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-deploy-server-deploy-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
deploymentGroupsoftware.amazon.awscdk.services.codedeploy.IServerDeploymentGroupcdk.support/lookup-entry:deployment-group
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-star-connections-source-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
branchjava.lang.Stringcdk.support/lookup-entry:branch
codeBuildCloneOutputjava.lang.Booleancdk.support/lookup-entry:code-build-clone-output
connectionArnjava.lang.Stringcdk.support/lookup-entry:connection-arn
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
ownerjava.lang.Stringcdk.support/lookup-entry:owner
repojava.lang.Stringcdk.support/lookup-entry:repo
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
triggerOnPushjava.lang.Booleancdk.support/lookup-entry:trigger-on-push
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-star-connections-source-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
branchjava.lang.Stringcdk.support/lookup-entry:branch
codeBuildCloneOutputjava.lang.Booleancdk.support/lookup-entry:code-build-clone-output
connectionArnjava.lang.Stringcdk.support/lookup-entry:connection-arn
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
ownerjava.lang.Stringcdk.support/lookup-entry:owner
repojava.lang.Stringcdk.support/lookup-entry:repo
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
triggerOnPushjava.lang.Booleancdk.support/lookup-entry:trigger-on-push
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-star-source-variables-builderclj

(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:

FieldDataTypeLookup FunctionData Key
authorDatejava.lang.Stringcdk.support/lookup-entry:author-date
branchNamejava.lang.Stringcdk.support/lookup-entry:branch-name
commitIdjava.lang.Stringcdk.support/lookup-entry:commit-id
commitMessagejava.lang.Stringcdk.support/lookup-entry:commit-message
connectionArnjava.lang.Stringcdk.support/lookup-entry:connection-arn
fullRepositoryNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-common-cloud-formation-stack-set-options-builderclj

(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:

FieldDataTypeLookup FunctionData Key
failureTolerancePercentagejava.lang.Numbercdk.support/lookup-entry:failure-tolerance-percentage
maxAccountConcurrencyPercentagejava.lang.Numbercdk.support/lookup-entry:max-account-concurrency-percentage
stackSetRegionjava.lang.Stringcdk.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` |
sourceraw docstring

build-ecr-source-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
imageTagjava.lang.Stringcdk.support/lookup-entry:image-tag
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
repositorysoftware.amazon.awscdk.services.ecr.IRepositorycdk.support/lookup-entry:repository
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-ecr-source-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
imageTagjava.lang.Stringcdk.support/lookup-entry:image-tag
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
repositorysoftware.amazon.awscdk.services.ecr.IRepositorycdk.support/lookup-entry:repository
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-ecr-source-variables-builderclj

(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:

FieldDataTypeLookup FunctionData Key
imageDigestjava.lang.Stringcdk.support/lookup-entry:image-digest
imageTagjava.lang.Stringcdk.support/lookup-entry:image-tag
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
registryIdjava.lang.Stringcdk.support/lookup-entry:registry-id
repositoryNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-ecs-deploy-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
deploymentTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:deployment-timeout
imageFilesoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:image-file
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
servicesoftware.amazon.awscdk.services.ecs.IBaseServicecdk.support/lookup-entry:service
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-ecs-deploy-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
deploymentTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:deployment-timeout
imageFilesoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:image-file
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
servicesoftware.amazon.awscdk.services.ecs.IBaseServicecdk.support/lookup-entry:service
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-elastic-beanstalk-deploy-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
applicationNamejava.lang.Stringcdk.support/lookup-entry:application-name
environmentNamejava.lang.Stringcdk.support/lookup-entry:environment-name
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-elastic-beanstalk-deploy-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
applicationNamejava.lang.Stringcdk.support/lookup-entry:application-name
environmentNamejava.lang.Stringcdk.support/lookup-entry:environment-name
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-git-hub-source-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
branchjava.lang.Stringcdk.support/lookup-entry:branch
oauthTokensoftware.amazon.awscdk.SecretValuecdk.support/lookup-entry:oauth-token
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
ownerjava.lang.Stringcdk.support/lookup-entry:owner
repojava.lang.Stringcdk.support/lookup-entry:repo
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
triggersoftware.amazon.awscdk.services.codepipeline.actions.GitHubTriggercdk.api.services.codepipeline.actions/git-hub-trigger:trigger
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-git-hub-source-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
branchjava.lang.Stringcdk.support/lookup-entry:branch
oauthTokensoftware.amazon.awscdk.SecretValuecdk.support/lookup-entry:oauth-token
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
ownerjava.lang.Stringcdk.support/lookup-entry:owner
repojava.lang.Stringcdk.support/lookup-entry:repo
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
triggersoftware.amazon.awscdk.services.codepipeline.actions.GitHubTriggercdk.api.services.codepipeline.actions/git-hub-trigger:trigger
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-git-hub-source-variables-builderclj

(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:

FieldDataTypeLookup FunctionData Key
authorDatejava.lang.Stringcdk.support/lookup-entry:author-date
branchNamejava.lang.Stringcdk.support/lookup-entry:branch-name
commitIdjava.lang.Stringcdk.support/lookup-entry:commit-id
commitMessagejava.lang.Stringcdk.support/lookup-entry:commit-message
commitUrljava.lang.Stringcdk.support/lookup-entry:commit-url
committerDatejava.lang.Stringcdk.support/lookup-entry:committer-date
repositoryNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-jenkins-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
inputsjava.util.Listcdk.support/lookup-entry:inputs
jenkinsProvidersoftware.amazon.awscdk.services.codepipeline.actions.IJenkinsProvidercdk.support/lookup-entry:jenkins-provider
outputsjava.util.Listcdk.support/lookup-entry:outputs
projectNamejava.lang.Stringcdk.support/lookup-entry:project-name
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
typesoftware.amazon.awscdk.services.codepipeline.actions.JenkinsActionTypecdk.api.services.codepipeline.actions/jenkins-action-type:type
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-jenkins-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
inputsjava.util.Listcdk.support/lookup-entry:inputs
jenkinsProvidersoftware.amazon.awscdk.services.codepipeline.actions.IJenkinsProvidercdk.support/lookup-entry:jenkins-provider
outputsjava.util.Listcdk.support/lookup-entry:outputs
projectNamejava.lang.Stringcdk.support/lookup-entry:project-name
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
typesoftware.amazon.awscdk.services.codepipeline.actions.JenkinsActionTypecdk.api.services.codepipeline.actions/jenkins-action-type:type
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-jenkins-provider-attributes-builderclj

(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:

FieldDataTypeLookup FunctionData Key
providerNamejava.lang.Stringcdk.support/lookup-entry:provider-name
serverUrljava.lang.Stringcdk.support/lookup-entry:server-url
versionjava.lang.Stringcdk.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` |
sourceraw docstring

build-jenkins-provider-builderclj

(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:

FieldDataTypeLookup FunctionData Key
forBuildjava.lang.Booleancdk.support/lookup-entry:for-build
forTestjava.lang.Booleancdk.support/lookup-entry:for-test
providerNamejava.lang.Stringcdk.support/lookup-entry:provider-name
serverUrljava.lang.Stringcdk.support/lookup-entry:server-url
versionjava.lang.Stringcdk.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` |
sourceraw docstring

build-jenkins-provider-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
forBuildjava.lang.Booleancdk.support/lookup-entry:for-build
forTestjava.lang.Booleancdk.support/lookup-entry:for-test
providerNamejava.lang.Stringcdk.support/lookup-entry:provider-name
serverUrljava.lang.Stringcdk.support/lookup-entry:server-url
versionjava.lang.Stringcdk.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` |
sourceraw docstring

build-lambda-invoke-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
inputsjava.util.Listcdk.support/lookup-entry:inputs
lambdasoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:lambda
outputsjava.util.Listcdk.support/lookup-entry:outputs
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
userParametersjava.util.Mapcdk.support/lookup-entry:user-parameters
userParametersStringjava.lang.Stringcdk.support/lookup-entry:user-parameters-string
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-lambda-invoke-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
inputsjava.util.Listcdk.support/lookup-entry:inputs
lambdasoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:lambda
outputsjava.util.Listcdk.support/lookup-entry:outputs
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
userParametersjava.util.Mapcdk.support/lookup-entry:user-parameters
userParametersStringjava.lang.Stringcdk.support/lookup-entry:user-parameters-string
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-manual-approval-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
additionalInformationjava.lang.Stringcdk.support/lookup-entry:additional-information
externalEntityLinkjava.lang.Stringcdk.support/lookup-entry:external-entity-link
notificationTopicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:notification-topic
notifyEmailsjava.util.Listcdk.support/lookup-entry:notify-emails
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-manual-approval-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
additionalInformationjava.lang.Stringcdk.support/lookup-entry:additional-information
externalEntityLinkjava.lang.Stringcdk.support/lookup-entry:external-entity-link
notificationTopicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:notification-topic
notifyEmailsjava.util.Listcdk.support/lookup-entry:notify-emails
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-organizations-deployment-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
autoDeploymentsoftware.amazon.awscdk.services.codepipeline.actions.StackSetOrganizationsAutoDeploymentcdk.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` |
sourceraw docstring

build-s3-deploy-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accessControlsoftware.amazon.awscdk.services.s3.BucketAccessControlcdk.api.services.s3/bucket-access-control:access-control
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
bucketsoftware.amazon.awscdk.services.s3.IBucketcdk.support/lookup-entry:bucket
cacheControljava.util.Listcdk.support/lookup-entry:cache-control
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
extractjava.lang.Booleancdk.support/lookup-entry:extract
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
objectKeyjava.lang.Stringcdk.support/lookup-entry:object-key
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-s3-deploy-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accessControlsoftware.amazon.awscdk.services.s3.BucketAccessControlcdk.api.services.s3/bucket-access-control:access-control
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
bucketsoftware.amazon.awscdk.services.s3.IBucketcdk.support/lookup-entry:bucket
cacheControljava.util.Listcdk.support/lookup-entry:cache-control
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
extractjava.lang.Booleancdk.support/lookup-entry:extract
inputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:input
objectKeyjava.lang.Stringcdk.support/lookup-entry:object-key
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-s3-source-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
bucketsoftware.amazon.awscdk.services.s3.IBucketcdk.support/lookup-entry:bucket
bucketKeyjava.lang.Stringcdk.support/lookup-entry:bucket-key
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
triggersoftware.amazon.awscdk.services.codepipeline.actions.S3Triggercdk.api.services.codepipeline.actions/s3-trigger:trigger
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-s3-source-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
bucketsoftware.amazon.awscdk.services.s3.IBucketcdk.support/lookup-entry:bucket
bucketKeyjava.lang.Stringcdk.support/lookup-entry:bucket-key
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
triggersoftware.amazon.awscdk.services.codepipeline.actions.S3Triggercdk.api.services.codepipeline.actions/s3-trigger:trigger
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-s3-source-variables-builderclj

(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:

FieldDataTypeLookup FunctionData Key
eTagjava.lang.Stringcdk.support/lookup-entry:e-tag
versionIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-self-managed-deployment-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
administrationRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:administration-role
executionRoleNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-service-catalog-deploy-action-beta1-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
productIdjava.lang.Stringcdk.support/lookup-entry:product-id
productVersionDescriptionjava.lang.Stringcdk.support/lookup-entry:product-version-description
productVersionNamejava.lang.Stringcdk.support/lookup-entry:product-version-name
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
templatePathsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-path
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-service-catalog-deploy-action-beta1-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
productIdjava.lang.Stringcdk.support/lookup-entry:product-id
productVersionDescriptionjava.lang.Stringcdk.support/lookup-entry:product-version-description
productVersionNamejava.lang.Stringcdk.support/lookup-entry:product-version-name
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
templatePathsoftware.amazon.awscdk.services.codepipeline.ArtifactPathcdk.support/lookup-entry:template-path
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-step-function-invoke-action-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
executionNamePrefixjava.lang.Stringcdk.support/lookup-entry:execution-name-prefix
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stateMachinesoftware.amazon.awscdk.services.stepfunctions.IStateMachinecdk.support/lookup-entry:state-machine
stateMachineInputsoftware.amazon.awscdk.services.codepipeline.actions.StateMachineInputcdk.support/lookup-entry:state-machine-input
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

build-step-functions-invoke-action-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
executionNamePrefixjava.lang.Stringcdk.support/lookup-entry:execution-name-prefix
outputsoftware.amazon.awscdk.services.codepipeline.Artifactcdk.support/lookup-entry:output
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runOrderjava.lang.Numbercdk.support/lookup-entry:run-order
stateMachinesoftware.amazon.awscdk.services.stepfunctions.IStateMachinecdk.support/lookup-entry:state-machine
stateMachineInputsoftware.amazon.awscdk.services.codepipeline.actions.StateMachineInputcdk.support/lookup-entry:state-machine-input
variablesNamespacejava.lang.Stringcdk.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` |
sourceraw docstring

cloud-formation-create-replace-change-set-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cloud-formation-create-replace-change-set-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cloud-formation-create-update-stack-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cloud-formation-create-update-stack-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cloud-formation-delete-stack-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cloud-formation-delete-stack-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cloud-formation-deploy-stack-instances-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cloud-formation-deploy-stack-instances-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cloud-formation-deploy-stack-set-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cloud-formation-deploy-stack-set-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cloud-formation-execute-change-set-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cloud-formation-execute-change-set-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-build-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-build-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-build-action-typeclj

(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:

  • 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.

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.
sourceraw docstring

code-commit-source-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-commit-source-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-commit-source-variables-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-commit-triggerclj

(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:

  • 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.

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.
sourceraw docstring

code-deploy-ecs-container-image-input-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-deploy-ecs-deploy-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-deploy-ecs-deploy-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-deploy-server-deploy-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-deploy-server-deploy-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-star-connections-source-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-star-connections-source-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-star-source-variables-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

common-cloud-formation-stack-set-options-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

ecr-source-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

ecr-source-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

ecr-source-variables-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

ecs-deploy-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

ecs-deploy-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

elastic-beanstalk-deploy-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

elastic-beanstalk-deploy-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

git-hub-source-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

git-hub-source-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

git-hub-source-variables-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

git-hub-triggerclj

(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:

  • 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.

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.
sourceraw docstring

jenkins-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

jenkins-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

jenkins-action-typeclj

(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:

  • 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.

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.
sourceraw docstring

jenkins-provider-attributes-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

jenkins-provider-builderclj

(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 |
sourceraw docstring

jenkins-provider-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

lambda-invoke-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

lambda-invoke-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

manual-approval-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

manual-approval-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

organizations-deployment-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

s3-deploy-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

s3-deploy-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

s3-source-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

s3-source-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

s3-source-variables-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

s3-triggerclj

(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:

  • 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.

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.
sourceraw docstring

self-managed-deployment-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

service-catalog-deploy-action-beta1-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

service-catalog-deploy-action-beta1-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

stack-set-organizations-auto-deploymentclj

(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:

  • 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.

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.
sourceraw docstring

step-function-invoke-action-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

step-functions-invoke-action-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close