StackSetInstanceOperationPreferencesArgs

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

Constructors

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

Properties

Link copied to clipboard
val failureToleranceCount: Output<Int>? = null

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
val failureTolerancePercentage: Output<Int>? = null

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: Output<Int>? = null

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

Link copied to clipboard
val maxConcurrentPercentage: Output<Int>? = null

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

Link copied to clipboard
val regionConcurrencyType: Output<String>? = null

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

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

Functions

Link copied to clipboard
open override fun toJava(): StackSetInstanceOperationPreferencesArgs