@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.779Z") @Stability(value=Stable) public class InstanceEndpoint extends software.amazon.jsii.JsiiObject implements IEndpoint
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.ec2.*;
import software.amazon.awscdk.services.globalaccelerator.endpoints.*;
Instance instance;
InstanceEndpoint instanceEndpoint = InstanceEndpoint.Builder.create(instance)
.preserveClientIp(false)
.weight(123)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceEndpoint.Builder
A fluent builder for
InstanceEndpoint. |
software.amazon.jsii.JsiiObject.InitializationModeIEndpoint.Jsii$Default, IEndpoint.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
InstanceEndpoint(IInstance instance) |
|
InstanceEndpoint(IInstance instance,
InstanceEndpointProps options) |
protected |
InstanceEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
InstanceEndpoint(software.amazon.jsii.JsiiObjectRef objRef) |
| 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 InstanceEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
protected InstanceEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public InstanceEndpoint(@NotNull
IInstance instance,
@Nullable
InstanceEndpointProps options)
instance - This parameter is required.options - @Stability(value=Stable)
public InstanceEndpoint(@NotNull
IInstance instance)
instance - This parameter is required.@Stability(value=Stable) @NotNull public Object renderEndpointConfiguration()
renderEndpointConfiguration in interface IEndpointCopyright © 2021. All rights reserved.