interface GroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.XRay.GroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsxray#GroupReference |
Java | software.amazon.awscdk.services.xray.GroupReference |
Python | aws_cdk.aws_xray.GroupReference |
TypeScript | aws-cdk-lib » aws_xray » GroupReference |
A reference to a Group resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_xray as xray } from 'aws-cdk-lib';
const groupReference: xray.GroupReference = {
groupArn: 'groupArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| group | string | The GroupARN of the Group resource. |
groupArn
Type:
string
The GroupARN of the Group resource.

.NET
Go
Java
Python
TypeScript