NAME
Paws::CodeStarNotifications::DescribeNotificationRuleResult
ATTRIBUTES
REQUIRED Arn => Str
The Amazon Resource Name (ARN) of the notification rule.
CreatedBy => Str
The name or email alias of the person who created the notification rule.
CreatedTimestamp => Str
The date and time the notification rule was created, in timestamp format.
DetailType => Str
The level of detail included in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.
Valid values are: "BASIC"
, "FULL"
=head2 EventTypes => ArrayRef[Paws::CodeStarNotifications::EventTypeSummary]
A list of the event types associated with the notification rule.
LastModifiedTimestamp => Str
The date and time the notification rule was most recently updated, in timestamp format.
Name => Str
The name of the notification rule.
Resource => Str
The Amazon Resource Name (ARN) of the resource associated with the notification rule.
Status => Str
The status of the notification rule. Valid statuses are on (sending notifications) or off (not sending notifications).
Valid values are: "ENABLED"
, "DISABLED"
=head2 Tags => Paws::CodeStarNotifications::Tags
The tags associated with the notification rule.
Targets => ArrayRef[Paws::CodeStarNotifications::TargetSummary]
A list of the SNS topics associated with the notification rule.