Amazon MediaLive · JSON Structure

Medialive Api Vpc Output Settings Description Structure

The properties for a private VPC Output

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

VpcOutputSettingsDescription is a JSON Structure definition published by Amazon MediaLive, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AvailabilityZones NetworkInterfaceIds SecurityGroupIds SubnetIds

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-medialive/refs/heads/main/json-structure/medialive-api-vpc-output-settings-description-structure.json",
  "name": "VpcOutputSettingsDescription",
  "type": "object",
  "description": "The properties for a private VPC Output\n",
  "properties": {
    "AvailabilityZones": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "availabilityZones"
          },
          "description": "The Availability Zones where the vpc subnets are located.\nThe first Availability Zone applies to the first subnet in the list of subnets.\nThe second Availability Zone applies to the second subnet.\n"
        }
      ]
    },
    "NetworkInterfaceIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "networkInterfaceIds"
          },
          "description": "A list of Elastic Network Interfaces created by MediaLive in the customer's VPC\n"
        }
      ]
    },
    "SecurityGroupIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "securityGroupIds"
          },
          "description": "A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.\n"
        }
      ]
    },
    "SubnetIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "subnetIds"
          },
          "description": "A list of VPC subnet IDs from the same VPC.\nIf STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).\n"
        }
      ]
    }
  }
}