CfnMapRunProps
- class aws_cdk.aws_stepfunctions.CfnMapRunProps(*, execution_arn=None)
Bases:
objectProperties for defining a
CfnMapRun.- 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 import aws_stepfunctions as stepfunctions cfn_map_run_props = stepfunctions.CfnMapRunProps( execution_arn="executionArn" )
Attributes
- execution_arn
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.