StackInstancesOperationPreferencesArgs

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

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

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 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 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 stack sets 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 where you want to perform the stack operation.

Functions

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