package awslex // A resource policy to add to the resource. // // The policy is a JSON structure following the IAM syntax that contains one or more statements that define the policy. // // Example: // // The code below shows an example of how to instantiate this type. // // The values are placeholders you should change. // import "github.com/aws/aws-cdk-go/awscdk" // // policyProperty := &PolicyProperty{ // } // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-resourcepolicy-policy.html // type CfnResourcePolicy_PolicyProperty struct { }