TimeBasedCanary
public struct TimeBasedCanary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment.
Declaration
Swift
public let canaryInterval: Int?
-
The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.
Declaration
Swift
public let canaryPercentage: Int?
-
Undocumented
Declaration
Swift
public init(canaryInterval: Int? = nil, canaryPercentage: Int? = nil)