AWS Step Functions · Schema

ListTagsForResourceInput

iPaaSOrchestrationServerless

Properties

Name Type Description
resourceArn object
View JSON Schema on GitHub

JSON Schema

step-functions-listtagsforresourceinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListTagsForResourceInput",
  "type": "object",
  "properties": {
    "resourceArn": {}
  },
  "required": [
    "resourceArn"
  ]
}