OperationPreferencesResponse

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

Link copied to clipboard
constructor(failureToleranceCount: Int? = null, failureTolerancePercentage: Int? = null, maxConcurrentCount: Int? = null, maxConcurrentPercentage: Int? = null, regionConcurrencyType: String? = null, regionOrder: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property failureToleranceCount

Link copied to clipboard

Property failureTolerancePercentage

Link copied to clipboard
val maxConcurrentCount: Int? = null

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
val regionOrder: List<String>? = null

Property regionOrder