Medialive Api Vpc Output Settings Description Structure
The properties for a private VPC Output
Type: objectProperties: 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.
{
"$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"
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.