@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(VpcLinkProps.Builder builder)
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) |
List<ISecurityGroup> |
getSecurityGroups()
(experimental) A list of security groups for the VPC link.
|
SubnetSelection |
getSubnets()
(experimental) A list of subnets for the VPC link.
|
IVpc |
getVpc()
(experimental) The VPC in which the private resources reside.
|
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(VpcLinkProps.Builder builder)
VpcLinkProps.Builder.public final IVpc getVpc()
VpcLinkPropsgetVpc in interface VpcLinkPropspublic final List<ISecurityGroup> getSecurityGroups()
VpcLinkPropsDefault: - no security groups. Use `addSecurityGroups` to add security groups
getSecurityGroups in interface VpcLinkPropspublic final SubnetSelection getSubnets()
VpcLinkPropsDefault: - private subnets of the provided VPC. Use `addSubnets` to add more subnets
getSubnets 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 © 2022. All rights reserved.