Customer Gateway Args
data class CustomerGatewayArgs(val bgpAsn: Output<Int>? = null, val bgpAsnExtended: Output<Double>? = null, val certificateArn: Output<String>? = null, val deviceName: Output<String>? = null, val ipAddress: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<CustomerGatewayArgs>
Specifies a customer gateway.