Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.stepfunctions package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.stepfunctions package.
(activity-builder scope id config)
Creates a Activity$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 `Activity$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 |
(activity-props-builder id config)
Creates a ActivityProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ActivityProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(afterwards-options-builder id config)
Creates a AfterwardsOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AfterwardsOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-activity-builder builder id config)
The build-activity-builder function updates a Activity$Builder instance using the provided configuration. The function takes the Activity$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
activityName | java.lang.String | cdk.support/lookup-entry | :activity-name |
The build-activity-builder function updates a Activity$Builder instance using the provided configuration. The function takes the Activity$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `activityName` | java.lang.String | [[cdk.support/lookup-entry]] | `:activity-name` |
(build-activity-props-builder builder id config)
The build-activity-props-builder function updates a ActivityProps$Builder instance using the provided configuration. The function takes the ActivityProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
activityName | java.lang.String | cdk.support/lookup-entry | :activity-name |
The build-activity-props-builder function updates a ActivityProps$Builder instance using the provided configuration. The function takes the ActivityProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `activityName` | java.lang.String | [[cdk.support/lookup-entry]] | `:activity-name` |
(build-afterwards-options-builder builder id config)
The build-afterwards-options-builder function updates a AfterwardsOptions$Builder instance using the provided configuration. The function takes the AfterwardsOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
includeErrorHandlers | java.lang.Boolean | cdk.support/lookup-entry | :include-error-handlers |
includeOtherwise | java.lang.Boolean | cdk.support/lookup-entry | :include-otherwise |
The build-afterwards-options-builder function updates a AfterwardsOptions$Builder instance using the provided configuration. The function takes the AfterwardsOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `includeErrorHandlers` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-error-handlers` | | `includeOtherwise` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-otherwise` |
(build-catch-props-builder builder id config)
The build-catch-props-builder function updates a CatchProps$Builder instance using the provided configuration. The function takes the CatchProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
errors | java.util.List | cdk.support/lookup-entry | :errors |
resultPath | java.lang.String | cdk.support/lookup-entry | :result-path |
The build-catch-props-builder function updates a CatchProps$Builder instance using the provided configuration. The function takes the CatchProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `errors` | java.util.List | [[cdk.support/lookup-entry]] | `:errors` | | `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` |
(build-cfn-activity-builder builder id config)
The build-cfn-activity-builder function updates a CfnActivity$Builder instance using the provided configuration. The function takes the CfnActivity$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-activity-builder function updates a CfnActivity$Builder instance using the provided configuration. The function takes the CfnActivity$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-activity-props-builder builder id config)
The build-cfn-activity-props-builder function updates a CfnActivityProps$Builder instance using the provided configuration. The function takes the CfnActivityProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-activity-props-builder function updates a CfnActivityProps$Builder instance using the provided configuration. The function takes the CfnActivityProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-activity-tags-entry-property-builder builder id config)
The build-cfn-activity-tags-entry-property-builder function updates a CfnActivity$TagsEntryProperty$Builder instance using the provided configuration. The function takes the CfnActivity$TagsEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-cfn-activity-tags-entry-property-builder function updates a CfnActivity$TagsEntryProperty$Builder instance using the provided configuration. The function takes the CfnActivity$TagsEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-cfn-state-machine-alias-builder builder id config)
The build-cfn-state-machine-alias-builder function updates a CfnStateMachineAlias$Builder instance using the provided configuration. The function takes the CfnStateMachineAlias$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deploymentPreference | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :deployment-preference |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
routingConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :routing-configuration |
The build-cfn-state-machine-alias-builder function updates a CfnStateMachineAlias$Builder instance using the provided configuration. The function takes the CfnStateMachineAlias$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deploymentPreference` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment-preference` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `routingConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:routing-configuration` |
(build-cfn-state-machine-alias-deployment-preference-property-builder builder
id
config)
The build-cfn-state-machine-alias-deployment-preference-property-builder function updates a CfnStateMachineAlias$DeploymentPreferenceProperty$Builder instance using the provided configuration. The function takes the CfnStateMachineAlias$DeploymentPreferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
alarms | java.util.List | cdk.support/lookup-entry | :alarms |
interval | java.lang.Number | cdk.support/lookup-entry | :interval |
percentage | java.lang.Number | cdk.support/lookup-entry | :percentage |
stateMachineVersionArn | java.lang.String | cdk.support/lookup-entry | :state-machine-version-arn |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-state-machine-alias-deployment-preference-property-builder function updates a CfnStateMachineAlias$DeploymentPreferenceProperty$Builder instance using the provided configuration. The function takes the CfnStateMachineAlias$DeploymentPreferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` | | `interval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval` | | `percentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:percentage` | | `stateMachineVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-version-arn` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-state-machine-alias-props-builder builder id config)
The build-cfn-state-machine-alias-props-builder function updates a CfnStateMachineAliasProps$Builder instance using the provided configuration. The function takes the CfnStateMachineAliasProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deploymentPreference | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :deployment-preference |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
routingConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :routing-configuration |
The build-cfn-state-machine-alias-props-builder function updates a CfnStateMachineAliasProps$Builder instance using the provided configuration. The function takes the CfnStateMachineAliasProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deploymentPreference` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment-preference` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `routingConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:routing-configuration` |
(build-cfn-state-machine-alias-routing-configuration-version-property-builder
builder
id
config)
The build-cfn-state-machine-alias-routing-configuration-version-property-builder function updates a CfnStateMachineAlias$RoutingConfigurationVersionProperty$Builder instance using the provided configuration. The function takes the CfnStateMachineAlias$RoutingConfigurationVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
stateMachineVersionArn | java.lang.String | cdk.support/lookup-entry | :state-machine-version-arn |
weight | java.lang.Number | cdk.support/lookup-entry | :weight |
The build-cfn-state-machine-alias-routing-configuration-version-property-builder function updates a CfnStateMachineAlias$RoutingConfigurationVersionProperty$Builder instance using the provided configuration. The function takes the CfnStateMachineAlias$RoutingConfigurationVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `stateMachineVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-version-arn` | | `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
(build-cfn-state-machine-builder builder id config)
The build-cfn-state-machine-builder function updates a CfnStateMachine$Builder instance using the provided configuration. The function takes the CfnStateMachine$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
definition | java.lang.Object | cdk.support/lookup-entry | :definition |
definitionS3Location | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$S3LocationProperty | cdk.support/lookup-entry | :definition-s3-location |
definitionString | java.lang.String | cdk.support/lookup-entry | :definition-string |
definitionSubstitutions | java.util.Map | cdk.support/lookup-entry | :definition-substitutions |
loggingConfiguration | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$LoggingConfigurationProperty | cdk.support/lookup-entry | :logging-configuration |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
stateMachineName | java.lang.String | cdk.support/lookup-entry | :state-machine-name |
stateMachineType | java.lang.String | cdk.support/lookup-entry | :state-machine-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
tracingConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :tracing-configuration |
The build-cfn-state-machine-builder function updates a CfnStateMachine$Builder instance using the provided configuration. The function takes the CfnStateMachine$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `definition` | java.lang.Object | [[cdk.support/lookup-entry]] | `:definition` | | `definitionS3Location` | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$S3LocationProperty | [[cdk.support/lookup-entry]] | `:definition-s3-location` | | `definitionString` | java.lang.String | [[cdk.support/lookup-entry]] | `:definition-string` | | `definitionSubstitutions` | java.util.Map | [[cdk.support/lookup-entry]] | `:definition-substitutions` | | `loggingConfiguration` | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$LoggingConfigurationProperty | [[cdk.support/lookup-entry]] | `:logging-configuration` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `stateMachineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-name` | | `stateMachineType` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `tracingConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tracing-configuration` |
(build-cfn-state-machine-cloud-watch-logs-log-group-property-builder builder
id
config)
The build-cfn-state-machine-cloud-watch-logs-log-group-property-builder function updates a CfnStateMachine$CloudWatchLogsLogGroupProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$CloudWatchLogsLogGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroupArn | java.lang.String | cdk.support/lookup-entry | :log-group-arn |
The build-cfn-state-machine-cloud-watch-logs-log-group-property-builder function updates a CfnStateMachine$CloudWatchLogsLogGroupProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$CloudWatchLogsLogGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `logGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-arn` |
(build-cfn-state-machine-log-destination-property-builder builder id config)
The build-cfn-state-machine-log-destination-property-builder function updates a CfnStateMachine$LogDestinationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$LogDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudWatchLogsLogGroup | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$CloudWatchLogsLogGroupProperty | cdk.support/lookup-entry | :cloud-watch-logs-log-group |
The build-cfn-state-machine-log-destination-property-builder function updates a CfnStateMachine$LogDestinationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$LogDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cloudWatchLogsLogGroup` | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$CloudWatchLogsLogGroupProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-log-group` |
(build-cfn-state-machine-logging-configuration-property-builder builder
id
config)
The build-cfn-state-machine-logging-configuration-property-builder function updates a CfnStateMachine$LoggingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$LoggingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :destinations |
includeExecutionData | java.lang.Boolean | cdk.support/lookup-entry | :include-execution-data |
level | java.lang.String | cdk.support/lookup-entry | :level |
The build-cfn-state-machine-logging-configuration-property-builder function updates a CfnStateMachine$LoggingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$LoggingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destinations` | | `includeExecutionData` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-execution-data` | | `level` | java.lang.String | [[cdk.support/lookup-entry]] | `:level` |
(build-cfn-state-machine-props-builder builder id config)
The build-cfn-state-machine-props-builder function updates a CfnStateMachineProps$Builder instance using the provided configuration. The function takes the CfnStateMachineProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
definition | java.lang.Object | cdk.support/lookup-entry | :definition |
definitionS3Location | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$S3LocationProperty | cdk.support/lookup-entry | :definition-s3-location |
definitionString | java.lang.String | cdk.support/lookup-entry | :definition-string |
definitionSubstitutions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :definition-substitutions |
loggingConfiguration | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$LoggingConfigurationProperty | cdk.support/lookup-entry | :logging-configuration |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
stateMachineName | java.lang.String | cdk.support/lookup-entry | :state-machine-name |
stateMachineType | java.lang.String | cdk.support/lookup-entry | :state-machine-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
tracingConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :tracing-configuration |
The build-cfn-state-machine-props-builder function updates a CfnStateMachineProps$Builder instance using the provided configuration. The function takes the CfnStateMachineProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `definition` | java.lang.Object | [[cdk.support/lookup-entry]] | `:definition` | | `definitionS3Location` | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$S3LocationProperty | [[cdk.support/lookup-entry]] | `:definition-s3-location` | | `definitionString` | java.lang.String | [[cdk.support/lookup-entry]] | `:definition-string` | | `definitionSubstitutions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:definition-substitutions` | | `loggingConfiguration` | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$LoggingConfigurationProperty | [[cdk.support/lookup-entry]] | `:logging-configuration` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `stateMachineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-name` | | `stateMachineType` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `tracingConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tracing-configuration` |
(build-cfn-state-machine-s3-location-property-builder builder id config)
The build-cfn-state-machine-s3-location-property-builder function updates a CfnStateMachine$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$S3LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | java.lang.String | cdk.support/lookup-entry | :bucket |
key | java.lang.String | cdk.support/lookup-entry | :key |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-state-machine-s3-location-property-builder function updates a CfnStateMachine$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$S3LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` | | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-state-machine-tags-entry-property-builder builder id config)
The build-cfn-state-machine-tags-entry-property-builder function updates a CfnStateMachine$TagsEntryProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$TagsEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-cfn-state-machine-tags-entry-property-builder function updates a CfnStateMachine$TagsEntryProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$TagsEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-cfn-state-machine-tracing-configuration-property-builder builder
id
config)
The build-cfn-state-machine-tracing-configuration-property-builder function updates a CfnStateMachine$TracingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$TracingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-state-machine-tracing-configuration-property-builder function updates a CfnStateMachine$TracingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$TracingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-state-machine-version-builder builder id config)
The build-cfn-state-machine-version-builder function updates a CfnStateMachineVersion$Builder instance using the provided configuration. The function takes the CfnStateMachineVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
stateMachineArn | java.lang.String | cdk.support/lookup-entry | :state-machine-arn |
stateMachineRevisionId | java.lang.String | cdk.support/lookup-entry | :state-machine-revision-id |
The build-cfn-state-machine-version-builder function updates a CfnStateMachineVersion$Builder instance using the provided configuration. The function takes the CfnStateMachineVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `stateMachineArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-arn` | | `stateMachineRevisionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-revision-id` |
(build-cfn-state-machine-version-props-builder builder id config)
The build-cfn-state-machine-version-props-builder function updates a CfnStateMachineVersionProps$Builder instance using the provided configuration. The function takes the CfnStateMachineVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
stateMachineArn | java.lang.String | cdk.support/lookup-entry | :state-machine-arn |
stateMachineRevisionId | java.lang.String | cdk.support/lookup-entry | :state-machine-revision-id |
The build-cfn-state-machine-version-props-builder function updates a CfnStateMachineVersionProps$Builder instance using the provided configuration. The function takes the CfnStateMachineVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `stateMachineArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-arn` | | `stateMachineRevisionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-revision-id` |
(build-choice-builder builder id config)
The build-choice-builder function updates a Choice$Builder instance using the provided configuration. The function takes the Choice$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
outputPath | java.lang.String | cdk.support/lookup-entry | :output-path |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
The build-choice-builder function updates a Choice$Builder instance using the provided configuration. The function takes the Choice$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
(build-choice-props-builder builder id config)
The build-choice-props-builder function updates a ChoiceProps$Builder instance using the provided configuration. The function takes the ChoiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
outputPath | java.lang.String | cdk.support/lookup-entry | :output-path |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
The build-choice-props-builder function updates a ChoiceProps$Builder instance using the provided configuration. The function takes the ChoiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
(build-choice-transition-options-builder builder id config)
The build-choice-transition-options-builder function updates a ChoiceTransitionOptions$Builder instance using the provided configuration. The function takes the ChoiceTransitionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
The build-choice-transition-options-builder function updates a ChoiceTransitionOptions$Builder instance using the provided configuration. The function takes the ChoiceTransitionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` |
(build-credentials-builder builder id config)
The build-credentials-builder function updates a Credentials$Builder instance using the provided configuration. The function takes the Credentials$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
role | software.amazon.awscdk.services.stepfunctions.TaskRole | cdk.support/lookup-entry | :role |
The build-credentials-builder function updates a Credentials$Builder instance using the provided configuration. The function takes the Credentials$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `role` | software.amazon.awscdk.services.stepfunctions.TaskRole | [[cdk.support/lookup-entry]] | `:role` |
(build-custom-state-builder builder id config)
The build-custom-state-builder function updates a CustomState$Builder instance using the provided configuration. The function takes the CustomState$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
stateJson | java.util.Map | cdk.support/lookup-entry | :state-json |
The build-custom-state-builder function updates a CustomState$Builder instance using the provided configuration. The function takes the CustomState$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `stateJson` | java.util.Map | [[cdk.support/lookup-entry]] | `:state-json` |
(build-custom-state-props-builder builder id config)
The build-custom-state-props-builder function updates a CustomStateProps$Builder instance using the provided configuration. The function takes the CustomStateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
stateJson | java.util.Map | cdk.support/lookup-entry | :state-json |
The build-custom-state-props-builder function updates a CustomStateProps$Builder instance using the provided configuration. The function takes the CustomStateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `stateJson` | java.util.Map | [[cdk.support/lookup-entry]] | `:state-json` |
(build-definition-config-builder builder id config)
The build-definition-config-builder function updates a DefinitionConfig$Builder instance using the provided configuration. The function takes the DefinitionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
definition | java.lang.Object | cdk.support/lookup-entry | :definition |
definitionS3Location | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$S3LocationProperty | cdk.support/lookup-entry | :definition-s3-location |
definitionString | java.lang.String | cdk.support/lookup-entry | :definition-string |
The build-definition-config-builder function updates a DefinitionConfig$Builder instance using the provided configuration. The function takes the DefinitionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `definition` | java.lang.Object | [[cdk.support/lookup-entry]] | `:definition` | | `definitionS3Location` | software.amazon.awscdk.services.stepfunctions.CfnStateMachine$S3LocationProperty | [[cdk.support/lookup-entry]] | `:definition-s3-location` | | `definitionString` | java.lang.String | [[cdk.support/lookup-entry]] | `:definition-string` |
(build-distributed-map-builder builder id config)
The build-distributed-map-builder function updates a DistributedMap$Builder instance using the provided configuration. The function takes the DistributedMap$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
itemBatcher | software.amazon.awscdk.services.stepfunctions.ItemBatcher | cdk.support/lookup-entry | :item-batcher |
itemReader | software.amazon.awscdk.services.stepfunctions.IItemReader | cdk.support/lookup-entry | :item-reader |
itemSelector | java.util.Map | cdk.support/lookup-entry | :item-selector |
itemsPath | java.lang.String | cdk.support/lookup-entry | :items-path |
label | java.lang.String | cdk.support/lookup-entry | :label |
mapExecutionType | software.amazon.awscdk.services.stepfunctions.StateMachineType | cdk.api.services.stepfunctions/state-machine-type | :map-execution-type |
maxConcurrency | java.lang.Number | cdk.support/lookup-entry | :max-concurrency |
maxConcurrencyPath | java.lang.String | cdk.support/lookup-entry | :max-concurrency-path |
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 |
resultWriter | software.amazon.awscdk.services.stepfunctions.ResultWriter | cdk.support/lookup-entry | :result-writer |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
toleratedFailureCount | java.lang.Number | cdk.support/lookup-entry | :tolerated-failure-count |
toleratedFailureCountPath | java.lang.String | cdk.support/lookup-entry | :tolerated-failure-count-path |
toleratedFailurePercentage | java.lang.Number | cdk.support/lookup-entry | :tolerated-failure-percentage |
toleratedFailurePercentagePath | java.lang.String | cdk.support/lookup-entry | :tolerated-failure-percentage-path |
The build-distributed-map-builder function updates a DistributedMap$Builder instance using the provided configuration. The function takes the DistributedMap$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `itemBatcher` | software.amazon.awscdk.services.stepfunctions.ItemBatcher | [[cdk.support/lookup-entry]] | `:item-batcher` | | `itemReader` | software.amazon.awscdk.services.stepfunctions.IItemReader | [[cdk.support/lookup-entry]] | `:item-reader` | | `itemSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:item-selector` | | `itemsPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:items-path` | | `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` | | `mapExecutionType` | software.amazon.awscdk.services.stepfunctions.StateMachineType | [[cdk.api.services.stepfunctions/state-machine-type]] | `:map-execution-type` | | `maxConcurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrency` | | `maxConcurrencyPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-concurrency-path` | | `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` | | `resultWriter` | software.amazon.awscdk.services.stepfunctions.ResultWriter | [[cdk.support/lookup-entry]] | `:result-writer` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` | | `toleratedFailureCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:tolerated-failure-count` | | `toleratedFailureCountPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:tolerated-failure-count-path` | | `toleratedFailurePercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:tolerated-failure-percentage` | | `toleratedFailurePercentagePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:tolerated-failure-percentage-path` |
(build-distributed-map-props-builder builder id config)
The build-distributed-map-props-builder function updates a DistributedMapProps$Builder instance using the provided configuration. The function takes the DistributedMapProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
itemBatcher | software.amazon.awscdk.services.stepfunctions.ItemBatcher | cdk.support/lookup-entry | :item-batcher |
itemReader | software.amazon.awscdk.services.stepfunctions.IItemReader | cdk.support/lookup-entry | :item-reader |
itemSelector | java.util.Map | cdk.support/lookup-entry | :item-selector |
itemsPath | java.lang.String | cdk.support/lookup-entry | :items-path |
label | java.lang.String | cdk.support/lookup-entry | :label |
mapExecutionType | software.amazon.awscdk.services.stepfunctions.StateMachineType | cdk.api.services.stepfunctions/state-machine-type | :map-execution-type |
maxConcurrency | java.lang.Number | cdk.support/lookup-entry | :max-concurrency |
maxConcurrencyPath | java.lang.String | cdk.support/lookup-entry | :max-concurrency-path |
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 |
resultWriter | software.amazon.awscdk.services.stepfunctions.ResultWriter | cdk.support/lookup-entry | :result-writer |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
toleratedFailureCount | java.lang.Number | cdk.support/lookup-entry | :tolerated-failure-count |
toleratedFailureCountPath | java.lang.String | cdk.support/lookup-entry | :tolerated-failure-count-path |
toleratedFailurePercentage | java.lang.Number | cdk.support/lookup-entry | :tolerated-failure-percentage |
toleratedFailurePercentagePath | java.lang.String | cdk.support/lookup-entry | :tolerated-failure-percentage-path |
The build-distributed-map-props-builder function updates a DistributedMapProps$Builder instance using the provided configuration. The function takes the DistributedMapProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `itemBatcher` | software.amazon.awscdk.services.stepfunctions.ItemBatcher | [[cdk.support/lookup-entry]] | `:item-batcher` | | `itemReader` | software.amazon.awscdk.services.stepfunctions.IItemReader | [[cdk.support/lookup-entry]] | `:item-reader` | | `itemSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:item-selector` | | `itemsPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:items-path` | | `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` | | `mapExecutionType` | software.amazon.awscdk.services.stepfunctions.StateMachineType | [[cdk.api.services.stepfunctions/state-machine-type]] | `:map-execution-type` | | `maxConcurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrency` | | `maxConcurrencyPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-concurrency-path` | | `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` | | `resultWriter` | software.amazon.awscdk.services.stepfunctions.ResultWriter | [[cdk.support/lookup-entry]] | `:result-writer` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` | | `toleratedFailureCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:tolerated-failure-count` | | `toleratedFailureCountPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:tolerated-failure-count-path` | | `toleratedFailurePercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:tolerated-failure-percentage` | | `toleratedFailurePercentagePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:tolerated-failure-percentage-path` |
(build-fail-builder builder id config)
The build-fail-builder function updates a Fail$Builder instance using the provided configuration. The function takes the Fail$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cause | java.lang.String | cdk.support/lookup-entry | :cause |
causePath | java.lang.String | cdk.support/lookup-entry | :cause-path |
comment | java.lang.String | cdk.support/lookup-entry | :comment |
error | java.lang.String | cdk.support/lookup-entry | :error |
errorPath | java.lang.String | cdk.support/lookup-entry | :error-path |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
The build-fail-builder function updates a Fail$Builder instance using the provided configuration. The function takes the Fail$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cause` | java.lang.String | [[cdk.support/lookup-entry]] | `:cause` | | `causePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:cause-path` | | `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` | | `error` | java.lang.String | [[cdk.support/lookup-entry]] | `:error` | | `errorPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:error-path` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
(build-fail-props-builder builder id config)
The build-fail-props-builder function updates a FailProps$Builder instance using the provided configuration. The function takes the FailProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cause | java.lang.String | cdk.support/lookup-entry | :cause |
causePath | java.lang.String | cdk.support/lookup-entry | :cause-path |
comment | java.lang.String | cdk.support/lookup-entry | :comment |
error | java.lang.String | cdk.support/lookup-entry | :error |
errorPath | java.lang.String | cdk.support/lookup-entry | :error-path |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
The build-fail-props-builder function updates a FailProps$Builder instance using the provided configuration. The function takes the FailProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cause` | java.lang.String | [[cdk.support/lookup-entry]] | `:cause` | | `causePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:cause-path` | | `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` | | `error` | java.lang.String | [[cdk.support/lookup-entry]] | `:error` | | `errorPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:error-path` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
(build-file-definition-body-builder builder id config)
The build-file-definition-body-builder function updates a FileDefinitionBody$Builder instance using the provided configuration. The function takes the FileDefinitionBody$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assetHash | java.lang.String | cdk.support/lookup-entry | :asset-hash |
assetHashType | software.amazon.awscdk.AssetHashType | cdk.api/asset-hash-type | :asset-hash-type |
bundling | software.amazon.awscdk.BundlingOptions | cdk.support/lookup-entry | :bundling |
deployTime | java.lang.Boolean | cdk.support/lookup-entry | :deploy-time |
exclude | java.util.List | cdk.support/lookup-entry | :exclude |
followSymlinks | software.amazon.awscdk.SymlinkFollowMode | cdk.api/symlink-follow-mode | :follow-symlinks |
ignoreMode | software.amazon.awscdk.IgnoreMode | cdk.api/ignore-mode | :ignore-mode |
readers | java.util.List | cdk.support/lookup-entry | :readers |
The build-file-definition-body-builder function updates a FileDefinitionBody$Builder instance using the provided configuration. The function takes the FileDefinitionBody$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assetHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-hash` | | `assetHashType` | software.amazon.awscdk.AssetHashType | [[cdk.api/asset-hash-type]] | `:asset-hash-type` | | `bundling` | software.amazon.awscdk.BundlingOptions | [[cdk.support/lookup-entry]] | `:bundling` | | `deployTime` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy-time` | | `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` | | `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` | | `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` | | `readers` | java.util.List | [[cdk.support/lookup-entry]] | `:readers` |
(build-find-state-options-builder builder id config)
The build-find-state-options-builder function updates a FindStateOptions$Builder instance using the provided configuration. The function takes the FindStateOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
includeErrorHandlers | java.lang.Boolean | cdk.support/lookup-entry | :include-error-handlers |
The build-find-state-options-builder function updates a FindStateOptions$Builder instance using the provided configuration. The function takes the FindStateOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `includeErrorHandlers` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-error-handlers` |
(build-item-batcher-builder builder id config)
The build-item-batcher-builder function updates a ItemBatcher$Builder instance using the provided configuration. The function takes the ItemBatcher$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
batchInput | com.fasterxml.jackson.databind.node.ObjectNode | cdk.support/lookup-entry | :batch-input |
maxInputBytesPerBatch | java.lang.Number | cdk.support/lookup-entry | :max-input-bytes-per-batch |
maxInputBytesPerBatchPath | java.lang.String | cdk.support/lookup-entry | :max-input-bytes-per-batch-path |
maxItemsPerBatch | java.lang.Number | cdk.support/lookup-entry | :max-items-per-batch |
maxItemsPerBatchPath | java.lang.String | cdk.support/lookup-entry | :max-items-per-batch-path |
The build-item-batcher-builder function updates a ItemBatcher$Builder instance using the provided configuration. The function takes the ItemBatcher$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `batchInput` | com.fasterxml.jackson.databind.node.ObjectNode | [[cdk.support/lookup-entry]] | `:batch-input` | | `maxInputBytesPerBatch` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-input-bytes-per-batch` | | `maxInputBytesPerBatchPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-input-bytes-per-batch-path` | | `maxItemsPerBatch` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-items-per-batch` | | `maxItemsPerBatchPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-items-per-batch-path` |
(build-item-batcher-props-builder builder id config)
The build-item-batcher-props-builder function updates a ItemBatcherProps$Builder instance using the provided configuration. The function takes the ItemBatcherProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
batchInput | com.fasterxml.jackson.databind.node.ObjectNode | cdk.support/lookup-entry | :batch-input |
maxInputBytesPerBatch | java.lang.Number | cdk.support/lookup-entry | :max-input-bytes-per-batch |
maxInputBytesPerBatchPath | java.lang.String | cdk.support/lookup-entry | :max-input-bytes-per-batch-path |
maxItemsPerBatch | java.lang.Number | cdk.support/lookup-entry | :max-items-per-batch |
maxItemsPerBatchPath | java.lang.String | cdk.support/lookup-entry | :max-items-per-batch-path |
The build-item-batcher-props-builder function updates a ItemBatcherProps$Builder instance using the provided configuration. The function takes the ItemBatcherProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `batchInput` | com.fasterxml.jackson.databind.node.ObjectNode | [[cdk.support/lookup-entry]] | `:batch-input` | | `maxInputBytesPerBatch` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-input-bytes-per-batch` | | `maxInputBytesPerBatchPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-input-bytes-per-batch-path` | | `maxItemsPerBatch` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-items-per-batch` | | `maxItemsPerBatchPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-items-per-batch-path` |
(build-item-reader-props-builder builder id config)
The build-item-reader-props-builder function updates a ItemReaderProps$Builder instance using the provided configuration. The function takes the ItemReaderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
maxItems | java.lang.Number | cdk.support/lookup-entry | :max-items |
The build-item-reader-props-builder function updates a ItemReaderProps$Builder instance using the provided configuration. The function takes the ItemReaderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `maxItems` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-items` |
(build-log-options-builder builder id config)
The build-log-options-builder function updates a LogOptions$Builder instance using the provided configuration. The function takes the LogOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destination | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :destination |
includeExecutionData | java.lang.Boolean | cdk.support/lookup-entry | :include-execution-data |
level | software.amazon.awscdk.services.stepfunctions.LogLevel | cdk.api.services.stepfunctions/log-level | :level |
The build-log-options-builder function updates a LogOptions$Builder instance using the provided configuration. The function takes the LogOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destination` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:destination` | | `includeExecutionData` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-execution-data` | | `level` | software.amazon.awscdk.services.stepfunctions.LogLevel | [[cdk.api.services.stepfunctions/log-level]] | `:level` |
(build-map-base-props-builder builder id config)
The build-map-base-props-builder function updates a MapBaseProps$Builder instance using the provided configuration. The function takes the MapBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
itemSelector | java.util.Map | cdk.support/lookup-entry | :item-selector |
itemsPath | java.lang.String | cdk.support/lookup-entry | :items-path |
maxConcurrency | java.lang.Number | cdk.support/lookup-entry | :max-concurrency |
maxConcurrencyPath | java.lang.String | cdk.support/lookup-entry | :max-concurrency-path |
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 |
The build-map-base-props-builder function updates a MapBaseProps$Builder instance using the provided configuration. The function takes the MapBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `itemSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:item-selector` | | `itemsPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:items-path` | | `maxConcurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrency` | | `maxConcurrencyPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-concurrency-path` | | `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` |
(build-map-builder builder id config)
The build-map-builder function updates a Map$Builder instance using the provided configuration. The function takes the Map$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
itemSelector | java.util.Map | cdk.support/lookup-entry | :item-selector |
itemsPath | java.lang.String | cdk.support/lookup-entry | :items-path |
maxConcurrency | java.lang.Number | cdk.support/lookup-entry | :max-concurrency |
maxConcurrencyPath | java.lang.String | cdk.support/lookup-entry | :max-concurrency-path |
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 |
The build-map-builder function updates a Map$Builder instance using the provided configuration. The function takes the Map$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `itemSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:item-selector` | | `itemsPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:items-path` | | `maxConcurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrency` | | `maxConcurrencyPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-concurrency-path` | | `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` |
(build-map-props-builder builder id config)
The build-map-props-builder function updates a MapProps$Builder instance using the provided configuration. The function takes the MapProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
itemSelector | java.util.Map | cdk.support/lookup-entry | :item-selector |
itemsPath | java.lang.String | cdk.support/lookup-entry | :items-path |
maxConcurrency | java.lang.Number | cdk.support/lookup-entry | :max-concurrency |
maxConcurrencyPath | java.lang.String | cdk.support/lookup-entry | :max-concurrency-path |
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 |
The build-map-props-builder function updates a MapProps$Builder instance using the provided configuration. The function takes the MapProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `itemSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:item-selector` | | `itemsPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:items-path` | | `maxConcurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrency` | | `maxConcurrencyPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-concurrency-path` | | `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` |
(build-parallel-builder builder id config)
The build-parallel-builder function updates a Parallel$Builder instance using the provided configuration. The function takes the Parallel$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
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 |
The build-parallel-builder function updates a Parallel$Builder instance using the provided configuration. The function takes the Parallel$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `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` |
(build-parallel-props-builder builder id config)
The build-parallel-props-builder function updates a ParallelProps$Builder instance using the provided configuration. The function takes the ParallelProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
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 |
The build-parallel-props-builder function updates a ParallelProps$Builder instance using the provided configuration. The function takes the ParallelProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `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` |
(build-pass-builder builder id config)
The build-pass-builder function updates a Pass$Builder instance using the provided configuration. The function takes the Pass$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
outputPath | java.lang.String | cdk.support/lookup-entry | :output-path |
parameters | java.util.Map | cdk.support/lookup-entry | :parameters |
result | software.amazon.awscdk.services.stepfunctions.Result | cdk.support/lookup-entry | :result |
resultPath | java.lang.String | cdk.support/lookup-entry | :result-path |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
The build-pass-builder function updates a Pass$Builder instance using the provided configuration. The function takes the Pass$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` | | `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` | | `result` | software.amazon.awscdk.services.stepfunctions.Result | [[cdk.support/lookup-entry]] | `:result` | | `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
(build-pass-props-builder builder id config)
The build-pass-props-builder function updates a PassProps$Builder instance using the provided configuration. The function takes the PassProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
outputPath | java.lang.String | cdk.support/lookup-entry | :output-path |
parameters | java.util.Map | cdk.support/lookup-entry | :parameters |
result | software.amazon.awscdk.services.stepfunctions.Result | cdk.support/lookup-entry | :result |
resultPath | java.lang.String | cdk.support/lookup-entry | :result-path |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
The build-pass-props-builder function updates a PassProps$Builder instance using the provided configuration. The function takes the PassProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` | | `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` | | `result` | software.amazon.awscdk.services.stepfunctions.Result | [[cdk.support/lookup-entry]] | `:result` | | `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
(build-processor-config-builder builder id config)
The build-processor-config-builder function updates a ProcessorConfig$Builder instance using the provided configuration. The function takes the ProcessorConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
executionType | software.amazon.awscdk.services.stepfunctions.ProcessorType | cdk.api.services.stepfunctions/processor-type | :execution-type |
mode | software.amazon.awscdk.services.stepfunctions.ProcessorMode | cdk.api.services.stepfunctions/processor-mode | :mode |
The build-processor-config-builder function updates a ProcessorConfig$Builder instance using the provided configuration. The function takes the ProcessorConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `executionType` | software.amazon.awscdk.services.stepfunctions.ProcessorType | [[cdk.api.services.stepfunctions/processor-type]] | `:execution-type` | | `mode` | software.amazon.awscdk.services.stepfunctions.ProcessorMode | [[cdk.api.services.stepfunctions/processor-mode]] | `:mode` |
(build-result-writer-builder builder id config)
The build-result-writer-builder function updates a ResultWriter$Builder instance using the provided configuration. The function takes the ResultWriter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
The build-result-writer-builder function updates a ResultWriter$Builder instance using the provided configuration. The function takes the ResultWriter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
(build-result-writer-props-builder builder id config)
The build-result-writer-props-builder function updates a ResultWriterProps$Builder instance using the provided configuration. The function takes the ResultWriterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
The build-result-writer-props-builder function updates a ResultWriterProps$Builder instance using the provided configuration. The function takes the ResultWriterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
(build-retry-props-builder builder id config)
The build-retry-props-builder function updates a RetryProps$Builder instance using the provided configuration. The function takes the RetryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
backoffRate | java.lang.Number | cdk.support/lookup-entry | :backoff-rate |
errors | java.util.List | cdk.support/lookup-entry | :errors |
interval | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :interval |
jitterStrategy | software.amazon.awscdk.services.stepfunctions.JitterType | cdk.api.services.stepfunctions/jitter-type | :jitter-strategy |
maxAttempts | java.lang.Number | cdk.support/lookup-entry | :max-attempts |
maxDelay | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :max-delay |
The build-retry-props-builder function updates a RetryProps$Builder instance using the provided configuration. The function takes the RetryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `backoffRate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:backoff-rate` | | `errors` | java.util.List | [[cdk.support/lookup-entry]] | `:errors` | | `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` | | `jitterStrategy` | software.amazon.awscdk.services.stepfunctions.JitterType | [[cdk.api.services.stepfunctions/jitter-type]] | `:jitter-strategy` | | `maxAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-attempts` | | `maxDelay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-delay` |
(build-s3-csv-item-reader-builder builder id config)
The build-s3-csv-item-reader-builder function updates a S3CsvItemReader$Builder instance using the provided configuration. The function takes the S3CsvItemReader$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
csvHeaders | software.amazon.awscdk.services.stepfunctions.CsvHeaders | cdk.support/lookup-entry | :csv-headers |
key | java.lang.String | cdk.support/lookup-entry | :key |
maxItems | java.lang.Number | cdk.support/lookup-entry | :max-items |
The build-s3-csv-item-reader-builder function updates a S3CsvItemReader$Builder instance using the provided configuration. The function takes the S3CsvItemReader$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `csvHeaders` | software.amazon.awscdk.services.stepfunctions.CsvHeaders | [[cdk.support/lookup-entry]] | `:csv-headers` | | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `maxItems` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-items` |
(build-s3-csv-item-reader-props-builder builder id config)
The build-s3-csv-item-reader-props-builder function updates a S3CsvItemReaderProps$Builder instance using the provided configuration. The function takes the S3CsvItemReaderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
csvHeaders | software.amazon.awscdk.services.stepfunctions.CsvHeaders | cdk.support/lookup-entry | :csv-headers |
key | java.lang.String | cdk.support/lookup-entry | :key |
maxItems | java.lang.Number | cdk.support/lookup-entry | :max-items |
The build-s3-csv-item-reader-props-builder function updates a S3CsvItemReaderProps$Builder instance using the provided configuration. The function takes the S3CsvItemReaderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `csvHeaders` | software.amazon.awscdk.services.stepfunctions.CsvHeaders | [[cdk.support/lookup-entry]] | `:csv-headers` | | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `maxItems` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-items` |
(build-s3-file-item-reader-props-builder builder id config)
The build-s3-file-item-reader-props-builder function updates a S3FileItemReaderProps$Builder instance using the provided configuration. The function takes the S3FileItemReaderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
key | java.lang.String | cdk.support/lookup-entry | :key |
maxItems | java.lang.Number | cdk.support/lookup-entry | :max-items |
The build-s3-file-item-reader-props-builder function updates a S3FileItemReaderProps$Builder instance using the provided configuration. The function takes the S3FileItemReaderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `maxItems` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-items` |
(build-s3-json-item-reader-builder builder id config)
The build-s3-json-item-reader-builder function updates a S3JsonItemReader$Builder instance using the provided configuration. The function takes the S3JsonItemReader$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
key | java.lang.String | cdk.support/lookup-entry | :key |
maxItems | java.lang.Number | cdk.support/lookup-entry | :max-items |
The build-s3-json-item-reader-builder function updates a S3JsonItemReader$Builder instance using the provided configuration. The function takes the S3JsonItemReader$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `maxItems` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-items` |
(build-s3-manifest-item-reader-builder builder id config)
The build-s3-manifest-item-reader-builder function updates a S3ManifestItemReader$Builder instance using the provided configuration. The function takes the S3ManifestItemReader$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
key | java.lang.String | cdk.support/lookup-entry | :key |
maxItems | java.lang.Number | cdk.support/lookup-entry | :max-items |
The build-s3-manifest-item-reader-builder function updates a S3ManifestItemReader$Builder instance using the provided configuration. The function takes the S3ManifestItemReader$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `maxItems` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-items` |
(build-s3-objects-item-reader-builder builder id config)
The build-s3-objects-item-reader-builder function updates a S3ObjectsItemReader$Builder instance using the provided configuration. The function takes the S3ObjectsItemReader$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
maxItems | java.lang.Number | cdk.support/lookup-entry | :max-items |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
The build-s3-objects-item-reader-builder function updates a S3ObjectsItemReader$Builder instance using the provided configuration. The function takes the S3ObjectsItemReader$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `maxItems` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-items` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
(build-s3-objects-item-reader-props-builder builder id config)
The build-s3-objects-item-reader-props-builder function updates a S3ObjectsItemReaderProps$Builder instance using the provided configuration. The function takes the S3ObjectsItemReaderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
maxItems | java.lang.Number | cdk.support/lookup-entry | :max-items |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
The build-s3-objects-item-reader-props-builder function updates a S3ObjectsItemReaderProps$Builder instance using the provided configuration. The function takes the S3ObjectsItemReaderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `maxItems` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-items` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
(build-single-state-options-builder builder id config)
The build-single-state-options-builder function updates a SingleStateOptions$Builder instance using the provided configuration. The function takes the SingleStateOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
outputPath | java.lang.String | cdk.support/lookup-entry | :output-path |
prefixStates | java.lang.String | cdk.support/lookup-entry | :prefix-states |
resultPath | java.lang.String | cdk.support/lookup-entry | :result-path |
resultSelector | java.util.Map | cdk.support/lookup-entry | :result-selector |
stateId | java.lang.String | cdk.support/lookup-entry | :state-id |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
The build-single-state-options-builder function updates a SingleStateOptions$Builder instance using the provided configuration. The function takes the SingleStateOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` | | `prefixStates` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix-states` | | `resultPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:result-path` | | `resultSelector` | java.util.Map | [[cdk.support/lookup-entry]] | `:result-selector` | | `stateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-id` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
(build-state-machine-builder builder id config)
The build-state-machine-builder function updates a StateMachine$Builder instance using the provided configuration. The function takes the StateMachine$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
definition | software.amazon.awscdk.services.stepfunctions.IChainable | cdk.support/lookup-entry | :definition |
definitionBody | software.amazon.awscdk.services.stepfunctions.DefinitionBody | cdk.support/lookup-entry | :definition-body |
definitionSubstitutions | java.util.Map | cdk.support/lookup-entry | :definition-substitutions |
logs | software.amazon.awscdk.services.stepfunctions.LogOptions | cdk.support/lookup-entry | :logs |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
stateMachineName | java.lang.String | cdk.support/lookup-entry | :state-machine-name |
stateMachineType | software.amazon.awscdk.services.stepfunctions.StateMachineType | cdk.api.services.stepfunctions/state-machine-type | :state-machine-type |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
tracingEnabled | java.lang.Boolean | cdk.support/lookup-entry | :tracing-enabled |
The build-state-machine-builder function updates a StateMachine$Builder instance using the provided configuration. The function takes the StateMachine$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `definition` | software.amazon.awscdk.services.stepfunctions.IChainable | [[cdk.support/lookup-entry]] | `:definition` | | `definitionBody` | software.amazon.awscdk.services.stepfunctions.DefinitionBody | [[cdk.support/lookup-entry]] | `:definition-body` | | `definitionSubstitutions` | java.util.Map | [[cdk.support/lookup-entry]] | `:definition-substitutions` | | `logs` | software.amazon.awscdk.services.stepfunctions.LogOptions | [[cdk.support/lookup-entry]] | `:logs` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `stateMachineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-name` | | `stateMachineType` | software.amazon.awscdk.services.stepfunctions.StateMachineType | [[cdk.api.services.stepfunctions/state-machine-type]] | `:state-machine-type` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` | | `tracingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tracing-enabled` |
(build-state-machine-props-builder builder id config)
The build-state-machine-props-builder function updates a StateMachineProps$Builder instance using the provided configuration. The function takes the StateMachineProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
definition | software.amazon.awscdk.services.stepfunctions.IChainable | cdk.support/lookup-entry | :definition |
definitionBody | software.amazon.awscdk.services.stepfunctions.DefinitionBody | cdk.support/lookup-entry | :definition-body |
definitionSubstitutions | java.util.Map | cdk.support/lookup-entry | :definition-substitutions |
logs | software.amazon.awscdk.services.stepfunctions.LogOptions | cdk.support/lookup-entry | :logs |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
stateMachineName | java.lang.String | cdk.support/lookup-entry | :state-machine-name |
stateMachineType | software.amazon.awscdk.services.stepfunctions.StateMachineType | cdk.api.services.stepfunctions/state-machine-type | :state-machine-type |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
tracingEnabled | java.lang.Boolean | cdk.support/lookup-entry | :tracing-enabled |
The build-state-machine-props-builder function updates a StateMachineProps$Builder instance using the provided configuration. The function takes the StateMachineProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `definition` | software.amazon.awscdk.services.stepfunctions.IChainable | [[cdk.support/lookup-entry]] | `:definition` | | `definitionBody` | software.amazon.awscdk.services.stepfunctions.DefinitionBody | [[cdk.support/lookup-entry]] | `:definition-body` | | `definitionSubstitutions` | java.util.Map | [[cdk.support/lookup-entry]] | `:definition-substitutions` | | `logs` | software.amazon.awscdk.services.stepfunctions.LogOptions | [[cdk.support/lookup-entry]] | `:logs` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `stateMachineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-name` | | `stateMachineType` | software.amazon.awscdk.services.stepfunctions.StateMachineType | [[cdk.api.services.stepfunctions/state-machine-type]] | `:state-machine-type` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` | | `tracingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tracing-enabled` |
(build-state-props-builder builder id config)
The build-state-props-builder function updates a StateProps$Builder instance using the provided configuration. The function takes the StateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
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 |
The build-state-props-builder function updates a StateProps$Builder instance using the provided configuration. The function takes the StateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `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` |
(build-succeed-builder builder id config)
The build-succeed-builder function updates a Succeed$Builder instance using the provided configuration. The function takes the Succeed$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
outputPath | java.lang.String | cdk.support/lookup-entry | :output-path |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
The build-succeed-builder function updates a Succeed$Builder instance using the provided configuration. The function takes the Succeed$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
(build-succeed-props-builder builder id config)
The build-succeed-props-builder function updates a SucceedProps$Builder instance using the provided configuration. The function takes the SucceedProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
outputPath | java.lang.String | cdk.support/lookup-entry | :output-path |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
The build-succeed-props-builder function updates a SucceedProps$Builder instance using the provided configuration. The function takes the SucceedProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` |
(build-task-metrics-config-builder builder id config)
The build-task-metrics-config-builder function updates a TaskMetricsConfig$Builder instance using the provided configuration. The function takes the TaskMetricsConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
metricDimensions | java.util.Map | cdk.support/lookup-entry | :metric-dimensions |
metricPrefixPlural | java.lang.String | cdk.support/lookup-entry | :metric-prefix-plural |
metricPrefixSingular | java.lang.String | cdk.support/lookup-entry | :metric-prefix-singular |
The build-task-metrics-config-builder function updates a TaskMetricsConfig$Builder instance using the provided configuration. The function takes the TaskMetricsConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `metricDimensions` | java.util.Map | [[cdk.support/lookup-entry]] | `:metric-dimensions` | | `metricPrefixPlural` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-prefix-plural` | | `metricPrefixSingular` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-prefix-singular` |
(build-task-state-base-props-builder builder id config)
The build-task-state-base-props-builder function updates a TaskStateBaseProps$Builder instance using the provided configuration. The function takes the TaskStateBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
The build-task-state-base-props-builder function updates a TaskStateBaseProps$Builder instance using the provided configuration. The function takes the TaskStateBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` |
(build-wait-builder builder id config)
The build-wait-builder function updates a Wait$Builder instance using the provided configuration. The function takes the Wait$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
time | software.amazon.awscdk.services.stepfunctions.WaitTime | cdk.support/lookup-entry | :time |
The build-wait-builder function updates a Wait$Builder instance using the provided configuration. The function takes the Wait$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` | | `time` | software.amazon.awscdk.services.stepfunctions.WaitTime | [[cdk.support/lookup-entry]] | `:time` |
(build-wait-props-builder builder id config)
The build-wait-props-builder function updates a WaitProps$Builder instance using the provided configuration. The function takes the WaitProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
stateName | java.lang.String | cdk.support/lookup-entry | :state-name |
time | software.amazon.awscdk.services.stepfunctions.WaitTime | cdk.support/lookup-entry | :time |
The build-wait-props-builder function updates a WaitProps$Builder instance using the provided configuration. The function takes the WaitProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `stateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-name` | | `time` | software.amazon.awscdk.services.stepfunctions.WaitTime | [[cdk.support/lookup-entry]] | `:time` |
(catch-props-builder id config)
Creates a CatchProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CatchProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-activity-builder scope id config)
Creates a CfnActivity$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 `CfnActivity$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-activity-props-builder id config)
Creates a CfnActivityProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnActivityProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-activity-tags-entry-property-builder id config)
Creates a CfnActivity$TagsEntryProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnActivity$TagsEntryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-alias-builder scope id config)
Creates a CfnStateMachineAlias$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 `CfnStateMachineAlias$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-alias-deployment-preference-property-builder id config)
Creates a CfnStateMachineAlias$DeploymentPreferenceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStateMachineAlias$DeploymentPreferenceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-alias-props-builder id config)
Creates a CfnStateMachineAliasProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStateMachineAliasProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-alias-routing-configuration-version-property-builder id
config)
Creates a CfnStateMachineAlias$RoutingConfigurationVersionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStateMachineAlias$RoutingConfigurationVersionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-builder scope id config)
Creates a CfnStateMachine$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 `CfnStateMachine$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-cloud-watch-logs-log-group-property-builder id config)
Creates a CfnStateMachine$CloudWatchLogsLogGroupProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStateMachine$CloudWatchLogsLogGroupProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-log-destination-property-builder id config)
Creates a CfnStateMachine$LogDestinationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStateMachine$LogDestinationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-logging-configuration-property-builder id config)
Creates a CfnStateMachine$LoggingConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStateMachine$LoggingConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-props-builder id config)
Creates a CfnStateMachineProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStateMachineProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-s3-location-property-builder id config)
Creates a CfnStateMachine$S3LocationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStateMachine$S3LocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-tags-entry-property-builder id config)
Creates a CfnStateMachine$TagsEntryProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStateMachine$TagsEntryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-tracing-configuration-property-builder id config)
Creates a CfnStateMachine$TracingConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStateMachine$TracingConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-version-builder scope id config)
Creates a CfnStateMachineVersion$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 `CfnStateMachineVersion$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-state-machine-version-props-builder id config)
Creates a CfnStateMachineVersionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStateMachineVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(choice-builder scope id config)
Creates a Choice$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 `Choice$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 |
(choice-props-builder id config)
Creates a ChoiceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ChoiceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(choice-transition-options-builder id config)
Creates a ChoiceTransitionOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ChoiceTransitionOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(credentials-builder id config)
Creates a Credentials$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `Credentials$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(csv-header-location config id item-key)
The csv-header-location
function data interprets values in the provided config data into a
CsvHeaderLocation
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:
CsvHeaderLocation
- the value is returned.:first-row
- CsvHeaderLocation/FIRST_ROW
is returned:given
- CsvHeaderLocation/GIVEN
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `csv-header-location` function data interprets values in the provided config data into a `CsvHeaderLocation` 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 `CsvHeaderLocation` - the value is returned. * is `:first-row` - `CsvHeaderLocation/FIRST_ROW` is returned * is `:given` - `CsvHeaderLocation/GIVEN` is returned If a value is not found or matches the above criteria, nil is returned.
(custom-state-builder scope id config)
Creates a CustomState$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 `CustomState$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 |
(custom-state-props-builder id config)
Creates a CustomStateProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CustomStateProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(definition-config-builder id config)
Creates a DefinitionConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `DefinitionConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(distributed-map-builder scope id config)
Creates a DistributedMap$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 `DistributedMap$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 |
(distributed-map-props-builder id config)
Creates a DistributedMapProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `DistributedMapProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(fail-builder scope id config)
Creates a Fail$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 `Fail$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 |
(fail-props-builder id config)
Creates a FailProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `FailProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(file-definition-body-builder path id config)
Creates a FileDefinitionBody$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | path | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `FileDefinitionBody$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String]___ | Argument | DataType | Description | |---|---|---| | path | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(find-state-options-builder id config)
Creates a FindStateOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `FindStateOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(input-type config id item-key)
The input-type
function data interprets values in the provided config data into a
InputType
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:
InputType
- the value is returned.:object
- InputType/OBJECT
is returned:text
- InputType/TEXT
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `input-type` function data interprets values in the provided config data into a `InputType` 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 `InputType` - the value is returned. * is `:object` - `InputType/OBJECT` is returned * is `:text` - `InputType/TEXT` is returned If a value is not found or matches the above criteria, nil is returned.
(integration-pattern config id item-key)
The integration-pattern
function data interprets values in the provided config data into a
IntegrationPattern
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:
IntegrationPattern
- the value is returned.:run-job
- IntegrationPattern/RUN_JOB
is returned:wait-for-task-token
- IntegrationPattern/WAIT_FOR_TASK_TOKEN
is returned:request-response
- IntegrationPattern/REQUEST_RESPONSE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `integration-pattern` function data interprets values in the provided config data into a `IntegrationPattern` 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 `IntegrationPattern` - the value is returned. * is `:run-job` - `IntegrationPattern/RUN_JOB` is returned * is `:wait-for-task-token` - `IntegrationPattern/WAIT_FOR_TASK_TOKEN` is returned * is `:request-response` - `IntegrationPattern/REQUEST_RESPONSE` is returned If a value is not found or matches the above criteria, nil is returned.
(item-batcher-builder id config)
Creates a ItemBatcher$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 `ItemBatcher$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 |
(item-batcher-props-builder id config)
Creates a ItemBatcherProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ItemBatcherProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(item-reader-props-builder id config)
Creates a ItemReaderProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ItemReaderProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(jitter-type config id item-key)
The jitter-type
function data interprets values in the provided config data into a
JitterType
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:
JitterType
- the value is returned.:full
- JitterType/FULL
is returned:none
- JitterType/NONE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `jitter-type` function data interprets values in the provided config data into a `JitterType` 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 `JitterType` - the value is returned. * is `:full` - `JitterType/FULL` is returned * is `:none` - `JitterType/NONE` is returned If a value is not found or matches the above criteria, nil is returned.
(log-level config id item-key)
The log-level
function data interprets values in the provided config data into a
LogLevel
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:
LogLevel
- the value is returned.:all
- LogLevel/ALL
is returned:fatal
- LogLevel/FATAL
is returned:off
- LogLevel/OFF
is returned:error
- LogLevel/ERROR
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `log-level` function data interprets values in the provided config data into a `LogLevel` 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 `LogLevel` - the value is returned. * is `:all` - `LogLevel/ALL` is returned * is `:fatal` - `LogLevel/FATAL` is returned * is `:off` - `LogLevel/OFF` is returned * is `:error` - `LogLevel/ERROR` is returned If a value is not found or matches the above criteria, nil is returned.
(log-options-builder id config)
Creates a LogOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `LogOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(map-base-props-builder id config)
Creates a MapBaseProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `MapBaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(map-builder scope id config)
Creates a Map$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 `Map$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 |
(map-props-builder id config)
Creates a MapProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `MapProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(parallel-builder scope id config)
Creates a Parallel$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 `Parallel$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 |
(parallel-props-builder id config)
Creates a ParallelProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ParallelProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(pass-builder scope id config)
Creates a Pass$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 `Pass$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 |
(pass-props-builder id config)
Creates a PassProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `PassProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(processor-config-builder id config)
Creates a ProcessorConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ProcessorConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(processor-mode config id item-key)
The processor-mode
function data interprets values in the provided config data into a
ProcessorMode
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:
ProcessorMode
- the value is returned.:inline
- ProcessorMode/INLINE
is returned:distributed
- ProcessorMode/DISTRIBUTED
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `processor-mode` function data interprets values in the provided config data into a `ProcessorMode` 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 `ProcessorMode` - the value is returned. * is `:inline` - `ProcessorMode/INLINE` is returned * is `:distributed` - `ProcessorMode/DISTRIBUTED` is returned If a value is not found or matches the above criteria, nil is returned.
(processor-type config id item-key)
The processor-type
function data interprets values in the provided config data into a
ProcessorType
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:
ProcessorType
- the value is returned.:standard
- ProcessorType/STANDARD
is returned:express
- ProcessorType/EXPRESS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `processor-type` function data interprets values in the provided config data into a `ProcessorType` 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 `ProcessorType` - the value is returned. * is `:standard` - `ProcessorType/STANDARD` is returned * is `:express` - `ProcessorType/EXPRESS` is returned If a value is not found or matches the above criteria, nil is returned.
(result-writer-builder id config)
Creates a ResultWriter$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 `ResultWriter$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 |
(result-writer-props-builder id config)
Creates a ResultWriterProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ResultWriterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(retry-props-builder id config)
Creates a RetryProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `RetryProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-csv-item-reader-builder id config)
Creates a S3CsvItemReader$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 `S3CsvItemReader$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-csv-item-reader-props-builder id config)
Creates a S3CsvItemReaderProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `S3CsvItemReaderProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-file-item-reader-props-builder id config)
Creates a S3FileItemReaderProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `S3FileItemReaderProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-json-item-reader-builder id config)
Creates a S3JsonItemReader$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 `S3JsonItemReader$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-manifest-item-reader-builder id config)
Creates a S3ManifestItemReader$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 `S3ManifestItemReader$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-objects-item-reader-builder id config)
Creates a S3ObjectsItemReader$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 `S3ObjectsItemReader$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-objects-item-reader-props-builder id config)
Creates a S3ObjectsItemReaderProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `S3ObjectsItemReaderProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(service-integration-pattern config id item-key)
The service-integration-pattern
function data interprets values in the provided config data into a
ServiceIntegrationPattern
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:
ServiceIntegrationPattern
- the value is returned.:fire-and-forget
- ServiceIntegrationPattern/FIRE_AND_FORGET
is returned:sync
- ServiceIntegrationPattern/SYNC
is returned:wait-for-task-token
- ServiceIntegrationPattern/WAIT_FOR_TASK_TOKEN
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `service-integration-pattern` function data interprets values in the provided config data into a `ServiceIntegrationPattern` 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 `ServiceIntegrationPattern` - the value is returned. * is `:fire-and-forget` - `ServiceIntegrationPattern/FIRE_AND_FORGET` is returned * is `:sync` - `ServiceIntegrationPattern/SYNC` is returned * is `:wait-for-task-token` - `ServiceIntegrationPattern/WAIT_FOR_TASK_TOKEN` is returned If a value is not found or matches the above criteria, nil is returned.
(single-state-options-builder id config)
Creates a SingleStateOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SingleStateOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(state-machine-builder scope id config)
Creates a StateMachine$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 `StateMachine$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 |
(state-machine-props-builder id config)
Creates a StateMachineProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `StateMachineProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(state-machine-type config id item-key)
The state-machine-type
function data interprets values in the provided config data into a
StateMachineType
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:
StateMachineType
- the value is returned.:express
- StateMachineType/EXPRESS
is returned:standard
- StateMachineType/STANDARD
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `state-machine-type` function data interprets values in the provided config data into a `StateMachineType` 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 `StateMachineType` - the value is returned. * is `:express` - `StateMachineType/EXPRESS` is returned * is `:standard` - `StateMachineType/STANDARD` is returned If a value is not found or matches the above criteria, nil is returned.
(state-props-builder id config)
Creates a StateProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `StateProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(succeed-builder scope id config)
Creates a Succeed$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 `Succeed$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 |
(succeed-props-builder id config)
Creates a SucceedProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SucceedProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-metrics-config-builder id config)
Creates a TaskMetricsConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `TaskMetricsConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-state-base-props-builder id config)
Creates a TaskStateBaseProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `TaskStateBaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(wait-builder scope id config)
Creates a Wait$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 `Wait$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 |
(wait-props-builder id config)
Creates a WaitProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `WaitProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close