aws-cdk-lib.aws_sam.CfnFunction.IAMPolicyDocumentProperty

interface IAMPolicyDocumentProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.IAMPolicyDocumentProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_IAMPolicyDocumentProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.IAMPolicyDocumentProperty
Pythonaws_cdk.aws_sam.CfnFunction.IAMPolicyDocumentProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » 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.CfnFunction.IAMPolicyDocumentProperty = {
  statement: statement,

  // the properties below are optional
  version: 'version',
};

Properties

NameTypeDescription
statementanyCfnFunction.IAMPolicyDocumentProperty.Statement.
version?stringCfnFunction.IAMPolicyDocumentProperty.Version.

statement

Type: any

CfnFunction.IAMPolicyDocumentProperty.Statement.


version?

Type: string (optional)

CfnFunction.IAMPolicyDocumentProperty.Version.