Amazon Payment Cryptography · JSON Structure

Openapi Key Arn Or Key Alias Type Structure

KeyArnOrKeyAliasType schema from Amazon Payment Cryptography

Type: string Properties: 0
CryptographyFinancial ServicesPayment ProcessingPCI

KeyArnOrKeyAliasType is a JSON Structure definition published by Amazon Payment Cryptography. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-key-arn-or-key-alias-type-structure.json",
  "name": "KeyArnOrKeyAliasType",
  "description": "KeyArnOrKeyAliasType schema from Amazon Payment Cryptography",
  "type": "string",
  "pattern": "^arn:aws:payment-cryptography:[a-z]{2}-[a-z]{1,16}-[0-9]+:[0-9]{12}:(key/[0-9a-zA-Z]{16,64}|alias/[a-zA-Z0-9/_-]+)$|^alias/[a-zA-Z0-9/_-]+$"
}