AWS Step Functions · Schema

UntagResourceInput

iPaaSOrchestrationServerless

Properties

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

JSON Schema

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