Interface CfnVPC.VpcEncryptionControlExclusionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVPC.VpcEncryptionControlExclusionProperty.Jsii$Proxy
- Enclosing class:
CfnVPC
@Stability(Stable)
public static interface CfnVPC.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.services.ec2.*;
VpcEncryptionControlExclusionProperty vpcEncryptionControlExclusionProperty = VpcEncryptionControlExclusionProperty.builder()
.state("state")
.stateMessage("stateMessage")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVPC.VpcEncryptionControlExclusionPropertystatic final classAn implementation forCfnVPC.VpcEncryptionControlExclusionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getState
The exclusion state of the resource type.- See Also:
-
getStateMessage
A message describing the exclusion state of the resource type.- See Also:
-
builder
-