GatewayArgs

constructor(autoPay: Output<Boolean>? = null, autoPropagate: Output<Boolean>? = null, bandwidth: Output<Int>? = null, description: Output<String>? = null, disasterRecoveryVswitchId: Output<String>? = null, enableIpsec: Output<Boolean>? = null, enableSsl: Output<Boolean>? = null, instanceChargeType: Output<String>? = null, name: Output<String>? = null, networkType: Output<String>? = null, paymentType: Output<String>? = null, period: Output<Int>? = null, resourceGroupId: Output<String>? = null, sslConnections: Output<Int>? = null, tags: Output<Map<String, String>>? = null, vpcId: Output<String>? = null, vpnGatewayName: Output<String>? = null, vpnType: Output<String>? = null, vswitchId: Output<String>? = null)