NotificationRuleReference

class aws_cdk.aws_codestarnotifications.NotificationRuleReference(*, notification_rule_arn)

Bases: object

A reference to a NotificationRule resource.

Parameters:

notification_rule_arn (str) – The Arn of the NotificationRule 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_codestarnotifications as codestarnotifications

notification_rule_reference = codestarnotifications.NotificationRuleReference(
    notification_rule_arn="notificationRuleArn"
)

Attributes

notification_rule_arn

The Arn of the NotificationRule resource.