interface InsightsConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.XRay.CfnGroup.InsightsConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsxray#CfnGroup_InsightsConfigurationProperty |
![]() | software.amazon.awscdk.services.xray.CfnGroup.InsightsConfigurationProperty |
![]() | aws_cdk.aws_xray.CfnGroup.InsightsConfigurationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
insights | boolean | IResolvable | Set the InsightsEnabled value to true to enable insights or false to disable insights. |
notifications | boolean | IResolvable | Set 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.