TagResourceInput

AutomationTask CoordinationWorkflow

Properties

Name Type Description
resourceArn object
tags object
View JSON Schema on GitHub

JSON Schema

amazon-swf-tagresourceinput-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "resourceArn",
    "tags"
  ],
  "title": "TagResourceInput",
  "properties": {
    "resourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) for the Amazon SWF domain."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceTagList"
        },
        {
          "description": "<p>The list of tags to add to a domain. </p> <p>Tags may only contain unicode letters, digits, whitespace, or these symbols: <code>_ . : / = + - @</code>.</p>"
        }
      ]
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}