NatGateway

Describes a NAT gateway.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data exfiltration.

Link copied to clipboard

For regional NAT gateways only: Indicates whether Amazon Web Services automatically manages AZ coverage. When enabled, the NAT gateway associates EIPs in all AZs where your VPC has subnets to handle outbound NAT traffic, expands to new AZs when you create subnets there, and retracts from AZs where you've removed all subnets. When disabled, you must manually manage which AZs the NAT gateway supports and their corresponding EIPs.

Link copied to clipboard

For regional NAT gateways only: Indicates whether Amazon Web Services automatically allocates additional Elastic IP addresses (EIPs) in an AZ when the NAT gateway needs more ports due to increased concurrent connections to a single destination from that AZ.

Link copied to clipboard

Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.

Link copied to clipboard

Indicates whether the NAT gateway supports public or private connectivity.

Link copied to clipboard

The date and time the NAT gateway was created.

Link copied to clipboard

The date and time the NAT gateway was deleted, if applicable.

Link copied to clipboard

If the NAT gateway could not be created, specifies the error code for the failure. (InsufficientFreeAddressesInSubnet | Gateway.NotAttached | InvalidAllocationID.NotFound | Resource.AlreadyAssociated | InternalError | InvalidSubnetID.NotFound)

Link copied to clipboard

If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.

Link copied to clipboard

Information about the IP addresses and network interface associated with the NAT gateway.

Link copied to clipboard

The ID of the NAT gateway.

Link copied to clipboard

Reserved. If you need to sustain traffic greater than the documented limits, contact Amazon Web Services Support.

Link copied to clipboard

For regional NAT gateways only, this is the ID of the NAT gateway.

Link copied to clipboard

The state of the NAT gateway.

Link copied to clipboard

The ID of the subnet in which the NAT gateway is located.

Link copied to clipboard
val tags: List<Tag>?

The tags for the NAT gateway.

Link copied to clipboard

The ID of the VPC in which the NAT gateway is located.

Functions

Link copied to clipboard
inline fun copy(block: NatGateway.Builder.() -> Unit = {}): NatGateway
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String