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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnNatGatewayProps
CfnNatGatewayProps.Builder, CfnNatGatewayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnNatGatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNatGatewayProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal String[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.final StringIndicates whether the NAT gateway supports public or private connectivity.final NumberThe maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress.final StringThe 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 StringThe ID of the subnet in which the NAT gateway is located.getTags()The tags for the NAT gateway.final inthashCode()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:CfnNatGatewayPropsThe ID of the subnet in which the NAT gateway is located.- Specified by:
getSubnetIdin 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:
getAllocationIdin interfaceCfnNatGatewayProps
-
getConnectivityType
Description copied from interface:CfnNatGatewayPropsIndicates whether the NAT gateway supports public or private connectivity.The default is public connectivity.
- Specified by:
getConnectivityTypein interfaceCfnNatGatewayProps
-
getMaxDrainDurationSeconds
Description copied from interface:CfnNatGatewayPropsThe 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:
getMaxDrainDurationSecondsin interfaceCfnNatGatewayProps
-
getPrivateIpAddress
Description copied from interface:CfnNatGatewayPropsThe 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:
getPrivateIpAddressin interfaceCfnNatGatewayProps
-
getSecondaryAllocationIds
Description copied from interface:CfnNatGatewayPropsSecondary EIP allocation IDs.For more information, see Create a NAT gateway in the Amazon VPC User Guide .
- Specified by:
getSecondaryAllocationIdsin 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 .
SecondaryPrivateIpAddressCountandSecondaryPrivateIpAddressescannot be set at the same time.- Specified by:
getSecondaryPrivateIpAddressCountin interfaceCfnNatGatewayProps
-
getSecondaryPrivateIpAddresses
Description copied from interface:CfnNatGatewayPropsSecondary private IPv4 addresses.For more information about secondary addresses, see Create a NAT gateway in the Amazon Virtual Private Cloud User Guide .
SecondaryPrivateIpAddressCountandSecondaryPrivateIpAddressescannot be set at the same time.- Specified by:
getSecondaryPrivateIpAddressesin interfaceCfnNatGatewayProps
-
getTags
Description copied from interface:CfnNatGatewayPropsThe tags for the NAT gateway.- Specified by:
getTagsin interfaceCfnNatGatewayProps
-
$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()
-