Interface CfnPolicy.StaticPolicyDefinitionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPolicy.StaticPolicyDefinitionProperty.Jsii$Proxy
Enclosing class:
CfnPolicy

@Stability(Stable) public static interface CfnPolicy.StaticPolicyDefinitionProperty extends software.amazon.jsii.JsiiSerializable
A structure that defines a static policy.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.verifiedpermissions.*;
 StaticPolicyDefinitionProperty staticPolicyDefinitionProperty = StaticPolicyDefinitionProperty.builder()
         .statement("statement")
         // the properties below are optional
         .description("description")
         .build();
 

See Also: