enum DetailType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CodeStarNotifications.DetailType |
Java | software.amazon.awscdk.services.codestarnotifications.DetailType |
Python | aws_cdk.aws_codestarnotifications.DetailType |
TypeScript (source) | @aws-cdk/aws-codestarnotifications » DetailType |
The level of detail to include in the notifications for this resource.
Members
| Name | Description |
|---|---|
| BASIC | BASIC will include only the contents of the event as it would appear in AWS CloudWatch. |
| FULL | FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. |
BASIC
BASIC will include only the contents of the event as it would appear in AWS CloudWatch.
FULL
FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.

.NET
Java
Python
TypeScript (