Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.stepfunctions.tasks

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.stepfunctions.tasks package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.stepfunctions.tasks package. 
raw docstring

action-on-failureclj

(action-on-failure config id item-key)

The action-on-failure function data interprets values in the provided config data into a ActionOnFailure 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 ActionOnFailure - the value is returned.
  • is :cancel-and-wait - ActionOnFailure/CANCEL_AND_WAIT is returned
  • is :continue - ActionOnFailure/CONTINUE is returned
  • is :terminate-cluster - ActionOnFailure/TERMINATE_CLUSTER is returned

If a value is not found or matches the above criteria, nil is returned.

The `action-on-failure` function data interprets values in the provided config data into a 
`ActionOnFailure` 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 `ActionOnFailure` - the value is returned.
* is `:cancel-and-wait` - `ActionOnFailure/CANCEL_AND_WAIT` is returned
* is `:continue` - `ActionOnFailure/CONTINUE` is returned
* is `:terminate-cluster` - `ActionOnFailure/TERMINATE_CLUSTER` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

algorithm-specification-builderclj

(algorithm-specification-builder id config)

Creates a AlgorithmSpecification$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  `AlgorithmSpecification$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

application-configuration-builderclj

(application-configuration-builder id config)

Creates a ApplicationConfiguration$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  `ApplicationConfiguration$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

assemble-withclj

(assemble-with config id item-key)

The assemble-with function data interprets values in the provided config data into a AssembleWith 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 AssembleWith - the value is returned.
  • is :line - AssembleWith/LINE is returned
  • is :none - AssembleWith/NONE is returned

If a value is not found or matches the above criteria, nil is returned.

The `assemble-with` function data interprets values in the provided config data into a 
`AssembleWith` 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 `AssembleWith` - the value is returned.
* is `:line` - `AssembleWith/LINE` is returned
* is `:none` - `AssembleWith/NONE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

athena-get-query-execution-builderclj

(athena-get-query-execution-builder scope id config)

Creates a AthenaGetQueryExecution$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  `AthenaGetQueryExecution$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

athena-get-query-execution-props-builderclj

(athena-get-query-execution-props-builder id config)

Creates a AthenaGetQueryExecutionProps$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  `AthenaGetQueryExecutionProps$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

athena-get-query-results-builderclj

(athena-get-query-results-builder scope id config)

Creates a AthenaGetQueryResults$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  `AthenaGetQueryResults$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

athena-get-query-results-props-builderclj

(athena-get-query-results-props-builder id config)

Creates a AthenaGetQueryResultsProps$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  `AthenaGetQueryResultsProps$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

athena-start-query-execution-builderclj

(athena-start-query-execution-builder scope id config)

Creates a AthenaStartQueryExecution$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  `AthenaStartQueryExecution$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

athena-start-query-execution-props-builderclj

(athena-start-query-execution-props-builder id config)

Creates a AthenaStartQueryExecutionProps$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  `AthenaStartQueryExecutionProps$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

athena-stop-query-execution-builderclj

(athena-stop-query-execution-builder scope id config)

Creates a AthenaStopQueryExecution$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  `AthenaStopQueryExecution$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

athena-stop-query-execution-props-builderclj

(athena-stop-query-execution-props-builder id config)

Creates a AthenaStopQueryExecutionProps$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  `AthenaStopQueryExecutionProps$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

auth-typeclj

(auth-type config id item-key)

The auth-type function data interprets values in the provided config data into a AuthType 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 AuthType - the value is returned.
  • is :no-auth - AuthType/NO_AUTH is returned
  • is :iam-role - AuthType/IAM_ROLE is returned
  • is :resource-policy - AuthType/RESOURCE_POLICY is returned

If a value is not found or matches the above criteria, nil is returned.

The `auth-type` function data interprets values in the provided config data into a 
`AuthType` 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 `AuthType` - the value is returned.
* is `:no-auth` - `AuthType/NO_AUTH` is returned
* is `:iam-role` - `AuthType/IAM_ROLE` is returned
* is `:resource-policy` - `AuthType/RESOURCE_POLICY` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

batch-container-overrides-builderclj

(batch-container-overrides-builder id config)

Creates a BatchContainerOverrides$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  `BatchContainerOverrides$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

batch-job-dependency-builderclj

(batch-job-dependency-builder id config)

Creates a BatchJobDependency$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  `BatchJobDependency$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

batch-strategyclj

(batch-strategy config id item-key)

The batch-strategy function data interprets values in the provided config data into a BatchStrategy 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 BatchStrategy - the value is returned.
  • is :single-record - BatchStrategy/SINGLE_RECORD is returned
  • is :multi-record - BatchStrategy/MULTI_RECORD is returned

If a value is not found or matches the above criteria, nil is returned.

The `batch-strategy` function data interprets values in the provided config data into a 
`BatchStrategy` 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 `BatchStrategy` - the value is returned.
* is `:single-record` - `BatchStrategy/SINGLE_RECORD` is returned
* is `:multi-record` - `BatchStrategy/MULTI_RECORD` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

batch-submit-job-builderclj

(batch-submit-job-builder scope id config)

Creates a BatchSubmitJob$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  `BatchSubmitJob$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

batch-submit-job-props-builderclj

(batch-submit-job-props-builder id config)

Creates a BatchSubmitJobProps$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  `BatchSubmitJobProps$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

bedrock-invoke-model-builderclj

(bedrock-invoke-model-builder scope id config)

Creates a BedrockInvokeModel$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  `BedrockInvokeModel$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

bedrock-invoke-model-input-props-builderclj

(bedrock-invoke-model-input-props-builder id config)

Creates a BedrockInvokeModelInputProps$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  `BedrockInvokeModelInputProps$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

bedrock-invoke-model-output-props-builderclj

(bedrock-invoke-model-output-props-builder id config)

Creates a BedrockInvokeModelOutputProps$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  `BedrockInvokeModelOutputProps$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

bedrock-invoke-model-props-builderclj

(bedrock-invoke-model-props-builder id config)

Creates a BedrockInvokeModelProps$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  `BedrockInvokeModelProps$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-algorithm-specification-builderclj

(build-algorithm-specification-builder builder id config)

The build-algorithm-specification-builder function updates a AlgorithmSpecification$Builder instance using the provided configuration. The function takes the AlgorithmSpecification$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
algorithmNamejava.lang.Stringcdk.support/lookup-entry:algorithm-name
metricDefinitionsjava.util.Listcdk.support/lookup-entry:metric-definitions
trainingImagesoftware.amazon.awscdk.services.stepfunctions.tasks.DockerImagecdk.support/lookup-entry:training-image
trainingInputModesoftware.amazon.awscdk.services.stepfunctions.tasks.InputModecdk.api.services.stepfunctions.tasks/input-mode:training-input-mode
The build-algorithm-specification-builder function updates a AlgorithmSpecification$Builder instance using the provided configuration.
  The function takes the AlgorithmSpecification$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `algorithmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:algorithm-name` |
| `metricDefinitions` | java.util.List | [[cdk.support/lookup-entry]] | `:metric-definitions` |
| `trainingImage` | software.amazon.awscdk.services.stepfunctions.tasks.DockerImage | [[cdk.support/lookup-entry]] | `:training-image` |
| `trainingInputMode` | software.amazon.awscdk.services.stepfunctions.tasks.InputMode | [[cdk.api.services.stepfunctions.tasks/input-mode]] | `:training-input-mode` |
sourceraw docstring

build-application-configuration-builderclj

(build-application-configuration-builder builder id config)

The build-application-configuration-builder function updates a ApplicationConfiguration$Builder instance using the provided configuration. The function takes the ApplicationConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
classificationsoftware.amazon.awscdk.services.stepfunctions.tasks.Classificationcdk.support/lookup-entry:classification
nestedConfigjava.util.Listcdk.support/lookup-entry:nested-config
propertiesjava.util.Mapcdk.support/lookup-entry:properties
The build-application-configuration-builder function updates a ApplicationConfiguration$Builder instance using the provided configuration.
  The function takes the ApplicationConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `classification` | software.amazon.awscdk.services.stepfunctions.tasks.Classification | [[cdk.support/lookup-entry]] | `:classification` |
| `nestedConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:nested-config` |
| `properties` | java.util.Map | [[cdk.support/lookup-entry]] | `:properties` |
sourceraw docstring

build-athena-get-query-execution-builderclj

(build-athena-get-query-execution-builder builder id config)

The build-athena-get-query-execution-builder function updates a AthenaGetQueryExecution$Builder instance using the provided configuration. The function takes the AthenaGetQueryExecution$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryExecutionIdjava.lang.Stringcdk.support/lookup-entry:query-execution-id
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-athena-get-query-execution-builder function updates a AthenaGetQueryExecution$Builder instance using the provided configuration.
  The function takes the AthenaGetQueryExecution$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryExecutionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-execution-id` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-athena-get-query-execution-props-builderclj

(build-athena-get-query-execution-props-builder builder id config)

The build-athena-get-query-execution-props-builder function updates a AthenaGetQueryExecutionProps$Builder instance using the provided configuration. The function takes the AthenaGetQueryExecutionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryExecutionIdjava.lang.Stringcdk.support/lookup-entry:query-execution-id
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-athena-get-query-execution-props-builder function updates a AthenaGetQueryExecutionProps$Builder instance using the provided configuration.
  The function takes the AthenaGetQueryExecutionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryExecutionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-execution-id` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-athena-get-query-results-builderclj

(build-athena-get-query-results-builder builder id config)

The build-athena-get-query-results-builder function updates a AthenaGetQueryResults$Builder instance using the provided configuration. The function takes the AthenaGetQueryResults$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
maxResultsjava.lang.Numbercdk.support/lookup-entry:max-results
nextTokenjava.lang.Stringcdk.support/lookup-entry:next-token
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryExecutionIdjava.lang.Stringcdk.support/lookup-entry:query-execution-id
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-athena-get-query-results-builder function updates a AthenaGetQueryResults$Builder instance using the provided configuration.
  The function takes the AthenaGetQueryResults$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `maxResults` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-results` |
| `nextToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:next-token` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryExecutionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-execution-id` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-athena-get-query-results-props-builderclj

(build-athena-get-query-results-props-builder builder id config)

The build-athena-get-query-results-props-builder function updates a AthenaGetQueryResultsProps$Builder instance using the provided configuration. The function takes the AthenaGetQueryResultsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
maxResultsjava.lang.Numbercdk.support/lookup-entry:max-results
nextTokenjava.lang.Stringcdk.support/lookup-entry:next-token
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryExecutionIdjava.lang.Stringcdk.support/lookup-entry:query-execution-id
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-athena-get-query-results-props-builder function updates a AthenaGetQueryResultsProps$Builder instance using the provided configuration.
  The function takes the AthenaGetQueryResultsProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `maxResults` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-results` |
| `nextToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:next-token` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryExecutionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-execution-id` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-athena-start-query-execution-builderclj

(build-athena-start-query-execution-builder builder id config)

The build-athena-start-query-execution-builder function updates a AthenaStartQueryExecution$Builder instance using the provided configuration. The function takes the AthenaStartQueryExecution$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clientRequestTokenjava.lang.Stringcdk.support/lookup-entry:client-request-token
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
executionParametersjava.util.Listcdk.support/lookup-entry:execution-parameters
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryExecutionContextsoftware.amazon.awscdk.services.stepfunctions.tasks.QueryExecutionContextcdk.support/lookup-entry:query-execution-context
queryStringjava.lang.Stringcdk.support/lookup-entry:query-string
resultConfigurationsoftware.amazon.awscdk.services.stepfunctions.tasks.ResultConfigurationcdk.support/lookup-entry:result-configuration
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
workGroupjava.lang.Stringcdk.support/lookup-entry:work-group
The build-athena-start-query-execution-builder function updates a AthenaStartQueryExecution$Builder instance using the provided configuration.
  The function takes the AthenaStartQueryExecution$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clientRequestToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-request-token` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `executionParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:execution-parameters` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryExecutionContext` | software.amazon.awscdk.services.stepfunctions.tasks.QueryExecutionContext | [[cdk.support/lookup-entry]] | `:query-execution-context` |
| `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` |
| `resultConfiguration` | software.amazon.awscdk.services.stepfunctions.tasks.ResultConfiguration | [[cdk.support/lookup-entry]] | `:result-configuration` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `workGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:work-group` |
sourceraw docstring

build-athena-start-query-execution-props-builderclj

(build-athena-start-query-execution-props-builder builder id config)

The build-athena-start-query-execution-props-builder function updates a AthenaStartQueryExecutionProps$Builder instance using the provided configuration. The function takes the AthenaStartQueryExecutionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clientRequestTokenjava.lang.Stringcdk.support/lookup-entry:client-request-token
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
executionParametersjava.util.Listcdk.support/lookup-entry:execution-parameters
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryExecutionContextsoftware.amazon.awscdk.services.stepfunctions.tasks.QueryExecutionContextcdk.support/lookup-entry:query-execution-context
queryStringjava.lang.Stringcdk.support/lookup-entry:query-string
resultConfigurationsoftware.amazon.awscdk.services.stepfunctions.tasks.ResultConfigurationcdk.support/lookup-entry:result-configuration
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
workGroupjava.lang.Stringcdk.support/lookup-entry:work-group
The build-athena-start-query-execution-props-builder function updates a AthenaStartQueryExecutionProps$Builder instance using the provided configuration.
  The function takes the AthenaStartQueryExecutionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clientRequestToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-request-token` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `executionParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:execution-parameters` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryExecutionContext` | software.amazon.awscdk.services.stepfunctions.tasks.QueryExecutionContext | [[cdk.support/lookup-entry]] | `:query-execution-context` |
| `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` |
| `resultConfiguration` | software.amazon.awscdk.services.stepfunctions.tasks.ResultConfiguration | [[cdk.support/lookup-entry]] | `:result-configuration` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `workGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:work-group` |
sourceraw docstring

build-athena-stop-query-execution-builderclj

(build-athena-stop-query-execution-builder builder id config)

The build-athena-stop-query-execution-builder function updates a AthenaStopQueryExecution$Builder instance using the provided configuration. The function takes the AthenaStopQueryExecution$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryExecutionIdjava.lang.Stringcdk.support/lookup-entry:query-execution-id
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-athena-stop-query-execution-builder function updates a AthenaStopQueryExecution$Builder instance using the provided configuration.
  The function takes the AthenaStopQueryExecution$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryExecutionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-execution-id` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-athena-stop-query-execution-props-builderclj

(build-athena-stop-query-execution-props-builder builder id config)

The build-athena-stop-query-execution-props-builder function updates a AthenaStopQueryExecutionProps$Builder instance using the provided configuration. The function takes the AthenaStopQueryExecutionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryExecutionIdjava.lang.Stringcdk.support/lookup-entry:query-execution-id
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-athena-stop-query-execution-props-builder function updates a AthenaStopQueryExecutionProps$Builder instance using the provided configuration.
  The function takes the AthenaStopQueryExecutionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryExecutionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-execution-id` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-batch-container-overrides-builderclj

(build-batch-container-overrides-builder builder id config)

The build-batch-container-overrides-builder function updates a BatchContainerOverrides$Builder instance using the provided configuration. The function takes the BatchContainerOverrides$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commandjava.util.Listcdk.support/lookup-entry:command
environmentjava.util.Mapcdk.support/lookup-entry:environment
gpuCountjava.lang.Numbercdk.support/lookup-entry:gpu-count
instanceTypesoftware.amazon.awscdk.services.ec2.InstanceTypecdk.support/lookup-entry:instance-type
memorysoftware.amazon.awscdk.Sizecdk.support/lookup-entry:memory
vcpusjava.lang.Numbercdk.support/lookup-entry:vcpus
The build-batch-container-overrides-builder function updates a BatchContainerOverrides$Builder instance using the provided configuration.
  The function takes the BatchContainerOverrides$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `gpuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gpu-count` |
| `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` |
| `memory` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:memory` |
| `vcpus` | java.lang.Number | [[cdk.support/lookup-entry]] | `:vcpus` |
sourceraw docstring

build-batch-job-dependency-builderclj

(build-batch-job-dependency-builder builder id config)

The build-batch-job-dependency-builder function updates a BatchJobDependency$Builder instance using the provided configuration. The function takes the BatchJobDependency$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
jobIdjava.lang.Stringcdk.support/lookup-entry:job-id
typejava.lang.Stringcdk.support/lookup-entry:type
The build-batch-job-dependency-builder function updates a BatchJobDependency$Builder instance using the provided configuration.
  The function takes the BatchJobDependency$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `jobId` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-id` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-batch-submit-job-builderclj

(build-batch-submit-job-builder builder id config)

The build-batch-submit-job-builder function updates a BatchSubmitJob$Builder instance using the provided configuration. The function takes the BatchSubmitJob$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
arraySizejava.lang.Numbercdk.support/lookup-entry:array-size
attemptsjava.lang.Numbercdk.support/lookup-entry:attempts
commentjava.lang.Stringcdk.support/lookup-entry:comment
containerOverridessoftware.amazon.awscdk.services.stepfunctions.tasks.BatchContainerOverridescdk.support/lookup-entry:container-overrides
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
dependsOnjava.util.Listcdk.support/lookup-entry:depends-on
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
jobDefinitionArnjava.lang.Stringcdk.support/lookup-entry:job-definition-arn
jobNamejava.lang.Stringcdk.support/lookup-entry:job-name
jobQueueArnjava.lang.Stringcdk.support/lookup-entry:job-queue-arn
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
payloadsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:payload
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-batch-submit-job-builder function updates a BatchSubmitJob$Builder instance using the provided configuration.
  The function takes the BatchSubmitJob$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `arraySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:array-size` |
| `attempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:attempts` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `containerOverrides` | software.amazon.awscdk.services.stepfunctions.tasks.BatchContainerOverrides | [[cdk.support/lookup-entry]] | `:container-overrides` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `dependsOn` | java.util.List | [[cdk.support/lookup-entry]] | `:depends-on` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `jobDefinitionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition-arn` |
| `jobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-name` |
| `jobQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-queue-arn` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `payload` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:payload` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-batch-submit-job-props-builderclj

(build-batch-submit-job-props-builder builder id config)

The build-batch-submit-job-props-builder function updates a BatchSubmitJobProps$Builder instance using the provided configuration. The function takes the BatchSubmitJobProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
arraySizejava.lang.Numbercdk.support/lookup-entry:array-size
attemptsjava.lang.Numbercdk.support/lookup-entry:attempts
commentjava.lang.Stringcdk.support/lookup-entry:comment
containerOverridessoftware.amazon.awscdk.services.stepfunctions.tasks.BatchContainerOverridescdk.support/lookup-entry:container-overrides
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
dependsOnjava.util.Listcdk.support/lookup-entry:depends-on
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
jobDefinitionArnjava.lang.Stringcdk.support/lookup-entry:job-definition-arn
jobNamejava.lang.Stringcdk.support/lookup-entry:job-name
jobQueueArnjava.lang.Stringcdk.support/lookup-entry:job-queue-arn
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
payloadsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:payload
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-batch-submit-job-props-builder function updates a BatchSubmitJobProps$Builder instance using the provided configuration.
  The function takes the BatchSubmitJobProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `arraySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:array-size` |
| `attempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:attempts` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `containerOverrides` | software.amazon.awscdk.services.stepfunctions.tasks.BatchContainerOverrides | [[cdk.support/lookup-entry]] | `:container-overrides` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `dependsOn` | java.util.List | [[cdk.support/lookup-entry]] | `:depends-on` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `jobDefinitionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition-arn` |
| `jobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-name` |
| `jobQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-queue-arn` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `payload` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:payload` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-bedrock-invoke-model-builderclj

(build-bedrock-invoke-model-builder builder id config)

The build-bedrock-invoke-model-builder function updates a BedrockInvokeModel$Builder instance using the provided configuration. The function takes the BedrockInvokeModel$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
acceptjava.lang.Stringcdk.support/lookup-entry:accept
bodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:body
commentjava.lang.Stringcdk.support/lookup-entry:comment
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputsoftware.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelInputPropscdk.support/lookup-entry:input
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
modelsoftware.amazon.awscdk.services.bedrock.IModelcdk.support/lookup-entry:model
outputsoftware.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelOutputPropscdk.support/lookup-entry:output
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-bedrock-invoke-model-builder function updates a BedrockInvokeModel$Builder instance using the provided configuration.
  The function takes the BedrockInvokeModel$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accept` | java.lang.String | [[cdk.support/lookup-entry]] | `:accept` |
| `body` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:body` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `input` | software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelInputProps | [[cdk.support/lookup-entry]] | `:input` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `model` | software.amazon.awscdk.services.bedrock.IModel | [[cdk.support/lookup-entry]] | `:model` |
| `output` | software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelOutputProps | [[cdk.support/lookup-entry]] | `:output` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-bedrock-invoke-model-input-props-builderclj

(build-bedrock-invoke-model-input-props-builder builder id config)

The build-bedrock-invoke-model-input-props-builder function updates a BedrockInvokeModelInputProps$Builder instance using the provided configuration. The function takes the BedrockInvokeModelInputProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
s3Locationsoftware.amazon.awscdk.services.s3.Locationcdk.support/lookup-entry:s3-location
The build-bedrock-invoke-model-input-props-builder function updates a BedrockInvokeModelInputProps$Builder instance using the provided configuration.
  The function takes the BedrockInvokeModelInputProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Location` | software.amazon.awscdk.services.s3.Location | [[cdk.support/lookup-entry]] | `:s3-location` |
sourceraw docstring

build-bedrock-invoke-model-output-props-builderclj

(build-bedrock-invoke-model-output-props-builder builder id config)

The build-bedrock-invoke-model-output-props-builder function updates a BedrockInvokeModelOutputProps$Builder instance using the provided configuration. The function takes the BedrockInvokeModelOutputProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
s3Locationsoftware.amazon.awscdk.services.s3.Locationcdk.support/lookup-entry:s3-location
The build-bedrock-invoke-model-output-props-builder function updates a BedrockInvokeModelOutputProps$Builder instance using the provided configuration.
  The function takes the BedrockInvokeModelOutputProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Location` | software.amazon.awscdk.services.s3.Location | [[cdk.support/lookup-entry]] | `:s3-location` |
sourceraw docstring

build-bedrock-invoke-model-props-builderclj

(build-bedrock-invoke-model-props-builder builder id config)

The build-bedrock-invoke-model-props-builder function updates a BedrockInvokeModelProps$Builder instance using the provided configuration. The function takes the BedrockInvokeModelProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
acceptjava.lang.Stringcdk.support/lookup-entry:accept
bodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:body
commentjava.lang.Stringcdk.support/lookup-entry:comment
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputsoftware.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelInputPropscdk.support/lookup-entry:input
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
modelsoftware.amazon.awscdk.services.bedrock.IModelcdk.support/lookup-entry:model
outputsoftware.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelOutputPropscdk.support/lookup-entry:output
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-bedrock-invoke-model-props-builder function updates a BedrockInvokeModelProps$Builder instance using the provided configuration.
  The function takes the BedrockInvokeModelProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accept` | java.lang.String | [[cdk.support/lookup-entry]] | `:accept` |
| `body` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:body` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `input` | software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelInputProps | [[cdk.support/lookup-entry]] | `:input` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `model` | software.amazon.awscdk.services.bedrock.IModel | [[cdk.support/lookup-entry]] | `:model` |
| `output` | software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelOutputProps | [[cdk.support/lookup-entry]] | `:output` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-call-api-gateway-endpoint-base-props-builderclj

(build-call-api-gateway-endpoint-base-props-builder builder id config)

The build-call-api-gateway-endpoint-base-props-builder function updates a CallApiGatewayEndpointBaseProps$Builder instance using the provided configuration. The function takes the CallApiGatewayEndpointBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
apiPathjava.lang.Stringcdk.support/lookup-entry:api-path
authTypesoftware.amazon.awscdk.services.stepfunctions.tasks.AuthTypecdk.api.services.stepfunctions.tasks/auth-type:auth-type
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
headerssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:headers
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
methodsoftware.amazon.awscdk.services.stepfunctions.tasks.HttpMethodcdk.api.services.stepfunctions.tasks/http-method:method
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryParameterssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:query-parameters
requestBodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:request-body
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-call-api-gateway-endpoint-base-props-builder function updates a CallApiGatewayEndpointBaseProps$Builder instance using the provided configuration.
  The function takes the CallApiGatewayEndpointBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-path` |
| `authType` | software.amazon.awscdk.services.stepfunctions.tasks.AuthType | [[cdk.api.services.stepfunctions.tasks/auth-type]] | `:auth-type` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `headers` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:headers` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `method` | software.amazon.awscdk.services.stepfunctions.tasks.HttpMethod | [[cdk.api.services.stepfunctions.tasks/http-method]] | `:method` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryParameters` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:query-parameters` |
| `requestBody` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:request-body` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-call-api-gateway-http-api-endpoint-builderclj

(build-call-api-gateway-http-api-endpoint-builder builder id config)

The build-call-api-gateway-http-api-endpoint-builder function updates a CallApiGatewayHttpApiEndpoint$Builder instance using the provided configuration. The function takes the CallApiGatewayHttpApiEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
apiPathjava.lang.Stringcdk.support/lookup-entry:api-path
apiStacksoftware.amazon.awscdk.Stackcdk.support/lookup-entry:api-stack
authTypesoftware.amazon.awscdk.services.stepfunctions.tasks.AuthTypecdk.api.services.stepfunctions.tasks/auth-type:auth-type
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
headerssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:headers
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
methodsoftware.amazon.awscdk.services.stepfunctions.tasks.HttpMethodcdk.api.services.stepfunctions.tasks/http-method:method
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryParameterssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:query-parameters
requestBodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:request-body
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-call-api-gateway-http-api-endpoint-builder function updates a CallApiGatewayHttpApiEndpoint$Builder instance using the provided configuration.
  The function takes the CallApiGatewayHttpApiEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` |
| `apiPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-path` |
| `apiStack` | software.amazon.awscdk.Stack | [[cdk.support/lookup-entry]] | `:api-stack` |
| `authType` | software.amazon.awscdk.services.stepfunctions.tasks.AuthType | [[cdk.api.services.stepfunctions.tasks/auth-type]] | `:auth-type` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `headers` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:headers` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `method` | software.amazon.awscdk.services.stepfunctions.tasks.HttpMethod | [[cdk.api.services.stepfunctions.tasks/http-method]] | `:method` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryParameters` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:query-parameters` |
| `requestBody` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:request-body` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-call-api-gateway-http-api-endpoint-props-builderclj

(build-call-api-gateway-http-api-endpoint-props-builder builder id config)

The build-call-api-gateway-http-api-endpoint-props-builder function updates a CallApiGatewayHttpApiEndpointProps$Builder instance using the provided configuration. The function takes the CallApiGatewayHttpApiEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
apiPathjava.lang.Stringcdk.support/lookup-entry:api-path
apiStacksoftware.amazon.awscdk.Stackcdk.support/lookup-entry:api-stack
authTypesoftware.amazon.awscdk.services.stepfunctions.tasks.AuthTypecdk.api.services.stepfunctions.tasks/auth-type:auth-type
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
headerssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:headers
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
methodsoftware.amazon.awscdk.services.stepfunctions.tasks.HttpMethodcdk.api.services.stepfunctions.tasks/http-method:method
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryParameterssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:query-parameters
requestBodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:request-body
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-call-api-gateway-http-api-endpoint-props-builder function updates a CallApiGatewayHttpApiEndpointProps$Builder instance using the provided configuration.
  The function takes the CallApiGatewayHttpApiEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` |
| `apiPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-path` |
| `apiStack` | software.amazon.awscdk.Stack | [[cdk.support/lookup-entry]] | `:api-stack` |
| `authType` | software.amazon.awscdk.services.stepfunctions.tasks.AuthType | [[cdk.api.services.stepfunctions.tasks/auth-type]] | `:auth-type` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `headers` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:headers` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `method` | software.amazon.awscdk.services.stepfunctions.tasks.HttpMethod | [[cdk.api.services.stepfunctions.tasks/http-method]] | `:method` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryParameters` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:query-parameters` |
| `requestBody` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:request-body` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-call-api-gateway-rest-api-endpoint-builderclj

(build-call-api-gateway-rest-api-endpoint-builder builder id config)

The build-call-api-gateway-rest-api-endpoint-builder function updates a CallApiGatewayRestApiEndpoint$Builder instance using the provided configuration. The function takes the CallApiGatewayRestApiEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
apisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:api
apiPathjava.lang.Stringcdk.support/lookup-entry:api-path
authTypesoftware.amazon.awscdk.services.stepfunctions.tasks.AuthTypecdk.api.services.stepfunctions.tasks/auth-type:auth-type
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
headerssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:headers
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
methodsoftware.amazon.awscdk.services.stepfunctions.tasks.HttpMethodcdk.api.services.stepfunctions.tasks/http-method:method
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryParameterssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:query-parameters
requestBodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:request-body
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-call-api-gateway-rest-api-endpoint-builder function updates a CallApiGatewayRestApiEndpoint$Builder instance using the provided configuration.
  The function takes the CallApiGatewayRestApiEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `api` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:api` |
| `apiPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-path` |
| `authType` | software.amazon.awscdk.services.stepfunctions.tasks.AuthType | [[cdk.api.services.stepfunctions.tasks/auth-type]] | `:auth-type` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `headers` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:headers` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `method` | software.amazon.awscdk.services.stepfunctions.tasks.HttpMethod | [[cdk.api.services.stepfunctions.tasks/http-method]] | `:method` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryParameters` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:query-parameters` |
| `requestBody` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:request-body` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-call-api-gateway-rest-api-endpoint-props-builderclj

(build-call-api-gateway-rest-api-endpoint-props-builder builder id config)

The build-call-api-gateway-rest-api-endpoint-props-builder function updates a CallApiGatewayRestApiEndpointProps$Builder instance using the provided configuration. The function takes the CallApiGatewayRestApiEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
apisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:api
apiPathjava.lang.Stringcdk.support/lookup-entry:api-path
authTypesoftware.amazon.awscdk.services.stepfunctions.tasks.AuthTypecdk.api.services.stepfunctions.tasks/auth-type:auth-type
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
headerssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:headers
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
methodsoftware.amazon.awscdk.services.stepfunctions.tasks.HttpMethodcdk.api.services.stepfunctions.tasks/http-method:method
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryParameterssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:query-parameters
requestBodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:request-body
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-call-api-gateway-rest-api-endpoint-props-builder function updates a CallApiGatewayRestApiEndpointProps$Builder instance using the provided configuration.
  The function takes the CallApiGatewayRestApiEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `api` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:api` |
