StackSetInstanceOperationPreferences

data class StackSetInstanceOperationPreferences(val concurrencyMode: String? = null, val failureToleranceCount: Int? = null, val failureTolerancePercentage: Int? = null, val maxConcurrentCount: Int? = null, val maxConcurrentPercentage: Int? = null, val regionConcurrencyType: String? = null, val regionOrders: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val concurrencyMode: String? = null

Specifies how the concurrency level behaves during the operation execution. Valid values are STRICT_FAILURE_TOLERANCE and SOFT_FAILURE_TOLERANCE.

Link copied to clipboard

Number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.

Link copied to clipboard

Percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.

Link copied to clipboard
val maxConcurrentCount: Int? = null

Maximum number of accounts in which to perform this operation at one time.

Link copied to clipboard

Maximum percentage of accounts in which to perform this operation at one time.

Link copied to clipboard

Concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time. Valid values are SEQUENTIAL and PARALLEL.

Link copied to clipboard
val regionOrders: List<String>? = null

Order of the Regions in where you want to perform the stack operation.