interface EndpointGroupReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.GlobalAccelerator.EndpointGroupReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglobalaccelerator#EndpointGroupReference | 
|  Java | software.amazon.awscdk.services.globalaccelerator.EndpointGroupReference | 
|  Python | aws_cdk.aws_globalaccelerator.EndpointGroupReference | 
|  TypeScript | aws-cdk-lib»aws_globalaccelerator»EndpointGroupReference | 
A reference to a EndpointGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_globalaccelerator as globalaccelerator } from 'aws-cdk-lib';
const endpointGroupReference: globalaccelerator.EndpointGroupReference = {
  endpointGroupArn: 'endpointGroupArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| endpoint | string | The EndpointGroupArn of the EndpointGroup resource. | 
endpointGroupArn
Type:
string
The EndpointGroupArn of the EndpointGroup resource.
