Amazon Signer · Example Payload

Amazon Signer Signing Profile Example

example-value

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

Top-level fields

profileNameprofileVersionprofileVersionArnsigningMaterialsignatureValidityPeriodplatformIdplatformDisplayNamesigningParametersstatusarntags

Example Payload

Raw ↑
{
  "profileName": "MySigningProfile",
  "profileVersion": "MySigningProfile",
  "profileVersionArn": "arn:aws:signer:us-east-1:123456789012:signing-profiles/MyProfile",
  "signingMaterial": "example-value",
  "signatureValidityPeriod": "example-value",
  "platformId": "AWSLambda-SHA384-ECDSA",
  "platformDisplayName": "AWSLambda-SHA384-ECDSA",
  "signingParameters": "example-value",
  "status": "Active",
  "arn": "arn:aws:signer:us-east-1:123456789012:signing-profiles/MyProfile",
  "tags": "example-value"
}