Amazon SNS · Schema

Tag

EmailMessagingNotificationsPub/SubPush NotificationsSMS

Properties

Name Type Description
Key string The tag key
Value string The tag value
View JSON Schema on GitHub

JSON Schema

amazon-sns-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Tag",
  "type": "object",
  "properties": {
    "Key": {
      "type": "string",
      "description": "The tag key"
    },
    "Value": {
      "type": "string",
      "description": "The tag value"
    }
  }
}