interface IAMPolicyDocumentProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.SAM.CfnStateMachine.IAMPolicyDocumentProperty | 
|  Java | software.amazon.awscdk.services.sam.CfnStateMachine.IAMPolicyDocumentProperty | 
|  Python | aws_cdk.aws_sam.CfnStateMachine.IAMPolicyDocumentProperty | 
|  TypeScript | @aws-cdk/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 * as sam from '@aws-cdk/aws-sam';
declare const statement: any;
const iAMPolicyDocumentProperty: sam.CfnStateMachine.IAMPolicyDocumentProperty = {
  statement: statement,
  version: 'version',
};
Properties
| Name | Type | Description | 
|---|---|---|
| statement | any | CfnStateMachine.IAMPolicyDocumentProperty.Statement. | 
| version | string | CfnStateMachine.IAMPolicyDocumentProperty.Version. | 
statement
Type:
any
CfnStateMachine.IAMPolicyDocumentProperty.Statement.
version
Type:
string
CfnStateMachine.IAMPolicyDocumentProperty.Version.