| `apiPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-path` |
| `authType` | software.amazon.awscdk.services.stepfunctions.tasks.AuthType | [[cdk.api.services.stepfunctions.tasks/auth-type]] | `:auth-type` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `headers` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:headers` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `method` | software.amazon.awscdk.services.stepfunctions.tasks.HttpMethod | [[cdk.api.services.stepfunctions.tasks/http-method]] | `:method` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryParameters` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:query-parameters` |
| `requestBody` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:request-body` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-call-aws-service-builderclj

(build-call-aws-service-builder builder id config)

The build-call-aws-service-builder function updates a CallAwsService$Builder instance using the provided configuration. The function takes the CallAwsService$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionjava.lang.Stringcdk.support/lookup-entry:action
additionalIamStatementsjava.util.Listcdk.support/lookup-entry:additional-iam-statements
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
iamActionjava.lang.Stringcdk.support/lookup-entry:iam-action
iamResourcesjava.util.Listcdk.support/lookup-entry:iam-resources
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
parametersjava.util.Mapcdk.support/lookup-entry:parameters
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
servicejava.lang.Stringcdk.support/lookup-entry:service
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-call-aws-service-builder function updates a CallAwsService$Builder instance using the provided configuration.
  The function takes the CallAwsService$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `additionalIamStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-iam-statements` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `iamAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-action` |
| `iamResources` | java.util.List | [[cdk.support/lookup-entry]] | `:iam-resources` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `service` | java.lang.String | [[cdk.support/lookup-entry]] | `:service` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-call-aws-service-props-builderclj

(build-call-aws-service-props-builder builder id config)

The build-call-aws-service-props-builder function updates a CallAwsServiceProps$Builder instance using the provided configuration. The function takes the CallAwsServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionjava.lang.Stringcdk.support/lookup-entry:action
additionalIamStatementsjava.util.Listcdk.support/lookup-entry:additional-iam-statements
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
iamActionjava.lang.Stringcdk.support/lookup-entry:iam-action
iamResourcesjava.util.Listcdk.support/lookup-entry:iam-resources
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
parametersjava.util.Mapcdk.support/lookup-entry:parameters
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
servicejava.lang.Stringcdk.support/lookup-entry:service
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-call-aws-service-props-builder function updates a CallAwsServiceProps$Builder instance using the provided configuration.
  The function takes the CallAwsServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `additionalIamStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-iam-statements` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `iamAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-action` |
| `iamResources` | java.util.List | [[cdk.support/lookup-entry]] | `:iam-resources` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `service` | java.lang.String | [[cdk.support/lookup-entry]] | `:service` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-channel-builderclj

(build-channel-builder builder id config)

The build-channel-builder function updates a Channel$Builder instance using the provided configuration. The function takes the Channel$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
compressionTypesoftware.amazon.awscdk.services.stepfunctions.tasks.CompressionTypecdk.api.services.stepfunctions.tasks/compression-type:compression-type
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
dataSourcesoftware.amazon.awscdk.services.stepfunctions.tasks.DataSourcecdk.support/lookup-entry:data-source
inputModesoftware.amazon.awscdk.services.stepfunctions.tasks.InputModecdk.api.services.stepfunctions.tasks/input-mode:input-mode
recordWrapperTypesoftware.amazon.awscdk.services.stepfunctions.tasks.RecordWrapperTypecdk.api.services.stepfunctions.tasks/record-wrapper-type:record-wrapper-type
shuffleConfigsoftware.amazon.awscdk.services.stepfunctions.tasks.ShuffleConfigcdk.support/lookup-entry:shuffle-config
The build-channel-builder function updates a Channel$Builder instance using the provided configuration.
  The function takes the Channel$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `compressionType` | software.amazon.awscdk.services.stepfunctions.tasks.CompressionType | [[cdk.api.services.stepfunctions.tasks/compression-type]] | `:compression-type` |
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `dataSource` | software.amazon.awscdk.services.stepfunctions.tasks.DataSource | [[cdk.support/lookup-entry]] | `:data-source` |
| `inputMode` | software.amazon.awscdk.services.stepfunctions.tasks.InputMode | [[cdk.api.services.stepfunctions.tasks/input-mode]] | `:input-mode` |
| `recordWrapperType` | software.amazon.awscdk.services.stepfunctions.tasks.RecordWrapperType | [[cdk.api.services.stepfunctions.tasks/record-wrapper-type]] | `:record-wrapper-type` |
| `shuffleConfig` | software.amazon.awscdk.services.stepfunctions.tasks.ShuffleConfig | [[cdk.support/lookup-entry]] | `:shuffle-config` |
sourceraw docstring

build-code-build-start-build-batch-builderclj

(build-code-build-start-build-batch-builder builder id config)

The build-code-build-start-build-batch-builder function updates a CodeBuildStartBuildBatch$Builder instance using the provided configuration. The function takes the CodeBuildStartBuildBatch$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
environmentVariablesOverridejava.util.Mapcdk.support/lookup-entry:environment-variables-override
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
projectsoftware.amazon.awscdk.services.codebuild.IProjectcdk.support/lookup-entry:project
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-code-build-start-build-batch-builder function updates a CodeBuildStartBuildBatch$Builder instance using the provided configuration.
  The function takes the CodeBuildStartBuildBatch$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `environmentVariablesOverride` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables-override` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `project` | software.amazon.awscdk.services.codebuild.IProject | [[cdk.support/lookup-entry]] | `:project` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-code-build-start-build-batch-props-builderclj

(build-code-build-start-build-batch-props-builder builder id config)

The build-code-build-start-build-batch-props-builder function updates a CodeBuildStartBuildBatchProps$Builder instance using the provided configuration. The function takes the CodeBuildStartBuildBatchProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
environmentVariablesOverridejava.util.Mapcdk.support/lookup-entry:environment-variables-override
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
projectsoftware.amazon.awscdk.services.codebuild.IProjectcdk.support/lookup-entry:project
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-code-build-start-build-batch-props-builder function updates a CodeBuildStartBuildBatchProps$Builder instance using the provided configuration.
  The function takes the CodeBuildStartBuildBatchProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `environmentVariablesOverride` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables-override` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `project` | software.amazon.awscdk.services.codebuild.IProject | [[cdk.support/lookup-entry]] | `:project` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-code-build-start-build-builderclj

(build-code-build-start-build-builder builder id config)

The build-code-build-start-build-builder function updates a CodeBuildStartBuild$Builder instance using the provided configuration. The function takes the CodeBuildStartBuild$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
environmentVariablesOverridejava.util.Mapcdk.support/lookup-entry:environment-variables-override
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
projectsoftware.amazon.awscdk.services.codebuild.IProjectcdk.support/lookup-entry:project
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-code-build-start-build-builder function updates a CodeBuildStartBuild$Builder instance using the provided configuration.
  The function takes the CodeBuildStartBuild$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `environmentVariablesOverride` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables-override` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `project` | software.amazon.awscdk.services.codebuild.IProject | [[cdk.support/lookup-entry]] | `:project` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-code-build-start-build-props-builderclj

(build-code-build-start-build-props-builder builder id config)

The build-code-build-start-build-props-builder function updates a CodeBuildStartBuildProps$Builder instance using the provided configuration. The function takes the CodeBuildStartBuildProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
environmentVariablesOverridejava.util.Mapcdk.support/lookup-entry:environment-variables-override
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
projectsoftware.amazon.awscdk.services.codebuild.IProjectcdk.support/lookup-entry:project
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-code-build-start-build-props-builder function updates a CodeBuildStartBuildProps$Builder instance using the provided configuration.
  The function takes the CodeBuildStartBuildProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `environmentVariablesOverride` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables-override` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `project` | software.amazon.awscdk.services.codebuild.IProject | [[cdk.support/lookup-entry]] | `:project` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-common-ecs-run-task-props-builderclj

(build-common-ecs-run-task-props-builder builder id config)

The build-common-ecs-run-task-props-builder function updates a CommonEcsRunTaskProps$Builder instance using the provided configuration. The function takes the CommonEcsRunTaskProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
containerOverridesjava.util.Listcdk.support/lookup-entry:container-overrides
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.ServiceIntegrationPatterncdk.api.services.stepfunctions/service-integration-pattern:integration-pattern
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
The build-common-ecs-run-task-props-builder function updates a CommonEcsRunTaskProps$Builder instance using the provided configuration.
  The function takes the CommonEcsRunTaskProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `containerOverrides` | java.util.List | [[cdk.support/lookup-entry]] | `:container-overrides` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.ServiceIntegrationPattern | [[cdk.api.services.stepfunctions/service-integration-pattern]] | `:integration-pattern` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
sourceraw docstring

build-container-definition-builderclj

(build-container-definition-builder builder id config)

The build-container-definition-builder function updates a ContainerDefinition$Builder instance using the provided configuration. The function takes the ContainerDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerHostNamejava.lang.Stringcdk.support/lookup-entry:container-host-name
environmentVariablessoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:environment-variables
imagesoftware.amazon.awscdk.services.stepfunctions.tasks.DockerImagecdk.support/lookup-entry:image
modesoftware.amazon.awscdk.services.stepfunctions.tasks.Modecdk.api.services.stepfunctions.tasks/mode:mode
modelPackageNamejava.lang.Stringcdk.support/lookup-entry:model-package-name
modelS3Locationsoftware.amazon.awscdk.services.stepfunctions.tasks.S3Locationcdk.support/lookup-entry:model-s3-location
The build-container-definition-builder function updates a ContainerDefinition$Builder instance using the provided configuration.
  The function takes the ContainerDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerHostName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-host-name` |
| `environmentVariables` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:environment-variables` |
| `image` | software.amazon.awscdk.services.stepfunctions.tasks.DockerImage | [[cdk.support/lookup-entry]] | `:image` |
| `mode` | software.amazon.awscdk.services.stepfunctions.tasks.Mode | [[cdk.api.services.stepfunctions.tasks/mode]] | `:mode` |
| `modelPackageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-name` |
| `modelS3Location` | software.amazon.awscdk.services.stepfunctions.tasks.S3Location | [[cdk.support/lookup-entry]] | `:model-s3-location` |
sourceraw docstring

build-container-definition-config-builderclj

(build-container-definition-config-builder builder id config)

The build-container-definition-config-builder function updates a ContainerDefinitionConfig$Builder instance using the provided configuration. The function takes the ContainerDefinitionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
parametersjava.util.Mapcdk.support/lookup-entry:parameters
The build-container-definition-config-builder function updates a ContainerDefinitionConfig$Builder instance using the provided configuration.
  The function takes the ContainerDefinitionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
sourceraw docstring

build-container-definition-options-builderclj

(build-container-definition-options-builder builder id config)

The build-container-definition-options-builder function updates a ContainerDefinitionOptions$Builder instance using the provided configuration. The function takes the ContainerDefinitionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerHostNamejava.lang.Stringcdk.support/lookup-entry:container-host-name
environmentVariablessoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:environment-variables
imagesoftware.amazon.awscdk.services.stepfunctions.tasks.DockerImagecdk.support/lookup-entry:image
modesoftware.amazon.awscdk.services.stepfunctions.tasks.Modecdk.api.services.stepfunctions.tasks/mode:mode
modelPackageNamejava.lang.Stringcdk.support/lookup-entry:model-package-name
modelS3Locationsoftware.amazon.awscdk.services.stepfunctions.tasks.S3Locationcdk.support/lookup-entry:model-s3-location
The build-container-definition-options-builder function updates a ContainerDefinitionOptions$Builder instance using the provided configuration.
  The function takes the ContainerDefinitionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerHostName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-host-name` |
| `environmentVariables` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:environment-variables` |
| `image` | software.amazon.awscdk.services.stepfunctions.tasks.DockerImage | [[cdk.support/lookup-entry]] | `:image` |
| `mode` | software.amazon.awscdk.services.stepfunctions.tasks.Mode | [[cdk.api.services.stepfunctions.tasks/mode]] | `:mode` |
| `modelPackageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-name` |
| `modelS3Location` | software.amazon.awscdk.services.stepfunctions.tasks.S3Location | [[cdk.support/lookup-entry]] | `:model-s3-location` |
sourceraw docstring

build-container-override-builderclj

(build-container-override-builder builder id config)

The build-container-override-builder function updates a ContainerOverride$Builder instance using the provided configuration. The function takes the ContainerOverride$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commandjava.util.Listcdk.support/lookup-entry:command
containerDefinitionsoftware.amazon.awscdk.services.ecs.ContainerDefinitioncdk.support/lookup-entry:container-definition
cpujava.lang.Numbercdk.support/lookup-entry:cpu
environmentjava.util.Listcdk.support/lookup-entry:environment
memoryLimitjava.lang.Numbercdk.support/lookup-entry:memory-limit
memoryReservationjava.lang.Numbercdk.support/lookup-entry:memory-reservation
The build-container-override-builder function updates a ContainerOverride$Builder instance using the provided configuration.
  The function takes the ContainerOverride$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `containerDefinition` | software.amazon.awscdk.services.ecs.ContainerDefinition | [[cdk.support/lookup-entry]] | `:container-definition` |
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `environment` | java.util.List | [[cdk.support/lookup-entry]] | `:environment` |
| `memoryLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-limit` |
| `memoryReservation` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-reservation` |
sourceraw docstring

build-container-overrides-builderclj

(build-container-overrides-builder builder id config)

The build-container-overrides-builder function updates a ContainerOverrides$Builder instance using the provided configuration. The function takes the ContainerOverrides$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commandjava.util.Listcdk.support/lookup-entry:command
environmentjava.util.Mapcdk.support/lookup-entry:environment
gpuCountjava.lang.Numbercdk.support/lookup-entry:gpu-count
instanceTypesoftware.amazon.awscdk.services.ec2.InstanceTypecdk.support/lookup-entry:instance-type
memoryjava.lang.Numbercdk.support/lookup-entry:memory
vcpusjava.lang.Numbercdk.support/lookup-entry:vcpus
The build-container-overrides-builder function updates a ContainerOverrides$Builder instance using the provided configuration.
  The function takes the ContainerOverrides$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `gpuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gpu-count` |
| `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` |
| `memory` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory` |
| `vcpus` | java.lang.Number | [[cdk.support/lookup-entry]] | `:vcpus` |
sourceraw docstring

build-data-source-builderclj

(build-data-source-builder builder id config)

The build-data-source-builder function updates a DataSource$Builder instance using the provided configuration. The function takes the DataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
s3DataSourcesoftware.amazon.awscdk.services.stepfunctions.tasks.S3DataSourcecdk.support/lookup-entry:s3-data-source
The build-data-source-builder function updates a DataSource$Builder instance using the provided configuration.
  The function takes the DataSource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3DataSource` | software.amazon.awscdk.services.stepfunctions.tasks.S3DataSource | [[cdk.support/lookup-entry]] | `:s3-data-source` |
sourceraw docstring

build-docker-image-config-builderclj

(build-docker-image-config-builder builder id config)

The build-docker-image-config-builder function updates a DockerImageConfig$Builder instance using the provided configuration. The function takes the DockerImageConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
The build-docker-image-config-builder function updates a DockerImageConfig$Builder instance using the provided configuration.
  The function takes the DockerImageConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
sourceraw docstring

build-dynamo-delete-item-builderclj

(build-dynamo-delete-item-builder builder id config)

The build-dynamo-delete-item-builder function updates a DynamoDeleteItem$Builder instance using the provided configuration. The function takes the DynamoDeleteItem$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
conditionExpressionjava.lang.Stringcdk.support/lookup-entry:condition-expression
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
expressionAttributeNamesjava.util.Mapcdk.support/lookup-entry:expression-attribute-names
expressionAttributeValuesjava.util.Mapcdk.support/lookup-entry:expression-attribute-values
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
keyjava.util.Mapcdk.support/lookup-entry:key
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
returnConsumedCapacitysoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacitycdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity:return-consumed-capacity
returnItemCollectionMetricssoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetricscdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics:return-item-collection-metrics
returnValuessoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValuescdk.api.services.stepfunctions.tasks/dynamo-return-values:return-values
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tablesoftware.amazon.awscdk.services.dynamodb.ITablecdk.support/lookup-entry:table
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-dynamo-delete-item-builder function updates a DynamoDeleteItem$Builder instance using the provided configuration.
  The function takes the DynamoDeleteItem$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `conditionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:condition-expression` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `expressionAttributeNames` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-names` |
| `expressionAttributeValues` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-values` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `key` | java.util.Map | [[cdk.support/lookup-entry]] | `:key` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `returnConsumedCapacity` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacity | [[cdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity]] | `:return-consumed-capacity` |
| `returnItemCollectionMetrics` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetrics | [[cdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics]] | `:return-item-collection-metrics` |
| `returnValues` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValues | [[cdk.api.services.stepfunctions.tasks/dynamo-return-values]] | `:return-values` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `table` | software.amazon.awscdk.services.dynamodb.ITable | [[cdk.support/lookup-entry]] | `:table` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-dynamo-delete-item-props-builderclj

(build-dynamo-delete-item-props-builder builder id config)

The build-dynamo-delete-item-props-builder function updates a DynamoDeleteItemProps$Builder instance using the provided configuration. The function takes the DynamoDeleteItemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
conditionExpressionjava.lang.Stringcdk.support/lookup-entry:condition-expression
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
expressionAttributeNamesjava.util.Mapcdk.support/lookup-entry:expression-attribute-names
expressionAttributeValuesjava.util.Mapcdk.support/lookup-entry:expression-attribute-values
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
keyjava.util.Mapcdk.support/lookup-entry:key
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
returnConsumedCapacitysoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacitycdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity:return-consumed-capacity
returnItemCollectionMetricssoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetricscdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics:return-item-collection-metrics
returnValuessoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValuescdk.api.services.stepfunctions.tasks/dynamo-return-values:return-values
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tablesoftware.amazon.awscdk.services.dynamodb.ITablecdk.support/lookup-entry:table
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-dynamo-delete-item-props-builder function updates a DynamoDeleteItemProps$Builder instance using the provided configuration.
  The function takes the DynamoDeleteItemProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `conditionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:condition-expression` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `expressionAttributeNames` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-names` |
| `expressionAttributeValues` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-values` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `key` | java.util.Map | [[cdk.support/lookup-entry]] | `:key` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `returnConsumedCapacity` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacity | [[cdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity]] | `:return-consumed-capacity` |
| `returnItemCollectionMetrics` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetrics | [[cdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics]] | `:return-item-collection-metrics` |
| `returnValues` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValues | [[cdk.api.services.stepfunctions.tasks/dynamo-return-values]] | `:return-values` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `table` | software.amazon.awscdk.services.dynamodb.ITable | [[cdk.support/lookup-entry]] | `:table` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-dynamo-get-item-builderclj

(build-dynamo-get-item-builder builder id config)

The build-dynamo-get-item-builder function updates a DynamoGetItem$Builder instance using the provided configuration. The function takes the DynamoGetItem$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
consistentReadjava.lang.Booleancdk.support/lookup-entry:consistent-read
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
expressionAttributeNamesjava.util.Mapcdk.support/lookup-entry:expression-attribute-names
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
keyjava.util.Mapcdk.support/lookup-entry:key
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
projectionExpressionjava.util.Listcdk.support/lookup-entry:projection-expression
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
returnConsumedCapacitysoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacitycdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity:return-consumed-capacity
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tablesoftware.amazon.awscdk.services.dynamodb.ITablecdk.support/lookup-entry:table
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-dynamo-get-item-builder function updates a DynamoGetItem$Builder instance using the provided configuration.
  The function takes the DynamoGetItem$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `consistentRead` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:consistent-read` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `expressionAttributeNames` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-names` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `key` | java.util.Map | [[cdk.support/lookup-entry]] | `:key` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `projectionExpression` | java.util.List | [[cdk.support/lookup-entry]] | `:projection-expression` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `returnConsumedCapacity` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacity | [[cdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity]] | `:return-consumed-capacity` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `table` | software.amazon.awscdk.services.dynamodb.ITable | [[cdk.support/lookup-entry]] | `:table` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-dynamo-get-item-props-builderclj

(build-dynamo-get-item-props-builder builder id config)

The build-dynamo-get-item-props-builder function updates a DynamoGetItemProps$Builder instance using the provided configuration. The function takes the DynamoGetItemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
consistentReadjava.lang.Booleancdk.support/lookup-entry:consistent-read
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
expressionAttributeNamesjava.util.Mapcdk.support/lookup-entry:expression-attribute-names
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
keyjava.util.Mapcdk.support/lookup-entry:key
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
projectionExpressionjava.util.Listcdk.support/lookup-entry:projection-expression
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
returnConsumedCapacitysoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacitycdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity:return-consumed-capacity
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tablesoftware.amazon.awscdk.services.dynamodb.ITablecdk.support/lookup-entry:table
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-dynamo-get-item-props-builder function updates a DynamoGetItemProps$Builder instance using the provided configuration.
  The function takes the DynamoGetItemProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `consistentRead` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:consistent-read` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `expressionAttributeNames` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-names` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `key` | java.util.Map | [[cdk.support/lookup-entry]] | `:key` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `projectionExpression` | java.util.List | [[cdk.support/lookup-entry]] | `:projection-expression` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `returnConsumedCapacity` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacity | [[cdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity]] | `:return-consumed-capacity` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `table` | software.amazon.awscdk.services.dynamodb.ITable | [[cdk.support/lookup-entry]] | `:table` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-dynamo-put-item-builderclj

(build-dynamo-put-item-builder builder id config)

The build-dynamo-put-item-builder function updates a DynamoPutItem$Builder instance using the provided configuration. The function takes the DynamoPutItem$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
conditionExpressionjava.lang.Stringcdk.support/lookup-entry:condition-expression
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
expressionAttributeNamesjava.util.Mapcdk.support/lookup-entry:expression-attribute-names
expressionAttributeValuesjava.util.Mapcdk.support/lookup-entry:expression-attribute-values
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
itemjava.util.Mapcdk.support/lookup-entry:item
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
returnConsumedCapacitysoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacitycdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity:return-consumed-capacity
returnItemCollectionMetricssoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetricscdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics:return-item-collection-metrics
returnValuessoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValuescdk.api.services.stepfunctions.tasks/dynamo-return-values:return-values
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tablesoftware.amazon.awscdk.services.dynamodb.ITablecdk.support/lookup-entry:table
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-dynamo-put-item-builder function updates a DynamoPutItem$Builder instance using the provided configuration.
  The function takes the DynamoPutItem$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `conditionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:condition-expression` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `expressionAttributeNames` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-names` |
| `expressionAttributeValues` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-values` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `item` | java.util.Map | [[cdk.support/lookup-entry]] | `:item` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `returnConsumedCapacity` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacity | [[cdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity]] | `:return-consumed-capacity` |
| `returnItemCollectionMetrics` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetrics | [[cdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics]] | `:return-item-collection-metrics` |
| `returnValues` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValues | [[cdk.api.services.stepfunctions.tasks/dynamo-return-values]] | `:return-values` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `table` | software.amazon.awscdk.services.dynamodb.ITable | [[cdk.support/lookup-entry]] | `:table` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-dynamo-put-item-props-builderclj

(build-dynamo-put-item-props-builder builder id config)

The build-dynamo-put-item-props-builder function updates a DynamoPutItemProps$Builder instance using the provided configuration. The function takes the DynamoPutItemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
conditionExpressionjava.lang.Stringcdk.support/lookup-entry:condition-expression
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
expressionAttributeNamesjava.util.Mapcdk.support/lookup-entry:expression-attribute-names
expressionAttributeValuesjava.util.Mapcdk.support/lookup-entry:expression-attribute-values
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
itemjava.util.Mapcdk.support/lookup-entry:item
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
returnConsumedCapacitysoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacitycdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity:return-consumed-capacity
returnItemCollectionMetricssoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetricscdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics:return-item-collection-metrics
returnValuessoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValuescdk.api.services.stepfunctions.tasks/dynamo-return-values:return-values
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tablesoftware.amazon.awscdk.services.dynamodb.ITablecdk.support/lookup-entry:table
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-dynamo-put-item-props-builder function updates a DynamoPutItemProps$Builder instance using the provided configuration.
  The function takes the DynamoPutItemProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `conditionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:condition-expression` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `expressionAttributeNames` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-names` |
| `expressionAttributeValues` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-values` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `item` | java.util.Map | [[cdk.support/lookup-entry]] | `:item` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `returnConsumedCapacity` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacity | [[cdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity]] | `:return-consumed-capacity` |
| `returnItemCollectionMetrics` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetrics | [[cdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics]] | `:return-item-collection-metrics` |
| `returnValues` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValues | [[cdk.api.services.stepfunctions.tasks/dynamo-return-values]] | `:return-values` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `table` | software.amazon.awscdk.services.dynamodb.ITable | [[cdk.support/lookup-entry]] | `:table` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-dynamo-update-item-builderclj

(build-dynamo-update-item-builder builder id config)

The build-dynamo-update-item-builder function updates a DynamoUpdateItem$Builder instance using the provided configuration. The function takes the DynamoUpdateItem$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
conditionExpressionjava.lang.Stringcdk.support/lookup-entry:condition-expression
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
expressionAttributeNamesjava.util.Mapcdk.support/lookup-entry:expression-attribute-names
expressionAttributeValuesjava.util.Mapcdk.support/lookup-entry:expression-attribute-values
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
keyjava.util.Mapcdk.support/lookup-entry:key
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
returnConsumedCapacitysoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacitycdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity:return-consumed-capacity
returnItemCollectionMetricssoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetricscdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics:return-item-collection-metrics
returnValuessoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValuescdk.api.services.stepfunctions.tasks/dynamo-return-values:return-values
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tablesoftware.amazon.awscdk.services.dynamodb.ITablecdk.support/lookup-entry:table
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
updateExpressionjava.lang.Stringcdk.support/lookup-entry:update-expression
The build-dynamo-update-item-builder function updates a DynamoUpdateItem$Builder instance using the provided configuration.
  The function takes the DynamoUpdateItem$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `conditionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:condition-expression` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `expressionAttributeNames` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-names` |
| `expressionAttributeValues` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-values` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `key` | java.util.Map | [[cdk.support/lookup-entry]] | `:key` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `returnConsumedCapacity` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacity | [[cdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity]] | `:return-consumed-capacity` |
| `returnItemCollectionMetrics` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetrics | [[cdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics]] | `:return-item-collection-metrics` |
| `returnValues` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValues | [[cdk.api.services.stepfunctions.tasks/dynamo-return-values]] | `:return-values` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `table` | software.amazon.awscdk.services.dynamodb.ITable | [[cdk.support/lookup-entry]] | `:table` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `updateExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-expression` |
sourceraw docstring

build-dynamo-update-item-props-builderclj

(build-dynamo-update-item-props-builder builder id config)

The build-dynamo-update-item-props-builder function updates a DynamoUpdateItemProps$Builder instance using the provided configuration. The function takes the DynamoUpdateItemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
conditionExpressionjava.lang.Stringcdk.support/lookup-entry:condition-expression
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
expressionAttributeNamesjava.util.Mapcdk.support/lookup-entry:expression-attribute-names
expressionAttributeValuesjava.util.Mapcdk.support/lookup-entry:expression-attribute-values
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
keyjava.util.Mapcdk.support/lookup-entry:key
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
returnConsumedCapacitysoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacitycdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity:return-consumed-capacity
returnItemCollectionMetricssoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetricscdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics:return-item-collection-metrics
returnValuessoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValuescdk.api.services.stepfunctions.tasks/dynamo-return-values:return-values
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tablesoftware.amazon.awscdk.services.dynamodb.ITablecdk.support/lookup-entry:table
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
updateExpressionjava.lang.Stringcdk.support/lookup-entry:update-expression
The build-dynamo-update-item-props-builder function updates a DynamoUpdateItemProps$Builder instance using the provided configuration.
  The function takes the DynamoUpdateItemProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `conditionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:condition-expression` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `expressionAttributeNames` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-names` |
| `expressionAttributeValues` | java.util.Map | [[cdk.support/lookup-entry]] | `:expression-attribute-values` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `key` | java.util.Map | [[cdk.support/lookup-entry]] | `:key` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `returnConsumedCapacity` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacity | [[cdk.api.services.stepfunctions.tasks/dynamo-consumed-capacity]] | `:return-consumed-capacity` |
| `returnItemCollectionMetrics` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetrics | [[cdk.api.services.stepfunctions.tasks/dynamo-item-collection-metrics]] | `:return-item-collection-metrics` |
| `returnValues` | software.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValues | [[cdk.api.services.stepfunctions.tasks/dynamo-return-values]] | `:return-values` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `table` | software.amazon.awscdk.services.dynamodb.ITable | [[cdk.support/lookup-entry]] | `:table` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `updateExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-expression` |
sourceraw docstring

build-ecs-ec2-launch-target-builderclj

(build-ecs-ec2-launch-target-builder builder id config)

The build-ecs-ec2-launch-target-builder function updates a EcsEc2LaunchTarget$Builder instance using the provided configuration. The function takes the EcsEc2LaunchTarget$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
placementConstraintsjava.util.Listcdk.support/lookup-entry:placement-constraints
placementStrategiesjava.util.Listcdk.support/lookup-entry:placement-strategies
The build-ecs-ec2-launch-target-builder function updates a EcsEc2LaunchTarget$Builder instance using the provided configuration.
  The function takes the EcsEc2LaunchTarget$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `placementStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-strategies` |
sourceraw docstring

build-ecs-ec2-launch-target-options-builderclj

(build-ecs-ec2-launch-target-options-builder builder id config)

