GetNatGatewayResult

data class GetNatGatewayResult(val natGatewayId: String? = null, val secondaryAllocationIds: List<String>? = null, val secondaryPrivateIpAddressCount: Int? = null, val secondaryPrivateIpAddresses: List<String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(natGatewayId: String? = null, secondaryAllocationIds: List<String>? = null, secondaryPrivateIpAddressCount: Int? = null, secondaryPrivateIpAddresses: List<String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val natGatewayId: String? = null

The ID of the NAT gateway.

Link copied to clipboard

Secondary EIP allocation IDs. For more information, see Create a NAT gateway in the Amazon VPC User Guide.

Link copied to clipboard

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` and `SecondaryPrivateIpAddresses` cannot be set at the same time.

Link copied to clipboard

Secondary private IPv4 addresses. For more information about secondary addresses, see Create a NAT gateway in the Amazon Virtual Private Cloud User Guide. `SecondaryPrivateIpAddressCount` and `SecondaryPrivateIpAddresses` cannot be set at the same time.

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

The tags for the NAT gateway.