Interface IEndpoint
An endpoint for the endpoint group.
Namespace: Amazon.CDK.AWS.GlobalAccelerator
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEndpoint
Syntax (vb)
Public Interface IEndpoint
Remarks
Implementations of IEndpoint can be found in the aws-globalaccelerator-endpoints package.
Synopsis
Properties
| Region | The region where the endpoint is located. |
Methods
| RenderEndpointConfiguration() | Render the endpoint to an endpoint configuration. |
Properties
Region
The region where the endpoint is located.
string? Region { get; }
Property Value
Remarks
If the region cannot be determined, undefined is returned
Methods
RenderEndpointConfiguration()
Render the endpoint to an endpoint configuration.
object RenderEndpointConfiguration()
Returns
Remarks
Implementations of IEndpoint can be found in the aws-globalaccelerator-endpoints package.