Amazon CodeDeploy · JSON Structure

Amazon Codedeploy On Premises Tag Set Structure

Information about groups of on-premises instance tags.

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

OnPremisesTagSet 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

onPremisesTagSetList

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-on-premises-tag-set-structure.json",
  "name": "OnPremisesTagSet",
  "description": "Information about groups of on-premises instance tags.",
  "type": "object",
  "properties": {
    "onPremisesTagSetList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OnPremisesTagSetList"
        },
        {
          "description": "A list that contains other lists of on-premises 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."
        }
      ]
    }
  }
}