LocalGatewayRouteTableVpcAssociation
public struct LocalGatewayRouteTableVpcAssociation : 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 localGatewayRouteTableVpcAssociationId: String? -
The state of the association.
Declaration
Swift
public let state: String? -
The tags assigned to the association.
Declaration
Swift
public let tags: [Tag]? -
The ID of the VPC.
Declaration
Swift
public let vpcId: String? -
init(localGatewayId:localGatewayRouteTableId:localGatewayRouteTableVpcAssociationId:state:tags:vpcId:)Undocumented
Declaration
Swift
public init(localGatewayId: String? = nil, localGatewayRouteTableId: String? = nil, localGatewayRouteTableVpcAssociationId: String? = nil, state: String? = nil, tags: [Tag]? = nil, vpcId: String? = nil)
View on GitHub
LocalGatewayRouteTableVpcAssociation Structure Reference