Package-level declarations
Types
Link copied to clipboard
enum NotificationRuleDetailType : Enum<NotificationRuleDetailType> , ConvertibleToJava<NotificationRuleDetailType>
The level of detail to include in the notifications for this resource. BASIC
will include only the contents of the event as it would appear in Amazon 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.
Link copied to clipboard
enum NotificationRuleStatus : Enum<NotificationRuleStatus> , ConvertibleToJava<NotificationRuleStatus>
The status of the notification rule. The default value is ENABLED
. If the status is set to DISABLED
, notifications aren't sent for the notification rule.