Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Ec2 Tag Set Structure

Information about groups of Amazon EC2 instance tags.

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

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

Properties

ec2TagSetList

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-ec2-tag-set-structure.json",
  "name": "EC2TagSet",
  "description": "Information about groups of Amazon EC2 instance tags.",
  "type": "object",
  "properties": {
    "ec2TagSetList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EC2TagSetList"
        },
        {
          "description": "A list that contains other lists of Amazon EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list."
        }
      ]
    }
  }
}