aws-cdk-lib.aws_xray.CfnGroup.InsightsConfigurationProperty

interface InsightsConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.XRay.CfnGroup.InsightsConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsxray#CfnGroup_InsightsConfigurationProperty
Javasoftware.amazon.awscdk.services.xray.CfnGroup.InsightsConfigurationProperty
Pythonaws_cdk.aws_xray.CfnGroup.InsightsConfigurationProperty
TypeScript aws-cdk-lib » aws_xray » CfnGroup » InsightsConfigurationProperty

The structure containing configurations related to insights.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_xray as xray } from 'aws-cdk-lib';
const insightsConfigurationProperty: xray.CfnGroup.InsightsConfigurationProperty = {
  insightsEnabled: false,
  notificationsEnabled: false,
};

Properties

NameTypeDescription
insightsEnabled?boolean | IResolvableSet the InsightsEnabled value to true to enable insights or false to disable insights.
notificationsEnabled?boolean | IResolvableSet the NotificationsEnabled value to true to enable insights notifications.

insightsEnabled?

Type: boolean | IResolvable (optional)

Set the InsightsEnabled value to true to enable insights or false to disable insights.


notificationsEnabled?

Type: boolean | IResolvable (optional)

Set the NotificationsEnabled value to true to enable insights notifications.

Notifications can only be enabled on a group with InsightsEnabled set to true.