interface CfnMapRunMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.StepFunctions.CfnMapRunMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsstepfunctions#CfnMapRunMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.stepfunctions.CfnMapRunMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_stepfunctions.CfnMapRunMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_stepfunctions » CfnMapRunMixinProps |
Properties for CfnMapRunPropsMixin.
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/cfn-property-mixins';
const cfnMapRunMixinProps: stepfunctions.CfnMapRunMixinProps = {
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