LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs

data class LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs(val localGatewayRouteTableId: Output<String>? = null, val localGatewayVirtualInterfaceGroupId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs>

Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.

Constructors

constructor(localGatewayRouteTableId: Output<String>? = null, localGatewayVirtualInterfaceGroupId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The ID of the local gateway route table.

Link copied to clipboard

The ID of the local gateway route table virtual interface group.

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

The tags for the local gateway route table virtual interface group association.

Functions

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