@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-09T02:14:36.906Z") public class RawEndpoint extends software.amazon.jsii.JsiiObject implements IEndpoint
Prefer using the classes in the aws-globalaccelerator-endpoints
package instead,
as they accept typed constructs. You can use this class if you want to use an
endpoint type that does not have an appropriate class in that package yet.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.globalaccelerator.*; RawEndpoint rawEndpoint = RawEndpoint.Builder.create() .endpointId("endpointId") // the properties below are optional .preserveClientIp(false) .region("region") .weight(123) .build();
Modifier and Type | Class and Description |
---|---|
static class |
RawEndpoint.Builder
A fluent builder for
RawEndpoint . |
IEndpoint.Jsii$Default, IEndpoint.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
RawEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RawEndpoint(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRegion()
The region where the endpoint is located.
|
java.lang.Object |
renderEndpointConfiguration()
Render the endpoint to an endpoint configuration.
|
protected RawEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
protected RawEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public java.lang.Object renderEndpointConfiguration()
renderEndpointConfiguration
in interface IEndpoint