Amazon Signer · Example Payload

Amazon Signer Sign Payload Request Example

Code SigningIoTLambdaSecurity

Amazon Signer Sign Payload Request 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

profileNameprofileOwnerpayloadpayloadFormat

Example Payload

Raw ↑
{
  "profileName": "MySigningProfile",
  "profileOwner": "MySigningProfile",
  "payload": "example-value",
  "payloadFormat": "example-value"
}