AWS::XRay::GroupThis schema provides construct and validation rules for AWS-XRay Group resource parameters.
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GroupName | string | Required |
FilterExpression | string | |
InsightsConfiguration | InsightsConfiguration | |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
GroupARN | string | The ARN of the group that was generated on creation. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::XRay::Group
Resources:
MyResource:
Type: AWS::XRay::Group
Properties:
GroupName: "my-groupname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
xray:CreateGroupxray:TagResourcexray:GetGroupxray:ListTagsForResourcexray:UpdateGroupxray:TagResourcexray:UntagResourcexray:ListTagsForResourcexray:DeleteGroupxray:GetGroupsxray:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGroupARN