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 Object[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.final StringIndicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.final ObjectFor regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ.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 ObjectThe ID of the subnet in which the NAT gateway is located.getTags()The tags for the NAT gateway.final StringgetVpcId()The ID of the VPC in which the NAT gateway is located.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
-
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- See Also:
-
getAvailabilityMode
Description copied from interface:CfnNatGatewayPropsIndicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.A zonal NAT gateway is a NAT Gateway that provides redundancy and scalability within a single availability zone. A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
For more information, see Regional NAT gateways for automatic multi-AZ expansion in the Amazon VPC User Guide .
- Specified by:
getAvailabilityModein interfaceCfnNatGatewayProps- See Also:
-
getAvailabilityZoneAddresses
Description copied from interface:CfnNatGatewayPropsFor regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ.The regional NAT gateway uses these EIPs to handle outbound NAT traffic from their respective AZs. If not specified, the NAT gateway will automatically expand to new AZs and associate EIPs upon detection of an elastic network interface. If you specify this parameter, auto-expansion is disabled and you must manually manage AZ coverage.
A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
For more information, see Regional NAT gateways for automatic multi-AZ expansion in the Amazon VPC User Guide .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnNatGateway.AvailabilityZoneAddressProperty>- Specified by:
getAvailabilityZoneAddressesin interfaceCfnNatGatewayProps- See Also:
-
getConnectivityType
Description copied from interface:CfnNatGatewayPropsIndicates whether the NAT gateway supports public or private connectivity.The default is public connectivity.
- Specified by:
getConnectivityTypein interfaceCfnNatGatewayProps- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
getSubnetId
Description copied from interface:CfnNatGatewayPropsThe ID of the subnet in which the NAT gateway is located.Returns union: either
StringorISubnetRef- Specified by:
getSubnetIdin interfaceCfnNatGatewayProps- See Also:
-
getTags
Description copied from interface:CfnNatGatewayPropsThe tags for the NAT gateway.- Specified by:
getTagsin interfaceCfnNatGatewayProps- See Also:
-
getVpcId
Description copied from interface:CfnNatGatewayPropsThe ID of the VPC in which the NAT gateway is located.- Specified by:
getVpcIdin interfaceCfnNatGatewayProps- 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()
-