Amazon Payment Cryptography · JSON Structure

Openapi List Tags For Resource Output Structure

ListTagsForResourceOutput schema from Amazon Payment Cryptography

Type: object Properties: 2 Required: 1
CryptographyFinancial ServicesPayment ProcessingPCI

ListTagsForResourceOutput is a JSON Structure definition published by Amazon Payment Cryptography, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextToken Tags

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-payment-cryptography/refs/heads/main/json-structure/openapi-list-tags-for-resource-output-structure.json",
  "name": "ListTagsForResourceOutput",
  "description": "ListTagsForResourceOutput schema from Amazon Payment Cryptography",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token for the next set of results, or an empty or null value if there are no more results."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tags"
        },
        {
          "description": "The list of tags associated with a <code>ResourceArn</code>. Each tag will list the key-value pair contained within that tag."
        }
      ]
    }
  },
  "required": [
    "Tags"
  ]
}