Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Auto Scaling Group Structure

Information about an Auto Scaling group.

Type: object Properties: 2
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

AutoScalingGroup is a JSON Structure definition published by Amazon CodeDeploy, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name hook

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-auto-scaling-group-structure.json",
  "name": "AutoScalingGroup",
  "description": "Information about an Auto Scaling group.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AutoScalingGroupName"
        },
        {
          "description": "The Auto Scaling group name."
        }
      ]
    },
    "hook": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AutoScalingGroupHook"
        },
        {
          "description": "An Auto Scaling lifecycle event hook name."
        }
      ]
    }
  }
}