aws-cdk-lib.aws_globalaccelerator.IEndpoint

interface IEndpoint

LanguageType name
.NETAmazon.CDK.AWS.GlobalAccelerator.IEndpoint
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglobalaccelerator#IEndpoint
Javasoftware.amazon.awscdk.services.globalaccelerator.IEndpoint
Pythonaws_cdk.aws_globalaccelerator.IEndpoint
TypeScript (source)aws-cdk-lib » aws_globalaccelerator » IEndpoint

Implemented by RawEndpoint, ApplicationLoadBalancerEndpoint, CfnEipEndpoint, InstanceEndpoint, NetworkLoadBalancerEndpoint

An endpoint for the endpoint group.

Implementations of IEndpoint can be found in the aws-globalaccelerator-endpoints package.

Properties

NameTypeDescription
region?stringThe region where the endpoint is located.

region?

Type: string (optional)

The region where the endpoint is located.

If the region cannot be determined, undefined is returned

Methods

NameDescription
renderEndpointConfiguration()Render the endpoint to an endpoint configuration.

renderEndpointConfiguration()

public renderEndpointConfiguration(): any

Returns

  • any

Render the endpoint to an endpoint configuration.