interface IEndpoint
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GlobalAccelerator.IEndpoint |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglobalaccelerator#IEndpoint |
Java | software.amazon.awscdk.services.globalaccelerator.IEndpoint |
Python | aws_cdk.aws_globalaccelerator.IEndpoint |
TypeScript (source) | aws-cdk-lib » aws_globalaccelerator » IEndpoint |
Implemented by
Raw, Application, Cfn, Instance, Network
An endpoint for the endpoint group.
Implementations of IEndpoint can be found in the aws-globalaccelerator-endpoints package.
Properties
| Name | Type | Description |
|---|---|---|
| region? | string | The 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
| Name | Description |
|---|---|
| render | Render the endpoint to an endpoint configuration. |
renderEndpointConfiguration()
public renderEndpointConfiguration(): any
Returns
any
Render the endpoint to an endpoint configuration.

.NET
Go
Java
Python
TypeScript (