Amazon MediaConnect · JSON Structure

Mediaconnect Api Listed Gateway Instance Structure

Provides a summary of an instance.

Type: object Properties: 4 Required: 3
BroadcastingLive VideoMediaMedia Transport

ListedGatewayInstance is a JSON Structure definition published by Amazon MediaConnect, describing 4 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GatewayArn GatewayInstanceArn InstanceId InstanceState

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-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-listed-gateway-instance-structure.json",
  "name": "ListedGatewayInstance",
  "type": "object",
  "description": "Provides a summary of an instance.",
  "properties": {
    "GatewayArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "gatewayArn"
          },
          "description": "The Amazon Resource Name (ARN) of the gateway."
        }
      ]
    },
    "GatewayInstanceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "gatewayInstanceArn"
          },
          "description": "The Amazon Resource Name (ARN) of the instance."
        }
      ]
    },
    "InstanceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "instanceId"
          },
          "description": "The managed instance ID generated by the SSM install. This will begin with \"mi-\"."
        }
      ]
    },
    "InstanceState": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InstanceState"
        },
        {
          "xml": {
            "name": "instanceState"
          },
          "description": "The status of the instance."
        }
      ]
    }
  },
  "required": [
    "GatewayArn",
    "GatewayInstanceArn",
    "InstanceId"
  ]
}