Amazon Payment Cryptography · Example Payload

Openapi Key Example

CryptographyFinancial ServicesPayment ProcessingPCI

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

Top-level fields

CreateTimestampDeletePendingTimestampDeleteTimestampEnabledExportableKeyArnKeyAttributesKeyCheckValueKeyCheckValueAlgorithmKeyOriginKeyStateUsageStartTimestampUsageStopTimestamp

Example Payload

Raw ↑
{
  "CreateTimestamp": "example-string",
  "DeletePendingTimestamp": "example-string",
  "DeleteTimestamp": "example-string",
  "Enabled": "example-string",
  "Exportable": "example-string",
  "KeyArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "KeyAttributes": "example-string",
  "KeyCheckValue": "example-string",
  "KeyCheckValueAlgorithm": "example-string",
  "KeyOrigin": "example-string",
  "KeyState": "example-string",
  "UsageStartTimestamp": "example-string",
  "UsageStopTimestamp": "example-string"
}