Amazon Payment Cryptography · Example Payload

Openapi Wrapped Key Example

CryptographyFinancial ServicesPayment ProcessingPCI

Openapi Wrapped Key Example is an example object payload from Amazon Payment Cryptography, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

KeyMaterialWrappedKeyMaterialFormatWrappingKeyArn

Example Payload

Raw ↑
{
  "KeyMaterial": "example-string",
  "WrappedKeyMaterialFormat": "example-string",
  "WrappingKeyArn": "arn:aws:service:us-east-1:123456789012:resource/example"
}