TargetGroupPairInfo
public struct TargetGroupPairInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.
Declaration
Swift
public let prodTrafficRoute: TrafficRoute?
-
One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.
Declaration
Swift
public let targetGroups: [TargetGroupInfo]?
-
An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.
Declaration
Swift
public let testTrafficRoute: TrafficRoute?
-
Undocumented
Declaration
Swift
public init(prodTrafficRoute: TrafficRoute? = nil, targetGroups: [TargetGroupInfo]? = nil, testTrafficRoute: TrafficRoute? = nil)