AWS::MediaLive::Input InputVpcRequest - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaLive::Input InputVpcRequest

Settings that apply only if the input is an push input where the source is on Amazon VPC.

The parent of this entity is Input.

Syntax

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

JSON

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

YAML

SecurityGroupIds: - String SubnetIds: - String

Properties

SecurityGroupIds

The list of up to five VPC security group IDs to attach to the input VPC network interfaces. The security groups require subnet IDs. If none are specified, MediaLive uses the VPC default security group.

Required: No

Type: Array of String

Update requires: Replacement

SubnetIds

The list of two VPC subnet IDs from the same VPC. You must associate subnet IDs to two unique Availability Zones.

Required: No

Type: Array of String

Update requires: Replacement