The build-ecs-ec2-launch-target-options-builder function updates a EcsEc2LaunchTargetOptions$Builder instance using the provided configuration. The function takes the EcsEc2LaunchTargetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
placementConstraintsjava.util.Listcdk.support/lookup-entry:placement-constraints
placementStrategiesjava.util.Listcdk.support/lookup-entry:placement-strategies
The build-ecs-ec2-launch-target-options-builder function updates a EcsEc2LaunchTargetOptions$Builder instance using the provided configuration.
  The function takes the EcsEc2LaunchTargetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `placementStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-strategies` |
sourceraw docstring

build-ecs-fargate-launch-target-builderclj

(build-ecs-fargate-launch-target-builder builder id config)

The build-ecs-fargate-launch-target-builder function updates a EcsFargateLaunchTarget$Builder instance using the provided configuration. The function takes the EcsFargateLaunchTarget$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
platformVersionsoftware.amazon.awscdk.services.ecs.FargatePlatformVersioncdk.api.services.ecs/fargate-platform-version:platform-version
The build-ecs-fargate-launch-target-builder function updates a EcsFargateLaunchTarget$Builder instance using the provided configuration.
  The function takes the EcsFargateLaunchTarget$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `platformVersion` | software.amazon.awscdk.services.ecs.FargatePlatformVersion | [[cdk.api.services.ecs/fargate-platform-version]] | `:platform-version` |
sourceraw docstring

build-ecs-fargate-launch-target-options-builderclj

(build-ecs-fargate-launch-target-options-builder builder id config)

The build-ecs-fargate-launch-target-options-builder function updates a EcsFargateLaunchTargetOptions$Builder instance using the provided configuration. The function takes the EcsFargateLaunchTargetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
platformVersionsoftware.amazon.awscdk.services.ecs.FargatePlatformVersioncdk.api.services.ecs/fargate-platform-version:platform-version
The build-ecs-fargate-launch-target-options-builder function updates a EcsFargateLaunchTargetOptions$Builder instance using the provided configuration.
  The function takes the EcsFargateLaunchTargetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `platformVersion` | software.amazon.awscdk.services.ecs.FargatePlatformVersion | [[cdk.api.services.ecs/fargate-platform-version]] | `:platform-version` |
sourceraw docstring

build-ecs-launch-target-config-builderclj

(build-ecs-launch-target-config-builder builder id config)

The build-ecs-launch-target-config-builder function updates a EcsLaunchTargetConfig$Builder instance using the provided configuration. The function takes the EcsLaunchTargetConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
parametersjava.util.Mapcdk.support/lookup-entry:parameters
The build-ecs-launch-target-config-builder function updates a EcsLaunchTargetConfig$Builder instance using the provided configuration.
  The function takes the EcsLaunchTargetConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
sourceraw docstring

build-ecs-run-task-builderclj

(build-ecs-run-task-builder builder id config)

The build-ecs-run-task-builder function updates a EcsRunTask$Builder instance using the provided configuration. The function takes the EcsRunTask$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
assignPublicIpjava.lang.Booleancdk.support/lookup-entry:assign-public-ip
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
commentjava.lang.Stringcdk.support/lookup-entry:comment
containerOverridesjava.util.Listcdk.support/lookup-entry:container-overrides
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
launchTargetsoftware.amazon.awscdk.services.stepfunctions.tasks.IEcsLaunchTargetcdk.support/lookup-entry:launch-target
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
propagatedTagSourcesoftware.amazon.awscdk.services.ecs.PropagatedTagSourcecdk.api.services.ecs/propagated-tag-source:propagated-tag-source
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
revisionNumberjava.lang.Numbercdk.support/lookup-entry:revision-number
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
subnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:subnets
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-ecs-run-task-builder function updates a EcsRunTask$Builder instance using the provided configuration.
  The function takes the EcsRunTask$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assignPublicIp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-public-ip` |
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `containerOverrides` | java.util.List | [[cdk.support/lookup-entry]] | `:container-overrides` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `launchTarget` | software.amazon.awscdk.services.stepfunctions.tasks.IEcsLaunchTarget | [[cdk.support/lookup-entry]] | `:launch-target` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `propagatedTagSource` | software.amazon.awscdk.services.ecs.PropagatedTagSource | [[cdk.api.services.ecs/propagated-tag-source]] | `:propagated-tag-source` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `revisionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:revision-number` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `subnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnets` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-ecs-run-task-props-builderclj

(build-ecs-run-task-props-builder builder id config)

The build-ecs-run-task-props-builder function updates a EcsRunTaskProps$Builder instance using the provided configuration. The function takes the EcsRunTaskProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
assignPublicIpjava.lang.Booleancdk.support/lookup-entry:assign-public-ip
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
commentjava.lang.Stringcdk.support/lookup-entry:comment
containerOverridesjava.util.Listcdk.support/lookup-entry:container-overrides
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
launchTargetsoftware.amazon.awscdk.services.stepfunctions.tasks.IEcsLaunchTargetcdk.support/lookup-entry:launch-target
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
propagatedTagSourcesoftware.amazon.awscdk.services.ecs.PropagatedTagSourcecdk.api.services.ecs/propagated-tag-source:propagated-tag-source
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
revisionNumberjava.lang.Numbercdk.support/lookup-entry:revision-number
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
subnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:subnets
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-ecs-run-task-props-builder function updates a EcsRunTaskProps$Builder instance using the provided configuration.
  The function takes the EcsRunTaskProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assignPublicIp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-public-ip` |
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `containerOverrides` | java.util.List | [[cdk.support/lookup-entry]] | `:container-overrides` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `launchTarget` | software.amazon.awscdk.services.stepfunctions.tasks.IEcsLaunchTarget | [[cdk.support/lookup-entry]] | `:launch-target` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `propagatedTagSource` | software.amazon.awscdk.services.ecs.PropagatedTagSource | [[cdk.api.services.ecs/propagated-tag-source]] | `:propagated-tag-source` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `revisionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:revision-number` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `subnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnets` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-eks-call-builderclj

(build-eks-call-builder builder id config)

The build-eks-call-builder function updates a EksCall$Builder instance using the provided configuration. The function takes the EksCall$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clustersoftware.amazon.awscdk.services.eks.IClustercdk.support/lookup-entry:cluster
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
httpMethodsoftware.amazon.awscdk.services.stepfunctions.tasks.HttpMethodscdk.api.services.stepfunctions.tasks/http-methods:http-method
httpPathjava.lang.Stringcdk.support/lookup-entry:http-path
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryParametersjava.util.Mapcdk.support/lookup-entry:query-parameters
requestBodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:request-body
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-eks-call-builder function updates a EksCall$Builder instance using the provided configuration.
  The function takes the EksCall$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cluster` | software.amazon.awscdk.services.eks.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `httpMethod` | software.amazon.awscdk.services.stepfunctions.tasks.HttpMethods | [[cdk.api.services.stepfunctions.tasks/http-methods]] | `:http-method` |
| `httpPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-path` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:query-parameters` |
| `requestBody` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:request-body` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-eks-call-props-builderclj

(build-eks-call-props-builder builder id config)

The build-eks-call-props-builder function updates a EksCallProps$Builder instance using the provided configuration. The function takes the EksCallProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clustersoftware.amazon.awscdk.services.eks.IClustercdk.support/lookup-entry:cluster
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
httpMethodsoftware.amazon.awscdk.services.stepfunctions.tasks.HttpMethodscdk.api.services.stepfunctions.tasks/http-methods:http-method
httpPathjava.lang.Stringcdk.support/lookup-entry:http-path
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryParametersjava.util.Mapcdk.support/lookup-entry:query-parameters
requestBodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:request-body
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-eks-call-props-builder function updates a EksCallProps$Builder instance using the provided configuration.
  The function takes the EksCallProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cluster` | software.amazon.awscdk.services.eks.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `httpMethod` | software.amazon.awscdk.services.stepfunctions.tasks.HttpMethods | [[cdk.api.services.stepfunctions.tasks/http-methods]] | `:http-method` |
| `httpPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-path` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:query-parameters` |
| `requestBody` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:request-body` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-add-step-builderclj

(build-emr-add-step-builder builder id config)

The build-emr-add-step-builder function updates a EmrAddStep$Builder instance using the provided configuration. The function takes the EmrAddStep$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionOnFailuresoftware.amazon.awscdk.services.stepfunctions.tasks.ActionOnFailurecdk.api.services.stepfunctions.tasks/action-on-failure:action-on-failure
argsjava.util.Listcdk.support/lookup-entry:args
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
jarjava.lang.Stringcdk.support/lookup-entry:jar
mainClassjava.lang.Stringcdk.support/lookup-entry:main-class
namejava.lang.Stringcdk.support/lookup-entry:name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
propertiesjava.util.Mapcdk.support/lookup-entry:properties
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-add-step-builder function updates a EmrAddStep$Builder instance using the provided configuration.
  The function takes the EmrAddStep$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actionOnFailure` | software.amazon.awscdk.services.stepfunctions.tasks.ActionOnFailure | [[cdk.api.services.stepfunctions.tasks/action-on-failure]] | `:action-on-failure` |
| `args` | java.util.List | [[cdk.support/lookup-entry]] | `:args` |
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `jar` | java.lang.String | [[cdk.support/lookup-entry]] | `:jar` |
| `mainClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:main-class` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `properties` | java.util.Map | [[cdk.support/lookup-entry]] | `:properties` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-add-step-props-builderclj

(build-emr-add-step-props-builder builder id config)

The build-emr-add-step-props-builder function updates a EmrAddStepProps$Builder instance using the provided configuration. The function takes the EmrAddStepProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionOnFailuresoftware.amazon.awscdk.services.stepfunctions.tasks.ActionOnFailurecdk.api.services.stepfunctions.tasks/action-on-failure:action-on-failure
argsjava.util.Listcdk.support/lookup-entry:args
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
jarjava.lang.Stringcdk.support/lookup-entry:jar
mainClassjava.lang.Stringcdk.support/lookup-entry:main-class
namejava.lang.Stringcdk.support/lookup-entry:name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
propertiesjava.util.Mapcdk.support/lookup-entry:properties
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-add-step-props-builder function updates a EmrAddStepProps$Builder instance using the provided configuration.
  The function takes the EmrAddStepProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actionOnFailure` | software.amazon.awscdk.services.stepfunctions.tasks.ActionOnFailure | [[cdk.api.services.stepfunctions.tasks/action-on-failure]] | `:action-on-failure` |
| `args` | java.util.List | [[cdk.support/lookup-entry]] | `:args` |
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `jar` | java.lang.String | [[cdk.support/lookup-entry]] | `:jar` |
| `mainClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:main-class` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `properties` | java.util.Map | [[cdk.support/lookup-entry]] | `:properties` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-cancel-step-builderclj

(build-emr-cancel-step-builder builder id config)

The build-emr-cancel-step-builder function updates a EmrCancelStep$Builder instance using the provided configuration. The function takes the EmrCancelStep$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
stepIdjava.lang.Stringcdk.support/lookup-entry:step-id
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-cancel-step-builder function updates a EmrCancelStep$Builder instance using the provided configuration.
  The function takes the EmrCancelStep$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `stepId` | java.lang.String | [[cdk.support/lookup-entry]] | `:step-id` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-cancel-step-props-builderclj

(build-emr-cancel-step-props-builder builder id config)

The build-emr-cancel-step-props-builder function updates a EmrCancelStepProps$Builder instance using the provided configuration. The function takes the EmrCancelStepProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
stepIdjava.lang.Stringcdk.support/lookup-entry:step-id
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-cancel-step-props-builder function updates a EmrCancelStepProps$Builder instance using the provided configuration.
  The function takes the EmrCancelStepProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `stepId` | java.lang.String | [[cdk.support/lookup-entry]] | `:step-id` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-containers-create-virtual-cluster-builderclj

(build-emr-containers-create-virtual-cluster-builder builder id config)

The build-emr-containers-create-virtual-cluster-builder function updates a EmrContainersCreateVirtualCluster$Builder instance using the provided configuration. The function takes the EmrContainersCreateVirtualCluster$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
eksClustersoftware.amazon.awscdk.services.stepfunctions.tasks.EksClusterInputcdk.support/lookup-entry:eks-cluster
eksNamespacejava.lang.Stringcdk.support/lookup-entry:eks-namespace
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
virtualClusterNamejava.lang.Stringcdk.support/lookup-entry:virtual-cluster-name
The build-emr-containers-create-virtual-cluster-builder function updates a EmrContainersCreateVirtualCluster$Builder instance using the provided configuration.
  The function takes the EmrContainersCreateVirtualCluster$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `eksCluster` | software.amazon.awscdk.services.stepfunctions.tasks.EksClusterInput | [[cdk.support/lookup-entry]] | `:eks-cluster` |
| `eksNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:eks-namespace` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `virtualClusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-cluster-name` |
sourceraw docstring

build-emr-containers-create-virtual-cluster-props-builderclj

(build-emr-containers-create-virtual-cluster-props-builder builder id config)

The build-emr-containers-create-virtual-cluster-props-builder function updates a EmrContainersCreateVirtualClusterProps$Builder instance using the provided configuration. The function takes the EmrContainersCreateVirtualClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
eksClustersoftware.amazon.awscdk.services.stepfunctions.tasks.EksClusterInputcdk.support/lookup-entry:eks-cluster
eksNamespacejava.lang.Stringcdk.support/lookup-entry:eks-namespace
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
virtualClusterNamejava.lang.Stringcdk.support/lookup-entry:virtual-cluster-name
The build-emr-containers-create-virtual-cluster-props-builder function updates a EmrContainersCreateVirtualClusterProps$Builder instance using the provided configuration.
  The function takes the EmrContainersCreateVirtualClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `eksCluster` | software.amazon.awscdk.services.stepfunctions.tasks.EksClusterInput | [[cdk.support/lookup-entry]] | `:eks-cluster` |
| `eksNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:eks-namespace` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `virtualClusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-cluster-name` |
sourceraw docstring

build-emr-containers-delete-virtual-cluster-builderclj

(build-emr-containers-delete-virtual-cluster-builder builder id config)

The build-emr-containers-delete-virtual-cluster-builder function updates a EmrContainersDeleteVirtualCluster$Builder instance using the provided configuration. The function takes the EmrContainersDeleteVirtualCluster$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
virtualClusterIdsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:virtual-cluster-id
The build-emr-containers-delete-virtual-cluster-builder function updates a EmrContainersDeleteVirtualCluster$Builder instance using the provided configuration.
  The function takes the EmrContainersDeleteVirtualCluster$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `virtualClusterId` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:virtual-cluster-id` |
sourceraw docstring

build-emr-containers-delete-virtual-cluster-props-builderclj

(build-emr-containers-delete-virtual-cluster-props-builder builder id config)

The build-emr-containers-delete-virtual-cluster-props-builder function updates a EmrContainersDeleteVirtualClusterProps$Builder instance using the provided configuration. The function takes the EmrContainersDeleteVirtualClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
virtualClusterIdsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:virtual-cluster-id
The build-emr-containers-delete-virtual-cluster-props-builder function updates a EmrContainersDeleteVirtualClusterProps$Builder instance using the provided configuration.
  The function takes the EmrContainersDeleteVirtualClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `virtualClusterId` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:virtual-cluster-id` |
sourceraw docstring

build-emr-containers-start-job-run-builderclj

(build-emr-containers-start-job-run-builder builder id config)

The build-emr-containers-start-job-run-builder function updates a EmrContainersStartJobRun$Builder instance using the provided configuration. The function takes the EmrContainersStartJobRun$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
applicationConfigjava.util.Listcdk.support/lookup-entry:application-config
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
jobDriversoftware.amazon.awscdk.services.stepfunctions.tasks.JobDrivercdk.support/lookup-entry:job-driver
jobNamejava.lang.Stringcdk.support/lookup-entry:job-name
monitoringsoftware.amazon.awscdk.services.stepfunctions.tasks.Monitoringcdk.support/lookup-entry:monitoring
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
releaseLabelsoftware.amazon.awscdk.services.stepfunctions.tasks.ReleaseLabelcdk.support/lookup-entry:release-label
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
virtualClustersoftware.amazon.awscdk.services.stepfunctions.tasks.VirtualClusterInputcdk.support/lookup-entry:virtual-cluster
The build-emr-containers-start-job-run-builder function updates a EmrContainersStartJobRun$Builder instance using the provided configuration.
  The function takes the EmrContainersStartJobRun$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applicationConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:application-config` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `jobDriver` | software.amazon.awscdk.services.stepfunctions.tasks.JobDriver | [[cdk.support/lookup-entry]] | `:job-driver` |
| `jobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-name` |
| `monitoring` | software.amazon.awscdk.services.stepfunctions.tasks.Monitoring | [[cdk.support/lookup-entry]] | `:monitoring` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `releaseLabel` | software.amazon.awscdk.services.stepfunctions.tasks.ReleaseLabel | [[cdk.support/lookup-entry]] | `:release-label` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `virtualCluster` | software.amazon.awscdk.services.stepfunctions.tasks.VirtualClusterInput | [[cdk.support/lookup-entry]] | `:virtual-cluster` |
sourceraw docstring

build-emr-containers-start-job-run-props-builderclj

(build-emr-containers-start-job-run-props-builder builder id config)

The build-emr-containers-start-job-run-props-builder function updates a EmrContainersStartJobRunProps$Builder instance using the provided configuration. The function takes the EmrContainersStartJobRunProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
applicationConfigjava.util.Listcdk.support/lookup-entry:application-config
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
jobDriversoftware.amazon.awscdk.services.stepfunctions.tasks.JobDrivercdk.support/lookup-entry:job-driver
jobNamejava.lang.Stringcdk.support/lookup-entry:job-name
monitoringsoftware.amazon.awscdk.services.stepfunctions.tasks.Monitoringcdk.support/lookup-entry:monitoring
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
releaseLabelsoftware.amazon.awscdk.services.stepfunctions.tasks.ReleaseLabelcdk.support/lookup-entry:release-label
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
virtualClustersoftware.amazon.awscdk.services.stepfunctions.tasks.VirtualClusterInputcdk.support/lookup-entry:virtual-cluster
The build-emr-containers-start-job-run-props-builder function updates a EmrContainersStartJobRunProps$Builder instance using the provided configuration.
  The function takes the EmrContainersStartJobRunProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applicationConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:application-config` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `jobDriver` | software.amazon.awscdk.services.stepfunctions.tasks.JobDriver | [[cdk.support/lookup-entry]] | `:job-driver` |
| `jobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-name` |
| `monitoring` | software.amazon.awscdk.services.stepfunctions.tasks.Monitoring | [[cdk.support/lookup-entry]] | `:monitoring` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `releaseLabel` | software.amazon.awscdk.services.stepfunctions.tasks.ReleaseLabel | [[cdk.support/lookup-entry]] | `:release-label` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `virtualCluster` | software.amazon.awscdk.services.stepfunctions.tasks.VirtualClusterInput | [[cdk.support/lookup-entry]] | `:virtual-cluster` |
sourceraw docstring

build-emr-create-cluster-application-config-property-builderclj

(build-emr-create-cluster-application-config-property-builder builder id config)

The build-emr-create-cluster-application-config-property-builder function updates a EmrCreateCluster$ApplicationConfigProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$ApplicationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
additionalInfojava.util.Mapcdk.support/lookup-entry:additional-info
argsjava.util.Listcdk.support/lookup-entry:args
namejava.lang.Stringcdk.support/lookup-entry:name
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-emr-create-cluster-application-config-property-builder function updates a EmrCreateCluster$ApplicationConfigProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$ApplicationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalInfo` | java.util.Map | [[cdk.support/lookup-entry]] | `:additional-info` |
| `args` | java.util.List | [[cdk.support/lookup-entry]] | `:args` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-emr-create-cluster-auto-scaling-policy-property-builderclj

(build-emr-create-cluster-auto-scaling-policy-property-builder builder
                                                               id
                                                               config)

The build-emr-create-cluster-auto-scaling-policy-property-builder function updates a EmrCreateCluster$AutoScalingPolicyProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$AutoScalingPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
constraintssoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$ScalingConstraintsPropertycdk.support/lookup-entry:constraints
rulesjava.util.Listcdk.support/lookup-entry:rules
The build-emr-create-cluster-auto-scaling-policy-property-builder function updates a EmrCreateCluster$AutoScalingPolicyProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$AutoScalingPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `constraints` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$ScalingConstraintsProperty | [[cdk.support/lookup-entry]] | `:constraints` |
| `rules` | java.util.List | [[cdk.support/lookup-entry]] | `:rules` |
sourceraw docstring

build-emr-create-cluster-bootstrap-action-config-property-builderclj

(build-emr-create-cluster-bootstrap-action-config-property-builder builder
                                                                   id
                                                                   config)

The build-emr-create-cluster-bootstrap-action-config-property-builder function updates a EmrCreateCluster$BootstrapActionConfigProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$BootstrapActionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
namejava.lang.Stringcdk.support/lookup-entry:name
scriptBootstrapActionsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$ScriptBootstrapActionConfigPropertycdk.support/lookup-entry:script-bootstrap-action
The build-emr-create-cluster-bootstrap-action-config-property-builder function updates a EmrCreateCluster$BootstrapActionConfigProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$BootstrapActionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `scriptBootstrapAction` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$ScriptBootstrapActionConfigProperty | [[cdk.support/lookup-entry]] | `:script-bootstrap-action` |
sourceraw docstring

build-emr-create-cluster-builderclj

(build-emr-create-cluster-builder builder id config)

The build-emr-create-cluster-builder function updates a EmrCreateCluster$Builder instance using the provided configuration. The function takes the EmrCreateCluster$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
additionalInfojava.lang.Stringcdk.support/lookup-entry:additional-info
applicationsjava.util.Listcdk.support/lookup-entry:applications
autoScalingRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:auto-scaling-role
bootstrapActionsjava.util.Listcdk.support/lookup-entry:bootstrap-actions
clusterRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:cluster-role
commentjava.lang.Stringcdk.support/lookup-entry:comment
configurationsjava.util.Listcdk.support/lookup-entry:configurations
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
customAmiIdjava.lang.Stringcdk.support/lookup-entry:custom-ami-id
ebsRootVolumeSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:ebs-root-volume-size
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
instancessoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstancesConfigPropertycdk.support/lookup-entry:instances
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
kerberosAttributessoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$KerberosAttributesPropertycdk.support/lookup-entry:kerberos-attributes
logUrijava.lang.Stringcdk.support/lookup-entry:log-uri
namejava.lang.Stringcdk.support/lookup-entry:name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
releaseLabeljava.lang.Stringcdk.support/lookup-entry:release-label
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
scaleDownBehaviorsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$EmrClusterScaleDownBehaviorcdk.api.services.stepfunctions.tasks/emr-create-cluster-emr-cluster-scale-down-behavior:scale-down-behavior
securityConfigurationjava.lang.Stringcdk.support/lookup-entry:security-configuration
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:service-role
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
stepConcurrencyLeveljava.lang.Numbercdk.support/lookup-entry:step-concurrency-level
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
visibleToAllUsersjava.lang.Booleancdk.support/lookup-entry:visible-to-all-users
The build-emr-create-cluster-builder function updates a EmrCreateCluster$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalInfo` | java.lang.String | [[cdk.support/lookup-entry]] | `:additional-info` |
| `applications` | java.util.List | [[cdk.support/lookup-entry]] | `:applications` |
| `autoScalingRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:auto-scaling-role` |
| `bootstrapActions` | java.util.List | [[cdk.support/lookup-entry]] | `:bootstrap-actions` |
| `clusterRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:cluster-role` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `configurations` | java.util.List | [[cdk.support/lookup-entry]] | `:configurations` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `customAmiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-ami-id` |
| `ebsRootVolumeSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:ebs-root-volume-size` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `instances` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstancesConfigProperty | [[cdk.support/lookup-entry]] | `:instances` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `kerberosAttributes` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$KerberosAttributesProperty | [[cdk.support/lookup-entry]] | `:kerberos-attributes` |
| `logUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-uri` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `releaseLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:release-label` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `scaleDownBehavior` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$EmrClusterScaleDownBehavior | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-emr-cluster-scale-down-behavior]] | `:scale-down-behavior` |
| `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` |
| `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `stepConcurrencyLevel` | java.lang.Number | [[cdk.support/lookup-entry]] | `:step-concurrency-level` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `visibleToAllUsers` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:visible-to-all-users` |
sourceraw docstring

build-emr-create-cluster-cloud-watch-alarm-definition-property-builderclj

(build-emr-create-cluster-cloud-watch-alarm-definition-property-builder builder
                                                                        id
                                                                        config)

The build-emr-create-cluster-cloud-watch-alarm-definition-property-builder function updates a EmrCreateCluster$CloudWatchAlarmDefinitionProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$CloudWatchAlarmDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
comparisonOperatorsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$CloudWatchAlarmComparisonOperatorcdk.api.services.stepfunctions.tasks/emr-create-cluster-cloud-watch-alarm-comparison-operator:comparison-operator
dimensionsjava.util.Listcdk.support/lookup-entry:dimensions
evaluationPeriodsjava.lang.Numbercdk.support/lookup-entry:evaluation-periods
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
statisticsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$CloudWatchAlarmStatisticcdk.api.services.stepfunctions.tasks/emr-create-cluster-cloud-watch-alarm-statistic:statistic
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
unitsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$CloudWatchAlarmUnitcdk.api.services.stepfunctions.tasks/emr-create-cluster-cloud-watch-alarm-unit:unit
The build-emr-create-cluster-cloud-watch-alarm-definition-property-builder function updates a EmrCreateCluster$CloudWatchAlarmDefinitionProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$CloudWatchAlarmDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comparisonOperator` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$CloudWatchAlarmComparisonOperator | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-cloud-watch-alarm-comparison-operator]] | `:comparison-operator` |
| `dimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:dimensions` |
| `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `statistic` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$CloudWatchAlarmStatistic | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-cloud-watch-alarm-statistic]] | `:statistic` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `unit` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$CloudWatchAlarmUnit | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-cloud-watch-alarm-unit]] | `:unit` |
sourceraw docstring

build-emr-create-cluster-configuration-property-builderclj

(build-emr-create-cluster-configuration-property-builder builder id config)

The build-emr-create-cluster-configuration-property-builder function updates a EmrCreateCluster$ConfigurationProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
classificationjava.lang.Stringcdk.support/lookup-entry:classification
configurationsjava.util.Listcdk.support/lookup-entry:configurations
propertiesjava.util.Mapcdk.support/lookup-entry:properties
The build-emr-create-cluster-configuration-property-builder function updates a EmrCreateCluster$ConfigurationProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `classification` | java.lang.String | [[cdk.support/lookup-entry]] | `:classification` |
| `configurations` | java.util.List | [[cdk.support/lookup-entry]] | `:configurations` |
| `properties` | java.util.Map | [[cdk.support/lookup-entry]] | `:properties` |
sourceraw docstring

build-emr-create-cluster-ebs-block-device-config-property-builderclj

(build-emr-create-cluster-ebs-block-device-config-property-builder builder
                                                                   id
                                                                   config)

The build-emr-create-cluster-ebs-block-device-config-property-builder function updates a EmrCreateCluster$EbsBlockDeviceConfigProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$EbsBlockDeviceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
volumeSpecificationsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$VolumeSpecificationPropertycdk.support/lookup-entry:volume-specification
volumesPerInstancejava.lang.Numbercdk.support/lookup-entry:volumes-per-instance
The build-emr-create-cluster-ebs-block-device-config-property-builder function updates a EmrCreateCluster$EbsBlockDeviceConfigProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$EbsBlockDeviceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `volumeSpecification` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$VolumeSpecificationProperty | [[cdk.support/lookup-entry]] | `:volume-specification` |
| `volumesPerInstance` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volumes-per-instance` |
sourceraw docstring

build-emr-create-cluster-ebs-configuration-property-builderclj

(build-emr-create-cluster-ebs-configuration-property-builder builder id config)

The build-emr-create-cluster-ebs-configuration-property-builder function updates a EmrCreateCluster$EbsConfigurationProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$EbsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
ebsBlockDeviceConfigsjava.util.Listcdk.support/lookup-entry:ebs-block-device-configs
ebsOptimizedjava.lang.Booleancdk.support/lookup-entry:ebs-optimized
The build-emr-create-cluster-ebs-configuration-property-builder function updates a EmrCreateCluster$EbsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$EbsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ebsBlockDeviceConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:ebs-block-device-configs` |
| `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` |
sourceraw docstring

build-emr-create-cluster-instance-fleet-config-property-builderclj

(build-emr-create-cluster-instance-fleet-config-property-builder builder
                                                                 id
                                                                 config)

