Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface UpdateNotificationRuleCommandInputProtected

Hierarchy

Properties

Arn: undefined | string

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

DetailType?: string

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.

EventTypeIds?: string[]

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.

Name?: string

The name of the notification rule.

Status?: string

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

Targets?: Target[]

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