Amazon Signer · Example Payload

Amazon Signer Add Profile Permission Request Example

Code SigningIoTLambdaSecurity

Amazon Signer Add Profile Permission 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

profileVersionactionprincipalrevisionIdstatementId

Example Payload

Raw ↑
{
  "profileVersion": "MySigningProfile",
  "action": "example-value",
  "principal": "example-value",
  "revisionId": "example-value",
  "statementId": "example-value"
}