Amazon MediaConnect · JSON Structure

Mediaconnect Api Update Gateway Instance Request Structure

A request to update gateway instance state.

Type: object Properties: 1
BroadcastingLive VideoMediaMedia Transport

UpdateGatewayInstanceRequest is a JSON Structure definition published by Amazon MediaConnect, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

BridgePlacement

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-update-gateway-instance-request-structure.json",
  "name": "UpdateGatewayInstanceRequest",
  "type": "object",
  "description": "A request to update gateway instance state.",
  "properties": {
    "BridgePlacement": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BridgePlacement"
        },
        {
          "xml": {
            "name": "bridgePlacement"
          },
          "description": "The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be added to this instance."
        }
      ]
    }
  }
}