GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult

data class GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult(val localGatewayId: String? = null, val localGatewayRouteTableArn: String? = null, val localGatewayRouteTableVirtualInterfaceGroupAssociationId: String? = null, val ownerId: String? = null, val state: String? = null, val tags: List<Tag>? = null)

Constructors

constructor(localGatewayId: String? = null, localGatewayRouteTableArn: String? = null, localGatewayRouteTableVirtualInterfaceGroupAssociationId: String? = null, ownerId: String? = null, state: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val localGatewayId: String? = null

The ID of the local gateway.

Link copied to clipboard

The ARN of the local gateway route table.

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

Link copied to clipboard
val ownerId: String? = null

The owner of the local gateway route table virtual interface group association.

Link copied to clipboard
val state: String? = null

The state of the local gateway route table virtual interface group association.

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

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