interface IEndpoint
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GlobalAccelerator.IEndpoint |
![]() | software.amazon.awscdk.services.globalaccelerator.IEndpoint |
![]() | aws_cdk.aws_globalaccelerator.IEndpoint |
![]() | @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.