StackSetOperationPreferences

data class StackSetOperationPreferences(val failureToleranceCount: Int? = null, val failureTolerancePercentage: Int? = null, val maxConcurrentCount: Int? = null, val maxConcurrentPercentage: Int? = null, val regionConcurrencyType: StackSetRegionConcurrencyType? = null, val regionOrder: List<String>? = null)

The user-specified preferences for how AWS CloudFormation performs a stack set operation.

Constructors

Link copied to clipboard
fun StackSetOperationPreferences(failureToleranceCount: Int? = null, failureTolerancePercentage: Int? = null, maxConcurrentCount: Int? = null, maxConcurrentPercentage: Int? = null, regionConcurrencyType: StackSetRegionConcurrencyType? = null, regionOrder: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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