Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-xray-group.json
Parent schema serverless-framework-configuration
Type: object

This schema provides construct and validation rules for AWS-XRay Group resource parameters.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

GroupName string | Aws_CF_FunctionString required

The case-sensitive name of the new group. Names must be unique.

FilterExpression string | Aws_CF_FunctionString

The filter expression defining criteria by which to group traces.

InsightsConfiguration object
2 nested properties
InsightsEnabled boolean

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

NotificationsEnabled boolean

Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.

Tags Tag[]

An array of key-value pairs to apply to this resource.

Definitions

InsightsConfiguration object
InsightsEnabled boolean

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

NotificationsEnabled boolean

Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.

Tag object
Key string | Aws_CF_FunctionString required

The key name of the tag.

Value string | Aws_CF_FunctionString required

The value for the tag.

Tags Tag[]

An array of key-value pairs to apply to this resource.