AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaLive::SdiSource

MediaLive SdiSource

Definition of AWS::MediaLive::SdiSource Resource Type

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Type
string
Required
Mode
string
Tags
Array<Tags>

Return Values

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

AttributeTypeDescription
ArnstringThe unique arn of the SdiSource.
IdstringThe unique identifier of the SdiSource.
InputsArray<string>The list of inputs currently using this SDI source.
Statestring-

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::SdiSource

Resources:
  MyResource:
    Type: AWS::MediaLive::SdiSource
    Properties:
      Name: "my-name"
      Type: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

medialive:CreateSdiSourcemedialive:CreateTagsmedialive:DescribeSdiSourcemedialive:ListTagsForResource

read

medialive:DescribeSdiSourcemedialive:ListTagsForResource

update

medialive:UpdateSdiSourcemedialive:DescribeSdiSourcemedialive:CreateTagsmedialive:DeleteTagsmedialive:ListTagsForResource

delete

medialive:DeleteSdiSourcemedialive:DescribeSdiSource

list

medialive:ListSdiSources

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
Properties8
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links