Stack Set Operation Preferences
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)