@Stability(value=Experimental) @Internal public static final class VpcLinkProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcLinkProps
VpcLinkPropssoftware.amazon.jsii.JsiiObject.InitializationModeVpcLinkProps.Builder, VpcLinkProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String description,
List<? extends INetworkLoadBalancer> targets,
String vpcLinkName)
Constructor that initializes the object based on literal property values passed by the
VpcLinkProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
(experimental) The description of the VPC link.
|
List<INetworkLoadBalancer> |
getTargets()
(experimental) The network load balancers of the VPC targeted by the VPC link.
|
String |
getVpcLinkName()
(experimental) The name used to label and identify the VPC link.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String description, List<? extends INetworkLoadBalancer> targets, String vpcLinkName)
VpcLinkProps.Builder.public final String getDescription()
VpcLinkPropsDefault: no description
getDescription in interface VpcLinkPropspublic final List<INetworkLoadBalancer> getTargets()
VpcLinkPropsThe network load balancers must be owned by the same AWS account of the API owner.
Default: - no targets. Use `addTargets` to add targets
getTargets in interface VpcLinkPropspublic final String getVpcLinkName()
VpcLinkPropsDefault: - automatically generated name
getVpcLinkName in interface VpcLinkProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.