Class CfnNatGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNatGatewayProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNatGatewayProps
CfnNatGatewayProps
-
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.CfnNatGatewayProps
CfnNatGatewayProps.Builder, CfnNatGatewayProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnNatGatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNatGatewayProps.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
[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.final String
Indicates whether the NAT gateway supports public or private connectivity.final Number
The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress.final String
The private IPv4 address to assign to the NAT gateway.Secondary EIP allocation IDs.final Number
[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.Secondary private IPv4 addresses.final String
The ID of the subnet in which the NAT gateway is located.getTags()
The tags for the NAT 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 theCfnNatGatewayProps.Builder
.
-
-
Method Details
-
getSubnetId
Description copied from interface:CfnNatGatewayProps
The ID of the subnet in which the NAT gateway is located.- Specified by:
getSubnetId
in interfaceCfnNatGatewayProps
-
getAllocationId
Description copied from interface:CfnNatGatewayProps
[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.This property is required for a public NAT gateway and cannot be specified with a private NAT gateway.
- Specified by:
getAllocationId
in interfaceCfnNatGatewayProps
-
getConnectivityType
Description copied from interface:CfnNatGatewayProps
Indicates whether the NAT gateway supports public or private connectivity.The default is public connectivity.
- Specified by:
getConnectivityType
in interfaceCfnNatGatewayProps
-
getMaxDrainDurationSeconds
Description copied from interface:CfnNatGatewayProps
The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress.Default value is 350 seconds.
- Specified by:
getMaxDrainDurationSeconds
in interfaceCfnNatGatewayProps
-
getPrivateIpAddress
Description copied from interface:CfnNatGatewayProps
The private IPv4 address to assign to the NAT gateway.If you don't provide an address, a private IPv4 address will be automatically assigned.
- Specified by:
getPrivateIpAddress
in interfaceCfnNatGatewayProps
-
getSecondaryAllocationIds
Description copied from interface:CfnNatGatewayProps
Secondary EIP allocation IDs.For more information, see Create a NAT gateway in the Amazon VPC User Guide .
- Specified by:
getSecondaryAllocationIds
in interfaceCfnNatGatewayProps
-
getSecondaryPrivateIpAddressCount
Description copied from interface:CfnNatGatewayProps
[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.For more information about secondary addresses, see Create a NAT gateway in the Amazon Virtual Private Cloud User Guide .
SecondaryPrivateIpAddressCount
andSecondaryPrivateIpAddresses
cannot be set at the same time.- Specified by:
getSecondaryPrivateIpAddressCount
in interfaceCfnNatGatewayProps
-
getSecondaryPrivateIpAddresses
Description copied from interface:CfnNatGatewayProps
Secondary private IPv4 addresses.For more information about secondary addresses, see Create a NAT gateway in the Amazon Virtual Private Cloud User Guide .
SecondaryPrivateIpAddressCount
andSecondaryPrivateIpAddresses
cannot be set at the same time.- Specified by:
getSecondaryPrivateIpAddresses
in interfaceCfnNatGatewayProps
-
getTags
Description copied from interface:CfnNatGatewayProps
The tags for the NAT gateway.- Specified by:
getTags
in interfaceCfnNatGatewayProps
-
$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()
-