NatGatewayAddress

Describes the IP addresses and network interface associated with a NAT gateway.

Types

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

Properties

Link copied to clipboard

[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.

Link copied to clipboard

[Public NAT gateway only] The association ID of the Elastic IP address that's associated with the NAT gateway.

Link copied to clipboard

The address failure message.

Link copied to clipboard

Defines if the IP address is the primary address.

Link copied to clipboard

The ID of the network interface associated with the NAT gateway.

Link copied to clipboard

The private IP address associated with the NAT gateway.

Link copied to clipboard

[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.

Link copied to clipboard

The address status.

Functions

Link copied to clipboard
inline fun copy(block: NatGatewayAddress.Builder.() -> Unit = {}): NatGatewayAddress
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