Amazon DynamoDB · Schema

TagResourceInput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
ResourceArn string ARN of the DynamoDB resource to tag
Tags array Tags to associate with the resource
View JSON Schema on GitHub

JSON Schema

dynamodb-tag-resource-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagResourceInput",
  "type": "object",
  "properties": {
    "ResourceArn": {
      "type": "string",
      "description": "ARN of the DynamoDB resource to tag"
    },
    "Tags": {
      "type": "array",
      "description": "Tags to associate with the resource"
    }
  }
}