AWS Step Functions · Schema

TagResourceInput

iPaaSOrchestrationServerless

Properties

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

JSON Schema

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