@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:09.426Z") @Stability(value=Experimental) public class CfnEipEndpoint 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.*;
CfnEIP cfnEIP;
CfnEipEndpoint cfnEipEndpoint = CfnEipEndpoint.Builder.create(cfnEIP)
.weight(123)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnEipEndpoint.Builder
(experimental) A fluent builder for
CfnEipEndpoint. |
software.amazon.jsii.JsiiObject.InitializationModeIEndpoint.Jsii$Default, IEndpoint.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
CfnEipEndpoint(CfnEIP eip) |
|
CfnEipEndpoint(CfnEIP eip,
CfnEipEndpointProps options) |
protected |
CfnEipEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnEipEndpoint(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegion()
(experimental) The region where the endpoint is located.
|
Object |
renderEndpointConfiguration()
(experimental) Render the endpoint to an endpoint configuration.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CfnEipEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnEipEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CfnEipEndpoint(@NotNull
CfnEIP eip,
@Nullable
CfnEipEndpointProps options)
eip - This parameter is required.options - @Stability(value=Experimental)
public CfnEipEndpoint(@NotNull
CfnEIP eip)
eip - This parameter is required.@Stability(value=Experimental) @NotNull public Object renderEndpointConfiguration()
renderEndpointConfiguration in interface IEndpointCopyright © 2022. All rights reserved.