Interface CfnVPCPropsMixin.VpcEncryptionControlExclusionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVPCPropsMixin.VpcEncryptionControlExclusionsProperty.Jsii$Proxy
- Enclosing class:
CfnVPCPropsMixin
@Stability(Stable)
public static interface CfnVPCPropsMixin.VpcEncryptionControlExclusionsProperty
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.*;
VpcEncryptionControlExclusionsProperty vpcEncryptionControlExclusionsProperty = VpcEncryptionControlExclusionsProperty.builder()
.egressOnlyInternetGateway(VpcEncryptionControlExclusionProperty.builder()
.state("state")
.stateMessage("stateMessage")
.build())
.elasticFileSystem(VpcEncryptionControlExclusionProperty.builder()
.state("state")
.stateMessage("stateMessage")
.build())
.internetGateway(VpcEncryptionControlExclusionProperty.builder()
.state("state")
.stateMessage("stateMessage")
.build())
.lambda(VpcEncryptionControlExclusionProperty.builder()
.state("state")
.stateMessage("stateMessage")
.build())
.natGateway(VpcEncryptionControlExclusionProperty.builder()
.state("state")
.stateMessage("stateMessage")
.build())
.virtualPrivateGateway(VpcEncryptionControlExclusionProperty.builder()
.state("state")
.stateMessage("stateMessage")
.build())
.vpcLattice(VpcEncryptionControlExclusionProperty.builder()
.state("state")
.stateMessage("stateMessage")
.build())
.vpcPeering(VpcEncryptionControlExclusionProperty.builder()
.state("state")
.stateMessage("stateMessage")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVPCPropsMixin.VpcEncryptionControlExclusionsPropertystatic final classAn implementation forCfnVPCPropsMixin.VpcEncryptionControlExclusionsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionPropertydefault ObjectReturns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionPropertydefault ObjectReturns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionPropertydefault ObjectReturns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionPropertydefault ObjectReturns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionPropertydefault ObjectReturns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionPropertydefault ObjectReturns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionPropertydefault ObjectReturns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEgressOnlyInternetGateway
Returns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionProperty- See Also:
-
getElasticFileSystem
Returns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionProperty- See Also:
-
getInternetGateway
Returns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionProperty- See Also:
-
getLambda
Returns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionProperty- See Also:
-
getNatGateway
Returns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionProperty- See Also:
-
getVirtualPrivateGateway
Returns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionProperty- See Also:
-
getVpcLattice
Returns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionProperty- See Also:
-
getVpcPeering
Returns union: eitherIResolvableorCfnVPCPropsMixin.VpcEncryptionControlExclusionProperty- See Also:
-
builder
-