OperationPreferencesArgs

data class OperationPreferencesArgs(val failureToleranceCount: Output<Int>? = null, val failureTolerancePercentage: Output<Int>? = null, val maxConcurrentCount: Output<Int>? = null, val maxConcurrentPercentage: Output<Int>? = null, val regionConcurrencyType: Output<Either<String, OperationPreferencesRegionConcurrencyType>>? = null, val regionOrder: Output<List<String>>? = null) : ConvertibleToJava<OperationPreferencesArgs>

Definition of OperationPreferences

Constructors

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

Properties

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

Property failureToleranceCount

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

Property failureTolerancePercentage

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

Property maxConcurrentCount

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

Property maxConcurrentPercentage

Link copied to clipboard

The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time

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

Property regionOrder

Functions

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