Amazon ECS · Schema

AutoScalingGroupProvider

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
autoScalingGroupArn string The ARN of the Auto Scaling group.
managedScaling object
managedTerminationProtection string
managedDraining string
View JSON Schema on GitHub

JSON Schema

amazon-ecs-auto-scaling-group-provider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AutoScalingGroupProvider",
  "type": "object",
  "properties": {
    "autoScalingGroupArn": {
      "type": "string",
      "description": "The ARN of the Auto Scaling group."
    },
    "managedScaling": {
      "type": "object"
    },
    "managedTerminationProtection": {
      "type": "string"
    },
    "managedDraining": {
      "type": "string"
    }
  }
}