aws-cdk-lib.aws_sam.CfnFunction.StateMachineSAMPTProperty

interface StateMachineSAMPTProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.StateMachineSAMPTProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_StateMachineSAMPTProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.StateMachineSAMPTProperty
Pythonaws_cdk.aws_sam.CfnFunction.StateMachineSAMPTProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » StateMachineSAMPTProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const stateMachineSAMPTProperty: sam.CfnFunction.StateMachineSAMPTProperty = {
  stateMachineName: 'stateMachineName',
};

Properties

NameTypeDescription
stateMachineNamestringCfnFunction.StateMachineSAMPTProperty.StateMachineName.

stateMachineName

Type: string

CfnFunction.StateMachineSAMPTProperty.StateMachineName.