aws-cdk-lib.aws_sam.CfnStateMachine.IAMPolicyDocumentProperty

interface IAMPolicyDocumentProperty

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

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';

declare const statement: any;
const iAMPolicyDocumentProperty: sam.CfnStateMachine.IAMPolicyDocumentProperty = {
  statement: statement,
  version: 'version',
};

Properties

NameTypeDescription
statementanyCfnStateMachine.IAMPolicyDocumentProperty.Statement.
versionstringCfnStateMachine.IAMPolicyDocumentProperty.Version.

statement

Type: any

CfnStateMachine.IAMPolicyDocumentProperty.Statement.


version

Type: string

CfnStateMachine.IAMPolicyDocumentProperty.Version.