interface IAMPolicyDocumentProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SAM.CfnStateMachine.IAMPolicyDocumentProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnStateMachine_IAMPolicyDocumentProperty |
Java | software.amazon.awscdk.services.sam.CfnStateMachine.IAMPolicyDocumentProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
statement | any | |
version | string |
statement
Type:
any
version
Type:
string