The build-emr-create-cluster-instance-fleet-config-property-builder function updates a EmrCreateCluster$InstanceFleetConfigProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$InstanceFleetConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
instanceFleetTypesoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstanceRoleTypecdk.api.services.stepfunctions.tasks/emr-create-cluster-instance-role-type:instance-fleet-type
instanceTypeConfigsjava.util.Listcdk.support/lookup-entry:instance-type-configs
launchSpecificationssoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstanceFleetProvisioningSpecificationsPropertycdk.support/lookup-entry:launch-specifications
namejava.lang.Stringcdk.support/lookup-entry:name
targetOnDemandCapacityjava.lang.Numbercdk.support/lookup-entry:target-on-demand-capacity
targetSpotCapacityjava.lang.Numbercdk.support/lookup-entry:target-spot-capacity
The build-emr-create-cluster-instance-fleet-config-property-builder function updates a EmrCreateCluster$InstanceFleetConfigProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$InstanceFleetConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceFleetType` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstanceRoleType | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-instance-role-type]] | `:instance-fleet-type` |
| `instanceTypeConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-type-configs` |
| `launchSpecifications` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstanceFleetProvisioningSpecificationsProperty | [[cdk.support/lookup-entry]] | `:launch-specifications` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `targetOnDemandCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-on-demand-capacity` |
| `targetSpotCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-spot-capacity` |
sourceraw docstring

build-emr-create-cluster-instance-fleet-provisioning-specifications-property-builderclj

(build-emr-create-cluster-instance-fleet-provisioning-specifications-property-builder
  builder
  id
  config)

The build-emr-create-cluster-instance-fleet-provisioning-specifications-property-builder function updates a EmrCreateCluster$InstanceFleetProvisioningSpecificationsProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$InstanceFleetProvisioningSpecificationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
onDemandSpecificationsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$OnDemandProvisioningSpecificationPropertycdk.support/lookup-entry:on-demand-specification
spotSpecificationsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$SpotProvisioningSpecificationPropertycdk.support/lookup-entry:spot-specification
The build-emr-create-cluster-instance-fleet-provisioning-specifications-property-builder function updates a EmrCreateCluster$InstanceFleetProvisioningSpecificationsProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$InstanceFleetProvisioningSpecificationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `onDemandSpecification` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$OnDemandProvisioningSpecificationProperty | [[cdk.support/lookup-entry]] | `:on-demand-specification` |
| `spotSpecification` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$SpotProvisioningSpecificationProperty | [[cdk.support/lookup-entry]] | `:spot-specification` |
sourceraw docstring

build-emr-create-cluster-instance-group-config-property-builderclj

(build-emr-create-cluster-instance-group-config-property-builder builder
                                                                 id
                                                                 config)

The build-emr-create-cluster-instance-group-config-property-builder function updates a EmrCreateCluster$InstanceGroupConfigProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$InstanceGroupConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
autoScalingPolicysoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$AutoScalingPolicyPropertycdk.support/lookup-entry:auto-scaling-policy
bidPricejava.lang.Stringcdk.support/lookup-entry:bid-price
configurationsjava.util.Listcdk.support/lookup-entry:configurations
ebsConfigurationsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$EbsConfigurationPropertycdk.support/lookup-entry:ebs-configuration
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceRolesoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstanceRoleTypecdk.api.services.stepfunctions.tasks/emr-create-cluster-instance-role-type:instance-role
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
marketsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstanceMarketcdk.api.services.stepfunctions.tasks/emr-create-cluster-instance-market:market
namejava.lang.Stringcdk.support/lookup-entry:name
The build-emr-create-cluster-instance-group-config-property-builder function updates a EmrCreateCluster$InstanceGroupConfigProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$InstanceGroupConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoScalingPolicy` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$AutoScalingPolicyProperty | [[cdk.support/lookup-entry]] | `:auto-scaling-policy` |
| `bidPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:bid-price` |
| `configurations` | java.util.List | [[cdk.support/lookup-entry]] | `:configurations` |
| `ebsConfiguration` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$EbsConfigurationProperty | [[cdk.support/lookup-entry]] | `:ebs-configuration` |
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceRole` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstanceRoleType | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-instance-role-type]] | `:instance-role` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `market` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstanceMarket | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-instance-market]] | `:market` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-emr-create-cluster-instance-type-config-property-builderclj

(build-emr-create-cluster-instance-type-config-property-builder builder
                                                                id
                                                                config)

The build-emr-create-cluster-instance-type-config-property-builder function updates a EmrCreateCluster$InstanceTypeConfigProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$InstanceTypeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
bidPricejava.lang.Stringcdk.support/lookup-entry:bid-price
bidPriceAsPercentageOfOnDemandPricejava.lang.Numbercdk.support/lookup-entry:bid-price-as-percentage-of-on-demand-price
configurationsjava.util.Listcdk.support/lookup-entry:configurations
ebsConfigurationsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$EbsConfigurationPropertycdk.support/lookup-entry:ebs-configuration
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
weightedCapacityjava.lang.Numbercdk.support/lookup-entry:weighted-capacity
The build-emr-create-cluster-instance-type-config-property-builder function updates a EmrCreateCluster$InstanceTypeConfigProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$InstanceTypeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bidPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:bid-price` |
| `bidPriceAsPercentageOfOnDemandPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bid-price-as-percentage-of-on-demand-price` |
| `configurations` | java.util.List | [[cdk.support/lookup-entry]] | `:configurations` |
| `ebsConfiguration` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$EbsConfigurationProperty | [[cdk.support/lookup-entry]] | `:ebs-configuration` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `weightedCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weighted-capacity` |
sourceraw docstring

build-emr-create-cluster-instances-config-property-builderclj

(build-emr-create-cluster-instances-config-property-builder builder id config)

The build-emr-create-cluster-instances-config-property-builder function updates a EmrCreateCluster$InstancesConfigProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$InstancesConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
additionalMasterSecurityGroupsjava.util.Listcdk.support/lookup-entry:additional-master-security-groups
additionalSlaveSecurityGroupsjava.util.Listcdk.support/lookup-entry:additional-slave-security-groups
ec2KeyNamejava.lang.Stringcdk.support/lookup-entry:ec2-key-name
ec2SubnetIdjava.lang.Stringcdk.support/lookup-entry:ec2-subnet-id
ec2SubnetIdsjava.util.Listcdk.support/lookup-entry:ec2-subnet-ids
emrManagedMasterSecurityGroupjava.lang.Stringcdk.support/lookup-entry:emr-managed-master-security-group
emrManagedSlaveSecurityGroupjava.lang.Stringcdk.support/lookup-entry:emr-managed-slave-security-group
hadoopVersionjava.lang.Stringcdk.support/lookup-entry:hadoop-version
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceFleetsjava.util.Listcdk.support/lookup-entry:instance-fleets
instanceGroupsjava.util.Listcdk.support/lookup-entry:instance-groups
masterInstanceTypejava.lang.Stringcdk.support/lookup-entry:master-instance-type
placementsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$PlacementTypePropertycdk.support/lookup-entry:placement
serviceAccessSecurityGroupjava.lang.Stringcdk.support/lookup-entry:service-access-security-group
slaveInstanceTypejava.lang.Stringcdk.support/lookup-entry:slave-instance-type
terminationProtectedjava.lang.Booleancdk.support/lookup-entry:termination-protected
The build-emr-create-cluster-instances-config-property-builder function updates a EmrCreateCluster$InstancesConfigProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$InstancesConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalMasterSecurityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-master-security-groups` |
| `additionalSlaveSecurityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-slave-security-groups` |
| `ec2KeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-key-name` |
| `ec2SubnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-subnet-id` |
| `ec2SubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:ec2-subnet-ids` |
| `emrManagedMasterSecurityGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:emr-managed-master-security-group` |
| `emrManagedSlaveSecurityGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:emr-managed-slave-security-group` |
| `hadoopVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:hadoop-version` |
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceFleets` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-fleets` |
| `instanceGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-groups` |
| `masterInstanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-instance-type` |
| `placement` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$PlacementTypeProperty | [[cdk.support/lookup-entry]] | `:placement` |
| `serviceAccessSecurityGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-access-security-group` |
| `slaveInstanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:slave-instance-type` |
| `terminationProtected` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:termination-protected` |
sourceraw docstring

build-emr-create-cluster-kerberos-attributes-property-builderclj

(build-emr-create-cluster-kerberos-attributes-property-builder builder
                                                               id
                                                               config)

The build-emr-create-cluster-kerberos-attributes-property-builder function updates a EmrCreateCluster$KerberosAttributesProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$KerberosAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
adDomainJoinPasswordjava.lang.Stringcdk.support/lookup-entry:ad-domain-join-password
adDomainJoinUserjava.lang.Stringcdk.support/lookup-entry:ad-domain-join-user
crossRealmTrustPrincipalPasswordjava.lang.Stringcdk.support/lookup-entry:cross-realm-trust-principal-password
kdcAdminPasswordjava.lang.Stringcdk.support/lookup-entry:kdc-admin-password
realmjava.lang.Stringcdk.support/lookup-entry:realm
The build-emr-create-cluster-kerberos-attributes-property-builder function updates a EmrCreateCluster$KerberosAttributesProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$KerberosAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adDomainJoinPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-domain-join-password` |
| `adDomainJoinUser` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-domain-join-user` |
| `crossRealmTrustPrincipalPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:cross-realm-trust-principal-password` |
| `kdcAdminPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:kdc-admin-password` |
| `realm` | java.lang.String | [[cdk.support/lookup-entry]] | `:realm` |
sourceraw docstring

build-emr-create-cluster-metric-dimension-property-builderclj

(build-emr-create-cluster-metric-dimension-property-builder builder id config)

The build-emr-create-cluster-metric-dimension-property-builder function updates a EmrCreateCluster$MetricDimensionProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$MetricDimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-emr-create-cluster-metric-dimension-property-builder function updates a EmrCreateCluster$MetricDimensionProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$MetricDimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-emr-create-cluster-on-demand-provisioning-specification-property-builderclj

(build-emr-create-cluster-on-demand-provisioning-specification-property-builder
  builder
  id
  config)

The build-emr-create-cluster-on-demand-provisioning-specification-property-builder function updates a EmrCreateCluster$OnDemandProvisioningSpecificationProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$OnDemandProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allocationStrategysoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$OnDemandAllocationStrategycdk.api.services.stepfunctions.tasks/emr-create-cluster-on-demand-allocation-strategy:allocation-strategy
The build-emr-create-cluster-on-demand-provisioning-specification-property-builder function updates a EmrCreateCluster$OnDemandProvisioningSpecificationProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$OnDemandProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allocationStrategy` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$OnDemandAllocationStrategy | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-on-demand-allocation-strategy]] | `:allocation-strategy` |
sourceraw docstring

build-emr-create-cluster-placement-type-property-builderclj

(build-emr-create-cluster-placement-type-property-builder builder id config)

The build-emr-create-cluster-placement-type-property-builder function updates a EmrCreateCluster$PlacementTypeProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$PlacementTypeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
availabilityZonesjava.util.Listcdk.support/lookup-entry:availability-zones
The build-emr-create-cluster-placement-type-property-builder function updates a EmrCreateCluster$PlacementTypeProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$PlacementTypeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` |
sourceraw docstring

build-emr-create-cluster-props-builderclj

(build-emr-create-cluster-props-builder builder id config)

The build-emr-create-cluster-props-builder function updates a EmrCreateClusterProps$Builder instance using the provided configuration. The function takes the EmrCreateClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
additionalInfojava.lang.Stringcdk.support/lookup-entry:additional-info
applicationsjava.util.Listcdk.support/lookup-entry:applications
autoScalingRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:auto-scaling-role
bootstrapActionsjava.util.Listcdk.support/lookup-entry:bootstrap-actions
clusterRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:cluster-role
commentjava.lang.Stringcdk.support/lookup-entry:comment
configurationsjava.util.Listcdk.support/lookup-entry:configurations
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
customAmiIdjava.lang.Stringcdk.support/lookup-entry:custom-ami-id
ebsRootVolumeSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:ebs-root-volume-size
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
instancessoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstancesConfigPropertycdk.support/lookup-entry:instances
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
kerberosAttributessoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$KerberosAttributesPropertycdk.support/lookup-entry:kerberos-attributes
logUrijava.lang.Stringcdk.support/lookup-entry:log-uri
namejava.lang.Stringcdk.support/lookup-entry:name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
releaseLabeljava.lang.Stringcdk.support/lookup-entry:release-label
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
scaleDownBehaviorsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$EmrClusterScaleDownBehaviorcdk.api.services.stepfunctions.tasks/emr-create-cluster-emr-cluster-scale-down-behavior:scale-down-behavior
securityConfigurationjava.lang.Stringcdk.support/lookup-entry:security-configuration
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:service-role
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
stepConcurrencyLeveljava.lang.Numbercdk.support/lookup-entry:step-concurrency-level
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
visibleToAllUsersjava.lang.Booleancdk.support/lookup-entry:visible-to-all-users
The build-emr-create-cluster-props-builder function updates a EmrCreateClusterProps$Builder instance using the provided configuration.
  The function takes the EmrCreateClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalInfo` | java.lang.String | [[cdk.support/lookup-entry]] | `:additional-info` |
| `applications` | java.util.List | [[cdk.support/lookup-entry]] | `:applications` |
| `autoScalingRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:auto-scaling-role` |
| `bootstrapActions` | java.util.List | [[cdk.support/lookup-entry]] | `:bootstrap-actions` |
| `clusterRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:cluster-role` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `configurations` | java.util.List | [[cdk.support/lookup-entry]] | `:configurations` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `customAmiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-ami-id` |
| `ebsRootVolumeSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:ebs-root-volume-size` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `instances` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstancesConfigProperty | [[cdk.support/lookup-entry]] | `:instances` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `kerberosAttributes` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$KerberosAttributesProperty | [[cdk.support/lookup-entry]] | `:kerberos-attributes` |
| `logUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-uri` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `releaseLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:release-label` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `scaleDownBehavior` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$EmrClusterScaleDownBehavior | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-emr-cluster-scale-down-behavior]] | `:scale-down-behavior` |
| `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` |
| `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `stepConcurrencyLevel` | java.lang.Number | [[cdk.support/lookup-entry]] | `:step-concurrency-level` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `visibleToAllUsers` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:visible-to-all-users` |
sourceraw docstring

build-emr-create-cluster-scaling-action-property-builderclj

(build-emr-create-cluster-scaling-action-property-builder builder id config)

The build-emr-create-cluster-scaling-action-property-builder function updates a EmrCreateCluster$ScalingActionProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$ScalingActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
marketsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstanceMarketcdk.api.services.stepfunctions.tasks/emr-create-cluster-instance-market:market
simpleScalingPolicyConfigurationsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$SimpleScalingPolicyConfigurationPropertycdk.support/lookup-entry:simple-scaling-policy-configuration
The build-emr-create-cluster-scaling-action-property-builder function updates a EmrCreateCluster$ScalingActionProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$ScalingActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `market` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$InstanceMarket | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-instance-market]] | `:market` |
| `simpleScalingPolicyConfiguration` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$SimpleScalingPolicyConfigurationProperty | [[cdk.support/lookup-entry]] | `:simple-scaling-policy-configuration` |
sourceraw docstring

build-emr-create-cluster-scaling-constraints-property-builderclj

(build-emr-create-cluster-scaling-constraints-property-builder builder
                                                               id
                                                               config)

The build-emr-create-cluster-scaling-constraints-property-builder function updates a EmrCreateCluster$ScalingConstraintsProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$ScalingConstraintsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
minCapacityjava.lang.Numbercdk.support/lookup-entry:min-capacity
The build-emr-create-cluster-scaling-constraints-property-builder function updates a EmrCreateCluster$ScalingConstraintsProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$ScalingConstraintsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `minCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-capacity` |
sourceraw docstring

build-emr-create-cluster-scaling-rule-property-builderclj

(build-emr-create-cluster-scaling-rule-property-builder builder id config)

The build-emr-create-cluster-scaling-rule-property-builder function updates a EmrCreateCluster$ScalingRuleProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$ScalingRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$ScalingActionPropertycdk.support/lookup-entry:action
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
triggersoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$ScalingTriggerPropertycdk.support/lookup-entry:trigger
The build-emr-create-cluster-scaling-rule-property-builder function updates a EmrCreateCluster$ScalingRuleProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$ScalingRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$ScalingActionProperty | [[cdk.support/lookup-entry]] | `:action` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `trigger` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$ScalingTriggerProperty | [[cdk.support/lookup-entry]] | `:trigger` |
sourceraw docstring

build-emr-create-cluster-scaling-trigger-property-builderclj

(build-emr-create-cluster-scaling-trigger-property-builder builder id config)

The build-emr-create-cluster-scaling-trigger-property-builder function updates a EmrCreateCluster$ScalingTriggerProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$ScalingTriggerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cloudWatchAlarmDefinitionsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$CloudWatchAlarmDefinitionPropertycdk.support/lookup-entry:cloud-watch-alarm-definition
The build-emr-create-cluster-scaling-trigger-property-builder function updates a EmrCreateCluster$ScalingTriggerProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$ScalingTriggerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudWatchAlarmDefinition` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$CloudWatchAlarmDefinitionProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-alarm-definition` |
sourceraw docstring

build-emr-create-cluster-script-bootstrap-action-config-property-builderclj

(build-emr-create-cluster-script-bootstrap-action-config-property-builder
  builder
  id
  config)

The build-emr-create-cluster-script-bootstrap-action-config-property-builder function updates a EmrCreateCluster$ScriptBootstrapActionConfigProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$ScriptBootstrapActionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
argsjava.util.Listcdk.support/lookup-entry:args
pathjava.lang.Stringcdk.support/lookup-entry:path
The build-emr-create-cluster-script-bootstrap-action-config-property-builder function updates a EmrCreateCluster$ScriptBootstrapActionConfigProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$ScriptBootstrapActionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `args` | java.util.List | [[cdk.support/lookup-entry]] | `:args` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
sourceraw docstring

build-emr-create-cluster-simple-scaling-policy-configuration-property-builderclj

(build-emr-create-cluster-simple-scaling-policy-configuration-property-builder
  builder
  id
  config)

The build-emr-create-cluster-simple-scaling-policy-configuration-property-builder function updates a EmrCreateCluster$SimpleScalingPolicyConfigurationProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$SimpleScalingPolicyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
adjustmentTypesoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$ScalingAdjustmentTypecdk.api.services.stepfunctions.tasks/emr-create-cluster-scaling-adjustment-type:adjustment-type
coolDownjava.lang.Numbercdk.support/lookup-entry:cool-down
scalingAdjustmentjava.lang.Numbercdk.support/lookup-entry:scaling-adjustment
The build-emr-create-cluster-simple-scaling-policy-configuration-property-builder function updates a EmrCreateCluster$SimpleScalingPolicyConfigurationProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$SimpleScalingPolicyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adjustmentType` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$ScalingAdjustmentType | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-scaling-adjustment-type]] | `:adjustment-type` |
| `coolDown` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cool-down` |
| `scalingAdjustment` | java.lang.Number | [[cdk.support/lookup-entry]] | `:scaling-adjustment` |
sourceraw docstring

build-emr-create-cluster-spot-provisioning-specification-property-builderclj

(build-emr-create-cluster-spot-provisioning-specification-property-builder
  builder
  id
  config)

The build-emr-create-cluster-spot-provisioning-specification-property-builder function updates a EmrCreateCluster$SpotProvisioningSpecificationProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$SpotProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allocationStrategysoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$SpotAllocationStrategycdk.api.services.stepfunctions.tasks/emr-create-cluster-spot-allocation-strategy:allocation-strategy
blockDurationMinutesjava.lang.Numbercdk.support/lookup-entry:block-duration-minutes
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
timeoutActionsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$SpotTimeoutActioncdk.api.services.stepfunctions.tasks/emr-create-cluster-spot-timeout-action:timeout-action
timeoutDurationMinutesjava.lang.Numbercdk.support/lookup-entry:timeout-duration-minutes
The build-emr-create-cluster-spot-provisioning-specification-property-builder function updates a EmrCreateCluster$SpotProvisioningSpecificationProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$SpotProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allocationStrategy` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$SpotAllocationStrategy | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-spot-allocation-strategy]] | `:allocation-strategy` |
| `blockDurationMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:block-duration-minutes` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `timeoutAction` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$SpotTimeoutAction | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-spot-timeout-action]] | `:timeout-action` |
| `timeoutDurationMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-duration-minutes` |
sourceraw docstring

build-emr-create-cluster-volume-specification-property-builderclj

(build-emr-create-cluster-volume-specification-property-builder builder
                                                                id
                                                                config)

The build-emr-create-cluster-volume-specification-property-builder function updates a EmrCreateCluster$VolumeSpecificationProperty$Builder instance using the provided configuration. The function takes the EmrCreateCluster$VolumeSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
iopsjava.lang.Numbercdk.support/lookup-entry:iops
volumeSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:volume-size
volumeTypesoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$EbsBlockDeviceVolumeTypecdk.api.services.stepfunctions.tasks/emr-create-cluster-ebs-block-device-volume-type:volume-type
The build-emr-create-cluster-volume-specification-property-builder function updates a EmrCreateCluster$VolumeSpecificationProperty$Builder instance using the provided configuration.
  The function takes the EmrCreateCluster$VolumeSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` |
| `volumeSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:volume-size` |
| `volumeType` | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$EbsBlockDeviceVolumeType | [[cdk.api.services.stepfunctions.tasks/emr-create-cluster-ebs-block-device-volume-type]] | `:volume-type` |
sourceraw docstring

build-emr-modify-instance-fleet-by-name-builderclj

(build-emr-modify-instance-fleet-by-name-builder builder id config)

The build-emr-modify-instance-fleet-by-name-builder function updates a EmrModifyInstanceFleetByName$Builder instance using the provided configuration. The function takes the EmrModifyInstanceFleetByName$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
instanceFleetNamejava.lang.Stringcdk.support/lookup-entry:instance-fleet-name
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
targetOnDemandCapacityjava.lang.Numbercdk.support/lookup-entry:target-on-demand-capacity
targetSpotCapacityjava.lang.Numbercdk.support/lookup-entry:target-spot-capacity
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-modify-instance-fleet-by-name-builder function updates a EmrModifyInstanceFleetByName$Builder instance using the provided configuration.
  The function takes the EmrModifyInstanceFleetByName$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `instanceFleetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-fleet-name` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `targetOnDemandCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-on-demand-capacity` |
| `targetSpotCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-spot-capacity` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-modify-instance-fleet-by-name-props-builderclj

(build-emr-modify-instance-fleet-by-name-props-builder builder id config)

The build-emr-modify-instance-fleet-by-name-props-builder function updates a EmrModifyInstanceFleetByNameProps$Builder instance using the provided configuration. The function takes the EmrModifyInstanceFleetByNameProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
instanceFleetNamejava.lang.Stringcdk.support/lookup-entry:instance-fleet-name
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
targetOnDemandCapacityjava.lang.Numbercdk.support/lookup-entry:target-on-demand-capacity
targetSpotCapacityjava.lang.Numbercdk.support/lookup-entry:target-spot-capacity
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-modify-instance-fleet-by-name-props-builder function updates a EmrModifyInstanceFleetByNameProps$Builder instance using the provided configuration.
  The function takes the EmrModifyInstanceFleetByNameProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `instanceFleetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-fleet-name` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `targetOnDemandCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-on-demand-capacity` |
| `targetSpotCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-spot-capacity` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-modify-instance-group-by-name-builderclj

(build-emr-modify-instance-group-by-name-builder builder id config)

The build-emr-modify-instance-group-by-name-builder function updates a EmrModifyInstanceGroupByName$Builder instance using the provided configuration. The function takes the EmrModifyInstanceGroupByName$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
instanceGroupsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrModifyInstanceGroupByName$InstanceGroupModifyConfigPropertycdk.support/lookup-entry:instance-group
instanceGroupNamejava.lang.Stringcdk.support/lookup-entry:instance-group-name
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-modify-instance-group-by-name-builder function updates a EmrModifyInstanceGroupByName$Builder instance using the provided configuration.
  The function takes the EmrModifyInstanceGroupByName$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `instanceGroup` | software.amazon.awscdk.services.stepfunctions.tasks.EmrModifyInstanceGroupByName$InstanceGroupModifyConfigProperty | [[cdk.support/lookup-entry]] | `:instance-group` |
| `instanceGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-group-name` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-modify-instance-group-by-name-instance-group-modify-config-property-builderclj

(build-emr-modify-instance-group-by-name-instance-group-modify-config-property-builder
  builder
  id
  config)

The build-emr-modify-instance-group-by-name-instance-group-modify-config-property-builder function updates a EmrModifyInstanceGroupByName$InstanceGroupModifyConfigProperty$Builder instance using the provided configuration. The function takes the EmrModifyInstanceGroupByName$InstanceGroupModifyConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
configurationsjava.util.Listcdk.support/lookup-entry:configurations
eC2InstanceIdsToTerminatejava.util.Listcdk.support/lookup-entry:e-c2-instance-ids-to-terminate
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
shrinkPolicysoftware.amazon.awscdk.services.stepfunctions.tasks.EmrModifyInstanceGroupByName$ShrinkPolicyPropertycdk.support/lookup-entry:shrink-policy
The build-emr-modify-instance-group-by-name-instance-group-modify-config-property-builder function updates a EmrModifyInstanceGroupByName$InstanceGroupModifyConfigProperty$Builder instance using the provided configuration.
  The function takes the EmrModifyInstanceGroupByName$InstanceGroupModifyConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurations` | java.util.List | [[cdk.support/lookup-entry]] | `:configurations` |
| `eC2InstanceIdsToTerminate` | java.util.List | [[cdk.support/lookup-entry]] | `:e-c2-instance-ids-to-terminate` |
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `shrinkPolicy` | software.amazon.awscdk.services.stepfunctions.tasks.EmrModifyInstanceGroupByName$ShrinkPolicyProperty | [[cdk.support/lookup-entry]] | `:shrink-policy` |
sourceraw docstring

build-emr-modify-instance-group-by-name-instance-resize-policy-property-builderclj

(build-emr-modify-instance-group-by-name-instance-resize-policy-property-builder
  builder
  id
  config)

The build-emr-modify-instance-group-by-name-instance-resize-policy-property-builder function updates a EmrModifyInstanceGroupByName$InstanceResizePolicyProperty$Builder instance using the provided configuration. The function takes the EmrModifyInstanceGroupByName$InstanceResizePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
instanceTerminationTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:instance-termination-timeout
instancesToProtectjava.util.Listcdk.support/lookup-entry:instances-to-protect
instancesToTerminatejava.util.Listcdk.support/lookup-entry:instances-to-terminate
The build-emr-modify-instance-group-by-name-instance-resize-policy-property-builder function updates a EmrModifyInstanceGroupByName$InstanceResizePolicyProperty$Builder instance using the provided configuration.
  The function takes the EmrModifyInstanceGroupByName$InstanceResizePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceTerminationTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:instance-termination-timeout` |
| `instancesToProtect` | java.util.List | [[cdk.support/lookup-entry]] | `:instances-to-protect` |
| `instancesToTerminate` | java.util.List | [[cdk.support/lookup-entry]] | `:instances-to-terminate` |
sourceraw docstring

build-emr-modify-instance-group-by-name-props-builderclj

(build-emr-modify-instance-group-by-name-props-builder builder id config)

The build-emr-modify-instance-group-by-name-props-builder function updates a EmrModifyInstanceGroupByNameProps$Builder instance using the provided configuration. The function takes the EmrModifyInstanceGroupByNameProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
instanceGroupsoftware.amazon.awscdk.services.stepfunctions.tasks.EmrModifyInstanceGroupByName$InstanceGroupModifyConfigPropertycdk.support/lookup-entry:instance-group
instanceGroupNamejava.lang.Stringcdk.support/lookup-entry:instance-group-name
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-modify-instance-group-by-name-props-builder function updates a EmrModifyInstanceGroupByNameProps$Builder instance using the provided configuration.
  The function takes the EmrModifyInstanceGroupByNameProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `instanceGroup` | software.amazon.awscdk.services.stepfunctions.tasks.EmrModifyInstanceGroupByName$InstanceGroupModifyConfigProperty | [[cdk.support/lookup-entry]] | `:instance-group` |
| `instanceGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-group-name` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-modify-instance-group-by-name-shrink-policy-property-builderclj

(build-emr-modify-instance-group-by-name-shrink-policy-property-builder builder
                                                                        id
                                                                        config)

The build-emr-modify-instance-group-by-name-shrink-policy-property-builder function updates a EmrModifyInstanceGroupByName$ShrinkPolicyProperty$Builder instance using the provided configuration. The function takes the EmrModifyInstanceGroupByName$ShrinkPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
decommissionTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:decommission-timeout
instanceResizePolicysoftware.amazon.awscdk.services.stepfunctions.tasks.EmrModifyInstanceGroupByName$InstanceResizePolicyPropertycdk.support/lookup-entry:instance-resize-policy
The build-emr-modify-instance-group-by-name-shrink-policy-property-builder function updates a EmrModifyInstanceGroupByName$ShrinkPolicyProperty$Builder instance using the provided configuration.
  The function takes the EmrModifyInstanceGroupByName$ShrinkPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `decommissionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:decommission-timeout` |
| `instanceResizePolicy` | software.amazon.awscdk.services.stepfunctions.tasks.EmrModifyInstanceGroupByName$InstanceResizePolicyProperty | [[cdk.support/lookup-entry]] | `:instance-resize-policy` |
sourceraw docstring

build-emr-set-cluster-termination-protection-builderclj

(build-emr-set-cluster-termination-protection-builder builder id config)

The build-emr-set-cluster-termination-protection-builder function updates a EmrSetClusterTerminationProtection$Builder instance using the provided configuration. The function takes the EmrSetClusterTerminationProtection$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
terminationProtectedjava.lang.Booleancdk.support/lookup-entry:termination-protected
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-set-cluster-termination-protection-builder function updates a EmrSetClusterTerminationProtection$Builder instance using the provided configuration.
  The function takes the EmrSetClusterTerminationProtection$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `terminationProtected` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:termination-protected` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-set-cluster-termination-protection-props-builderclj

(build-emr-set-cluster-termination-protection-props-builder builder id config)

