Module: AWSCDK::CodeStarNotifications::DetailType

Defined in:
code_star_notifications/detail_type.rb

Overview

The level of detail to include in the notifications for this resource.

Constant Summary collapse

BASIC =
Deprecated.
Note:

Default:

BASIC will include only the contents of the event as it would appear in AWS CloudWatch.

Jsii::Enum.new("aws-cdk-lib.aws_codestarnotifications.DetailType", "BASIC")
FULL =
Deprecated.
Note:

Default:

FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.

Jsii::Enum.new("aws-cdk-lib.aws_codestarnotifications.DetailType", "FULL")