Class EgressOnlyInternetGatewayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.alpha.EgressOnlyInternetGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
EgressOnlyInternetGatewayProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EgressOnlyInternetGatewayProps
@Stability(Experimental)
@Internal
public static final class EgressOnlyInternetGatewayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EgressOnlyInternetGatewayProps
An implementation for
EgressOnlyInternetGatewayProps
-
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.alpha.EgressOnlyInternetGatewayProps
EgressOnlyInternetGatewayProps.Builder, EgressOnlyInternetGatewayProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theEgressOnlyInternetGatewayProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
(experimental) The resource name of the egress-only internet gateway.final IVpcV2
getVpc()
(experimental) The ID of the VPC for which to create the egress-only internet gateway.final int
hashCode()
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 theEgressOnlyInternetGatewayProps.Builder
.
-
-
Method Details
-
getVpc
Description copied from interface:EgressOnlyInternetGatewayProps
(experimental) The ID of the VPC for which to create the egress-only internet gateway.- Specified by:
getVpc
in interfaceEgressOnlyInternetGatewayProps
-
getEgressOnlyInternetGatewayName
Description copied from interface:EgressOnlyInternetGatewayProps
(experimental) The resource name of the egress-only internet gateway.Default: - provisioned without a resource name
- Specified by:
getEgressOnlyInternetGatewayName
in interfaceEgressOnlyInternetGatewayProps
-
$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()
-