Carrier Gateway Args
data class CarrierGatewayArgs(val tags: Output<List<CarrierGatewayTagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<CarrierGatewayArgs>
An example resource schema demonstrating some basic constructs and validation rules.
Constructors
Link copied to clipboard
fun CarrierGatewayArgs(tags: Output<List<CarrierGatewayTagArgs>>? = null, vpcId: Output<String>? = null)