MapRunReference

class aws_cdk.interfaces.aws_stepfunctions.MapRunReference(*, map_run_arn)

Bases: object

A reference to a MapRun resource.

Parameters:

map_run_arn (str) – The MapRunArn of the MapRun resource.

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.interfaces import aws_stepfunctions as interfaces_stepfunctions

map_run_reference = interfaces_stepfunctions.MapRunReference(
    map_run_arn="mapRunArn"
)

Attributes

map_run_arn

The MapRunArn of the MapRun resource.