AWS::MediaLive::SignalMapDefinition of AWS::MediaLive::SignalMap Resource Type.
import { CfnSignalMap } from 'aws-cdk-lib/aws-medialive';Or use the module namespace:
import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnSignalMapConfiguration passed to the constructor as CfnSignalMapProps.
discoveryEntryPointArnRequiredstringA top-level supported Amazon Web Services resource ARN to discover a signal map from.
nameRequiredstringA resource's name. Names must be unique within the scope of a resource type in a specific region.
cloudWatchAlarmTemplateGroupIdentifiersOptionalstring[]A cloudwatch alarm template group's identifier. Can be either be its id or current name.
descriptionOptionalstringA resource's optional description.
eventBridgeRuleTemplateGroupIdentifiersOptionalstring[]An eventbridge rule template group's identifier. Can be either be its id or current name.
forceRediscoveryOptionalboolean | IResolvableIf 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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-medialiveAWS::MediaLive::SignalMap