AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaLive::SignalMap

MediaLive SignalMap

Definition of AWS::MediaLive::SignalMap Resource Type

Properties

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

Filter:
PropertyTypeFlags
DiscoveryEntryPointArn
string
Required
Name
string
Required
CloudWatchAlarmTemplateGroupIdentifiers
Array<string>
Write-only
Description
string
EventBridgeRuleTemplateGroupIdentifiers
Array<string>
Write-only
ForceRediscovery
boolean
Write-only
Tags
TagMap
Create-only

Return Values

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

AttributeTypeDescription
ArnstringA signal map's ARN (Amazon Resource Name)
CloudWatchAlarmTemplateGroupIdsArray<string>-
CreatedAtstring-
ErrorMessagestringError message associated with a failed creation or failed update attempt of a signal map.
EventBridgeRuleTemplateGroupIdsArray<string>-
FailedMediaResourceMapFailedMediaResourceMap-
IdstringA signal map's id.
Identifierstring-
LastDiscoveredAtstring-
LastSuccessfulMonitorDeploymentSuccessfulMonitorDeployment-
MediaResourceMapMediaResourceMap-
ModifiedAtstring-
MonitorChangesPendingDeploymentbooleanIf true, there are pending monitor changes for this signal map that can be deployed.
MonitorDeploymentMonitorDeployment-
Statusstring-

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

Resources:
  MyResource:
    Type: AWS::MediaLive::SignalMap
    Properties:
      DiscoveryEntryPointArn: "arn:aws:service:region:account:resource"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

medialive:CreateSignalMapmedialive:GetSignalMapmedialive:CreateTagsmedialive:DescribeChannelmedialive:DescribeInputmedialive:DescribeInputDevicemedialive:DescribeInputSecurityGroupmedialive:DescribeMultiplex

read

medialive:GetSignalMaptag:GetResources

update

medialive:StartUpdateSignalMapmedialive:GetSignalMapmedialive:CreateTagsmedialive:DeleteTagsmedialive:DescribeChannelmedialive:DescribeInputmedialive:DescribeInputDevicemedialive:DescribeInputSecurityGroup

delete

medialive:GetSignalMapmedialive:DeleteSignalMap

list

medialive:ListSignalMaps

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
Properties22
Required2
TaggingSupported
Primary IDIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Tags

External Links