CarrierGatewayArgs

data class CarrierGatewayArgs(val tags: Output<List<TagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<CarrierGatewayArgs>

Resource Type definition for Carrier Gateway which describes the Carrier Gateway resource

Constructors

Link copied to clipboard
constructor(tags: Output<List<TagArgs>>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags for the carrier gateway.

Link copied to clipboard
val vpcId: Output<String>? = null

The ID of the VPC.

Functions

Link copied to clipboard
open override fun toJava(): CarrierGatewayArgs