public static final class VpcLinkProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcLinkProps
VpcLinkProps
VpcLinkProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.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.
|
java.lang.String |
getVpcLinkName()
(experimental) The name used to label and identify the VPC link.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IVpc getVpc()
VpcLinkProps
getVpc
in interface VpcLinkProps
public final java.util.List<ISecurityGroup> getSecurityGroups()
VpcLinkProps
Default: - no security groups. Use `addSecurityGroups` to add security groups
getSecurityGroups
in interface VpcLinkProps
public final SubnetSelection getSubnets()
VpcLinkProps
Default: - private subnets of the provided VPC. Use `addSubnets` to add more subnets
getSubnets
in interface VpcLinkProps
public final java.lang.String getVpcLinkName()
VpcLinkProps
Default: - automatically generated name
getVpcLinkName
in interface VpcLinkProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()