

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::XRay::Group InsightsConfiguration
<a name="aws-properties-xray-group-insightsconfiguration"></a>

The structure containing configurations related to insights.

## Syntax
<a name="aws-properties-xray-group-insightsconfiguration-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-xray-group-insightsconfiguration-syntax.json"></a>

```
{
  "[InsightsEnabled](#cfn-xray-group-insightsconfiguration-insightsenabled)" : Boolean,
  "[NotificationsEnabled](#cfn-xray-group-insightsconfiguration-notificationsenabled)" : Boolean
}
```

### YAML
<a name="aws-properties-xray-group-insightsconfiguration-syntax.yaml"></a>

```
  [InsightsEnabled](#cfn-xray-group-insightsconfiguration-insightsenabled): Boolean
  [NotificationsEnabled](#cfn-xray-group-insightsconfiguration-notificationsenabled): Boolean
```

## Properties
<a name="aws-properties-xray-group-insightsconfiguration-properties"></a>

`InsightsEnabled`  <a name="cfn-xray-group-insightsconfiguration-insightsenabled"></a>
Set the InsightsEnabled value to true to enable insights or false to disable insights.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NotificationsEnabled`  <a name="cfn-xray-group-insightsconfiguration-notificationsenabled"></a>
Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)