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