Class CfnVPCBlockPublicAccessOptionsMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnVPCBlockPublicAccessOptionsMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVPCBlockPublicAccessOptionsMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVPCBlockPublicAccessOptionsMixinProps
@Stability(Stable)
@Internal
public static final class CfnVPCBlockPublicAccessOptionsMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVPCBlockPublicAccessOptionsMixinProps
An implementation for
CfnVPCBlockPublicAccessOptionsMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnVPCBlockPublicAccessOptionsMixinProps
CfnVPCBlockPublicAccessOptionsMixinProps.Builder, CfnVPCBlockPublicAccessOptionsMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVPCBlockPublicAccessOptionsMixinProps.Builder.protectedJsii$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 theCfnVPCBlockPublicAccessOptionsMixinProps.Builder.
-
-
Method Details
-
getInternetGatewayBlockMode
Description copied from interface:CfnVPCBlockPublicAccessOptionsMixinPropsThe 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:
getInternetGatewayBlockModein interfaceCfnVPCBlockPublicAccessOptionsMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-