AWS::MediaLive::SdiSourceDefinition of AWS::MediaLive::SdiSource Resource Type
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Type | string | Required |
Mode | string | |
Tags | Array<Tags> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The unique arn of the SdiSource. |
Id | string | The unique identifier of the SdiSource. |
Inputs | Array<string> | The list of inputs currently using this SDI source. |
State | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
medialive:CreateSdiSourcemedialive:CreateTagsmedialive:DescribeSdiSourcemedialive:ListTagsForResourcemedialive:DescribeSdiSourcemedialive:ListTagsForResourcemedialive:UpdateSdiSourcemedialive:DescribeSdiSourcemedialive:CreateTagsmedialive:DeleteTagsmedialive:ListTagsForResourcemedialive:DeleteSdiSourcemedialive:DescribeSdiSourcemedialive:ListSdiSourcesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId