Amazon Signer · Example Payload

Amazon Signer Signing Platform Example

Code SigningIoTLambdaSecurity

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

Top-level fields

platformIddisplayNamepartnertargetcategorysigningConfigurationsigningImageFormatmaxSizeInMBrevocationSupported

Example Payload

Raw ↑
{
  "platformId": "AWSLambda-SHA384-ECDSA",
  "displayName": "MySigningResource",
  "partner": "example-value",
  "target": "example-value",
  "category": "example-value",
  "signingConfiguration": "example-value",
  "signingImageFormat": {
    "supportedFormats": "example-value",
    "defaultFormat": "example-value"
  },
  "maxSizeInMB": "example-value",
  "revocationSupported": "example-value"
}