Amazon Signer · JSON Structure

Amazon Signer Signing Profile Status Structure

SigningProfileStatus schema from AWS Signer API

Type: string Properties: 0
Code SigningIoTLambdaSecurity

SigningProfileStatus is a JSON Structure definition published by Amazon Signer. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "string",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-signer/refs/heads/main/json-structure/amazon-signer-signing-profile-status-structure.json",
  "name": "SigningProfileStatus",
  "description": "SigningProfileStatus schema from AWS Signer API",
  "enum": [
    "Active",
    "Canceled",
    "Revoked"
  ]
}