Amazon Payment Cryptography · JSON Structure

Openapi Delete Key Input Structure

DeleteKeyInput schema from Amazon Payment Cryptography

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

DeleteKeyInput 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

DeleteKeyInDays KeyIdentifier

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-delete-key-input-structure.json",
  "name": "DeleteKeyInput",
  "description": "DeleteKeyInput schema from Amazon Payment Cryptography",
  "type": "object",
  "properties": {
    "DeleteKeyInDays": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeleteKeyInputDeleteKeyInDaysInteger"
        },
        {
          "description": "The waiting period for key deletion. The default value is seven days."
        }
      ]
    },
    "KeyIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KeyArnOrKeyAliasType"
        },
        {
          "description": "The <code>KeyARN</code> of the key that is scheduled for deletion."
        }
      ]
    }
  },
  "required": [
    "KeyIdentifier"
  ]
}