Amazon Payment Cryptography · JSON Structure

Openapi Untag Resource Input Structure

UntagResourceInput schema from Amazon Payment Cryptography

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

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

Properties

ResourceArn TagKeys

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-untag-resource-input-structure.json",
  "name": "UntagResourceInput",
  "description": "UntagResourceInput schema from Amazon Payment Cryptography",
  "type": "object",
  "properties": {
    "ResourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceArn"
        },
        {
          "description": "The <code>KeyARN</code> of the key whose tags are being removed."
        }
      ]
    },
    "TagKeys": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagKeys"
        },
        {
          "description": "<p>One or more tag keys. Don't include the tag values.</p> <p>If the Amazon Web Services Payment Cryptography key doesn't have the specified tag key, Amazon Web Services Payment Cryptography doesn't throw an exception or return a response. To confirm that the operation succeeded, use the <a>ListTagsForResource</a> operation.</p>"
        }
      ]
    }
  },
  "required": [
    "ResourceArn",
    "TagKeys"
  ]
}