Amazon DynamoDB · Schema

UntagResourceInput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
ResourceArn string
TagKeys array
View JSON Schema on GitHub

JSON Schema

dynamodb-untag-resource-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UntagResourceInput",
  "type": "object",
  "properties": {
    "ResourceArn": {
      "type": "string"
    },
    "TagKeys": {
      "type": "array"
    }
  }
}