Amazon Simple Workflow Service · JSON Structure

Amazon Swf Resourcetag Structure

Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

ResourceTag is a JSON Structure definition published by Amazon Simple Workflow Service.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ResourceTag",
  "description": "<p>Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.</p> <p>Tags may only contain unicode letters, digits, whitespace, or these symbols: <code>_ . : / = + - @</code>.</p>",
  "type": "object",
  "properties": [
    {
      "name": "key",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "value",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}