Amazon IoT Greengrass · JSON Structure

Iot Greengrass Get Component Version Artifact Response Structure

GetComponentVersionArtifactResponse schema

Type: object Properties: 1 Required: 1
Edge ComputingIoTLambdaMachine LearningReal-Time Processing

GetComponentVersionArtifactResponse is a JSON Structure definition published by Amazon IoT Greengrass, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

preSignedUrl

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-structure/iot-greengrass-get-component-version-artifact-response-structure.json",
  "name": "GetComponentVersionArtifactResponse",
  "description": "GetComponentVersionArtifactResponse schema",
  "type": "object",
  "properties": {
    "preSignedUrl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The URL of the artifact."
        }
      ]
    }
  },
  "required": [
    "preSignedUrl"
  ]
}