Amazon Step Functions · JSON Structure

Amazon Step Functions List Tags For Resource Output Structure

ListTagsForResourceOutput schema from Amazon Step Functions API

Type: object Properties: 1
OrchestrationServerlessState MachineWorkflow

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

Properties

tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-list-tags-for-resource-output-structure.json",
  "name": "ListTagsForResourceOutput",
  "description": "ListTagsForResourceOutput schema from Amazon Step Functions API",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "An array of tags associated with the resource."
        }
      ]
    }
  }
}