AWS::MediaLive::Channel VpcOutputSettings - AWS CloudFormation

AWS::MediaLive::Channel VpcOutputSettings

Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.

This entity is at the top level in the channel.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "PublicAddressAllocationIds" : [ String, ... ], "SecurityGroupIds" : [ String, ... ], "SubnetIds" : [ String, ... ] }

YAML

PublicAddressAllocationIds: - String SecurityGroupIds: - String SubnetIds: - String

Properties

PublicAddressAllocationIds

List of public address allocation IDs to associate with ENIs that will be created in Output VPC. Must specify one for SINGLE_PIPELINE, two for STANDARD channels

Required: No

Type: Array of String

Update requires: Replacement

SecurityGroupIds

A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are specified then the VPC default security group will be used

Required: No

Type: Array of String

Update requires: Replacement

SubnetIds

A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).

Required: No

Type: Array of String

Update requires: Replacement