Operation Preferences Response
data class OperationPreferencesResponse(val failureToleranceCount: Int? = null, val failureTolerancePercentage: Int? = null, val maxConcurrentCount: Int? = null, val maxConcurrentPercentage: Int? = null, val regionConcurrencyType: String? = null, val regionOrder: List<String>? = null)
Definition of OperationPreferences
Constructors
Properties
Link copied to clipboard
Property failureToleranceCount
Link copied to clipboard
Property failureTolerancePercentage
Link copied to clipboard
Property maxConcurrentCount
Link copied to clipboard
Property maxConcurrentPercentage
Link copied to clipboard
The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
Link copied to clipboard
Property regionOrder