The build-emr-set-cluster-termination-protection-props-builder function updates a EmrSetClusterTerminationProtectionProps$Builder instance using the provided configuration. The function takes the EmrSetClusterTerminationProtectionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
terminationProtectedjava.lang.Booleancdk.support/lookup-entry:termination-protected
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-set-cluster-termination-protection-props-builder function updates a EmrSetClusterTerminationProtectionProps$Builder instance using the provided configuration.
  The function takes the EmrSetClusterTerminationProtectionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `terminationProtected` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:termination-protected` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-terminate-cluster-builderclj

(build-emr-terminate-cluster-builder builder id config)

The build-emr-terminate-cluster-builder function updates a EmrTerminateCluster$Builder instance using the provided configuration. The function takes the EmrTerminateCluster$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-terminate-cluster-builder function updates a EmrTerminateCluster$Builder instance using the provided configuration.
  The function takes the EmrTerminateCluster$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-emr-terminate-cluster-props-builderclj

(build-emr-terminate-cluster-props-builder builder id config)

The build-emr-terminate-cluster-props-builder function updates a EmrTerminateClusterProps$Builder instance using the provided configuration. The function takes the EmrTerminateClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-emr-terminate-cluster-props-builder function updates a EmrTerminateClusterProps$Builder instance using the provided configuration.
  The function takes the EmrTerminateClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-encryption-configuration-builderclj

(build-encryption-configuration-builder builder id config)

The build-encryption-configuration-builder function updates a EncryptionConfiguration$Builder instance using the provided configuration. The function takes the EncryptionConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
encryptionOptionsoftware.amazon.awscdk.services.stepfunctions.tasks.EncryptionOptioncdk.api.services.stepfunctions.tasks/encryption-option:encryption-option
The build-encryption-configuration-builder function updates a EncryptionConfiguration$Builder instance using the provided configuration.
  The function takes the EncryptionConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `encryptionOption` | software.amazon.awscdk.services.stepfunctions.tasks.EncryptionOption | [[cdk.api.services.stepfunctions.tasks/encryption-option]] | `:encryption-option` |
sourceraw docstring

build-evaluate-expression-builderclj

(build-evaluate-expression-builder builder id config)

The build-evaluate-expression-builder function updates a EvaluateExpression$Builder instance using the provided configuration. The function takes the EvaluateExpression$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
expressionjava.lang.Stringcdk.support/lookup-entry:expression
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
runtimesoftware.amazon.awscdk.services.lambda.Runtimecdk.support/lookup-entry:runtime
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-evaluate-expression-builder function updates a EvaluateExpression$Builder instance using the provided configuration.
  The function takes the EvaluateExpression$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `runtime` | software.amazon.awscdk.services.lambda.Runtime | [[cdk.support/lookup-entry]] | `:runtime` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-evaluate-expression-props-builderclj

(build-evaluate-expression-props-builder builder id config)

The build-evaluate-expression-props-builder function updates a EvaluateExpressionProps$Builder instance using the provided configuration. The function takes the EvaluateExpressionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
expressionjava.lang.Stringcdk.support/lookup-entry:expression
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
runtimesoftware.amazon.awscdk.services.lambda.Runtimecdk.support/lookup-entry:runtime
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-evaluate-expression-props-builder function updates a EvaluateExpressionProps$Builder instance using the provided configuration.
  The function takes the EvaluateExpressionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `runtime` | software.amazon.awscdk.services.lambda.Runtime | [[cdk.support/lookup-entry]] | `:runtime` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-event-bridge-put-events-builderclj

(build-event-bridge-put-events-builder builder id config)

The build-event-bridge-put-events-builder function updates a EventBridgePutEvents$Builder instance using the provided configuration. The function takes the EventBridgePutEvents$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
entriesjava.util.Listcdk.support/lookup-entry:entries
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-event-bridge-put-events-builder function updates a EventBridgePutEvents$Builder instance using the provided configuration.
  The function takes the EventBridgePutEvents$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `entries` | java.util.List | [[cdk.support/lookup-entry]] | `:entries` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-event-bridge-put-events-entry-builderclj

(build-event-bridge-put-events-entry-builder builder id config)

The build-event-bridge-put-events-entry-builder function updates a EventBridgePutEventsEntry$Builder instance using the provided configuration. The function takes the EventBridgePutEventsEntry$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
detailsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:detail
detailTypejava.lang.Stringcdk.support/lookup-entry:detail-type
eventBussoftware.amazon.awscdk.services.events.IEventBuscdk.support/lookup-entry:event-bus
sourcejava.lang.Stringcdk.support/lookup-entry:source
The build-event-bridge-put-events-entry-builder function updates a EventBridgePutEventsEntry$Builder instance using the provided configuration.
  The function takes the EventBridgePutEventsEntry$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `detail` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:detail` |
| `detailType` | java.lang.String | [[cdk.support/lookup-entry]] | `:detail-type` |
| `eventBus` | software.amazon.awscdk.services.events.IEventBus | [[cdk.support/lookup-entry]] | `:event-bus` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
sourceraw docstring

build-event-bridge-put-events-props-builderclj

(build-event-bridge-put-events-props-builder builder id config)

The build-event-bridge-put-events-props-builder function updates a EventBridgePutEventsProps$Builder instance using the provided configuration. The function takes the EventBridgePutEventsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
entriesjava.util.Listcdk.support/lookup-entry:entries
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-event-bridge-put-events-props-builder function updates a EventBridgePutEventsProps$Builder instance using the provided configuration.
  The function takes the EventBridgePutEventsProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `entries` | java.util.List | [[cdk.support/lookup-entry]] | `:entries` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-glue-data-brew-start-job-run-builderclj

(build-glue-data-brew-start-job-run-builder builder id config)

The build-glue-data-brew-start-job-run-builder function updates a GlueDataBrewStartJobRun$Builder instance using the provided configuration. The function takes the GlueDataBrewStartJobRun$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
namejava.lang.Stringcdk.support/lookup-entry:name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-glue-data-brew-start-job-run-builder function updates a GlueDataBrewStartJobRun$Builder instance using the provided configuration.
  The function takes the GlueDataBrewStartJobRun$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-glue-data-brew-start-job-run-props-builderclj

(build-glue-data-brew-start-job-run-props-builder builder id config)

The build-glue-data-brew-start-job-run-props-builder function updates a GlueDataBrewStartJobRunProps$Builder instance using the provided configuration. The function takes the GlueDataBrewStartJobRunProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
namejava.lang.Stringcdk.support/lookup-entry:name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-glue-data-brew-start-job-run-props-builder function updates a GlueDataBrewStartJobRunProps$Builder instance using the provided configuration.
  The function takes the GlueDataBrewStartJobRunProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-glue-start-crawler-run-builderclj

(build-glue-start-crawler-run-builder builder id config)

The build-glue-start-crawler-run-builder function updates a GlueStartCrawlerRun$Builder instance using the provided configuration. The function takes the GlueStartCrawlerRun$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
crawlerNamejava.lang.Stringcdk.support/lookup-entry:crawler-name
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-glue-start-crawler-run-builder function updates a GlueStartCrawlerRun$Builder instance using the provided configuration.
  The function takes the GlueStartCrawlerRun$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `crawlerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawler-name` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-glue-start-crawler-run-props-builderclj

(build-glue-start-crawler-run-props-builder builder id config)

The build-glue-start-crawler-run-props-builder function updates a GlueStartCrawlerRunProps$Builder instance using the provided configuration. The function takes the GlueStartCrawlerRunProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
crawlerNamejava.lang.Stringcdk.support/lookup-entry:crawler-name
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-glue-start-crawler-run-props-builder function updates a GlueStartCrawlerRunProps$Builder instance using the provided configuration.
  The function takes the GlueStartCrawlerRunProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `crawlerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawler-name` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-glue-start-job-run-builderclj

(build-glue-start-job-run-builder builder id config)

The build-glue-start-job-run-builder function updates a GlueStartJobRun$Builder instance using the provided configuration. The function takes the GlueStartJobRun$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
argumentssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:arguments
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
glueJobNamejava.lang.Stringcdk.support/lookup-entry:glue-job-name
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
notifyDelayAftersoftware.amazon.awscdk.Durationcdk.support/lookup-entry:notify-delay-after
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
securityConfigurationjava.lang.Stringcdk.support/lookup-entry:security-configuration
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
workerConfigurationsoftware.amazon.awscdk.services.stepfunctions.tasks.WorkerConfigurationPropertycdk.support/lookup-entry:worker-configuration
The build-glue-start-job-run-builder function updates a GlueStartJobRun$Builder instance using the provided configuration.
  The function takes the GlueStartJobRun$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `arguments` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:arguments` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `glueJobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-job-name` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `notifyDelayAfter` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:notify-delay-after` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `workerConfiguration` | software.amazon.awscdk.services.stepfunctions.tasks.WorkerConfigurationProperty | [[cdk.support/lookup-entry]] | `:worker-configuration` |
sourceraw docstring

build-glue-start-job-run-props-builderclj

(build-glue-start-job-run-props-builder builder id config)

The build-glue-start-job-run-props-builder function updates a GlueStartJobRunProps$Builder instance using the provided configuration. The function takes the GlueStartJobRunProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
argumentssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:arguments
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
glueJobNamejava.lang.Stringcdk.support/lookup-entry:glue-job-name
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
notifyDelayAftersoftware.amazon.awscdk.Durationcdk.support/lookup-entry:notify-delay-after
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
securityConfigurationjava.lang.Stringcdk.support/lookup-entry:security-configuration
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
workerConfigurationsoftware.amazon.awscdk.services.stepfunctions.tasks.WorkerConfigurationPropertycdk.support/lookup-entry:worker-configuration
The build-glue-start-job-run-props-builder function updates a GlueStartJobRunProps$Builder instance using the provided configuration.
  The function takes the GlueStartJobRunProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `arguments` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:arguments` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `glueJobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-job-name` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `notifyDelayAfter` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:notify-delay-after` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `workerConfiguration` | software.amazon.awscdk.services.stepfunctions.tasks.WorkerConfigurationProperty | [[cdk.support/lookup-entry]] | `:worker-configuration` |
sourceraw docstring

build-http-invoke-builderclj

(build-http-invoke-builder builder id config)

The build-http-invoke-builder function updates a HttpInvoke$Builder instance using the provided configuration. The function takes the HttpInvoke$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
apiEndpointsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:api-endpoint
apiRootjava.lang.Stringcdk.support/lookup-entry:api-root
bodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:body
commentjava.lang.Stringcdk.support/lookup-entry:comment
connectionsoftware.amazon.awscdk.services.events.IConnectioncdk.support/lookup-entry:connection
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
headerssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:headers
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
methodsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:method
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryStringParameterssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:query-string-parameters
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
urlEncodingFormatsoftware.amazon.awscdk.services.stepfunctions.tasks.URLEncodingFormatcdk.api.services.stepfunctions.tasks/url-encoding-format:url-encoding-format
The build-http-invoke-builder function updates a HttpInvoke$Builder instance using the provided configuration.
  The function takes the HttpInvoke$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiEndpoint` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:api-endpoint` |
| `apiRoot` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-root` |
| `body` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:body` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `connection` | software.amazon.awscdk.services.events.IConnection | [[cdk.support/lookup-entry]] | `:connection` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `headers` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:headers` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `method` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:method` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryStringParameters` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:query-string-parameters` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `urlEncodingFormat` | software.amazon.awscdk.services.stepfunctions.tasks.URLEncodingFormat | [[cdk.api.services.stepfunctions.tasks/url-encoding-format]] | `:url-encoding-format` |
sourceraw docstring

build-http-invoke-props-builderclj

(build-http-invoke-props-builder builder id config)

The build-http-invoke-props-builder function updates a HttpInvokeProps$Builder instance using the provided configuration. The function takes the HttpInvokeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
apiEndpointsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:api-endpoint
apiRootjava.lang.Stringcdk.support/lookup-entry:api-root
bodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:body
commentjava.lang.Stringcdk.support/lookup-entry:comment
connectionsoftware.amazon.awscdk.services.events.IConnectioncdk.support/lookup-entry:connection
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
headerssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:headers
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
methodsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:method
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queryStringParameterssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:query-string-parameters
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
urlEncodingFormatsoftware.amazon.awscdk.services.stepfunctions.tasks.URLEncodingFormatcdk.api.services.stepfunctions.tasks/url-encoding-format:url-encoding-format
The build-http-invoke-props-builder function updates a HttpInvokeProps$Builder instance using the provided configuration.
  The function takes the HttpInvokeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiEndpoint` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:api-endpoint` |
| `apiRoot` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-root` |
| `body` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:body` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `connection` | software.amazon.awscdk.services.events.IConnection | [[cdk.support/lookup-entry]] | `:connection` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `headers` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:headers` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `method` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:method` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queryStringParameters` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:query-string-parameters` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `urlEncodingFormat` | software.amazon.awscdk.services.stepfunctions.tasks.URLEncodingFormat | [[cdk.api.services.stepfunctions.tasks/url-encoding-format]] | `:url-encoding-format` |
sourceraw docstring

build-job-dependency-builderclj

(build-job-dependency-builder builder id config)

The build-job-dependency-builder function updates a JobDependency$Builder instance using the provided configuration. The function takes the JobDependency$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
jobIdjava.lang.Stringcdk.support/lookup-entry:job-id
typejava.lang.Stringcdk.support/lookup-entry:type
The build-job-dependency-builder function updates a JobDependency$Builder instance using the provided configuration.
  The function takes the JobDependency$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `jobId` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-id` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-job-driver-builderclj

(build-job-driver-builder builder id config)

The build-job-driver-builder function updates a JobDriver$Builder instance using the provided configuration. The function takes the JobDriver$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
sparkSubmitJobDriversoftware.amazon.awscdk.services.stepfunctions.tasks.SparkSubmitJobDrivercdk.support/lookup-entry:spark-submit-job-driver
The build-job-driver-builder function updates a JobDriver$Builder instance using the provided configuration.
  The function takes the JobDriver$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `sparkSubmitJobDriver` | software.amazon.awscdk.services.stepfunctions.tasks.SparkSubmitJobDriver | [[cdk.support/lookup-entry]] | `:spark-submit-job-driver` |
sourceraw docstring

build-lambda-invoke-builderclj

(build-lambda-invoke-builder builder id config)

The build-lambda-invoke-builder function updates a LambdaInvoke$Builder instance using the provided configuration. The function takes the LambdaInvoke$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clientContextjava.lang.Stringcdk.support/lookup-entry:client-context
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
invocationTypesoftware.amazon.awscdk.services.stepfunctions.tasks.LambdaInvocationTypecdk.api.services.stepfunctions.tasks/lambda-invocation-type:invocation-type
lambdaFunctionsoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:lambda-function
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
payloadsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:payload
payloadResponseOnlyjava.lang.Booleancdk.support/lookup-entry:payload-response-only
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
retryOnServiceExceptionsjava.lang.Booleancdk.support/lookup-entry:retry-on-service-exceptions
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-lambda-invoke-builder function updates a LambdaInvoke$Builder instance using the provided configuration.
  The function takes the LambdaInvoke$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clientContext` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-context` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `invocationType` | software.amazon.awscdk.services.stepfunctions.tasks.LambdaInvocationType | [[cdk.api.services.stepfunctions.tasks/lambda-invocation-type]] | `:invocation-type` |
| `lambdaFunction` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:lambda-function` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `payload` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:payload` |
| `payloadResponseOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:payload-response-only` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `retryOnServiceExceptions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retry-on-service-exceptions` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-lambda-invoke-props-builderclj

(build-lambda-invoke-props-builder builder id config)

The build-lambda-invoke-props-builder function updates a LambdaInvokeProps$Builder instance using the provided configuration. The function takes the LambdaInvokeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clientContextjava.lang.Stringcdk.support/lookup-entry:client-context
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
invocationTypesoftware.amazon.awscdk.services.stepfunctions.tasks.LambdaInvocationTypecdk.api.services.stepfunctions.tasks/lambda-invocation-type:invocation-type
lambdaFunctionsoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:lambda-function
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
payloadsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:payload
payloadResponseOnlyjava.lang.Booleancdk.support/lookup-entry:payload-response-only
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
retryOnServiceExceptionsjava.lang.Booleancdk.support/lookup-entry:retry-on-service-exceptions
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-lambda-invoke-props-builder function updates a LambdaInvokeProps$Builder instance using the provided configuration.
  The function takes the LambdaInvokeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clientContext` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-context` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `invocationType` | software.amazon.awscdk.services.stepfunctions.tasks.LambdaInvocationType | [[cdk.api.services.stepfunctions.tasks/lambda-invocation-type]] | `:invocation-type` |
| `lambdaFunction` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:lambda-function` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `payload` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:payload` |
| `payloadResponseOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:payload-response-only` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `retryOnServiceExceptions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retry-on-service-exceptions` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-launch-target-bind-options-builderclj

(build-launch-target-bind-options-builder builder id config)

The build-launch-target-bind-options-builder function updates a LaunchTargetBindOptions$Builder instance using the provided configuration. The function takes the LaunchTargetBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
taskDefinitionsoftware.amazon.awscdk.services.ecs.ITaskDefinitioncdk.support/lookup-entry:task-definition
The build-launch-target-bind-options-builder function updates a LaunchTargetBindOptions$Builder instance using the provided configuration.
  The function takes the LaunchTargetBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.ITaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
sourceraw docstring

build-media-convert-create-job-builderclj

(build-media-convert-create-job-builder builder id config)

The build-media-convert-create-job-builder function updates a MediaConvertCreateJob$Builder instance using the provided configuration. The function takes the MediaConvertCreateJob$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
createJobRequestjava.util.Mapcdk.support/lookup-entry:create-job-request
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-media-convert-create-job-builder function updates a MediaConvertCreateJob$Builder instance using the provided configuration.
  The function takes the MediaConvertCreateJob$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `createJobRequest` | java.util.Map | [[cdk.support/lookup-entry]] | `:create-job-request` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-media-convert-create-job-props-builderclj

(build-media-convert-create-job-props-builder builder id config)

The build-media-convert-create-job-props-builder function updates a MediaConvertCreateJobProps$Builder instance using the provided configuration. The function takes the MediaConvertCreateJobProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
createJobRequestjava.util.Mapcdk.support/lookup-entry:create-job-request
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-media-convert-create-job-props-builder function updates a MediaConvertCreateJobProps$Builder instance using the provided configuration.
  The function takes the MediaConvertCreateJobProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `createJobRequest` | java.util.Map | [[cdk.support/lookup-entry]] | `:create-job-request` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-message-attribute-builderclj

(build-message-attribute-builder builder id config)

The build-message-attribute-builder function updates a MessageAttribute$Builder instance using the provided configuration. The function takes the MessageAttribute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
dataTypesoftware.amazon.awscdk.services.stepfunctions.tasks.MessageAttributeDataTypecdk.api.services.stepfunctions.tasks/message-attribute-data-type:data-type
valuejava.lang.Objectcdk.support/lookup-entry:value
The build-message-attribute-builder function updates a MessageAttribute$Builder instance using the provided configuration.
  The function takes the MessageAttribute$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataType` | software.amazon.awscdk.services.stepfunctions.tasks.MessageAttributeDataType | [[cdk.api.services.stepfunctions.tasks/message-attribute-data-type]] | `:data-type` |
| `value` | java.lang.Object | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-metric-definition-builderclj

(build-metric-definition-builder builder id config)

The build-metric-definition-builder function updates a MetricDefinition$Builder instance using the provided configuration. The function takes the MetricDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
namejava.lang.Stringcdk.support/lookup-entry:name
regexjava.lang.Stringcdk.support/lookup-entry:regex
The build-metric-definition-builder function updates a MetricDefinition$Builder instance using the provided configuration.
  The function takes the MetricDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `regex` | java.lang.String | [[cdk.support/lookup-entry]] | `:regex` |
sourceraw docstring

build-model-client-options-builderclj

(build-model-client-options-builder builder id config)

The build-model-client-options-builder function updates a ModelClientOptions$Builder instance using the provided configuration. The function takes the ModelClientOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
invocationsMaxRetriesjava.lang.Numbercdk.support/lookup-entry:invocations-max-retries
invocationsTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:invocations-timeout
The build-model-client-options-builder function updates a ModelClientOptions$Builder instance using the provided configuration.
  The function takes the ModelClientOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `invocationsMaxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:invocations-max-retries` |
| `invocationsTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:invocations-timeout` |
sourceraw docstring

build-monitoring-builderclj

(build-monitoring-builder builder id config)

The build-monitoring-builder function updates a Monitoring$Builder instance using the provided configuration. The function takes the Monitoring$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
logBucketsoftware.amazon.awscdk.services.s3.IBucketcdk.support/lookup-entry:log-bucket
logGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:log-group
logStreamNamePrefixjava.lang.Stringcdk.support/lookup-entry:log-stream-name-prefix
loggingjava.lang.Booleancdk.support/lookup-entry:logging
persistentAppUijava.lang.Booleancdk.support/lookup-entry:persistent-app-ui
The build-monitoring-builder function updates a Monitoring$Builder instance using the provided configuration.
  The function takes the Monitoring$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logBucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:log-bucket` |
| `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
| `logStreamNamePrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-stream-name-prefix` |
| `logging` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:logging` |
| `persistentAppUi` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:persistent-app-ui` |
sourceraw docstring

build-output-data-config-builderclj

(build-output-data-config-builder builder id config)

The build-output-data-config-builder function updates a OutputDataConfig$Builder instance using the provided configuration. The function takes the OutputDataConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
s3OutputLocationsoftware.amazon.awscdk.services.stepfunctions.tasks.S3Locationcdk.support/lookup-entry:s3-output-location
The build-output-data-config-builder function updates a OutputDataConfig$Builder instance using the provided configuration.
  The function takes the OutputDataConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `s3OutputLocation` | software.amazon.awscdk.services.stepfunctions.tasks.S3Location | [[cdk.support/lookup-entry]] | `:s3-output-location` |
sourceraw docstring

build-production-variant-builderclj

(build-production-variant-builder builder id config)

The build-production-variant-builder function updates a ProductionVariant$Builder instance using the provided configuration. The function takes the ProductionVariant$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
acceleratorTypesoftware.amazon.awscdk.services.stepfunctions.tasks.AcceleratorTypecdk.support/lookup-entry:accelerator-type
initialInstanceCountjava.lang.Numbercdk.support/lookup-entry:initial-instance-count
initialVariantWeightjava.lang.Numbercdk.support/lookup-entry:initial-variant-weight
instanceTypesoftware.amazon.awscdk.services.ec2.InstanceTypecdk.support/lookup-entry:instance-type
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
variantNamejava.lang.Stringcdk.support/lookup-entry:variant-name
The build-production-variant-builder function updates a ProductionVariant$Builder instance using the provided configuration.
  The function takes the ProductionVariant$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acceleratorType` | software.amazon.awscdk.services.stepfunctions.tasks.AcceleratorType | [[cdk.support/lookup-entry]] | `:accelerator-type` |
| `initialInstanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:initial-instance-count` |
| `initialVariantWeight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:initial-variant-weight` |
| `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `variantName` | java.lang.String | [[cdk.support/lookup-entry]] | `:variant-name` |
sourceraw docstring

build-query-execution-context-builderclj

(build-query-execution-context-builder builder id config)

The build-query-execution-context-builder function updates a QueryExecutionContext$Builder instance using the provided configuration. The function takes the QueryExecutionContext$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
catalogNamejava.lang.Stringcdk.support/lookup-entry:catalog-name
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
The build-query-execution-context-builder function updates a QueryExecutionContext$Builder instance using the provided configuration.
  The function takes the QueryExecutionContext$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `catalogName` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-name` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
sourceraw docstring

build-resource-config-builderclj

(build-resource-config-builder builder id config)

The build-resource-config-builder function updates a ResourceConfig$Builder instance using the provided configuration. The function takes the ResourceConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceTypesoftware.amazon.awscdk.services.ec2.InstanceTypecdk.support/lookup-entry:instance-type
volumeEncryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:volume-encryption-key
volumeSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:volume-size
The build-resource-config-builder function updates a ResourceConfig$Builder instance using the provided configuration.
  The function takes the ResourceConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` |
| `volumeEncryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:volume-encryption-key` |
| `volumeSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:volume-size` |
sourceraw docstring

build-result-configuration-builderclj

(build-result-configuration-builder builder id config)

The build-result-configuration-builder function updates a ResultConfiguration$Builder instance using the provided configuration. The function takes the ResultConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
encryptionConfigurationsoftware.amazon.awscdk.services.stepfunctions.tasks.EncryptionConfigurationcdk.support/lookup-entry:encryption-configuration
outputLocationsoftware.amazon.awscdk.services.s3.Locationcdk.support/lookup-entry:output-location
The build-result-configuration-builder function updates a ResultConfiguration$Builder instance using the provided configuration.
  The function takes the ResultConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `encryptionConfiguration` | software.amazon.awscdk.services.stepfunctions.tasks.EncryptionConfiguration | [[cdk.support/lookup-entry]] | `:encryption-configuration` |
| `outputLocation` | software.amazon.awscdk.services.s3.Location | [[cdk.support/lookup-entry]] | `:output-location` |
sourceraw docstring

build-s3-data-source-builderclj

(build-s3-data-source-builder builder id config)

The build-s3-data-source-builder function updates a S3DataSource$Builder instance using the provided configuration. The function takes the S3DataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
attributeNamesjava.util.Listcdk.support/lookup-entry:attribute-names
s3DataDistributionTypesoftware.amazon.awscdk.services.stepfunctions.tasks.S3DataDistributionTypecdk.api.services.stepfunctions.tasks/s3-data-distribution-type:s3-data-distribution-type
s3DataTypesoftware.amazon.awscdk.services.stepfunctions.tasks.S3DataTypecdk.api.services.stepfunctions.tasks/s3-data-type:s3-data-type
s3Locationsoftware.amazon.awscdk.services.stepfunctions.tasks.S3Locationcdk.support/lookup-entry:s3-location
The build-s3-data-source-builder function updates a S3DataSource$Builder instance using the provided configuration.
  The function takes the S3DataSource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attributeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:attribute-names` |
| `s3DataDistributionType` | software.amazon.awscdk.services.stepfunctions.tasks.S3DataDistributionType | [[cdk.api.services.stepfunctions.tasks/s3-data-distribution-type]] | `:s3-data-distribution-type` |
| `s3DataType` | software.amazon.awscdk.services.stepfunctions.tasks.S3DataType | [[cdk.api.services.stepfunctions.tasks/s3-data-type]] | `:s3-data-type` |
| `s3Location` | software.amazon.awscdk.services.stepfunctions.tasks.S3Location | [[cdk.support/lookup-entry]] | `:s3-location` |
sourceraw docstring

build-s3-location-bind-options-builderclj

(build-s3-location-bind-options-builder builder id config)

The build-s3-location-bind-options-builder function updates a S3LocationBindOptions$Builder instance using the provided configuration. The function takes the S3LocationBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
forReadingjava.lang.Booleancdk.support/lookup-entry:for-reading
forWritingjava.lang.Booleancdk.support/lookup-entry:for-writing
The build-s3-location-bind-options-builder function updates a S3LocationBindOptions$Builder instance using the provided configuration.
  The function takes the S3LocationBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `forReading` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:for-reading` |
| `forWriting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:for-writing` |
sourceraw docstring

build-s3-location-config-builderclj

(build-s3-location-config-builder builder id config)

The build-s3-location-config-builder function updates a S3LocationConfig$Builder instance using the provided configuration. The function takes the S3LocationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
urijava.lang.Stringcdk.support/lookup-entry:uri
The build-s3-location-config-builder function updates a S3LocationConfig$Builder instance using the provided configuration.
  The function takes the S3LocationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-sage-maker-create-endpoint-builderclj

(build-sage-maker-create-endpoint-builder builder id config)

The build-sage-maker-create-endpoint-builder function updates a SageMakerCreateEndpoint$Builder instance using the provided configuration. The function takes the SageMakerCreateEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
endpointConfigNamejava.lang.Stringcdk.support/lookup-entry:endpoint-config-name
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-sage-maker-create-endpoint-builder function updates a SageMakerCreateEndpoint$Builder instance using the provided configuration.
  The function takes the SageMakerCreateEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `endpointConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-config-name` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-sage-maker-create-endpoint-config-builderclj

(build-sage-maker-create-endpoint-config-builder builder id config)

The build-sage-maker-create-endpoint-config-builder function updates a SageMakerCreateEndpointConfig$Builder instance using the provided configuration. The function takes the SageMakerCreateEndpointConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
endpointConfigNamejava.lang.Stringcdk.support/lookup-entry:endpoint-config-name
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
kmsKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
productionVariantsjava.util.Listcdk.support/lookup-entry:production-variants
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-sage-maker-create-endpoint-config-builder function updates a SageMakerCreateEndpointConfig$Builder instance using the provided configuration.
  The function takes the SageMakerCreateEndpointConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `endpointConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-config-name` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `productionVariants` | java.util.List | [[cdk.support/lookup-entry]] | `:production-variants` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-sage-maker-create-endpoint-config-props-builderclj

(build-sage-maker-create-endpoint-config-props-builder builder id config)

The build-sage-maker-create-endpoint-config-props-builder function updates a SageMakerCreateEndpointConfigProps$Builder instance using the provided configuration. The function takes the SageMakerCreateEndpointConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
endpointConfigNamejava.lang.Stringcdk.support/lookup-entry:endpoint-config-name
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
kmsKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
productionVariantsjava.util.Listcdk.support/lookup-entry:production-variants
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-sage-maker-create-endpoint-config-props-builder function updates a SageMakerCreateEndpointConfigProps$Builder instance using the provided configuration.
  The function takes the SageMakerCreateEndpointConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `endpointConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-config-name` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `productionVariants` | java.util.List | [[cdk.support/lookup-entry]] | `:production-variants` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-sage-maker-create-endpoint-props-builderclj

(build-sage-maker-create-endpoint-props-builder builder id config)

The build-sage-maker-create-endpoint-props-builder function updates a SageMakerCreateEndpointProps$Builder instance using the provided configuration. The function takes the SageMakerCreateEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
endpointConfigNamejava.lang.Stringcdk.support/lookup-entry:endpoint-config-name
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-sage-maker-create-endpoint-props-builder function updates a SageMakerCreateEndpointProps$Builder instance using the provided configuration.
  The function takes the SageMakerCreateEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `endpointConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-config-name` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-sage-maker-create-model-builderclj

(build-sage-maker-create-model-builder builder id config)

The build-sage-maker-create-model-builder function updates a SageMakerCreateModel$Builder instance using the provided configuration. The function takes the SageMakerCreateModel$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
containersjava.util.Listcdk.support/lookup-entry:containers
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
enableNetworkIsolationjava.lang.Booleancdk.support/lookup-entry:enable-network-isolation
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
primaryContainersoftware.amazon.awscdk.services.stepfunctions.tasks.IContainerDefinitioncdk.support/lookup-entry:primary-container
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
subnetSelectionsoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:subnet-selection
tagssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-sage-maker-create-model-builder function updates a SageMakerCreateModel$Builder instance using the provided configuration.
  The function takes the SageMakerCreateModel$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `containers` | java.util.List | [[cdk.support/lookup-entry]] | `:containers` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `enableNetworkIsolation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `primaryContainer` | software.amazon.awscdk.services.stepfunctions.tasks.IContainerDefinition | [[cdk.support/lookup-entry]] | `:primary-container` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `subnetSelection` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnet-selection` |
| `tags` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-sage-maker-create-model-props-builderclj

(build-sage-maker-create-model-props-builder builder id config)

