AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaLive::Input

MediaLive Input

Resource Type definition for AWS::MediaLive::Input

Properties

16 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Destinations
Array<InputDestinationRequest>
InputDevices
Array<InputDeviceSettings>
InputNetworkLocation
string
Create-only
InputSecurityGroups
Array<string>
MediaConnectFlows
Array<MediaConnectFlowRequest>
MulticastSettings
MulticastSettingsCreateRequest
Name
string
RoleArn
string
RouterSettings
RouterSettings
Create-only
SdiSources
Array<string>
Smpte2110ReceiverGroupSettings
Smpte2110ReceiverGroupSettings
Sources
Array<InputSourceRequest>
SrtSettings
SrtSettingsRequest
Tags
object
Type
string
Create-only
Vpc
InputVpcRequest
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaLive::Input

Resources:
  MyResource:
    Type: AWS::MediaLive::Input
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMediaLive
Properties18
Required0
TaggingNot supported
Primary IDId

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

VpcTypeRouterSettingsInputNetworkLocation

External Links