AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaLive::SignalMap

CfnSignalMap

Definition of AWS::MediaLive::SignalMap Resource Type.

Import

import { CfnSignalMap } from 'aws-cdk-lib/aws-medialive';

Or use the module namespace:

import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnSignalMap

Properties

Configuration passed to the constructor as CfnSignalMapProps.

discoveryEntryPointArnRequired
string

A top-level supported Amazon Web Services resource ARN to discover a signal map from.

nameRequired
string

A resource's name. Names must be unique within the scope of a resource type in a specific region.

cloudWatchAlarmTemplateGroupIdentifiersOptional
string[]

A cloudwatch alarm template group's identifier. Can be either be its id or current name.

descriptionOptional
string

A resource's optional description.

eventBridgeRuleTemplateGroupIdentifiersOptional
string[]

An eventbridge rule template group's identifier. Can be either be its id or current name.

forceRediscoveryOptional
boolean | IResolvable

If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.

Default: - false

tagsOptional
{ [key: string]: string }

Represents the tags associated with a resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter