interface EndpointGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GlobalAccelerator.EndpointGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsglobalaccelerator#EndpointGroupReference |
![]() | software.amazon.awscdk.services.globalaccelerator.EndpointGroupReference |
![]() | aws_cdk.aws_globalaccelerator.EndpointGroupReference |
![]() | 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.