The properties for a VPC type input destination.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-input-destination-vpc-schema.json", "title": "InputDestinationVpc", "description": "The properties for a VPC type input destination.", "type": "object", "properties": { "AvailabilityZone": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "availabilityZone" }, "description": "The availability zone of the Input destination.\n" } ] }, "NetworkInterfaceId": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "networkInterfaceId" }, "description": "The network interface ID of the Input destination in the VPC.\n" } ] } } }