AWS CloudFormation · Schema

StackSetOperationPreferences

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
RegionConcurrencyType string
RegionOrder array
FailureToleranceCount integer
FailureTolerancePercentage integer
MaxConcurrentCount integer
MaxConcurrentPercentage integer
View JSON Schema on GitHub

JSON Schema

cloudformation-stack-set-operation-preferences-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StackSetOperationPreferences",
  "type": "object",
  "properties": {
    "RegionConcurrencyType": {
      "type": "string"
    },
    "RegionOrder": {
      "type": "array"
    },
    "FailureToleranceCount": {
      "type": "integer"
    },
    "FailureTolerancePercentage": {
      "type": "integer"
    },
    "MaxConcurrentCount": {
      "type": "integer"
    },
    "MaxConcurrentPercentage": {
      "type": "integer"
    }
  }
}