interface RecordSetGroupReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Route53.RecordSetGroupReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53#RecordSetGroupReference | 
|  Java | software.amazon.awscdk.services.route53.RecordSetGroupReference | 
|  Python | aws_cdk.aws_route53.RecordSetGroupReference | 
|  TypeScript | aws-cdk-lib»aws_route53»RecordSetGroupReference | 
A reference to a RecordSetGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53 as route53 } from 'aws-cdk-lib';
const recordSetGroupReference: route53.RecordSetGroupReference = {
  recordSetGroupId: 'recordSetGroupId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| record | string | The Id of the RecordSetGroup resource. | 
recordSetGroupId
Type:
string
The Id of the RecordSetGroup resource.
