StackSetInstanceOperationPreferencesArgs

data class StackSetInstanceOperationPreferencesArgs(val concurrencyMode: Output<String>? = null, 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(concurrencyMode: Output<String>? = null, 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 concurrencyMode: Output<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
val failureToleranceCount: Output<Int>? = null

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

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

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

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

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

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

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

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

Functions

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