@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.519Z") @Stability(value=Stable) 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. |
software.amazon.jsii.JsiiObject.InitializationModeIEndpoint.Jsii$Default, IEndpoint.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
RawEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RawEndpoint(software.amazon.jsii.JsiiObjectRef objRef) |
|
RawEndpoint(RawEndpointProps props) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegion()
The region where the endpoint is located.
|
Object |
renderEndpointConfiguration()
Render the endpoint to an endpoint configuration.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected RawEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
protected RawEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public RawEndpoint(@NotNull
RawEndpointProps props)
props - This parameter is required.@Stability(value=Stable) @NotNull public Object renderEndpointConfiguration()
renderEndpointConfiguration in interface IEndpointCopyright © 2022. All rights reserved.