Amazon Signer · Example Payload

Amazon Signer Sign Payload Response Example

Code SigningIoTLambdaSecurity

Amazon Signer Sign Payload Response Example is an example object payload from Amazon Signer, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

jobIdjobOwnermetadatasignature

Example Payload

Raw ↑
{
  "jobId": "job-abc123",
  "jobOwner": "job-abc123",
  "metadata": "example-value",
  "signature": "example-value"
}