GatewayRouteData
public struct GatewayRouteData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the gateway route.
Declaration
Swift
public let gatewayRouteName: String
-
The name of the service mesh that the resource resides in.
Declaration
Swift
public let meshName: String
-
Undocumented
Declaration
Swift
public let metadata: ResourceMetadata
-
The specifications of the gateway route.
Declaration
Swift
public let spec: GatewayRouteSpec
-
The status of the gateway route.
Declaration
Swift
public let status: GatewayRouteStatus
-
The virtual gateway that the gateway route is associated with.
Declaration
Swift
public let virtualGatewayName: String
-
Undocumented
Declaration
Swift
public init(gatewayRouteName: String, meshName: String, metadata: ResourceMetadata, spec: GatewayRouteSpec, status: GatewayRouteStatus, virtualGatewayName: String)