Amazon Signer · Example Payload

Amazon Signer Start Signing Job Request Example

Code SigningIoTLambdaSecurity

Amazon Signer Start Signing Job Request Example is an example object payload from Amazon Signer, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sourcedestinationprofileNameclientRequestTokenprofileOwner

Example Payload

Raw ↑
{
  "source": "example-value",
  "destination": "example-value",
  "profileName": "MySigningProfile",
  "clientRequestToken": "example-value",
  "profileOwner": "MySigningProfile"
}