# AWS::XRay::Group This schema provides construct and validation rules for AWS-XRay Group resource parameters. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "Type" : "AWS::XRay::Group", "Properties" : { "FilterExpression" : String, "GroupName" : String, "InsightsConfiguration" : InsightsConfiguration, "Tags" : [ [ Tags, ... ], ... ] } }### YAML
Type: AWS::XRay::Group Properties: FilterExpression: String GroupName: String InsightsConfiguration: InsightsConfiguration Tags: - - Tags## Properties #### FilterExpression The filter expression defining criteria by which to group traces. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### GroupName The case-sensitive name of the new group. Names must be unique. _Required_: No _Type_: String _Minimum_:
1
_Maximum_: 32
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### InsightsConfiguration
_Required_: No
_Type_: InsightsConfiguration
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Tags
_Required_: No
_Type_: List of List of Tags
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
## Return Values
### Ref
When you pass the logical ID of this resource to the intrinsic `Ref` function, Ref returns the GroupARN.
### Fn::GetAtt
The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html).
#### GroupARN
The ARN of the group that was generated on creation.