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.
(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:
ActionOnFailure
- the value is returned.:cancel-and-wait
- ActionOnFailure/CANCEL_AND_WAIT
is returned:continue
- ActionOnFailure/CONTINUE
is returned:terminate-cluster
- ActionOnFailure/TERMINATE_CLUSTER
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
AssembleWith
- the value is returned.:line
- AssembleWith/LINE
is returned:none
- AssembleWith/NONE
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
AuthType
- the value is returned.:no-auth
- AuthType/NO_AUTH
is returned:iam-role
- AuthType/IAM_ROLE
is returned:resource-policy
- AuthType/RESOURCE_POLICY
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
BatchStrategy
- the value is returned.:single-record
- BatchStrategy/SINGLE_RECORD
is returned:multi-record
- BatchStrategy/MULTI_RECORD
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Location | software.amazon.awscdk.services.s3.Location | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Location | software.amazon.awscdk.services.s3.Location | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
parameters | java.util.Map | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3DataSource | software.amazon.awscdk.services.stepfunctions.tasks.S3DataSource | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
imageUri | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
platformVersion | software.amazon.awscdk.services.ecs.FargatePlatformVersion | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
platformVersion | software.amazon.awscdk.services.ecs.FargatePlatformVersion | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
parameters | java.util.Map | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudWatchAlarmDefinition | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster$CloudWatchAlarmDefinitionProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
args | java.util.List | cdk.support/lookup-entry | :args |
path | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
sparkSubmitJobDriver | software.amazon.awscdk.services.stepfunctions.tasks.SparkSubmitJobDriver | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
regex | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
uri | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
seed | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRuntime | software.amazon.awscdk.Duration | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3DataSource | software.amazon.awscdk.services.stepfunctions.tasks.TransformS3DataSource | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
CompressionType
- the value is returned.:gzip
- CompressionType/GZIP
is returned:none
- CompressionType/NONE
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
DynamoConsumedCapacity
- the value is returned.:total
- DynamoConsumedCapacity/TOTAL
is returned:indexes
- DynamoConsumedCapacity/INDEXES
is returned:none
- DynamoConsumedCapacity/NONE
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
DynamoItemCollectionMetrics
- the value is returned.:size
- DynamoItemCollectionMetrics/SIZE
is returned:none
- DynamoItemCollectionMetrics/NONE
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
DynamoReturnValues
- the value is returned.:updated-old
- DynamoReturnValues/UPDATED_OLD
is returned:all-old
- DynamoReturnValues/ALL_OLD
is returned:updated-new
- DynamoReturnValues/UPDATED_NEW
is returned:none
- DynamoReturnValues/NONE
is returned:all-new
- DynamoReturnValues/ALL_NEW
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
EmrCreateCluster$CloudWatchAlarmComparisonOperator
- the value is returned.:less-than-or-equal
- EmrCreateCluster$CloudWatchAlarmComparisonOperator/LESS_THAN_OR_EQUAL
is returned:greater-than
- EmrCreateCluster$CloudWatchAlarmComparisonOperator/GREATER_THAN
is returned:less-than
- EmrCreateCluster$CloudWatchAlarmComparisonOperator/LESS_THAN
is returned:greater-than-or-equal
- EmrCreateCluster$CloudWatchAlarmComparisonOperator/GREATER_THAN_OR_EQUAL
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
EmrCreateCluster$CloudWatchAlarmStatistic
- the value is returned.:sample-count
- EmrCreateCluster$CloudWatchAlarmStatistic/SAMPLE_COUNT
is returned:maximum
- EmrCreateCluster$CloudWatchAlarmStatistic/MAXIMUM
is returned:minimum
- EmrCreateCluster$CloudWatchAlarmStatistic/MINIMUM
is returned:sum
- EmrCreateCluster$CloudWatchAlarmStatistic/SUM
is returned:average
- EmrCreateCluster$CloudWatchAlarmStatistic/AVERAGE
is returnedIf 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.
(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:
EmrCreateCluster$CloudWatchAlarmUnit
- the value is returned.:giga-bits-per-second
- EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BITS_PER_SECOND
is returned:giga-bytes-per-second
- EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BYTES_PER_SECOND
is returned:mega-bits-per-second
- EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BITS_PER_SECOND
is returned:milli-seconds
- EmrCreateCluster$CloudWatchAlarmUnit/MILLI_SECONDS
is returned:count
- EmrCreateCluster$CloudWatchAlarmUnit/COUNT
is returned:giga-bits
- EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BITS
is returned:tera-bits
- EmrCreateCluster$CloudWatchAlarmUnit/TERA_BITS
is returned:tera-bytes
- EmrCreateCluster$CloudWatchAlarmUnit/TERA_BYTES
is returned:percent
- EmrCreateCluster$CloudWatchAlarmUnit/PERCENT
is returned:tera-bits-per-second
- EmrCreateCluster$CloudWatchAlarmUnit/TERA_BITS_PER_SECOND
is returned:kilo-bytes
- EmrCreateCluster$CloudWatchAlarmUnit/KILO_BYTES
is returned:count-per-second
- EmrCreateCluster$CloudWatchAlarmUnit/COUNT_PER_SECOND
is returned:none
- EmrCreateCluster$CloudWatchAlarmUnit/NONE
is returned:kilo-bits-per-second
- EmrCreateCluster$CloudWatchAlarmUnit/KILO_BITS_PER_SECOND
is returned:mega-bytes
- EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BYTES
is returned:bytes
- EmrCreateCluster$CloudWatchAlarmUnit/BYTES
is returned:micro-seconds
- EmrCreateCluster$CloudWatchAlarmUnit/MICRO_SECONDS
is returned:giga-bytes
- EmrCreateCluster$CloudWatchAlarmUnit/GIGA_BYTES
is returned:seconds
- EmrCreateCluster$CloudWatchAlarmUnit/SECONDS
is returned:mega-bytes-per-second
- EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BYTES_PER_SECOND
is returned:mega-bits
- EmrCreateCluster$CloudWatchAlarmUnit/MEGA_BITS
is returned:bytes-per-second
- EmrCreateCluster$CloudWatchAlarmUnit/BYTES_PER_SECOND
is returned:bits-per-second
- EmrCreateCluster$CloudWatchAlarmUnit/BITS_PER_SECOND
is returned:kilo-bits
- EmrCreateCluster$CloudWatchAlarmUnit/KILO_BITS
is returned:bits
- EmrCreateCluster$CloudWatchAlarmUnit/BITS
is returned:kilo-bytes-per-second
- EmrCreateCluster$CloudWatchAlarmUnit/KILO_BYTES_PER_SECOND
is returned:tera-bytes-per-second
- EmrCreateCluster$CloudWatchAlarmUnit/TERA_BYTES_PER_SECOND
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
EmrCreateCluster$EbsBlockDeviceVolumeType
- the value is returned.:io1
- EmrCreateCluster$EbsBlockDeviceVolumeType/IO1
is returned:gp3
- EmrCreateCluster$EbsBlockDeviceVolumeType/GP3
is returned:st1
- EmrCreateCluster$EbsBlockDeviceVolumeType/ST1
is returned:sc1
- EmrCreateCluster$EbsBlockDeviceVolumeType/SC1
is returned:standard
- EmrCreateCluster$EbsBlockDeviceVolumeType/STANDARD
is returned:gp2
- EmrCreateCluster$EbsBlockDeviceVolumeType/GP2
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
EmrCreateCluster$EmrClusterScaleDownBehavior
- the value is returned.:terminate-at-instance-hour
- EmrCreateCluster$EmrClusterScaleDownBehavior/TERMINATE_AT_INSTANCE_HOUR
is returned:terminate-at-task-completion
- EmrCreateCluster$EmrClusterScaleDownBehavior/TERMINATE_AT_TASK_COMPLETION
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
EmrCreateCluster$InstanceMarket
- the value is returned.:spot
- EmrCreateCluster$InstanceMarket/SPOT
is returned:on-demand
- EmrCreateCluster$InstanceMarket/ON_DEMAND
is returnedIf 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.
(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:
EmrCreateCluster$InstanceRoleType
- the value is returned.:master
- EmrCreateCluster$InstanceRoleType/MASTER
is returned:core
- EmrCreateCluster$InstanceRoleType/CORE
is returned:task
- EmrCreateCluster$InstanceRoleType/TASK
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
EmrCreateCluster$OnDemandAllocationStrategy
- the value is returned.:lowest-price
- EmrCreateCluster$OnDemandAllocationStrategy/LOWEST_PRICE
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
EmrCreateCluster$ScalingAdjustmentType
- the value is returned.:exact-capacity
- EmrCreateCluster$ScalingAdjustmentType/EXACT_CAPACITY
is returned:change-in-capacity
- EmrCreateCluster$ScalingAdjustmentType/CHANGE_IN_CAPACITY
is returned:percent-change-in-capacity
- EmrCreateCluster$ScalingAdjustmentType/PERCENT_CHANGE_IN_CAPACITY
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
EmrCreateCluster$SpotAllocationStrategy
- the value is returned.:price-capacity-optimized
- EmrCreateCluster$SpotAllocationStrategy/PRICE_CAPACITY_OPTIMIZED
is returned:diversified
- EmrCreateCluster$SpotAllocationStrategy/DIVERSIFIED
is returned:lowest-price
- EmrCreateCluster$SpotAllocationStrategy/LOWEST_PRICE
is returned:capacity-optimized
- EmrCreateCluster$SpotAllocationStrategy/CAPACITY_OPTIMIZED
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
EmrCreateCluster$SpotTimeoutAction
- the value is returned.:switch-to-on-demand
- EmrCreateCluster$SpotTimeoutAction/SWITCH_TO_ON_DEMAND
is returned:terminate-cluster
- EmrCreateCluster$SpotTimeoutAction/TERMINATE_CLUSTER
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
EncryptionOption
- the value is returned.:kms
- EncryptionOption/KMS
is returned:client-side-kms
- EncryptionOption/CLIENT_SIDE_KMS
is returned:s3-managed
- EncryptionOption/S3_MANAGED
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
HttpMethod
- the value is returned.:get
- HttpMethod/GET
is returned:head
- HttpMethod/HEAD
is returned:options
- HttpMethod/OPTIONS
is returned:post
- HttpMethod/POST
is returned:put
- HttpMethod/PUT
is returned:patch
- HttpMethod/PATCH
is returned:delete
- HttpMethod/DELETE
is returnedIf 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.
(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:
HttpMethods
- the value is returned.:delete
- HttpMethods/DELETE
is returned:put
- HttpMethods/PUT
is returned:patch
- HttpMethods/PATCH
is returned:post
- HttpMethods/POST
is returned:get
- HttpMethods/GET
is returned:head
- HttpMethods/HEAD
is returnedIf 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.
(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:
InputMode
- the value is returned.:pipe
- InputMode/PIPE
is returned:file
- InputMode/FILE
is returned:fast-file
- InputMode/FAST_FILE
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
LambdaInvocationType
- the value is returned.:request-response
- LambdaInvocationType/REQUEST_RESPONSE
is returned:event
- LambdaInvocationType/EVENT
is returned:dry-run
- LambdaInvocationType/DRY_RUN
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
MessageAttributeDataType
- the value is returned.:string-array
- MessageAttributeDataType/STRING_ARRAY
is returned:string
- MessageAttributeDataType/STRING
is returned:number
- MessageAttributeDataType/NUMBER
is returned:binary
- MessageAttributeDataType/BINARY
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Mode
- the value is returned.:multi-model
- Mode/MULTI_MODEL
is returned:single-model
- Mode/SINGLE_MODEL
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
RecordWrapperType
- the value is returned.:none
- RecordWrapperType/NONE
is returned:record-io
- RecordWrapperType/RECORD_IO
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
S3DataDistributionType
- the value is returned.:fully-replicated
- S3DataDistributionType/FULLY_REPLICATED
is returned:sharded-by-s3-key
- S3DataDistributionType/SHARDED_BY_S3_KEY
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
S3DataType
- the value is returned.:augmented-manifest-file
- S3DataType/AUGMENTED_MANIFEST_FILE
is returned:s3-prefix
- S3DataType/S3_PREFIX
is returned:manifest-file
- S3DataType/MANIFEST_FILE
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
SplitType
- the value is returned.:line
- SplitType/LINE
is returned:record-io
- SplitType/RECORD_IO
is returned:tf-record
- SplitType/TF_RECORD
is returned:none
- SplitType/NONE
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
URLEncodingFormat
- the value is returned.:indices
- URLEncodingFormat/INDICES
is returned:none
- URLEncodingFormat/NONE
is returned:repeat
- URLEncodingFormat/REPEAT
is returned:commas
- URLEncodingFormat/COMMAS
is returned:default
- URLEncodingFormat/DEFAULT
is returned:brackets
- URLEncodingFormat/BRACKETS
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
WorkerType
- the value is returned.:g-025x
- WorkerType/G_025X
is returned:g-1x
- WorkerType/G_1X
is returned:standard
- WorkerType/STANDARD
is returned:g-2x
- WorkerType/G_2X
is returned:z-2x
- WorkerType/Z_2X
is returned:g-8x
- WorkerType/G_8X
is returned:g-4x
- WorkerType/G_4X
is returnedIf 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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close