Class CfnVPCBlockPublicAccessOptionsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnVPCBlockPublicAccessOptionsProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVPCBlockPublicAccessOptionsProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVPCBlockPublicAccessOptionsProps
@Stability(Stable)
@Internal
public static final class CfnVPCBlockPublicAccessOptionsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVPCBlockPublicAccessOptionsProps
An implementation for
CfnVPCBlockPublicAccessOptionsProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnVPCBlockPublicAccessOptionsProps
CfnVPCBlockPublicAccessOptionsProps.Builder, CfnVPCBlockPublicAccessOptionsProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVPCBlockPublicAccessOptionsProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnVPCBlockPublicAccessOptionsProps.Builder
.
-
-
Method Details
-
getInternetGatewayBlockMode
Description copied from interface:CfnVPCBlockPublicAccessOptionsProps
The desired VPC Block Public Access mode for internet gateways in your account.We do not allow you to create this resource type in an "off" mode since off is the default value.
block-bidirectional
: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).block-ingress
: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.
- Specified by:
getInternetGatewayBlockMode
in interfaceCfnVPCBlockPublicAccessOptionsProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-