interface GroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Synthetics.GroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssynthetics#GroupReference |
Java | software.amazon.awscdk.services.synthetics.GroupReference |
Python | aws_cdk.aws_synthetics.GroupReference |
TypeScript | aws-cdk-lib » aws_synthetics » 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_synthetics as synthetics } from 'aws-cdk-lib';
const groupReference: synthetics.GroupReference = {
groupName: 'groupName',
};
Properties
| Name | Type | Description |
|---|---|---|
| group | string | The Name of the Group resource. |
groupName
Type:
string
The Name of the Group resource.

.NET
Go
Java
Python
TypeScript