The build-sage-maker-create-model-props-builder function updates a SageMakerCreateModelProps$Builder instance using the provided configuration. The function takes the SageMakerCreateModelProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
containersjava.util.Listcdk.support/lookup-entry:containers
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
enableNetworkIsolationjava.lang.Booleancdk.support/lookup-entry:enable-network-isolation
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
primaryContainersoftware.amazon.awscdk.services.stepfunctions.tasks.IContainerDefinitioncdk.support/lookup-entry:primary-container
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
subnetSelectionsoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:subnet-selection
tagssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-sage-maker-create-model-props-builder function updates a SageMakerCreateModelProps$Builder instance using the provided configuration.
  The function takes the SageMakerCreateModelProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `containers` | java.util.List | [[cdk.support/lookup-entry]] | `:containers` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `enableNetworkIsolation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `primaryContainer` | software.amazon.awscdk.services.stepfunctions.tasks.IContainerDefinition | [[cdk.support/lookup-entry]] | `:primary-container` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `subnetSelection` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnet-selection` |
| `tags` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-sage-maker-create-training-job-builderclj

(build-sage-maker-create-training-job-builder builder id config)

The build-sage-maker-create-training-job-builder function updates a SageMakerCreateTrainingJob$Builder instance using the provided configuration. The function takes the SageMakerCreateTrainingJob$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
algorithmSpecificationsoftware.amazon.awscdk.services.stepfunctions.tasks.AlgorithmSpecificationcdk.support/lookup-entry:algorithm-specification
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
enableNetworkIsolationjava.lang.Booleancdk.support/lookup-entry:enable-network-isolation
environmentjava.util.Mapcdk.support/lookup-entry:environment
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
hyperparametersjava.util.Mapcdk.support/lookup-entry:hyperparameters
inputDataConfigjava.util.Listcdk.support/lookup-entry:input-data-config
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputDataConfigsoftware.amazon.awscdk.services.stepfunctions.tasks.OutputDataConfigcdk.support/lookup-entry:output-data-config
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resourceConfigsoftware.amazon.awscdk.services.stepfunctions.tasks.ResourceConfigcdk.support/lookup-entry:resource-config
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
stoppingConditionsoftware.amazon.awscdk.services.stepfunctions.tasks.StoppingConditioncdk.support/lookup-entry:stopping-condition
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
trainingJobNamejava.lang.Stringcdk.support/lookup-entry:training-job-name
vpcConfigsoftware.amazon.awscdk.services.stepfunctions.tasks.VpcConfigcdk.support/lookup-entry:vpc-config
The build-sage-maker-create-training-job-builder function updates a SageMakerCreateTrainingJob$Builder instance using the provided configuration.
  The function takes the SageMakerCreateTrainingJob$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `algorithmSpecification` | software.amazon.awscdk.services.stepfunctions.tasks.AlgorithmSpecification | [[cdk.support/lookup-entry]] | `:algorithm-specification` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `enableNetworkIsolation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `hyperparameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:hyperparameters` |
| `inputDataConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:input-data-config` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputDataConfig` | software.amazon.awscdk.services.stepfunctions.tasks.OutputDataConfig | [[cdk.support/lookup-entry]] | `:output-data-config` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resourceConfig` | software.amazon.awscdk.services.stepfunctions.tasks.ResourceConfig | [[cdk.support/lookup-entry]] | `:resource-config` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `stoppingCondition` | software.amazon.awscdk.services.stepfunctions.tasks.StoppingCondition | [[cdk.support/lookup-entry]] | `:stopping-condition` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `trainingJobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:training-job-name` |
| `vpcConfig` | software.amazon.awscdk.services.stepfunctions.tasks.VpcConfig | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-sage-maker-create-training-job-props-builderclj

(build-sage-maker-create-training-job-props-builder builder id config)

The build-sage-maker-create-training-job-props-builder function updates a SageMakerCreateTrainingJobProps$Builder instance using the provided configuration. The function takes the SageMakerCreateTrainingJobProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
algorithmSpecificationsoftware.amazon.awscdk.services.stepfunctions.tasks.AlgorithmSpecificationcdk.support/lookup-entry:algorithm-specification
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
enableNetworkIsolationjava.lang.Booleancdk.support/lookup-entry:enable-network-isolation
environmentjava.util.Mapcdk.support/lookup-entry:environment
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
hyperparametersjava.util.Mapcdk.support/lookup-entry:hyperparameters
inputDataConfigjava.util.Listcdk.support/lookup-entry:input-data-config
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputDataConfigsoftware.amazon.awscdk.services.stepfunctions.tasks.OutputDataConfigcdk.support/lookup-entry:output-data-config
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resourceConfigsoftware.amazon.awscdk.services.stepfunctions.tasks.ResourceConfigcdk.support/lookup-entry:resource-config
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
stoppingConditionsoftware.amazon.awscdk.services.stepfunctions.tasks.StoppingConditioncdk.support/lookup-entry:stopping-condition
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
trainingJobNamejava.lang.Stringcdk.support/lookup-entry:training-job-name
vpcConfigsoftware.amazon.awscdk.services.stepfunctions.tasks.VpcConfigcdk.support/lookup-entry:vpc-config
The build-sage-maker-create-training-job-props-builder function updates a SageMakerCreateTrainingJobProps$Builder instance using the provided configuration.
  The function takes the SageMakerCreateTrainingJobProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `algorithmSpecification` | software.amazon.awscdk.services.stepfunctions.tasks.AlgorithmSpecification | [[cdk.support/lookup-entry]] | `:algorithm-specification` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `enableNetworkIsolation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `hyperparameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:hyperparameters` |
| `inputDataConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:input-data-config` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputDataConfig` | software.amazon.awscdk.services.stepfunctions.tasks.OutputDataConfig | [[cdk.support/lookup-entry]] | `:output-data-config` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resourceConfig` | software.amazon.awscdk.services.stepfunctions.tasks.ResourceConfig | [[cdk.support/lookup-entry]] | `:resource-config` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `stoppingCondition` | software.amazon.awscdk.services.stepfunctions.tasks.StoppingCondition | [[cdk.support/lookup-entry]] | `:stopping-condition` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `trainingJobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:training-job-name` |
| `vpcConfig` | software.amazon.awscdk.services.stepfunctions.tasks.VpcConfig | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-sage-maker-create-transform-job-builderclj

(build-sage-maker-create-transform-job-builder builder id config)

The build-sage-maker-create-transform-job-builder function updates a SageMakerCreateTransformJob$Builder instance using the provided configuration. The function takes the SageMakerCreateTransformJob$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchStrategysoftware.amazon.awscdk.services.stepfunctions.tasks.BatchStrategycdk.api.services.stepfunctions.tasks/batch-strategy:batch-strategy
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
environmentjava.util.Mapcdk.support/lookup-entry:environment
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
maxConcurrentTransformsjava.lang.Numbercdk.support/lookup-entry:max-concurrent-transforms
maxPayloadsoftware.amazon.awscdk.Sizecdk.support/lookup-entry:max-payload
modelClientOptionssoftware.amazon.awscdk.services.stepfunctions.tasks.ModelClientOptionscdk.support/lookup-entry:model-client-options
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
transformInputsoftware.amazon.awscdk.services.stepfunctions.tasks.TransformInputcdk.support/lookup-entry:transform-input
transformJobNamejava.lang.Stringcdk.support/lookup-entry:transform-job-name
transformOutputsoftware.amazon.awscdk.services.stepfunctions.tasks.TransformOutputcdk.support/lookup-entry:transform-output
transformResourcessoftware.amazon.awscdk.services.stepfunctions.tasks.TransformResourcescdk.support/lookup-entry:transform-resources
The build-sage-maker-create-transform-job-builder function updates a SageMakerCreateTransformJob$Builder instance using the provided configuration.
  The function takes the SageMakerCreateTransformJob$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchStrategy` | software.amazon.awscdk.services.stepfunctions.tasks.BatchStrategy | [[cdk.api.services.stepfunctions.tasks/batch-strategy]] | `:batch-strategy` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `maxConcurrentTransforms` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-transforms` |
| `maxPayload` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:max-payload` |
| `modelClientOptions` | software.amazon.awscdk.services.stepfunctions.tasks.ModelClientOptions | [[cdk.support/lookup-entry]] | `:model-client-options` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `transformInput` | software.amazon.awscdk.services.stepfunctions.tasks.TransformInput | [[cdk.support/lookup-entry]] | `:transform-input` |
| `transformJobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:transform-job-name` |
| `transformOutput` | software.amazon.awscdk.services.stepfunctions.tasks.TransformOutput | [[cdk.support/lookup-entry]] | `:transform-output` |
| `transformResources` | software.amazon.awscdk.services.stepfunctions.tasks.TransformResources | [[cdk.support/lookup-entry]] | `:transform-resources` |
sourceraw docstring

build-sage-maker-create-transform-job-props-builderclj

(build-sage-maker-create-transform-job-props-builder builder id config)

The build-sage-maker-create-transform-job-props-builder function updates a SageMakerCreateTransformJobProps$Builder instance using the provided configuration. The function takes the SageMakerCreateTransformJobProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchStrategysoftware.amazon.awscdk.services.stepfunctions.tasks.BatchStrategycdk.api.services.stepfunctions.tasks/batch-strategy:batch-strategy
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
environmentjava.util.Mapcdk.support/lookup-entry:environment
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
maxConcurrentTransformsjava.lang.Numbercdk.support/lookup-entry:max-concurrent-transforms
maxPayloadsoftware.amazon.awscdk.Sizecdk.support/lookup-entry:max-payload
modelClientOptionssoftware.amazon.awscdk.services.stepfunctions.tasks.ModelClientOptionscdk.support/lookup-entry:model-client-options
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
transformInputsoftware.amazon.awscdk.services.stepfunctions.tasks.TransformInputcdk.support/lookup-entry:transform-input
transformJobNamejava.lang.Stringcdk.support/lookup-entry:transform-job-name
transformOutputsoftware.amazon.awscdk.services.stepfunctions.tasks.TransformOutputcdk.support/lookup-entry:transform-output
transformResourcessoftware.amazon.awscdk.services.stepfunctions.tasks.TransformResourcescdk.support/lookup-entry:transform-resources
The build-sage-maker-create-transform-job-props-builder function updates a SageMakerCreateTransformJobProps$Builder instance using the provided configuration.
  The function takes the SageMakerCreateTransformJobProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchStrategy` | software.amazon.awscdk.services.stepfunctions.tasks.BatchStrategy | [[cdk.api.services.stepfunctions.tasks/batch-strategy]] | `:batch-strategy` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `maxConcurrentTransforms` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-transforms` |
| `maxPayload` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:max-payload` |
| `modelClientOptions` | software.amazon.awscdk.services.stepfunctions.tasks.ModelClientOptions | [[cdk.support/lookup-entry]] | `:model-client-options` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `transformInput` | software.amazon.awscdk.services.stepfunctions.tasks.TransformInput | [[cdk.support/lookup-entry]] | `:transform-input` |
| `transformJobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:transform-job-name` |
| `transformOutput` | software.amazon.awscdk.services.stepfunctions.tasks.TransformOutput | [[cdk.support/lookup-entry]] | `:transform-output` |
| `transformResources` | software.amazon.awscdk.services.stepfunctions.tasks.TransformResources | [[cdk.support/lookup-entry]] | `:transform-resources` |
sourceraw docstring

build-sage-maker-update-endpoint-builderclj

(build-sage-maker-update-endpoint-builder builder id config)

The build-sage-maker-update-endpoint-builder function updates a SageMakerUpdateEndpoint$Builder instance using the provided configuration. The function takes the SageMakerUpdateEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
endpointConfigNamejava.lang.Stringcdk.support/lookup-entry:endpoint-config-name
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-sage-maker-update-endpoint-builder function updates a SageMakerUpdateEndpoint$Builder instance using the provided configuration.
  The function takes the SageMakerUpdateEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `endpointConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-config-name` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-sage-maker-update-endpoint-props-builderclj

(build-sage-maker-update-endpoint-props-builder builder id config)

The build-sage-maker-update-endpoint-props-builder function updates a SageMakerUpdateEndpointProps$Builder instance using the provided configuration. The function takes the SageMakerUpdateEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
endpointConfigNamejava.lang.Stringcdk.support/lookup-entry:endpoint-config-name
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-sage-maker-update-endpoint-props-builder function updates a SageMakerUpdateEndpointProps$Builder instance using the provided configuration.
  The function takes the SageMakerUpdateEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `endpointConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-config-name` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-shuffle-config-builderclj

(build-shuffle-config-builder builder id config)

The build-shuffle-config-builder function updates a ShuffleConfig$Builder instance using the provided configuration. The function takes the ShuffleConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
seedjava.lang.Numbercdk.support/lookup-entry:seed
The build-shuffle-config-builder function updates a ShuffleConfig$Builder instance using the provided configuration.
  The function takes the ShuffleConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `seed` | java.lang.Number | [[cdk.support/lookup-entry]] | `:seed` |
sourceraw docstring

build-sns-publish-builderclj

(build-sns-publish-builder builder id config)

The build-sns-publish-builder function updates a SnsPublish$Builder instance using the provided configuration. The function takes the SnsPublish$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
messagesoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:message
messageAttributesjava.util.Mapcdk.support/lookup-entry:message-attributes
messageDeduplicationIdjava.lang.Stringcdk.support/lookup-entry:message-deduplication-id
messageGroupIdjava.lang.Stringcdk.support/lookup-entry:message-group-id
messagePerSubscriptionTypejava.lang.Booleancdk.support/lookup-entry:message-per-subscription-type
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
subjectjava.lang.Stringcdk.support/lookup-entry:subject
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
topicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:topic
The build-sns-publish-builder function updates a SnsPublish$Builder instance using the provided configuration.
  The function takes the SnsPublish$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `message` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:message` |
| `messageAttributes` | java.util.Map | [[cdk.support/lookup-entry]] | `:message-attributes` |
| `messageDeduplicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-deduplication-id` |
| `messageGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-group-id` |
| `messagePerSubscriptionType` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:message-per-subscription-type` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `subject` | java.lang.String | [[cdk.support/lookup-entry]] | `:subject` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
sourceraw docstring

build-sns-publish-props-builderclj

(build-sns-publish-props-builder builder id config)

The build-sns-publish-props-builder function updates a SnsPublishProps$Builder instance using the provided configuration. The function takes the SnsPublishProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
messagesoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:message
messageAttributesjava.util.Mapcdk.support/lookup-entry:message-attributes
messageDeduplicationIdjava.lang.Stringcdk.support/lookup-entry:message-deduplication-id
messageGroupIdjava.lang.Stringcdk.support/lookup-entry:message-group-id
messagePerSubscriptionTypejava.lang.Booleancdk.support/lookup-entry:message-per-subscription-type
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
subjectjava.lang.Stringcdk.support/lookup-entry:subject
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
topicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:topic
The build-sns-publish-props-builder function updates a SnsPublishProps$Builder instance using the provided configuration.
  The function takes the SnsPublishProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `message` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:message` |
| `messageAttributes` | java.util.Map | [[cdk.support/lookup-entry]] | `:message-attributes` |
| `messageDeduplicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-deduplication-id` |
| `messageGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-group-id` |
| `messagePerSubscriptionType` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:message-per-subscription-type` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `subject` | java.lang.String | [[cdk.support/lookup-entry]] | `:subject` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
sourceraw docstring

build-spark-submit-job-driver-builderclj

(build-spark-submit-job-driver-builder builder id config)

The build-spark-submit-job-driver-builder function updates a SparkSubmitJobDriver$Builder instance using the provided configuration. The function takes the SparkSubmitJobDriver$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
entryPointsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:entry-point
entryPointArgumentssoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:entry-point-arguments
sparkSubmitParametersjava.lang.Stringcdk.support/lookup-entry:spark-submit-parameters
The build-spark-submit-job-driver-builder function updates a SparkSubmitJobDriver$Builder instance using the provided configuration.
  The function takes the SparkSubmitJobDriver$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `entryPoint` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:entry-point` |
| `entryPointArguments` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:entry-point-arguments` |
| `sparkSubmitParameters` | java.lang.String | [[cdk.support/lookup-entry]] | `:spark-submit-parameters` |
sourceraw docstring

build-sqs-send-message-builderclj

(build-sqs-send-message-builder builder id config)

The build-sqs-send-message-builder function updates a SqsSendMessage$Builder instance using the provided configuration. The function takes the SqsSendMessage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
delaysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:delay
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
messageBodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:message-body
messageDeduplicationIdjava.lang.Stringcdk.support/lookup-entry:message-deduplication-id
messageGroupIdjava.lang.Stringcdk.support/lookup-entry:message-group-id
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queuesoftware.amazon.awscdk.services.sqs.IQueuecdk.support/lookup-entry:queue
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-sqs-send-message-builder function updates a SqsSendMessage$Builder instance using the provided configuration.
  The function takes the SqsSendMessage$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `delay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:delay` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `messageBody` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:message-body` |
| `messageDeduplicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-deduplication-id` |
| `messageGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-group-id` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queue` | software.amazon.awscdk.services.sqs.IQueue | [[cdk.support/lookup-entry]] | `:queue` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-sqs-send-message-props-builderclj

(build-sqs-send-message-props-builder builder id config)

The build-sqs-send-message-props-builder function updates a SqsSendMessageProps$Builder instance using the provided configuration. The function takes the SqsSendMessageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
delaysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:delay
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
messageBodysoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:message-body
messageDeduplicationIdjava.lang.Stringcdk.support/lookup-entry:message-deduplication-id
messageGroupIdjava.lang.Stringcdk.support/lookup-entry:message-group-id
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
queuesoftware.amazon.awscdk.services.sqs.IQueuecdk.support/lookup-entry:queue
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-sqs-send-message-props-builder function updates a SqsSendMessageProps$Builder instance using the provided configuration.
  The function takes the SqsSendMessageProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `delay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:delay` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `messageBody` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:message-body` |
| `messageDeduplicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-deduplication-id` |
| `messageGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-group-id` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `queue` | software.amazon.awscdk.services.sqs.IQueue | [[cdk.support/lookup-entry]] | `:queue` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-step-functions-invoke-activity-builderclj

(build-step-functions-invoke-activity-builder builder id config)

The build-step-functions-invoke-activity-builder function updates a StepFunctionsInvokeActivity$Builder instance using the provided configuration. The function takes the StepFunctionsInvokeActivity$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
activitysoftware.amazon.awscdk.services.stepfunctions.IActivitycdk.support/lookup-entry:activity
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
parametersjava.util.Mapcdk.support/lookup-entry:parameters
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-step-functions-invoke-activity-builder function updates a StepFunctionsInvokeActivity$Builder instance using the provided configuration.
  The function takes the StepFunctionsInvokeActivity$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `activity` | software.amazon.awscdk.services.stepfunctions.IActivity | [[cdk.support/lookup-entry]] | `:activity` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-step-functions-invoke-activity-props-builderclj

(build-step-functions-invoke-activity-props-builder builder id config)

The build-step-functions-invoke-activity-props-builder function updates a StepFunctionsInvokeActivityProps$Builder instance using the provided configuration. The function takes the StepFunctionsInvokeActivityProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
activitysoftware.amazon.awscdk.services.stepfunctions.IActivitycdk.support/lookup-entry:activity
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
parametersjava.util.Mapcdk.support/lookup-entry:parameters
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-step-functions-invoke-activity-props-builder function updates a StepFunctionsInvokeActivityProps$Builder instance using the provided configuration.
  The function takes the StepFunctionsInvokeActivityProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `activity` | software.amazon.awscdk.services.stepfunctions.IActivity | [[cdk.support/lookup-entry]] | `:activity` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-step-functions-start-execution-builderclj

(build-step-functions-start-execution-builder builder id config)

The build-step-functions-start-execution-builder function updates a StepFunctionsStartExecution$Builder instance using the provided configuration. The function takes the StepFunctionsStartExecution$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
associateWithParentjava.lang.Booleancdk.support/lookup-entry:associate-with-parent
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:input
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
namejava.lang.Stringcdk.support/lookup-entry:name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateMachinesoftware.amazon.awscdk.services.stepfunctions.IStateMachinecdk.support/lookup-entry:state-machine
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-step-functions-start-execution-builder function updates a StepFunctionsStartExecution$Builder instance using the provided configuration.
  The function takes the StepFunctionsStartExecution$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `associateWithParent` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:associate-with-parent` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `input` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:input` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateMachine` | software.amazon.awscdk.services.stepfunctions.IStateMachine | [[cdk.support/lookup-entry]] | `:state-machine` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-step-functions-start-execution-props-builderclj

(build-step-functions-start-execution-props-builder builder id config)

The build-step-functions-start-execution-props-builder function updates a StepFunctionsStartExecutionProps$Builder instance using the provided configuration. The function takes the StepFunctionsStartExecutionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
associateWithParentjava.lang.Booleancdk.support/lookup-entry:associate-with-parent
commentjava.lang.Stringcdk.support/lookup-entry:comment
credentialssoftware.amazon.awscdk.services.stepfunctions.Credentialscdk.support/lookup-entry:credentials
heartbeatsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:heartbeat
heartbeatTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:heartbeat-timeout
inputsoftware.amazon.awscdk.services.stepfunctions.TaskInputcdk.support/lookup-entry:input
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
integrationPatternsoftware.amazon.awscdk.services.stepfunctions.IntegrationPatterncdk.api.services.stepfunctions/integration-pattern:integration-pattern
namejava.lang.Stringcdk.support/lookup-entry:name
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
resultPathjava.lang.Stringcdk.support/lookup-entry:result-path
resultSelectorjava.util.Mapcdk.support/lookup-entry:result-selector
stateMachinesoftware.amazon.awscdk.services.stepfunctions.IStateMachinecdk.support/lookup-entry:state-machine
stateNamejava.lang.Stringcdk.support/lookup-entry:state-name
taskTimeoutsoftware.amazon.awscdk.services.stepfunctions.Timeoutcdk.support/lookup-entry:task-timeout
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-step-functions-start-execution-props-builder function updates a StepFunctionsStartExecutionProps$Builder instance using the provided configuration.
  The function takes the StepFunctionsStartExecutionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `associateWithParent` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:associate-with-parent` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `credentials` | software.amazon.awscdk.services.stepfunctions.Credentials | [[cdk.support/lookup-entry]] | `:credentials` |
| `heartbeat` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:heartbeat` |
| `heartbeatTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:heartbeat-timeout` |
| `input` | software.amazon.awscdk.services.stepfunctions.TaskInput | [[cdk.support/lookup-entry]] | `:input` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `integrationPattern` | software.amazon.awscdk.services.stepfunctions.IntegrationPattern | [[cdk.api.services.stepfunctions/integration-pattern]] | `:integration-pattern` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
| `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` |
| `stateMachine` | software.amazon.awscdk.services.stepfunctions.IStateMachine | [[cdk.support/lookup-entry]] | `:state-machine` |
| `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
| `taskTimeout` | software.amazon.awscdk.services.stepfunctions.Timeout | [[cdk.support/lookup-entry]] | `:task-timeout` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-stopping-condition-builderclj

(build-stopping-condition-builder builder id config)

The build-stopping-condition-builder function updates a StoppingCondition$Builder instance using the provided configuration. The function takes the StoppingCondition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
maxRuntimesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-runtime
The build-stopping-condition-builder function updates a StoppingCondition$Builder instance using the provided configuration.
  The function takes the StoppingCondition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRuntime` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-runtime` |
sourceraw docstring

build-task-environment-variable-builderclj

(build-task-environment-variable-builder builder id config)

The build-task-environment-variable-builder function updates a TaskEnvironmentVariable$Builder instance using the provided configuration. The function takes the TaskEnvironmentVariable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-task-environment-variable-builder function updates a TaskEnvironmentVariable$Builder instance using the provided configuration.
  The function takes the TaskEnvironmentVariable$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-transform-data-source-builderclj

(build-transform-data-source-builder builder id config)

The build-transform-data-source-builder function updates a TransformDataSource$Builder instance using the provided configuration. The function takes the TransformDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
s3DataSourcesoftware.amazon.awscdk.services.stepfunctions.tasks.TransformS3DataSourcecdk.support/lookup-entry:s3-data-source
The build-transform-data-source-builder function updates a TransformDataSource$Builder instance using the provided configuration.
  The function takes the TransformDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3DataSource` | software.amazon.awscdk.services.stepfunctions.tasks.TransformS3DataSource | [[cdk.support/lookup-entry]] | `:s3-data-source` |
sourceraw docstring

build-transform-input-builderclj

(build-transform-input-builder builder id config)

The build-transform-input-builder function updates a TransformInput$Builder instance using the provided configuration. The function takes the TransformInput$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
compressionTypesoftware.amazon.awscdk.services.stepfunctions.tasks.CompressionTypecdk.api.services.stepfunctions.tasks/compression-type:compression-type
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
splitTypesoftware.amazon.awscdk.services.stepfunctions.tasks.SplitTypecdk.api.services.stepfunctions.tasks/split-type:split-type
transformDataSourcesoftware.amazon.awscdk.services.stepfunctions.tasks.TransformDataSourcecdk.support/lookup-entry:transform-data-source
The build-transform-input-builder function updates a TransformInput$Builder instance using the provided configuration.
  The function takes the TransformInput$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `compressionType` | software.amazon.awscdk.services.stepfunctions.tasks.CompressionType | [[cdk.api.services.stepfunctions.tasks/compression-type]] | `:compression-type` |
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `splitType` | software.amazon.awscdk.services.stepfunctions.tasks.SplitType | [[cdk.api.services.stepfunctions.tasks/split-type]] | `:split-type` |
| `transformDataSource` | software.amazon.awscdk.services.stepfunctions.tasks.TransformDataSource | [[cdk.support/lookup-entry]] | `:transform-data-source` |
sourceraw docstring

build-transform-output-builderclj

(build-transform-output-builder builder id config)

The build-transform-output-builder function updates a TransformOutput$Builder instance using the provided configuration. The function takes the TransformOutput$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
acceptjava.lang.Stringcdk.support/lookup-entry:accept
assembleWithsoftware.amazon.awscdk.services.stepfunctions.tasks.AssembleWithcdk.api.services.stepfunctions.tasks/assemble-with:assemble-with
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
s3OutputPathjava.lang.Stringcdk.support/lookup-entry:s3-output-path
The build-transform-output-builder function updates a TransformOutput$Builder instance using the provided configuration.
  The function takes the TransformOutput$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accept` | java.lang.String | [[cdk.support/lookup-entry]] | `:accept` |
| `assembleWith` | software.amazon.awscdk.services.stepfunctions.tasks.AssembleWith | [[cdk.api.services.stepfunctions.tasks/assemble-with]] | `:assemble-with` |
| `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `s3OutputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-output-path` |
sourceraw docstring

build-transform-resources-builderclj

(build-transform-resources-builder builder id config)

The build-transform-resources-builder function updates a TransformResources$Builder instance using the provided configuration. The function takes the TransformResources$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceTypesoftware.amazon.awscdk.services.ec2.InstanceTypecdk.support/lookup-entry:instance-type
volumeEncryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:volume-encryption-key
The build-transform-resources-builder function updates a TransformResources$Builder instance using the provided configuration.
  The function takes the TransformResources$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` |
| `volumeEncryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:volume-encryption-key` |
sourceraw docstring

build-transform-s3-data-source-builderclj

(build-transform-s3-data-source-builder builder id config)

The build-transform-s3-data-source-builder function updates a TransformS3DataSource$Builder instance using the provided configuration. The function takes the TransformS3DataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
s3DataTypesoftware.amazon.awscdk.services.stepfunctions.tasks.S3DataTypecdk.api.services.stepfunctions.tasks/s3-data-type:s3-data-type
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-transform-s3-data-source-builder function updates a TransformS3DataSource$Builder instance using the provided configuration.
  The function takes the TransformS3DataSource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3DataType` | software.amazon.awscdk.services.stepfunctions.tasks.S3DataType | [[cdk.api.services.stepfunctions.tasks/s3-data-type]] | `:s3-data-type` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-vpc-config-builderclj

(build-vpc-config-builder builder id config)

The build-vpc-config-builder function updates a VpcConfig$Builder instance using the provided configuration. The function takes the VpcConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
subnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:subnets
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-vpc-config-builder function updates a VpcConfig$Builder instance using the provided configuration.
  The function takes the VpcConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `subnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnets` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-worker-configuration-property-builderclj

(build-worker-configuration-property-builder builder id config)

The build-worker-configuration-property-builder function updates a WorkerConfigurationProperty$Builder instance using the provided configuration. The function takes the WorkerConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
numberOfWorkersjava.lang.Numbercdk.support/lookup-entry:number-of-workers
workerTypesoftware.amazon.awscdk.services.stepfunctions.tasks.WorkerTypecdk.api.services.stepfunctions.tasks/worker-type:worker-type
The build-worker-configuration-property-builder function updates a WorkerConfigurationProperty$Builder instance using the provided configuration.
  The function takes the WorkerConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` |
| `workerType` | software.amazon.awscdk.services.stepfunctions.tasks.WorkerType | [[cdk.api.services.stepfunctions.tasks/worker-type]] | `:worker-type` |
sourceraw docstring

call-api-gateway-endpoint-base-props-builderclj

(call-api-gateway-endpoint-base-props-builder id config)

Creates a CallApiGatewayEndpointBaseProps$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  `CallApiGatewayEndpointBaseProps$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

call-api-gateway-http-api-endpoint-builderclj

(call-api-gateway-http-api-endpoint-builder scope id config)

Creates a CallApiGatewayHttpApiEndpoint$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  `CallApiGatewayHttpApiEndpoint$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

call-api-gateway-http-api-endpoint-props-builderclj

(call-api-gateway-http-api-endpoint-props-builder id config)

Creates a CallApiGatewayHttpApiEndpointProps$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  `CallApiGatewayHttpApiEndpointProps$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

call-api-gateway-rest-api-endpoint-builderclj

(call-api-gateway-rest-api-endpoint-builder scope id config)

Creates a CallApiGatewayRestApiEndpoint$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  `CallApiGatewayRestApiEndpoint$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

call-api-gateway-rest-api-endpoint-props-builderclj

(call-api-gateway-rest-api-endpoint-props-builder id config)

Creates a CallApiGatewayRestApiEndpointProps$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  `CallApiGatewayRestApiEndpointProps$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

