LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs

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

Describes a local gateway route table virtual interface group association for a local gateway.

Constructors

fun LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs(localGatewayRouteTableId: Output<String>? = null, localGatewayVirtualInterfaceGroupId: Output<String>? = null, tags: Output<List<LocalGatewayRouteTableVirtualInterfaceGroupAssociationTagArgs>>? = null)

Functions

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

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

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