Amazon Signer · JSON Structure

Amazon Signer Put Signing Profile Response Structure

PutSigningProfileResponse schema from AWS Signer API

Type: object Properties: 3
Code SigningIoTLambdaSecurity

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

Properties

arn profileVersion profileVersionArn

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-signer/refs/heads/main/json-structure/amazon-signer-put-signing-profile-response-structure.json",
  "name": "PutSigningProfileResponse",
  "description": "PutSigningProfileResponse schema from AWS Signer API",
  "properties": {
    "arn": {
      "allOf": [
        {
          "type": "string"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the signing profile created."
        }
      ]
    },
    "profileVersion": {
      "allOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9]{10}$",
          "minLength": 10,
          "maxLength": 10
        },
        {
          "description": "The version of the signing profile being created."
        }
      ]
    },
    "profileVersionArn": {
      "allOf": [
        {
          "type": "string",
          "minLength": 20,
          "maxLength": 2048
        },
        {
          "description": "The signing profile ARN, including the profile version."
        }
      ]
    }
  }
}