call-aws-service-builderclj

(call-aws-service-builder scope id config)

Creates a CallAwsService$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  `CallAwsService$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

call-aws-service-props-builderclj

(call-aws-service-props-builder id config)

Creates a CallAwsServiceProps$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  `CallAwsServiceProps$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

channel-builderclj

(channel-builder id config)

Creates a Channel$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  `Channel$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-start-build-batch-builderclj

(code-build-start-build-batch-builder scope id config)

Creates a CodeBuildStartBuildBatch$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  `CodeBuildStartBuildBatch$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

code-build-start-build-batch-props-builderclj

(code-build-start-build-batch-props-builder id config)

Creates a CodeBuildStartBuildBatchProps$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  `CodeBuildStartBuildBatchProps$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-start-build-builderclj

(code-build-start-build-builder scope id config)

Creates a CodeBuildStartBuild$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  `CodeBuildStartBuild$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

code-build-start-build-props-builderclj

(code-build-start-build-props-builder id config)

Creates a CodeBuildStartBuildProps$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  `CodeBuildStartBuildProps$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-ecs-run-task-props-builderclj

(common-ecs-run-task-props-builder id config)

Creates a CommonEcsRunTaskProps$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  `CommonEcsRunTaskProps$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

compression-typeclj

(compression-type config id item-key)

The compression-type function data interprets values in the provided config data into a CompressionType 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 CompressionType - the value is returned.
  • is :gzip - CompressionType/GZIP is returned
  • is :none - CompressionType/NONE is returned

If a value is not found or matches the above criteria, nil is returned.

The `compression-type` function data interprets values in the provided config data into a 
`CompressionType` 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 `CompressionType` - the value is returned.
* is `:gzip` - `CompressionType/GZIP` is returned
* is `:none` - `CompressionType/NONE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

container-definition-builderclj

(container-definition-builder id config)

Creates a ContainerDefinition$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  `ContainerDefinition$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

container-definition-config-builderclj

(container-definition-config-builder id config)

Creates a ContainerDefinitionConfig$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  `ContainerDefinitionConfig$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

container-definition-options-builderclj

(container-definition-options-builder id config)

Creates a ContainerDefinitionOptions$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  `ContainerDefinitionOptions$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

container-override-builderclj

(container-override-builder id config)

Creates a ContainerOverride$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  `ContainerOverride$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

container-overrides-builderclj

(container-overrides-builder id config)

Creates a ContainerOverrides$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  `ContainerOverrides$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

data-source-builderclj

(data-source-builder id config)

Creates a DataSource$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  `DataSource$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

docker-image-config-builderclj

(docker-image-config-builder id config)

Creates a DockerImageConfig$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  `DockerImageConfig$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

dynamo-consumed-capacityclj

(dynamo-consumed-capacity config id item-key)

The dynamo-consumed-capacity function data interprets values in the provided config data into a DynamoConsumedCapacity 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 DynamoConsumedCapacity - the value is returned.
  • is :total - DynamoConsumedCapacity/TOTAL is returned
  • is :indexes - DynamoConsumedCapacity/INDEXES is returned
  • is :none - DynamoConsumedCapacity/NONE is returned

If a value is not found or matches the above criteria, nil is returned.

The `dynamo-consumed-capacity` function data interprets values in the provided config data into a 
`DynamoConsumedCapacity` 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 `DynamoConsumedCapacity` - the value is returned.
* is `:total` - `DynamoConsumedCapacity/TOTAL` is returned
* is `:indexes` - `DynamoConsumedCapacity/INDEXES` is returned
* is `:none` - `DynamoConsumedCapacity/NONE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

dynamo-delete-item-builderclj

(dynamo-delete-item-builder scope id config)

Creates a DynamoDeleteItem$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  `DynamoDeleteItem$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

dynamo-delete-item-props-builderclj

(dynamo-delete-item-props-builder id config)

Creates a DynamoDeleteItemProps$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  `DynamoDeleteItemProps$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

dynamo-get-item-builderclj

(dynamo-get-item-builder scope id config)

Creates a DynamoGetItem$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  `DynamoGetItem$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

dynamo-get-item-props-builderclj

(dynamo-get-item-props-builder id config)

Creates a DynamoGetItemProps$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  `DynamoGetItemProps$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

dynamo-item-collection-metricsclj

(dynamo-item-collection-metrics config id item-key)

The dynamo-item-collection-metrics function data interprets values in the provided config data into a DynamoItemCollectionMetrics 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 DynamoItemCollectionMetrics - the value is returned.
  • is :size - DynamoItemCollectionMetrics/SIZE is returned
  • is :none - DynamoItemCollectionMetrics/NONE is returned

If a value is not found or matches the above criteria, nil is returned.

The `dynamo-item-collection-metrics` function data interprets values in the provided config data into a 
`DynamoItemCollectionMetrics` 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 `DynamoItemCollectionMetrics` - the value is returned.
* is `:size` - `DynamoItemCollectionMetrics/SIZE` is returned
* is `:none` - `DynamoItemCollectionMetrics/NONE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

dynamo-put-item-builderclj

(dynamo-put-item-builder scope id config)

Creates a DynamoPutItem$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  `DynamoPutItem$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

dynamo-put-item-props-builderclj

(dynamo-put-item-props-builder id config)

Creates a DynamoPutItemProps$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  `DynamoPutItemProps$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

dynamo-return-valuesclj

(dynamo-return-values config id item-key)

The dynamo-return-values function data interprets values in the provided config data into a DynamoReturnValues 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 DynamoReturnValues - the value is returned.
  • is :updated-old - DynamoReturnValues/UPDATED_OLD is returned
  • is :all-old - DynamoReturnValues/ALL_OLD is returned
  • is :updated-new - DynamoReturnValues/UPDATED_NEW is returned
  • is :none - DynamoReturnValues/NONE is returned
  • is :all-new - DynamoReturnValues/ALL_NEW is returned

If a value is not found or matches the above criteria, nil is returned.

The `dynamo-return-values` function data interprets values in the provided config data into a 
`DynamoReturnValues` 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 `DynamoReturnValues` - the value is returned.
* is `:updated-old` - `DynamoReturnValues/UPDATED_OLD` is returned
* is `:all-old` - `DynamoReturnValues/ALL_OLD` is returned
* is `:updated-new` - `DynamoReturnValues/UPDATED_NEW` is returned
* is `:none` - `DynamoReturnValues/NONE` is returned
* is `:all-new` - `DynamoReturnValues/ALL_NEW` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

dynamo-update-item-builderclj

(dynamo-update-item-builder scope id config)

Creates a DynamoUpdateItem$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  `DynamoUpdateItem$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

dynamo-update-item-props-builderclj

(dynamo-update-item-props-builder id config)

Creates a DynamoUpdateItemProps$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  `DynamoUpdateItemProps$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-ec2-launch-target-builderclj

(ecs-ec2-launch-target-builder id config)

Creates a EcsEc2LaunchTarget$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  `EcsEc2LaunchTarget$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-ec2-launch-target-options-builderclj

(ecs-ec2-launch-target-options-builder id config)

Creates a EcsEc2LaunchTargetOptions$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  `EcsEc2LaunchTargetOptions$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-fargate-launch-target-builderclj

(ecs-fargate-launch-target-builder id config)

Creates a EcsFargateLaunchTarget$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  `EcsFargateLaunchTarget$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-fargate-launch-target-options-builderclj

(ecs-fargate-launch-target-options-builder id config)

Creates a EcsFargateLaunchTargetOptions$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  `EcsFargateLaunchTargetOptions$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-launch-target-config-builderclj

(ecs-launch-target-config-builder id config)

Creates a EcsLaunchTargetConfig$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  `EcsLaunchTargetConfig$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-run-task-builderclj

(ecs-run-task-builder scope id config)

Creates a EcsRunTask$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  `EcsRunTask$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

ecs-run-task-props-builderclj

(ecs-run-task-props-builder id config)

Creates a EcsRunTaskProps$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  `EcsRunTaskProps$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

eks-call-builderclj

(eks-call-builder scope id config)

Creates a EksCall$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  `EksCall$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

eks-call-props-builderclj

(eks-call-props-builder id config)

Creates a EksCallProps$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  `EksCallProps$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

emr-add-step-builderclj

(emr-add-step-builder scope id config)

Creates a EmrAddStep$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  `EmrAddStep$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

emr-add-step-props-builderclj

(emr-add-step-props-builder id config)

Creates a EmrAddStepProps$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  `EmrAddStepProps$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

emr-cancel-step-builderclj

(emr-cancel-step-builder scope id config)

Creates a EmrCancelStep$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  `EmrCancelStep$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

emr-cancel-step-props-builderclj

(emr-cancel-step-props-builder id config)

Creates a EmrCancelStepProps$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  `EmrCancelStepProps$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

emr-containers-create-virtual-cluster-builderclj

(emr-containers-create-virtual-cluster-builder scope id config)

Creates a EmrContainersCreateVirtualCluster$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  `EmrContainersCreateVirtualCluster$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

emr-containers-create-virtual-cluster-props-builderclj

(emr-containers-create-virtual-cluster-props-builder id config)

Creates a EmrContainersCreateVirtualClusterProps$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  `EmrContainersCreateVirtualClusterProps$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

emr-containers-delete-virtual-cluster-builderclj

(emr-containers-delete-virtual-cluster-builder scope id config)

Creates a EmrContainersDeleteVirtualCluster$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  `EmrContainersDeleteVirtualCluster$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

emr-containers-delete-virtual-cluster-props-builderclj

(emr-containers-delete-virtual-cluster-props-builder id config)

Creates a EmrContainersDeleteVirtualClusterProps$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  `EmrContainersDeleteVirtualClusterProps$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

emr-containers-start-job-run-builderclj

(emr-containers-start-job-run-builder scope id config)

Creates a EmrContainersStartJobRun$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  `EmrContainersStartJobRun$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

emr-containers-start-job-run-props-builderclj

(emr-containers-start-job-run-props-builder id config)

Creates a EmrContainersStartJobRunProps$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  `EmrContainersStartJobRunProps$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

emr-create-cluster-application-config-property-builderclj

(emr-create-cluster-application-config-property-builder id config)

Creates a EmrCreateCluster$ApplicationConfigProperty$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  `EmrCreateCluster$ApplicationConfigProperty$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

emr-create-cluster-auto-scaling-policy-property-builderclj

(emr-create-cluster-auto-scaling-policy-property-builder id config)

Creates a EmrCreateCluster$AutoScalingPolicyProperty$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  `EmrCreateCluster$AutoScalingPolicyProperty$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

emr-create-cluster-bootstrap-action-config-property-builderclj

(emr-create-cluster-bootstrap-action-config-property-builder id config)

Creates a EmrCreateCluster$BootstrapActionConfigProperty$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  `EmrCreateCluster$BootstrapActionConfigProperty$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

emr-create-cluster-builderclj

(emr-create-cluster-builder scope id config)

Creates a EmrCreateCluster$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  `EmrCreateCluster$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

emr-create-cluster-cloud-watch-alarm-comparison-operatorclj

(emr-create-cluster-cloud-watch-alarm-comparison-operator config id item-key)

The emr-create-cluster-cloud-watch-alarm-comparison-operator function data interprets values in the provided config data into a EmrCreateCluster$CloudWatchAlarmComparisonOperator 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 EmrCreateCluster$CloudWatchAlarmComparisonOperator - the value is returned.
  • is :less-than-or-equal - EmrCreateCluster$CloudWatchAlarmComparisonOperator/LESS_THAN_OR_EQUAL is returned
  • is :greater-than - EmrCreateCluster$CloudWatchAlarmComparisonOperator/GREATER_THAN is returned
  • is :less-than - EmrCreateCluster$CloudWatchAlarmComparisonOperator/LESS_THAN is returned
  • is :greater-than-or-equal - EmrCreateCluster$CloudWatchAlarmComparisonOperator/GREATER_THAN_OR_EQUAL is returned

If a value is not found or matches the above criteria, nil is returned.

The `emr-create-cluster-cloud-watch-alarm-comparison-operator` function data interprets values in the provided config data into a 
`EmrCreateCluster$CloudWatchAlarmComparisonOperator` 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 `EmrCreateCluster$CloudWatchAlarmComparisonOperator` - the value is returned.
* is `:less-than-or-equal` - `EmrCreateCluster$CloudWatchAlarmComparisonOperator/LESS_THAN_OR_EQUAL` is returned
* is `:greater-than` - `EmrCreateCluster$CloudWatchAlarmComparisonOperator/GREATER_THAN` is returned
* is `:less-than` - `EmrCreateCluster$CloudWatchAlarmComparisonOperator/LESS_THAN` is returned
* is `:greater-than-or-equal` - `EmrCreateCluster$CloudWatchAlarmComparisonOperator/GREATER_THAN_OR_EQUAL` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

emr-create-cluster-cloud-watch-alarm-definition-property-builderclj

(emr-create-cluster-cloud-watch-alarm-definition-property-builder id config)

Creates a EmrCreateCluster$CloudWatchAlarmDefinitionProperty$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  `EmrCreateCluster$CloudWatchAlarmDefinitionProperty$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

emr-create-cluster-cloud-watch-alarm-statisticclj

(emr-create-cluster-cloud-watch-alarm-statistic config id item-key)

The emr-create-cluster-cloud-watch-alarm-statistic function data interprets values in the provided config data into a EmrCreateCluster$CloudWatchAlarmStatistic 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 EmrCreateCluster$CloudWatchAlarmStatistic - the value is returned.
  • is :sample-count - EmrCreateCluster$CloudWatchAlarmStatistic/SAMPLE_COUNT is returned
  • is :maximum - EmrCreateCluster$CloudWatchAlarmStatistic/MAXIMUM is returned
  • is :minimum - EmrCreateCluster$CloudWatchAlarmStatistic/MINIMUM is returned
  • is :sum - EmrCreateCluster$CloudWatchAlarmStatistic/SUM is returned
  • is :average - EmrCreateCluster$CloudWatchAlarmStatistic/AVERAGE is returned

If a value is not found or matches the above criteria, nil is returned.

The `emr-create-cluster-cloud-watch-alarm-statistic` function data interprets values in the provided config data into a 
`EmrCreateCluster$CloudWatchAlarmStatistic` 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 `EmrCreateCluster$CloudWatchAlarmStatistic` - the value is returned.
* is `:sample-count` - `EmrCreateCluster$CloudWatchAlarmStatistic/SAMPLE_COUNT` is returned
* is `:maximum` - `EmrCreateCluster$CloudWatchAlarmStatistic/MAXIMUM` is returned
* is `:minimum` - `EmrCreateCluster$CloudWatchAlarmStatistic/MINIMUM` is returned
* is `:sum` - `EmrCreateCluster$CloudWatchAlarmStatistic/SUM` is returned
* is `:average` - `EmrCreateCluster$CloudWatchAlarmStatistic/AVERAGE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

emr-create-cluster-cloud-watch-alarm-unitclj

(emr-create-cluster-cloud-watch-alarm-unit config id item-key)

The emr-create-cluster-cloud-watch-alarm-unit function data interprets values in the provided config data into a EmrCreateCluster$CloudWatchAlarmUnit 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 EmrCreateCluster$CloudWatchAlarmUnit - the value is returned.
  • is :giga-bits-per-second - EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BITS_PER_SECOND is returned
  • is :giga-bytes-per-second - EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BYTES_PER_SECOND is returned
  • is :mega-bits-per-second - EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BITS_PER_SECOND is returned
  • is :milli-seconds - EmrCreateCluster$CloudWatchAlarmUnit/MILLI_SECONDS is returned
  • is :count - EmrCreateCluster$CloudWatchAlarmUnit/COUNT is returned
  • is :giga-bits - EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BITS is returned
  • is :tera-bits - EmrCreateCluster$CloudWatchAlarmUnit/TERA_BITS is returned
  • is :tera-bytes - EmrCreateCluster$CloudWatchAlarmUnit/TERA_BYTES is returned
  • is :percent - EmrCreateCluster$CloudWatchAlarmUnit/PERCENT is returned
  • is :tera-bits-per-second - EmrCreateCluster$CloudWatchAlarmUnit/TERA_BITS_PER_SECOND is returned
  • is :kilo-bytes - EmrCreateCluster$CloudWatchAlarmUnit/KILO_BYTES is returned
  • is :count-per-second - EmrCreateCluster$CloudWatchAlarmUnit/COUNT_PER_SECOND is returned
  • is :none - EmrCreateCluster$CloudWatchAlarmUnit/NONE is returned
  • is :kilo-bits-per-second - EmrCreateCluster$CloudWatchAlarmUnit/KILO_BITS_PER_SECOND is returned
  • is :mega-bytes - EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BYTES is returned
  • is :bytes - EmrCreateCluster$CloudWatchAlarmUnit/BYTES is returned
  • is :micro-seconds - EmrCreateCluster$CloudWatchAlarmUnit/MICRO_SECONDS is returned
  • is :giga-bytes - EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BYTES is returned
  • is :seconds - EmrCreateCluster$CloudWatchAlarmUnit/SECONDS is returned
  • is :mega-bytes-per-second - EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BYTES_PER_SECOND is returned
  • is :mega-bits - EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BITS is returned
  • is :bytes-per-second - EmrCreateCluster$CloudWatchAlarmUnit/BYTES_PER_SECOND is returned
  • is :bits-per-second - EmrCreateCluster$CloudWatchAlarmUnit/BITS_PER_SECOND is returned
  • is :kilo-bits - EmrCreateCluster$CloudWatchAlarmUnit/KILO_BITS is returned
  • is :bits - EmrCreateCluster$CloudWatchAlarmUnit/BITS is returned
  • is :kilo-bytes-per-second - EmrCreateCluster$CloudWatchAlarmUnit/KILO_BYTES_PER_SECOND is returned
  • is :tera-bytes-per-second - EmrCreateCluster$CloudWatchAlarmUnit/TERA_BYTES_PER_SECOND is returned

If a value is not found or matches the above criteria, nil is returned.

The `emr-create-cluster-cloud-watch-alarm-unit` function data interprets values in the provided config data into a 
`EmrCreateCluster$CloudWatchAlarmUnit` 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 `EmrCreateCluster$CloudWatchAlarmUnit` - the value is returned.
* is `:giga-bits-per-second` - `EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BITS_PER_SECOND` is returned
* is `:giga-bytes-per-second` - `EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BYTES_PER_SECOND` is returned
* is `:mega-bits-per-second` - `EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BITS_PER_SECOND` is returned
* is `:milli-seconds` - `EmrCreateCluster$CloudWatchAlarmUnit/MILLI_SECONDS` is returned
* is `:count` - `EmrCreateCluster$CloudWatchAlarmUnit/COUNT` is returned
* is `:giga-bits` - `EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BITS` is returned
* is `:tera-bits` - `EmrCreateCluster$CloudWatchAlarmUnit/TERA_BITS` is returned
* is `:tera-bytes` - `EmrCreateCluster$CloudWatchAlarmUnit/TERA_BYTES` is returned
* is `:percent` - `EmrCreateCluster$CloudWatchAlarmUnit/PERCENT` is returned
* is `:tera-bits-per-second` - `EmrCreateCluster$CloudWatchAlarmUnit/TERA_BITS_PER_SECOND` is returned
* is `:kilo-bytes` - `EmrCreateCluster$CloudWatchAlarmUnit/KILO_BYTES` is returned
* is `:count-per-second` - `EmrCreateCluster$CloudWatchAlarmUnit/COUNT_PER_SECOND` is returned
* is `:none` - `EmrCreateCluster$CloudWatchAlarmUnit/NONE` is returned
* is `:kilo-bits-per-second` - `EmrCreateCluster$CloudWatchAlarmUnit/KILO_BITS_PER_SECOND` is returned
* is `:mega-bytes` - `EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BYTES` is returned
* is `:bytes` - `EmrCreateCluster$CloudWatchAlarmUnit/BYTES` is returned
* is `:micro-seconds` - `EmrCreateCluster$CloudWatchAlarmUnit/MICRO_SECONDS` is returned
* is `:giga-bytes` - `EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BYTES` is returned
* is `:seconds` - `EmrCreateCluster$CloudWatchAlarmUnit/SECONDS` is returned
* is `:mega-bytes-per-second` - `EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BYTES_PER_SECOND` is returned
* is `:mega-bits` - `EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BITS` is returned
* is `:bytes-per-second` - `EmrCreateCluster$CloudWatchAlarmUnit/BYTES_PER_SECOND` is returned
* is `:bits-per-second` - `EmrCreateCluster$CloudWatchAlarmUnit/BITS_PER_SECOND` is returned
* is `:kilo-bits` - `EmrCreateCluster$CloudWatchAlarmUnit/KILO_BITS` is returned
* is `:bits` - `EmrCreateCluster$CloudWatchAlarmUnit/BITS` is returned
* is `:kilo-bytes-per-second` - `EmrCreateCluster$CloudWatchAlarmUnit/KILO_BYTES_PER_SECOND` is returned
* is `:tera-bytes-per-second` - `EmrCreateCluster$CloudWatchAlarmUnit/TERA_BYTES_PER_SECOND` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

emr-create-cluster-configuration-property-builderclj

(emr-create-cluster-configuration-property-builder id config)

Creates a EmrCreateCluster$ConfigurationProperty$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  `EmrCreateCluster$ConfigurationProperty$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

emr-create-cluster-ebs-block-device-config-property-builderclj

(emr-create-cluster-ebs-block-device-config-property-builder id config)

Creates a EmrCreateCluster$EbsBlockDeviceConfigProperty$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  `EmrCreateCluster$EbsBlockDeviceConfigProperty$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

emr-create-cluster-ebs-block-device-volume-typeclj

(emr-create-cluster-ebs-block-device-volume-type config id item-key)

The emr-create-cluster-ebs-block-device-volume-type function data interprets values in the provided config data into a EmrCreateCluster$EbsBlockDeviceVolumeType 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 EmrCreateCluster$EbsBlockDeviceVolumeType - the value is returned.
  • is :io1 - EmrCreateCluster$EbsBlockDeviceVolumeType/IO1 is returned
  • is :gp3 - EmrCreateCluster$EbsBlockDeviceVolumeType/GP3 is returned
  • is :st1 - EmrCreateCluster$EbsBlockDeviceVolumeType/ST1 is returned
  • is :sc1 - EmrCreateCluster$EbsBlockDeviceVolumeType/SC1 is returned
  • is :standard - EmrCreateCluster$EbsBlockDeviceVolumeType/STANDARD is returned
  • is :gp2 - EmrCreateCluster$EbsBlockDeviceVolumeType/GP2 is returned

If a value is not found or matches the above criteria, nil is returned.

The `emr-create-cluster-ebs-block-device-volume-type` function data interprets values in the provided config data into a 
`EmrCreateCluster$EbsBlockDeviceVolumeType` 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 `EmrCreateCluster$EbsBlockDeviceVolumeType` - the value is returned.
* is `:io1` - `EmrCreateCluster$EbsBlockDeviceVolumeType/IO1` is returned
* is `:gp3` - `EmrCreateCluster$EbsBlockDeviceVolumeType/GP3` is returned
* is `:st1` - `EmrCreateCluster$EbsBlockDeviceVolumeType/ST1` is returned
* is `:sc1` - `EmrCreateCluster$EbsBlockDeviceVolumeType/SC1` is returned
* is `:standard` - `EmrCreateCluster$EbsBlockDeviceVolumeType/STANDARD` is returned
* is `:gp2` - `EmrCreateCluster$EbsBlockDeviceVolumeType/GP2` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

emr-create-cluster-ebs-configuration-property-builderclj

(emr-create-cluster-ebs-configuration-property-builder id config)

Creates a EmrCreateCluster$EbsConfigurationProperty$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  `EmrCreateCluster$EbsConfigurationProperty$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

emr-create-cluster-emr-cluster-scale-down-behaviorclj

(emr-create-cluster-emr-cluster-scale-down-behavior config id item-key)

The emr-create-cluster-emr-cluster-scale-down-behavior function data interprets values in the provided config data into a EmrCreateCluster$EmrClusterScaleDownBehavior 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 EmrCreateCluster$EmrClusterScaleDownBehavior - the value is returned.
  • is :terminate-at-instance-hour - EmrCreateCluster$EmrClusterScaleDownBehavior/TERMINATE_AT_INSTANCE_HOUR is returned
  • is :terminate-at-task-completion - EmrCreateCluster$EmrClusterScaleDownBehavior/TERMINATE_AT_TASK_COMPLETION is returned

If a value is not found or matches the above criteria, nil is returned.

The `emr-create-cluster-emr-cluster-scale-down-behavior` function data interprets values in the provided config data into a 
`EmrCreateCluster$EmrClusterScaleDownBehavior` 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 `EmrCreateCluster$EmrClusterScaleDownBehavior` - the value is returned.
* is `:terminate-at-instance-hour` - `EmrCreateCluster$EmrClusterScaleDownBehavior/TERMINATE_AT_INSTANCE_HOUR` is returned
* is `:terminate-at-task-completion` - `EmrCreateCluster$EmrClusterScaleDownBehavior/TERMINATE_AT_TASK_COMPLETION` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

emr-create-cluster-instance-fleet-config-property-builderclj

(emr-create-cluster-instance-fleet-config-property-builder id config)

Creates a EmrCreateCluster$InstanceFleetConfigProperty$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  `EmrCreateCluster$InstanceFleetConfigProperty$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

emr-create-cluster-instance-fleet-provisioning-specifications-property-builderclj

(emr-create-cluster-instance-fleet-provisioning-specifications-property-builder
  id
  config)

Creates a EmrCreateCluster$InstanceFleetProvisioningSpecificationsProperty$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  `EmrCreateCluster$InstanceFleetProvisioningSpecificationsProperty$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

emr-create-cluster-instance-group-config-property-builderclj

(emr-create-cluster-instance-group-config-property-builder id config)

Creates a EmrCreateCluster$InstanceGroupConfigProperty$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  `EmrCreateCluster$InstanceGroupConfigProperty$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

emr-create-cluster-instance-marketclj

(emr-create-cluster-instance-market config id item-key)

The emr-create-cluster-instance-market function data interprets values in the provided config data into a EmrCreateCluster$InstanceMarket 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 EmrCreateCluster$InstanceMarket - the value is returned.
  • is :spot - EmrCreateCluster$InstanceMarket/SPOT is returned
  • is :on-demand - EmrCreateCluster$InstanceMarket/ON_DEMAND is returned

If a value is not found or matches the above criteria, nil is returned.

The `emr-create-cluster-instance-market` function data interprets values in the provided config data into a 
`EmrCreateCluster$InstanceMarket` 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 `EmrCreateCluster$InstanceMarket` - the value is returned.
* is `:spot` - `EmrCreateCluster$InstanceMarket/SPOT` is returned
* is `:on-demand` - `EmrCreateCluster$InstanceMarket/ON_DEMAND` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

emr-create-cluster-instance-role-typeclj

(emr-create-cluster-instance-role-type config id item-key)

The emr-create-cluster-instance-role-type function data interprets values in the provided config data into a EmrCreateCluster$InstanceRoleType 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 EmrCreateCluster$InstanceRoleType - the value is returned.
  • is :master - EmrCreateCluster$InstanceRoleType/MASTER is returned
  • is :core - EmrCreateCluster$InstanceRoleType/CORE is returned
  • is :task - EmrCreateCluster$InstanceRoleType/TASK is returned

If a value is not found or matches the above criteria, nil is returned.

The `emr-create-cluster-instance-role-type` function data interprets values in the provided config data into a 
`EmrCreateCluster$InstanceRoleType` 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 `EmrCreateCluster$InstanceRoleType` - the value is returned.
* is `:master` - `EmrCreateCluster$InstanceRoleType/MASTER` is returned
* is `:core` - `EmrCreateCluster$InstanceRoleType/CORE` is returned
* is `:task` - `EmrCreateCluster$InstanceRoleType/TASK` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

emr-create-cluster-instance-type-config-property-builderclj

(emr-create-cluster-instance-type-config-property-builder id config)

Creates a EmrCreateCluster$InstanceTypeConfigProperty$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  `EmrCreateCluster$InstanceTypeConfigProperty$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

emr-create-cluster-instances-config-property-builderclj

(emr-create-cluster-instances-config-property-builder id config)

Creates a EmrCreateCluster$InstancesConfigProperty$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  `EmrCreateCluster$InstancesConfigProperty$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

emr-create-cluster-kerberos-attributes-property-builderclj

(emr-create-cluster-kerberos-attributes-property-builder id config)

Creates a EmrCreateCluster$KerberosAttributesProperty$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  `EmrCreateCluster$KerberosAttributesProperty$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

emr-create-cluster-metric-dimension-property-builderclj

(emr-create-cluster-metric-dimension-property-builder id config)

Creates a EmrCreateCluster$MetricDimensionProperty$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  `EmrCreateCluster$MetricDimensionProperty$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

emr-create-cluster-on-demand-allocation-strategyclj

(emr-create-cluster-on-demand-allocation-strategy config id item-key)

The emr-create-cluster-on-demand-allocation-strategy function data interprets values in the provided config data into a EmrCreateCluster$OnDemandAllocationStrategy 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 EmrCreateCluster$OnDemandAllocationStrategy - the value is returned.
  • is :lowest-price - EmrCreateCluster$OnDemandAllocationStrategy/LOWEST_PRICE is returned

If a value is not found or matches the above criteria, nil is returned.

The `emr-create-cluster-on-demand-allocation-strategy` function data interprets values in the provided config data into a 
`EmrCreateCluster$OnDemandAllocationStrategy` 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 `EmrCreateCluster$OnDemandAllocationStrategy` - the value is returned.
* is `:lowest-price` - `EmrCreateCluster$OnDemandAllocationStrategy/LOWEST_PRICE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

emr-create-cluster-on-demand-provisioning-specification-property-builderclj

(emr-create-cluster-on-demand-provisioning-specification-property-builder
  id
  config)

Creates a EmrCreateCluster$OnDemandProvisioningSpecificationProperty$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  `EmrCreateCluster$OnDemandProvisioningSpecificationProperty$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

emr-create-cluster-placement-type-property-builderclj

(emr-create-cluster-placement-type-property-builder id config)

Creates a EmrCreateCluster$PlacementTypeProperty$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  `EmrCreateCluster$PlacementTypeProperty$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

