Operation Preferences Args
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
Property failureToleranceCount
Link copied to clipboard
Property failureTolerancePercentage
Link copied to clipboard
Property maxConcurrentCount
Link copied to clipboard
Property maxConcurrentPercentage
Link copied to clipboard
val regionConcurrencyType: Output<Either<String, OperationPreferencesRegionConcurrencyType>>? = null
The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
Link copied to clipboard
Property regionOrder