Interface CfnVPCPropsMixin.VpcEncryptionControlExclusionProperty

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

@Stability(Stable) public static interface CfnVPCPropsMixin.VpcEncryptionControlExclusionProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
 VpcEncryptionControlExclusionProperty vpcEncryptionControlExclusionProperty = VpcEncryptionControlExclusionProperty.builder()
         .state("state")
         .stateMessage("stateMessage")
         .build();
 

See Also: