ListTagsForResourceInput

AutomationTask CoordinationWorkflow

Properties

Name Type Description
resourceArn object
View JSON Schema on GitHub

JSON Schema

amazon-swf-listtagsforresourceinput-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "resourceArn"
  ],
  "title": "ListTagsForResourceInput",
  "properties": {
    "resourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) for the Amazon SWF domain."
        }
      ]
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}