EventBridgeRuleTemplateArgs

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
val description: Output<String>? = null

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
val groupIdentifier: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Functions

Link copied to clipboard
open override fun toJava(): EventBridgeRuleTemplateArgs