NatGatewayArgs

constructor(accessMode: Output<NatGatewayAccessModeArgs>? = null, deletionProtection: Output<Boolean>? = null, description: Output<String>? = null, dryRun: Output<Boolean>? = null, eipBindMode: Output<String>? = null, force: Output<Boolean>? = null, icmpReplyEnabled: Output<Boolean>? = null, instanceChargeType: Output<String>? = null, internetChargeType: Output<String>? = null, name: Output<String>? = null, natGatewayName: Output<String>? = null, natType: Output<String>? = null, networkType: Output<String>? = null, paymentType: Output<String>? = null, period: Output<Int>? = null, privateLinkEnabled: Output<Boolean>? = null, specification: Output<String>? = null, tags: Output<Map<String, String>>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null)