AWS Fundamentals Logo
AWS Fundamentals
AWS::XRay::Group

XRay Group

This schema provides construct and validation rules for AWS-XRay Group resource parameters.

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
GroupName
string
Required
FilterExpression
string
InsightsConfiguration
InsightsConfiguration
Tags
array

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
GroupARNstringThe ARN of the group that was generated on creation.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

xray:CreateGroupxray:TagResource

read

xray:GetGroupxray:ListTagsForResource

update

xray:UpdateGroupxray:TagResourcexray:UntagResourcexray:ListTagsForResource

delete

xray:DeleteGroup

list

xray:GetGroupsxray:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceXRay
Properties5
Required1
TaggingSupported
Primary IDGroupARN

Supported Operations

CreateReadUpdateDeleteList

External Links