Amazon Signer · Example Payload

Amazon Signer Revoke Signing Profile Request Example

Code SigningIoTLambdaSecurity

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

Top-level fields

profileVersionreasoneffectiveTime

Example Payload

Raw ↑
{
  "profileVersion": "MySigningProfile",
  "reason": "example-value",
  "effectiveTime": "example-value"
}