Values.VpcOutputSettingsDescriptionSourceThe properties for a private VPC Output
type nonrec t = {availabilityZones : string list option;The Availability Zones where the vpc subnets are located. The first Availability Zone applies to the first subnet in the list of subnets. The second Availability Zone applies to the second subnet.
*)networkInterfaceIds : string list option;A list of Elastic Network Interfaces created by MediaLive in the customer's VPC
*)securityGroupIds : string list option;A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.
*)subnetIds : string list option;A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).
*)}