AWS::MediaLive::Input InputVpcRequest - AWS CloudFormation

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 AWS 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