Nat Gateway Args
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)