AWS::MediaLive::SignalMapDefinition of AWS::MediaLive::SignalMap Resource Type
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | A signal map's ARN (Amazon Resource Name) |
CloudWatchAlarmTemplateGroupIds | Array<string> | - |
CreatedAt | string | - |
ErrorMessage | string | Error message associated with a failed creation or failed update attempt of a signal map. |
EventBridgeRuleTemplateGroupIds | Array<string> | - |
FailedMediaResourceMap | FailedMediaResourceMap | - |
Id | string | A signal map's id. |
Identifier | string | - |
LastDiscoveredAt | string | - |
LastSuccessfulMonitorDeployment | SuccessfulMonitorDeployment | - |
MediaResourceMap | MediaResourceMap | - |
ModifiedAt | string | - |
MonitorChangesPendingDeployment | boolean | If true, there are pending monitor changes for this signal map that can be deployed. |
MonitorDeployment | MonitorDeployment | - |
Status | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
medialive:CreateSignalMapmedialive:GetSignalMapmedialive:CreateTagsmedialive:DescribeChannelmedialive:DescribeInputmedialive:DescribeInputDevicemedialive:DescribeInputSecurityGroupmedialive:DescribeMultiplexmedialive:GetSignalMaptag:GetResourcesmedialive:StartUpdateSignalMapmedialive:GetSignalMapmedialive:CreateTagsmedialive:DeleteTagsmedialive:DescribeChannelmedialive:DescribeInputmedialive:DescribeInputDevicemedialive:DescribeInputSecurityGroupmedialive:GetSignalMapmedialive:DeleteSignalMapmedialive:ListSignalMapsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Tags