Customer Gateway Args
data class CustomerGatewayArgs(val bgpAsn: Output<Int>? = null, val deviceName: Output<String>? = null, val ipAddress: Output<String>? = null, val tags: Output<List<CustomerGatewayTagArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<CustomerGatewayArgs>
Resource Type definition for AWS::EC2::CustomerGateway
Constructors
Link copied to clipboard
fun CustomerGatewayArgs(bgpAsn: Output<Int>? = null, deviceName: Output<String>? = null, ipAddress: Output<String>? = null, tags: Output<List<CustomerGatewayTagArgs>>? = null, type: Output<String>? = null)