JobExecutionsRolloutConfig
public struct JobExecutionsRolloutConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
Declaration
Swift
public let exponentialRate: ExponentialRolloutRate? -
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
Declaration
Swift
public let maximumPerMinute: Int? -
Undocumented
Declaration
Swift
public init(exponentialRate: ExponentialRolloutRate? = nil, maximumPerMinute: Int? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
JobExecutionsRolloutConfig Structure Reference