AllowedPublishers

List of signing profiles that can sign a code package.

APIs.ioEngineeringPlatform

Properties

Name Type Description
SigningProfileVersionArns object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-allowedpublishers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AllowedPublishers",
  "title": "AllowedPublishers",
  "type": "object",
  "required": [
    "SigningProfileVersionArns"
  ],
  "properties": {
    "SigningProfileVersionArns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SigningProfileVersionArns"
        },
        {
          "description": "The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package. "
        }
      ]
    }
  },
  "description": "List of signing profiles that can sign a code package. "
}