Event Bridge Rule Template Args
data class EventBridgeRuleTemplateArgs(val description: Output<String>? = null, val eventTargets: Output<List<EventBridgeRuleTemplateTargetArgs>>? = null, val eventType: Output<EventBridgeRuleTemplateEventType>? = null, val groupIdentifier: Output<String>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EventBridgeRuleTemplateArgs>
Definition of AWS::MediaLive::EventBridgeRuleTemplate Resource Type
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, eventTargets: Output<List<EventBridgeRuleTemplateTargetArgs>>? = null, eventType: Output<EventBridgeRuleTemplateEventType>? = null, groupIdentifier: Output<String>? = null, name: Output<String>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
A resource's optional description.
Link copied to clipboard
Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
Link copied to clipboard
The type of event to match with the rule.
Link copied to clipboard
An eventbridge rule template group's identifier. Can be either be its id or current name.