NatGatewayArgs

data class NatGatewayArgs(val allocationId: Output<String>? = null, val connectivityType: Output<String>? = null, val maxDrainDurationSeconds: Output<Int>? = null, val privateIpAddress: Output<String>? = null, val secondaryAllocationIds: Output<List<String>>? = null, val secondaryPrivateIpAddressCount: Output<Int>? = null, val secondaryPrivateIpAddresses: Output<List<String>>? = null, val subnetId: Output<String>? = null, val tags: Output<List<NatGatewayTagArgs>>? = null) : ConvertibleToJava<NatGatewayArgs>

Resource Type definition for AWS::EC2::NatGateway

Constructors

Link copied to clipboard
fun NatGatewayArgs(allocationId: Output<String>? = null, connectivityType: Output<String>? = null, maxDrainDurationSeconds: Output<Int>? = null, privateIpAddress: Output<String>? = null, secondaryAllocationIds: Output<List<String>>? = null, secondaryPrivateIpAddressCount: Output<Int>? = null, secondaryPrivateIpAddresses: Output<List<String>>? = null, subnetId: Output<String>? = null, tags: Output<List<NatGatewayTagArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NatGatewayArgs

Properties

Link copied to clipboard
val allocationId: Output<String>? = null
Link copied to clipboard
val connectivityType: Output<String>? = null
Link copied to clipboard
val maxDrainDurationSeconds: Output<Int>? = null
Link copied to clipboard
val privateIpAddress: Output<String>? = null
Link copied to clipboard
val secondaryAllocationIds: Output<List<String>>? = null
Link copied to clipboard
val secondaryPrivateIpAddressCount: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard
val subnetId: Output<String>? = null
Link copied to clipboard
val tags: Output<List<NatGatewayTagArgs>>? = null