AwsJobExecutionsRolloutConfig
public struct AwsJobExecutionsRolloutConfig : 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 increase for a job rollout.
Declaration
Swift
public let exponentialRate: AwsJobExponentialRolloutRate?
-
The maximum number of OTA update job executions started per minute.
Declaration
Swift
public let maximumPerMinute: Int?
-
Undocumented
Declaration
Swift
public init(exponentialRate: AwsJobExponentialRolloutRate? = nil, maximumPerMinute: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws