@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.530Z") @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,
VpcLinkProps props) |
protected |
VpcLink(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
VpcLink(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSecurityGroups(ISecurityGroup... groups)
(experimental) Adds the provided security groups to the vpc link.
|
void |
addSubnets(ISubnet... subnets)
(experimental) Adds the provided subnets to the vpc link.
|
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.
|
generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStackgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected 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,
@NotNull
VpcLinkProps props)
scope - This parameter is required.id - This parameter is required.props - 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 addSecurityGroups(@NotNull
ISecurityGroup... groups)
groups - This parameter is required.@Stability(value=Experimental)
public void addSubnets(@NotNull
ISubnet... subnets)
subnets - This parameter is required.@Stability(value=Experimental) @NotNull public String getVpcLinkId()
getVpcLinkId in interface IVpcLinkCopyright © 2020. All rights reserved.