UpdateGatewayInstanceRequest

A request to update gateway instance state.

BroadcastingLive VideoMediaMedia Transport

Properties

Name Type Description
BridgePlacement object
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-update-gateway-instance-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-schema/mediaconnect-api-update-gateway-instance-request-schema.json",
  "title": "UpdateGatewayInstanceRequest",
  "description": "A request to update gateway instance state.",
  "type": "object",
  "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."
        }
      ]
    }
  }
}