Amazon Payment Cryptography · JSON Structure

Openapi Update Alias Input Structure

UpdateAliasInput schema from Amazon Payment Cryptography

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

UpdateAliasInput 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

AliasName KeyArn

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-update-alias-input-structure.json",
  "name": "UpdateAliasInput",
  "description": "UpdateAliasInput schema from Amazon Payment Cryptography",
  "type": "object",
  "properties": {
    "AliasName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AliasName"
        },
        {
          "description": "The alias whose associated key is changing."
        }
      ]
    },
    "KeyArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KeyArn"
        },
        {
          "description": "The <code>KeyARN</code> for the key that you are updating or removing from the alias."
        }
      ]
    }
  },
  "required": [
    "AliasName"
  ]
}