RouteData
public struct RouteData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the service mesh that the route resides in.
Declaration
Swift
public let meshName: String -
The associated metadata for the route.
Declaration
Swift
public let metadata: ResourceMetadata -
The name of the route.
Declaration
Swift
public let routeName: String -
The specifications of the route.
Declaration
Swift
public let spec: RouteSpec -
The status of the route.
Declaration
Swift
public let status: RouteStatus -
The virtual router that the route is associated with.
Declaration
Swift
public let virtualRouterName: String -
Undocumented
Declaration
Swift
public init(meshName: String, metadata: ResourceMetadata, routeName: String, spec: RouteSpec, status: RouteStatus, virtualRouterName: String)
View on GitHub
RouteData Structure Reference