interface IAMPolicyDocumentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SAM.CfnStateMachinePropsMixin.IAMPolicyDocumentProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssam#CfnStateMachinePropsMixin_IAMPolicyDocumentProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sam.CfnStateMachinePropsMixin.IAMPolicyDocumentProperty |
Python | aws_cdk.cfn_property_mixins.aws_sam.CfnStateMachinePropsMixin.IAMPolicyDocumentProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sam » CfnStateMachinePropsMixin » 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/cfn-property-mixins';
declare const statement: any;
const iAMPolicyDocumentProperty: sam.CfnStateMachinePropsMixin.IAMPolicyDocumentProperty = {
statement: statement,
version: 'version',
};
Properties
| Name | Type | Description |
|---|---|---|
| statement? | any | |
| version? | string |
statement?
Type:
any
(optional)
version?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript