interface EndpointGroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.GlobalAccelerator.EndpointGroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsglobalaccelerator#EndpointGroupReference |
Java | software.amazon.awscdk.interfaces.globalaccelerator.EndpointGroupReference |
Python | aws_cdk.interfaces.aws_globalaccelerator.EndpointGroupReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_globalaccelerator } from 'aws-cdk-lib/interfaces';
const endpointGroupReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript