Signal Map Args
data class SignalMapArgs(val cloudWatchAlarmTemplateGroupIdentifiers: Output<List<String>>? = null, val description: Output<String>? = null, val discoveryEntryPointArn: Output<String>? = null, val eventBridgeRuleTemplateGroupIdentifiers: Output<List<String>>? = null, val forceRediscovery: Output<Boolean>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SignalMapArgs>
Definition of AWS::MediaLive::SignalMap Resource Type
Constructors
Link copied to clipboard
constructor(cloudWatchAlarmTemplateGroupIdentifiers: Output<List<String>>? = null, description: Output<String>? = null, discoveryEntryPointArn: Output<String>? = null, eventBridgeRuleTemplateGroupIdentifiers: Output<List<String>>? = null, forceRediscovery: Output<Boolean>? = null, name: Output<String>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
A cloudwatch alarm template group's identifier. Can be either be its id or current name.
Link copied to clipboard
A resource's optional description.
Link copied to clipboard
A top-level supported AWS resource ARN to discovery a signal map from.
Link copied to clipboard
An eventbridge rule template group's identifier. Can be either be its id or current name.
Link copied to clipboard
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.