@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.904Z") @Stability(value=Experimental) public class VpcLink extends Resource implements IVpcLink
| Modifier and Type | Class and Description |
|---|---|
static class |
VpcLink.Builder
(experimental) A fluent builder for
VpcLink. |
software.amazon.jsii.JsiiObject.InitializationModeIVpcLink.Jsii$Default, IVpcLink.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
VpcLink(software.constructs.Construct scope,
String id) |
|
VpcLink(software.constructs.Construct scope,
String id,
VpcLinkProps props) |
protected |
VpcLink(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
VpcLink(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTargets(INetworkLoadBalancer... targets) |
static IVpcLink |
fromVpcLinkId(software.constructs.Construct scope,
String id,
String vpcLinkId)
(experimental) Import a VPC Link by its Id.
|
String |
getVpcLinkId()
(experimental) Physical ID of the VpcLink resource.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected VpcLink(software.amazon.jsii.JsiiObjectRef objRef)
protected VpcLink(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public VpcLink(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
VpcLinkProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public VpcLink(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental) @NotNull public static IVpcLink fromVpcLinkId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String vpcLinkId)
scope - This parameter is required.id - This parameter is required.vpcLinkId - This parameter is required.@Stability(value=Experimental)
public void addTargets(@NotNull
INetworkLoadBalancer... targets)
targets - This parameter is required.@Stability(value=Experimental) @NotNull public String getVpcLinkId()
getVpcLinkId in interface IVpcLinkCopyright © 2021. All rights reserved.