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