public static final class VpcConnectorAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcConnectorAttributes
VpcConnectorAttributes
VpcConnectorAttributes.Builder, VpcConnectorAttributes.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) The security groups associated with the VPC connector.
|
java.lang.String |
getVpcConnectorArn()
(experimental) The ARN of the VPC connector.
|
java.lang.String |
getVpcConnectorName()
(experimental) The name of the VPC connector.
|
java.lang.Number |
getVpcConnectorRevision()
(experimental) The revision of the VPC connector.
|
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 java.util.List<ISecurityGroup> getSecurityGroups()
VpcConnectorAttributes
getSecurityGroups
in interface VpcConnectorAttributes
public final java.lang.String getVpcConnectorArn()
VpcConnectorAttributes
getVpcConnectorArn
in interface VpcConnectorAttributes
public final java.lang.String getVpcConnectorName()
VpcConnectorAttributes
getVpcConnectorName
in interface VpcConnectorAttributes
public final java.lang.Number getVpcConnectorRevision()
VpcConnectorAttributes
getVpcConnectorRevision
in interface VpcConnectorAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()