CfnMapRunMixinProps

class aws_cdk.cfn_property_mixins.aws_stepfunctions.CfnMapRunMixinProps(*, execution_arn=None)

Bases: object

Properties for CfnMapRunPropsMixin.

Parameters:

execution_arn (Optional[str]) – The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-maprun.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.cfn_property_mixins import aws_stepfunctions as stepfunctions

cfn_map_run_mixin_props = stepfunctions.CfnMapRunMixinProps(
    execution_arn="executionArn"
)

Attributes

execution_arn

The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-maprun.html#cfn-stepfunctions-maprun-executionarn