interface IEndpoint
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GlobalAccelerator.IEndpoint |
Java | software.amazon.awscdk.services.globalaccelerator.IEndpoint |
Python | aws_cdk.aws_globalaccelerator.IEndpoint |
TypeScript (source) | @aws-cdk/aws-globalaccelerator » IEndpoint |
Implemented by
Application, Cfn, Instance, Network, Raw
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
Java
Python
TypeScript (