Amazon Secrets Manager · JSON Structure

Amazon Secrets Manager Tag Structure

Tag schema from Amazon Secrets Manager API

Type: object Properties: 2
ConfigurationCredentialsRotationSecretsSecurity

Tag is a JSON Structure definition published by Amazon Secrets Manager, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Key Value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-secrets-manager/refs/heads/main/json-structure/amazon-secrets-manager-tag-structure.json",
  "name": "Tag",
  "description": "Tag schema from Amazon Secrets Manager API",
  "type": "object",
  "properties": {
    "Key": {
      "type": "string",
      "description": "The key identifier or name of the tag."
    },
    "Value": {
      "type": "string",
      "description": "The string value associated with the key of the tag."
    }
  }
}