interface CfnMapRunProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.StepFunctions.CfnMapRunProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctions#CfnMapRunProps |
Java | software.amazon.awscdk.services.stepfunctions.CfnMapRunProps |
Python | aws_cdk.aws_stepfunctions.CfnMapRunProps |
TypeScript | aws-cdk-lib » aws_stepfunctions » CfnMapRunProps |
Properties for defining a CfnMapRun.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-maprun.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_stepfunctions as stepfunctions } from 'aws-cdk-lib';
const cfnMapRunProps: stepfunctions.CfnMapRunProps = {
executionArn: 'executionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| execution | string | The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started. |
executionArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.

.NET
Go
Java
Python
TypeScript