StackSetInstanceOperationPreferences

data class StackSetInstanceOperationPreferences(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(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

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

Link copied to clipboard

The 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

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

Link copied to clipboard

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

Link copied to clipboard

The 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

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