Interface CfnVPCEncryptionControlPropsMixin.VpcEncryptionControlExclusionProperty

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

@Stability(Stable) public static interface CfnVPCEncryptionControlPropsMixin.VpcEncryptionControlExclusionProperty extends software.amazon.jsii.JsiiSerializable
Describes an exclusion configuration for VPC Encryption Control.

For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide .

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: