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.
virtual string Region { get; }
Property Value
System.String
Remarks
If the region cannot be determined, undefined
is returned
Methods
RenderEndpointConfiguration()
Render the endpoint to an endpoint configuration.
object RenderEndpointConfiguration()
Returns
System.Object