interface GroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.XRay.GroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsxray#GroupReference |
![]() | software.amazon.awscdk.services.xray.GroupReference |
![]() | aws_cdk.aws_xray.GroupReference |
![]() | 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.