emr-create-cluster-props-builderclj

(emr-create-cluster-props-builder id config)

Creates a EmrCreateClusterProps$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  `EmrCreateClusterProps$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

emr-create-cluster-scaling-action-property-builderclj

(emr-create-cluster-scaling-action-property-builder id config)

Creates a EmrCreateCluster$ScalingActionProperty$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  `EmrCreateCluster$ScalingActionProperty$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

emr-create-cluster-scaling-adjustment-typeclj

(emr-create-cluster-scaling-adjustment-type config id item-key)

The emr-create-cluster-scaling-adjustment-type function data interprets values in the provided config data into a EmrCreateCluster$ScalingAdjustmentType 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 EmrCreateCluster$ScalingAdjustmentType - the value is returned.
  • is :exact-capacity - EmrCreateCluster$ScalingAdjustmentType/EXACT_CAPACITY is returned
  • is :change-in-capacity - EmrCreateCluster$ScalingAdjustmentType/CHANGE_IN_CAPACITY is returned
  • is :percent-change-in-capacity - EmrCreateCluster$ScalingAdjustmentType/PERCENT_CHANGE_IN_CAPACITY is returned

If a value is not found or matches the above criteria, nil is returned.

The `emr-create-cluster-scaling-adjustment-type` function data interprets values in the provided config data into a 
`EmrCreateCluster$ScalingAdjustmentType` 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 `EmrCreateCluster$ScalingAdjustmentType` - the value is returned.
* is `:exact-capacity` - `EmrCreateCluster$ScalingAdjustmentType/EXACT_CAPACITY` is returned
* is `:change-in-capacity` - `EmrCreateCluster$ScalingAdjustmentType/CHANGE_IN_CAPACITY` is returned
* is `:percent-change-in-capacity` - `EmrCreateCluster$ScalingAdjustmentType/PERCENT_CHANGE_IN_CAPACITY` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

emr-create-cluster-scaling-constraints-property-builderclj

(emr-create-cluster-scaling-constraints-property-builder id config)

Creates a EmrCreateCluster$ScalingConstraintsProperty$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  `EmrCreateCluster$ScalingConstraintsProperty$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

emr-create-cluster-scaling-rule-property-builderclj

(emr-create-cluster-scaling-rule-property-builder id config)

Creates a EmrCreateCluster$ScalingRuleProperty$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  `EmrCreateCluster$ScalingRuleProperty$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

emr-create-cluster-scaling-trigger-property-builderclj

(emr-create-cluster-scaling-trigger-property-builder id config)

Creates a EmrCreateCluster$ScalingTriggerProperty$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  `EmrCreateCluster$ScalingTriggerProperty$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

emr-create-cluster-script-bootstrap-action-config-property-builderclj

(emr-create-cluster-script-bootstrap-action-config-property-builder id config)

Creates a EmrCreateCluster$ScriptBootstrapActionConfigProperty$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  `EmrCreateCluster$ScriptBootstrapActionConfigProperty$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

emr-create-cluster-simple-scaling-policy-configuration-property-builderclj

(emr-create-cluster-simple-scaling-policy-configuration-property-builder id
                                                                         config)

Creates a EmrCreateCluster$SimpleScalingPolicyConfigurationProperty$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  `EmrCreateCluster$SimpleScalingPolicyConfigurationProperty$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

emr-create-cluster-spot-allocation-strategyclj

(emr-create-cluster-spot-allocation-strategy config id item-key)

The emr-create-cluster-spot-allocation-strategy function data interprets values in the provided config data into a EmrCreateCluster$SpotAllocationStrategy 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 EmrCreateCluster$SpotAllocationStrategy - the value is returned.
  • is :price-capacity-optimized - EmrCreateCluster$SpotAllocationStrategy/PRICE_CAPACITY_OPTIMIZED is returned
  • is :diversified - EmrCreateCluster$SpotAllocationStrategy/DIVERSIFIED is returned
  • is :lowest-price - EmrCreateCluster$SpotAllocationStrategy/LOWEST_PRICE is returned
  • is :capacity-optimized - EmrCreateCluster$SpotAllocationStrategy/CAPACITY_OPTIMIZED is returned

If a value is not found or matches the above criteria, nil is returned.

The `emr-create-cluster-spot-allocation-strategy` function data interprets values in the provided config data into a 
`EmrCreateCluster$SpotAllocationStrategy` 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 `EmrCreateCluster$SpotAllocationStrategy` - the value is returned.
* is `:price-capacity-optimized` - `EmrCreateCluster$SpotAllocationStrategy/PRICE_CAPACITY_OPTIMIZED` is returned
* is `:diversified` - `EmrCreateCluster$SpotAllocationStrategy/DIVERSIFIED` is returned
* is `:lowest-price` - `EmrCreateCluster$SpotAllocationStrategy/LOWEST_PRICE` is returned
* is `:capacity-optimized` - `EmrCreateCluster$SpotAllocationStrategy/CAPACITY_OPTIMIZED` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

emr-create-cluster-spot-provisioning-specification-property-builderclj

(emr-create-cluster-spot-provisioning-specification-property-builder id config)

Creates a EmrCreateCluster$SpotProvisioningSpecificationProperty$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  `EmrCreateCluster$SpotProvisioningSpecificationProperty$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

emr-create-cluster-spot-timeout-actionclj

(emr-create-cluster-spot-timeout-action config id item-key)

The emr-create-cluster-spot-timeout-action function data interprets values in the provided config data into a EmrCreateCluster$SpotTimeoutAction 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 EmrCreateCluster$SpotTimeoutAction - the value is returned.
  • is :switch-to-on-demand - EmrCreateCluster$SpotTimeoutAction/SWITCH_TO_ON_DEMAND is returned
  • is :terminate-cluster - EmrCreateCluster$SpotTimeoutAction/TERMINATE_CLUSTER is returned

If a value is not found or matches the above criteria, nil is returned.

The `emr-create-cluster-spot-timeout-action` function data interprets values in the provided config data into a 
`EmrCreateCluster$SpotTimeoutAction` 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 `EmrCreateCluster$SpotTimeoutAction` - the value is returned.
* is `:switch-to-on-demand` - `EmrCreateCluster$SpotTimeoutAction/SWITCH_TO_ON_DEMAND` is returned
* is `:terminate-cluster` - `EmrCreateCluster$SpotTimeoutAction/TERMINATE_CLUSTER` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

emr-create-cluster-volume-specification-property-builderclj

(emr-create-cluster-volume-specification-property-builder id config)

Creates a EmrCreateCluster$VolumeSpecificationProperty$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  `EmrCreateCluster$VolumeSpecificationProperty$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

emr-modify-instance-fleet-by-name-builderclj

(emr-modify-instance-fleet-by-name-builder scope id config)

Creates a EmrModifyInstanceFleetByName$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  `EmrModifyInstanceFleetByName$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

emr-modify-instance-fleet-by-name-props-builderclj

(emr-modify-instance-fleet-by-name-props-builder id config)

Creates a EmrModifyInstanceFleetByNameProps$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  `EmrModifyInstanceFleetByNameProps$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

emr-modify-instance-group-by-name-builderclj

(emr-modify-instance-group-by-name-builder scope id config)

Creates a EmrModifyInstanceGroupByName$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  `EmrModifyInstanceGroupByName$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

emr-modify-instance-group-by-name-instance-group-modify-config-property-builderclj

(emr-modify-instance-group-by-name-instance-group-modify-config-property-builder
  id
  config)

Creates a EmrModifyInstanceGroupByName$InstanceGroupModifyConfigProperty$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  `EmrModifyInstanceGroupByName$InstanceGroupModifyConfigProperty$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

emr-modify-instance-group-by-name-instance-resize-policy-property-builderclj

(emr-modify-instance-group-by-name-instance-resize-policy-property-builder
  id
  config)

Creates a EmrModifyInstanceGroupByName$InstanceResizePolicyProperty$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  `EmrModifyInstanceGroupByName$InstanceResizePolicyProperty$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

emr-modify-instance-group-by-name-props-builderclj

(emr-modify-instance-group-by-name-props-builder id config)

Creates a EmrModifyInstanceGroupByNameProps$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  `EmrModifyInstanceGroupByNameProps$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

emr-modify-instance-group-by-name-shrink-policy-property-builderclj

(emr-modify-instance-group-by-name-shrink-policy-property-builder id config)

Creates a EmrModifyInstanceGroupByName$ShrinkPolicyProperty$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  `EmrModifyInstanceGroupByName$ShrinkPolicyProperty$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

emr-set-cluster-termination-protection-builderclj

(emr-set-cluster-termination-protection-builder scope id config)

Creates a EmrSetClusterTerminationProtection$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  `EmrSetClusterTerminationProtection$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

emr-set-cluster-termination-protection-props-builderclj

(emr-set-cluster-termination-protection-props-builder id config)

Creates a EmrSetClusterTerminationProtectionProps$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  `EmrSetClusterTerminationProtectionProps$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

emr-terminate-cluster-builderclj

(emr-terminate-cluster-builder scope id config)

Creates a EmrTerminateCluster$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  `EmrTerminateCluster$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

emr-terminate-cluster-props-builderclj

(emr-terminate-cluster-props-builder id config)

Creates a EmrTerminateClusterProps$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  `EmrTerminateClusterProps$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

encryption-configuration-builderclj

(encryption-configuration-builder id config)

Creates a EncryptionConfiguration$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  `EncryptionConfiguration$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

encryption-optionclj

(encryption-option config id item-key)

The encryption-option function data interprets values in the provided config data into a EncryptionOption 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 EncryptionOption - the value is returned.
  • is :kms - EncryptionOption/KMS is returned
  • is :client-side-kms - EncryptionOption/CLIENT_SIDE_KMS is returned
  • is :s3-managed - EncryptionOption/S3_MANAGED is returned

If a value is not found or matches the above criteria, nil is returned.

The `encryption-option` function data interprets values in the provided config data into a 
`EncryptionOption` 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 `EncryptionOption` - the value is returned.
* is `:kms` - `EncryptionOption/KMS` is returned
* is `:client-side-kms` - `EncryptionOption/CLIENT_SIDE_KMS` is returned
* is `:s3-managed` - `EncryptionOption/S3_MANAGED` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

evaluate-expression-builderclj

(evaluate-expression-builder scope id config)

Creates a EvaluateExpression$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  `EvaluateExpression$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

evaluate-expression-props-builderclj

(evaluate-expression-props-builder id config)

Creates a EvaluateExpressionProps$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  `EvaluateExpressionProps$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

event-bridge-put-events-builderclj

(event-bridge-put-events-builder scope id config)

Creates a EventBridgePutEvents$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  `EventBridgePutEvents$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

event-bridge-put-events-entry-builderclj

(event-bridge-put-events-entry-builder id config)

Creates a EventBridgePutEventsEntry$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  `EventBridgePutEventsEntry$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

event-bridge-put-events-props-builderclj

(event-bridge-put-events-props-builder id config)

Creates a EventBridgePutEventsProps$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  `EventBridgePutEventsProps$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

glue-data-brew-start-job-run-builderclj

(glue-data-brew-start-job-run-builder scope id config)

Creates a GlueDataBrewStartJobRun$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  `GlueDataBrewStartJobRun$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

glue-data-brew-start-job-run-props-builderclj

(glue-data-brew-start-job-run-props-builder id config)

Creates a GlueDataBrewStartJobRunProps$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  `GlueDataBrewStartJobRunProps$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

glue-start-crawler-run-builderclj

(glue-start-crawler-run-builder scope id config)

Creates a GlueStartCrawlerRun$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  `GlueStartCrawlerRun$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

glue-start-crawler-run-props-builderclj

(glue-start-crawler-run-props-builder id config)

Creates a GlueStartCrawlerRunProps$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  `GlueStartCrawlerRunProps$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

glue-start-job-run-builderclj

(glue-start-job-run-builder scope id config)

Creates a GlueStartJobRun$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  `GlueStartJobRun$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

glue-start-job-run-props-builderclj

(glue-start-job-run-props-builder id config)

Creates a GlueStartJobRunProps$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  `GlueStartJobRunProps$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

http-invoke-builderclj

(http-invoke-builder scope id config)

Creates a HttpInvoke$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  `HttpInvoke$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

http-invoke-props-builderclj

(http-invoke-props-builder id config)

Creates a HttpInvokeProps$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  `HttpInvokeProps$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

http-methodclj

(http-method config id item-key)

The http-method function data interprets values in the provided config data into a HttpMethod 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 HttpMethod - the value is returned.
  • is :get - HttpMethod/GET is returned
  • is :head - HttpMethod/HEAD is returned
  • is :options - HttpMethod/OPTIONS is returned
  • is :post - HttpMethod/POST is returned
  • is :put - HttpMethod/PUT is returned
  • is :patch - HttpMethod/PATCH is returned
  • is :delete - HttpMethod/DELETE is returned

If a value is not found or matches the above criteria, nil is returned.

The `http-method` function data interprets values in the provided config data into a 
`HttpMethod` 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 `HttpMethod` - the value is returned.
* is `:get` - `HttpMethod/GET` is returned
* is `:head` - `HttpMethod/HEAD` is returned
* is `:options` - `HttpMethod/OPTIONS` is returned
* is `:post` - `HttpMethod/POST` is returned
* is `:put` - `HttpMethod/PUT` is returned
* is `:patch` - `HttpMethod/PATCH` is returned
* is `:delete` - `HttpMethod/DELETE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

http-methodsclj

(http-methods config id item-key)

The http-methods function data interprets values in the provided config data into a HttpMethods 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 HttpMethods - the value is returned.
  • is :delete - HttpMethods/DELETE is returned
  • is :put - HttpMethods/PUT is returned
  • is :patch - HttpMethods/PATCH is returned
  • is :post - HttpMethods/POST is returned
  • is :get - HttpMethods/GET is returned
  • is :head - HttpMethods/HEAD is returned

If a value is not found or matches the above criteria, nil is returned.

The `http-methods` function data interprets values in the provided config data into a 
`HttpMethods` 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 `HttpMethods` - the value is returned.
* is `:delete` - `HttpMethods/DELETE` is returned
* is `:put` - `HttpMethods/PUT` is returned
* is `:patch` - `HttpMethods/PATCH` is returned
* is `:post` - `HttpMethods/POST` is returned
* is `:get` - `HttpMethods/GET` is returned
* is `:head` - `HttpMethods/HEAD` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

input-modeclj

(input-mode config id item-key)

The input-mode function data interprets values in the provided config data into a InputMode 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 InputMode - the value is returned.
  • is :pipe - InputMode/PIPE is returned
  • is :file - InputMode/FILE is returned
  • is :fast-file - InputMode/FAST_FILE is returned

If a value is not found or matches the above criteria, nil is returned.

The `input-mode` function data interprets values in the provided config data into a 
`InputMode` 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 `InputMode` - the value is returned.
* is `:pipe` - `InputMode/PIPE` is returned
* is `:file` - `InputMode/FILE` is returned
* is `:fast-file` - `InputMode/FAST_FILE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

job-dependency-builderclj

(job-dependency-builder id config)

Creates a JobDependency$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  `JobDependency$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

job-driver-builderclj

(job-driver-builder id config)

Creates a JobDriver$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  `JobDriver$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-invocation-typeclj

(lambda-invocation-type config id item-key)

The lambda-invocation-type function data interprets values in the provided config data into a LambdaInvocationType 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 LambdaInvocationType - the value is returned.
  • is :request-response - LambdaInvocationType/REQUEST_RESPONSE is returned
  • is :event - LambdaInvocationType/EVENT is returned
  • is :dry-run - LambdaInvocationType/DRY_RUN is returned

If a value is not found or matches the above criteria, nil is returned.

The `lambda-invocation-type` function data interprets values in the provided config data into a 
`LambdaInvocationType` 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 `LambdaInvocationType` - the value is returned.
* is `:request-response` - `LambdaInvocationType/REQUEST_RESPONSE` is returned
* is `:event` - `LambdaInvocationType/EVENT` is returned
* is `:dry-run` - `LambdaInvocationType/DRY_RUN` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

lambda-invoke-builderclj

(lambda-invoke-builder scope id config)

Creates a LambdaInvoke$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  `LambdaInvoke$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

lambda-invoke-props-builderclj

(lambda-invoke-props-builder id config)

Creates a LambdaInvokeProps$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  `LambdaInvokeProps$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

launch-target-bind-options-builderclj

(launch-target-bind-options-builder id config)

Creates a LaunchTargetBindOptions$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  `LaunchTargetBindOptions$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

media-convert-create-job-builderclj

(media-convert-create-job-builder scope id config)

Creates a MediaConvertCreateJob$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  `MediaConvertCreateJob$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

media-convert-create-job-props-builderclj

(media-convert-create-job-props-builder id config)

Creates a MediaConvertCreateJobProps$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  `MediaConvertCreateJobProps$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

message-attribute-builderclj

(message-attribute-builder id config)

Creates a MessageAttribute$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  `MessageAttribute$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

message-attribute-data-typeclj

(message-attribute-data-type config id item-key)

The message-attribute-data-type function data interprets values in the provided config data into a MessageAttributeDataType 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 MessageAttributeDataType - the value is returned.
  • is :string-array - MessageAttributeDataType/STRING_ARRAY is returned
  • is :string - MessageAttributeDataType/STRING is returned
  • is :number - MessageAttributeDataType/NUMBER is returned
  • is :binary - MessageAttributeDataType/BINARY is returned

If a value is not found or matches the above criteria, nil is returned.

The `message-attribute-data-type` function data interprets values in the provided config data into a 
`MessageAttributeDataType` 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 `MessageAttributeDataType` - the value is returned.
* is `:string-array` - `MessageAttributeDataType/STRING_ARRAY` is returned
* is `:string` - `MessageAttributeDataType/STRING` is returned
* is `:number` - `MessageAttributeDataType/NUMBER` is returned
* is `:binary` - `MessageAttributeDataType/BINARY` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

metric-definition-builderclj

(metric-definition-builder id config)

Creates a MetricDefinition$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  `MetricDefinition$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

modeclj

(mode config id item-key)

The mode function data interprets values in the provided config data into a Mode 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 Mode - the value is returned.
  • is :multi-model - Mode/MULTI_MODEL is returned
  • is :single-model - Mode/SINGLE_MODEL is returned

If a value is not found or matches the above criteria, nil is returned.

The `mode` function data interprets values in the provided config data into a 
`Mode` 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 `Mode` - the value is returned.
* is `:multi-model` - `Mode/MULTI_MODEL` is returned
* is `:single-model` - `Mode/SINGLE_MODEL` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

model-client-options-builderclj

(model-client-options-builder id config)

Creates a ModelClientOptions$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  `ModelClientOptions$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

monitoring-builderclj

(monitoring-builder id config)

Creates a Monitoring$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  `Monitoring$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

output-data-config-builderclj

(output-data-config-builder id config)

Creates a OutputDataConfig$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  `OutputDataConfig$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

production-variant-builderclj

(production-variant-builder id config)

Creates a ProductionVariant$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  `ProductionVariant$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

query-execution-context-builderclj

(query-execution-context-builder id config)

Creates a QueryExecutionContext$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  `QueryExecutionContext$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

record-wrapper-typeclj

(record-wrapper-type config id item-key)

The record-wrapper-type function data interprets values in the provided config data into a RecordWrapperType 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 RecordWrapperType - the value is returned.
  • is :none - RecordWrapperType/NONE is returned
  • is :record-io - RecordWrapperType/RECORD_IO is returned

If a value is not found or matches the above criteria, nil is returned.

The `record-wrapper-type` function data interprets values in the provided config data into a 
`RecordWrapperType` 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 `RecordWrapperType` - the value is returned.
* is `:none` - `RecordWrapperType/NONE` is returned
* is `:record-io` - `RecordWrapperType/RECORD_IO` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

resource-config-builderclj

(resource-config-builder id config)

Creates a ResourceConfig$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  `ResourceConfig$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

result-configuration-builderclj

(result-configuration-builder id config)

Creates a ResultConfiguration$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  `ResultConfiguration$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-data-distribution-typeclj

(s3-data-distribution-type config id item-key)

The s3-data-distribution-type function data interprets values in the provided config data into a S3DataDistributionType 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 S3DataDistributionType - the value is returned.
  • is :fully-replicated - S3DataDistributionType/FULLY_REPLICATED is returned
  • is :sharded-by-s3-key - S3DataDistributionType/SHARDED_BY_S3_KEY is returned

If a value is not found or matches the above criteria, nil is returned.

The `s3-data-distribution-type` function data interprets values in the provided config data into a 
`S3DataDistributionType` 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 `S3DataDistributionType` - the value is returned.
* is `:fully-replicated` - `S3DataDistributionType/FULLY_REPLICATED` is returned
* is `:sharded-by-s3-key` - `S3DataDistributionType/SHARDED_BY_S3_KEY` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

s3-data-source-builderclj

(s3-data-source-builder id config)

Creates a S3DataSource$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  `S3DataSource$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-data-typeclj

(s3-data-type config id item-key)

The s3-data-type function data interprets values in the provided config data into a S3DataType 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 S3DataType - the value is returned.
  • is :augmented-manifest-file - S3DataType/AUGMENTED_MANIFEST_FILE is returned
  • is :s3-prefix - S3DataType/S3_PREFIX is returned
  • is :manifest-file - S3DataType/MANIFEST_FILE is returned

If a value is not found or matches the above criteria, nil is returned.

The `s3-data-type` function data interprets values in the provided config data into a 
`S3DataType` 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 `S3DataType` - the value is returned.
* is `:augmented-manifest-file` - `S3DataType/AUGMENTED_MANIFEST_FILE` is returned
* is `:s3-prefix` - `S3DataType/S3_PREFIX` is returned
* is `:manifest-file` - `S3DataType/MANIFEST_FILE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

s3-location-bind-options-builderclj

(s3-location-bind-options-builder id config)

Creates a S3LocationBindOptions$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  `S3LocationBindOptions$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-location-config-builderclj

(s3-location-config-builder id config)

Creates a S3LocationConfig$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  `S3LocationConfig$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

sage-maker-create-endpoint-builderclj

(sage-maker-create-endpoint-builder scope id config)

Creates a SageMakerCreateEndpoint$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  `SageMakerCreateEndpoint$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

sage-maker-create-endpoint-config-builderclj

(sage-maker-create-endpoint-config-builder scope id config)

Creates a SageMakerCreateEndpointConfig$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  `SageMakerCreateEndpointConfig$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

sage-maker-create-endpoint-config-props-builderclj

(sage-maker-create-endpoint-config-props-builder id config)

Creates a SageMakerCreateEndpointConfigProps$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  `SageMakerCreateEndpointConfigProps$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

sage-maker-create-endpoint-props-builderclj

(sage-maker-create-endpoint-props-builder id config)

Creates a SageMakerCreateEndpointProps$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  `SageMakerCreateEndpointProps$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

sage-maker-create-model-builderclj

(sage-maker-create-model-builder scope id config)

Creates a SageMakerCreateModel$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  `SageMakerCreateModel$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

sage-maker-create-model-props-builderclj

(sage-maker-create-model-props-builder id config)

Creates a SageMakerCreateModelProps$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  `SageMakerCreateModelProps$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

sage-maker-create-training-job-builderclj

(sage-maker-create-training-job-builder scope id config)

Creates a SageMakerCreateTrainingJob$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  `SageMakerCreateTrainingJob$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

sage-maker-create-training-job-props-builderclj

(sage-maker-create-training-job-props-builder id config)

Creates a SageMakerCreateTrainingJobProps$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  `SageMakerCreateTrainingJobProps$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

sage-maker-create-transform-job-builderclj

(sage-maker-create-transform-job-builder scope id config)

Creates a SageMakerCreateTransformJob$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  `SageMakerCreateTransformJob$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

sage-maker-create-transform-job-props-builderclj

(sage-maker-create-transform-job-props-builder id config)

Creates a SageMakerCreateTransformJobProps$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  `SageMakerCreateTransformJobProps$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

sage-maker-update-endpoint-builderclj

(sage-maker-update-endpoint-builder scope id config)

Creates a SageMakerUpdateEndpoint$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  `SageMakerUpdateEndpoint$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

sage-maker-update-endpoint-props-builderclj

(sage-maker-update-endpoint-props-builder id config)

Creates a SageMakerUpdateEndpointProps$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  `SageMakerUpdateEndpointProps$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

shuffle-config-builderclj

(shuffle-config-builder id config)

Creates a ShuffleConfig$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  `ShuffleConfig$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

sns-publish-builderclj

(sns-publish-builder scope id config)

Creates a SnsPublish$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  `SnsPublish$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

sns-publish-props-builderclj

(sns-publish-props-builder id config)

Creates a SnsPublishProps$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  `SnsPublishProps$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

spark-submit-job-driver-builderclj

(spark-submit-job-driver-builder id config)

Creates a SparkSubmitJobDriver$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  `SparkSubmitJobDriver$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

split-typeclj

(split-type config id item-key)

The split-type function data interprets values in the provided config data into a SplitType 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 SplitType - the value is returned.
  • is :line - SplitType/LINE is returned
  • is :record-io - SplitType/RECORD_IO is returned
  • is :tf-record - SplitType/TF_RECORD is returned
  • is :none - SplitType/NONE is returned

If a value is not found or matches the above criteria, nil is returned.

The `split-type` function data interprets values in the provided config data into a 
`SplitType` 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 `SplitType` - the value is returned.
* is `:line` - `SplitType/LINE` is returned
* is `:record-io` - `SplitType/RECORD_IO` is returned
* is `:tf-record` - `SplitType/TF_RECORD` is returned
* is `:none` - `SplitType/NONE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

sqs-send-message-builderclj

(sqs-send-message-builder scope id config)

Creates a SqsSendMessage$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  `SqsSendMessage$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

sqs-send-message-props-builderclj

(sqs-send-message-props-builder id config)

Creates a SqsSendMessageProps$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  `SqsSendMessageProps$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

step-functions-invoke-activity-builderclj

(step-functions-invoke-activity-builder scope id config)

Creates a StepFunctionsInvokeActivity$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  `StepFunctionsInvokeActivity$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

step-functions-invoke-activity-props-builderclj

(step-functions-invoke-activity-props-builder id config)

Creates a StepFunctionsInvokeActivityProps$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  `StepFunctionsInvokeActivityProps$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

step-functions-start-execution-builderclj

(step-functions-start-execution-builder scope id config)

Creates a StepFunctionsStartExecution$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  `StepFunctionsStartExecution$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

step-functions-start-execution-props-builderclj

(step-functions-start-execution-props-builder id config)

Creates a StepFunctionsStartExecutionProps$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  `StepFunctionsStartExecutionProps$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

stopping-condition-builderclj

(stopping-condition-builder id config)

Creates a StoppingCondition$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  `StoppingCondition$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

task-environment-variable-builderclj

(task-environment-variable-builder id config)

Creates a TaskEnvironmentVariable$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  `TaskEnvironmentVariable$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

transform-data-source-builderclj

(transform-data-source-builder id config)

Creates a TransformDataSource$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  `TransformDataSource$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

transform-input-builderclj

(transform-input-builder id config)

Creates a TransformInput$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  `TransformInput$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

transform-output-builderclj

(transform-output-builder id config)

Creates a TransformOutput$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  `TransformOutput$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

transform-resources-builderclj

(transform-resources-builder id config)

Creates a TransformResources$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  `TransformResources$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

transform-s3-data-source-builderclj

(transform-s3-data-source-builder id config)

Creates a TransformS3DataSource$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  `TransformS3DataSource$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

url-encoding-formatclj

(url-encoding-format config id item-key)

The url-encoding-format function data interprets values in the provided config data into a URLEncodingFormat 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 URLEncodingFormat - the value is returned.
  • is :indices - URLEncodingFormat/INDICES is returned
  • is :none - URLEncodingFormat/NONE is returned
  • is :repeat - URLEncodingFormat/REPEAT is returned
  • is :commas - URLEncodingFormat/COMMAS is returned
  • is :default - URLEncodingFormat/DEFAULT is returned
  • is :brackets - URLEncodingFormat/BRACKETS is returned

If a value is not found or matches the above criteria, nil is returned.

The `url-encoding-format` function data interprets values in the provided config data into a 
`URLEncodingFormat` 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 `URLEncodingFormat` - the value is returned.
* is `:indices` - `URLEncodingFormat/INDICES` is returned
* is `:none` - `URLEncodingFormat/NONE` is returned
* is `:repeat` - `URLEncodingFormat/REPEAT` is returned
* is `:commas` - `URLEncodingFormat/COMMAS` is returned
* is `:default` - `URLEncodingFormat/DEFAULT` is returned
* is `:brackets` - `URLEncodingFormat/BRACKETS` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

vpc-config-builderclj

(vpc-config-builder id config)

Creates a VpcConfig$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  `VpcConfig$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

worker-configuration-property-builderclj

(worker-configuration-property-builder id config)

Creates a WorkerConfigurationProperty$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  `WorkerConfigurationProperty$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

worker-typeclj

(worker-type config id item-key)

The worker-type function data interprets values in the provided config data into a WorkerType 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 WorkerType - the value is returned.
  • is :g-025x - WorkerType/G_025X is returned
  • is :g-1x - WorkerType/G_1X is returned
  • is :standard - WorkerType/STANDARD is returned
  • is :g-2x - WorkerType/G_2X is returned
  • is :z-2x - WorkerType/Z_2X is returned
  • is :g-8x - WorkerType/G_8X is returned
  • is :g-4x - WorkerType/G_4X is returned

If a value is not found or matches the above criteria, nil is returned.

The `worker-type` function data interprets values in the provided config data into a 
`WorkerType` 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 `WorkerType` - the value is returned.
* is `:g-025x` - `WorkerType/G_025X` is returned
* is `:g-1x` - `WorkerType/G_1X` is returned
* is `:standard` - `WorkerType/STANDARD` is returned
* is `:g-2x` - `WorkerType/G_2X` is returned
* is `:z-2x` - `WorkerType/Z_2X` is returned
* is `:g-8x` - `WorkerType/G_8X` is returned
* is `:g-4x` - `WorkerType/G_4X` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

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

× close