UpdateNotificationRuleRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the notification rule.

Link copied to clipboard

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 CodeStar Notifications and/or the service for the resource for which the notification is created.

Link copied to clipboard

A list of event types associated with this notification rule. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.

Link copied to clipboard
val name: String?

The name of the notification rule.

Link copied to clipboard

The status of the notification rule. Valid statuses include enabled (sending notifications) or disabled (not sending notifications).

Link copied to clipboard

The address and type of the targets to receive notifications from this notification rule.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String