@Stability(value=Experimental) @Internal public static final class ConnectionsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConnectionsProps
ConnectionsProps
software.amazon.jsii.JsiiObject.InitializationMode
ConnectionsProps.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, jsiiStaticSet
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.protected Jsii$Proxy(Port defaultPort, IPeer peer, List<? extends ISecurityGroup> securityGroups)
ConnectionsProps.Builder
.public final Port getDefaultPort()
ConnectionsProps
Default: - No default port
getDefaultPort
in interface ConnectionsProps
public final IPeer getPeer()
ConnectionsProps
This object is required, but will be derived from securityGroup if that is passed.
Default: Derived from securityGroup if set.
getPeer
in interface ConnectionsProps
public final List<ISecurityGroup> getSecurityGroups()
ConnectionsProps
Default: No security groups
getSecurityGroups
in interface ConnectionsProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.