EventRuleReference

class aws_cdk.aws_notifications.EventRuleReference(*, event_rule_arn)

Bases: object

A reference to a EventRule resource.

Parameters:

event_rule_arn (str) – The Arn of the EventRule 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_notifications as notifications

event_rule_reference = notifications.EventRuleReference(
    event_rule_arn="eventRuleArn"
)

Attributes

event_rule_arn

The Arn of the EventRule resource.