LocalGatewayRoute
public struct LocalGatewayRoute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The CIDR block used for destination matches.
Declaration
Swift
public let destinationCidrBlock: String?
-
The ID of the local gateway route table.
Declaration
Swift
public let localGatewayRouteTableId: String?
-
The ID of the virtual interface group.
Declaration
Swift
public let localGatewayVirtualInterfaceGroupId: String?
-
The state of the route.
Declaration
Swift
public let state: LocalGatewayRouteState?
-
The route type.
Declaration
Swift
public let type: LocalGatewayRouteType?
-
Undocumented
Declaration
Swift
public init(destinationCidrBlock: String? = nil, localGatewayRouteTableId: String? = nil, localGatewayVirtualInterfaceGroupId: String? = nil, state: LocalGatewayRouteState? = nil, type: LocalGatewayRouteType? = nil)