EventBridgeRuleTemplateReference

class aws_cdk.aws_medialive.EventBridgeRuleTemplateReference(*, event_bridge_rule_template_arn, identifier)

Bases: object

A reference to a EventBridgeRuleTemplate resource.

Parameters:
  • event_bridge_rule_template_arn (str) – The ARN of the EventBridgeRuleTemplate resource.

  • identifier (str) – The Identifier of the EventBridgeRuleTemplate resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_medialive as medialive

event_bridge_rule_template_reference = medialive.EventBridgeRuleTemplateReference(
    event_bridge_rule_template_arn="eventBridgeRuleTemplateArn",
    identifier="identifier"
)

Attributes

event_bridge_rule_template_arn

The ARN of the EventBridgeRuleTemplate resource.

identifier

The Identifier of the EventBridgeRuleTemplate resource.