LocalGatewayRouteTableVirtualInterfaceGroupAssociation
public struct LocalGatewayRouteTableVirtualInterfaceGroupAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the local gateway.
Declaration
Swift
public let localGatewayId: String? -
The ID of the local gateway route table.
Declaration
Swift
public let localGatewayRouteTableId: String? -
The ID of the association.
Declaration
Swift
public let localGatewayRouteTableVirtualInterfaceGroupAssociationId: String? -
The ID of the virtual interface group.
Declaration
Swift
public let localGatewayVirtualInterfaceGroupId: String? -
The state of the association.
Declaration
Swift
public let state: String? -
The tags assigned to the association.
Declaration
Swift
public let tags: [Tag]? -
init(localGatewayId:localGatewayRouteTableId:localGatewayRouteTableVirtualInterfaceGroupAssociationId:localGatewayVirtualInterfaceGroupId:state:tags:)Undocumented
Declaration
Swift
public init(localGatewayId: String? = nil, localGatewayRouteTableId: String? = nil, localGatewayRouteTableVirtualInterfaceGroupAssociationId: String? = nil, localGatewayVirtualInterfaceGroupId: String? = nil, state: String? = nil, tags: [Tag]? = nil)
View on GitHub
LocalGatewayRouteTableVirtualInterfaceGroupAssociation Structure Reference