@Stability(value=Experimental) @Internal public static final class ConnectionsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConnectionsProps
ConnectionsPropssoftware.amazon.jsii.JsiiObject.InitializationModeConnectionsProps.Builder, ConnectionsProps.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(Port defaultPort,
IPeer peer,
List<? extends ISecurityGroup> securityGroups)
Constructor that initializes the object based on literal property values passed by the
ConnectionsProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Port |
getDefaultPort()
(experimental) Default port range for initiating connections to and from this object.
|
IPeer |
getPeer()
(experimental) Class that represents the rule by which others can connect to this connectable.
|
List<ISecurityGroup> |
getSecurityGroups()
(experimental) What securityGroup(s) this object is managing connections for.
|
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(Port defaultPort, IPeer peer, List<? extends ISecurityGroup> securityGroups)
ConnectionsProps.Builder.public final Port getDefaultPort()
ConnectionsPropsDefault: - No default port
getDefaultPort in interface ConnectionsPropspublic final IPeer getPeer()
ConnectionsPropsThis object is required, but will be derived from securityGroup if that is passed.
Default: Derived from securityGroup if set.
getPeer in interface ConnectionsPropspublic final List<ISecurityGroup> getSecurityGroups()
ConnectionsPropsDefault: No security groups
getSecurityGroups in interface ConnectionsProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.