public static final class InterfaceVpcEndpointAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InterfaceVpcEndpointAttributes
InterfaceVpcEndpointAttributes
InterfaceVpcEndpointAttributes.Builder, InterfaceVpcEndpointAttributes.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.lang.Number |
getPort()
The port of the service of the interface VPC endpoint.
|
java.lang.String |
getSecurityGroupId()
(deprecated) The identifier of the security group associated with the interface VPC endpoint.
|
java.util.List<ISecurityGroup> |
getSecurityGroups()
The security groups associated with the interface VPC endpoint.
|
java.lang.String |
getVpcEndpointId()
The interface VPC endpoint identifier.
|
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.lang.Number getPort()
InterfaceVpcEndpointAttributes
getPort
in interface InterfaceVpcEndpointAttributes
public final java.lang.String getVpcEndpointId()
InterfaceVpcEndpointAttributes
getVpcEndpointId
in interface InterfaceVpcEndpointAttributes
public final java.lang.String getSecurityGroupId()
InterfaceVpcEndpointAttributes
getSecurityGroupId
in interface InterfaceVpcEndpointAttributes
public final java.util.List<ISecurityGroup> getSecurityGroups()
InterfaceVpcEndpointAttributes
getSecurityGroups
in interface InterfaceVpcEndpointAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()