Nat Gateway Args
constructor(id: Output<String>? = null, idleTimeoutInMinutes: Output<Int>? = null, location: Output<String>? = null, publicIpAddresses: Output<List<SubResourceArgs>>? = null, publicIpPrefixes: Output<List<SubResourceArgs>>? = null, sku: Output<NatGatewaySkuArgs>? = null, tags: Output<Map<String, String>>? = null, zones: Output<List<String>>? = null)