Class IPeer.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.IPeer.Jsii$Proxy
- All Implemented Interfaces:
IConnectable,IConnectable.Jsii$Default,IPeer,IPeer.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IPeer
@Internal
public static final class IPeer.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IPeer.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IConnectable
IConnectable.Jsii$Default, IConnectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IPeer
IPeer.Jsii$Default, IPeer.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanWhether the rule can be inlined into a SecurityGroup or not.final ConnectionsThe network connections associated with this resource.final StringA unique identifier for this connection peer.final ObjectProduce the egress rule JSON for the given connection.final ObjectProduce the ingress rule JSON for the given connection.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getConnections
The network connections associated with this resource.- Specified by:
getConnectionsin interfaceIConnectable- Specified by:
getConnectionsin interfaceIConnectable.Jsii$Default- Specified by:
getConnectionsin interfaceIPeer.Jsii$Default
-
getCanInlineRule
Whether the rule can be inlined into a SecurityGroup or not.- Specified by:
getCanInlineRulein interfaceIPeer- Specified by:
getCanInlineRulein interfaceIPeer.Jsii$Default
-
getUniqueId
A unique identifier for this connection peer.- Specified by:
getUniqueIdin interfaceIPeer- Specified by:
getUniqueIdin interfaceIPeer.Jsii$Default
-
toEgressRuleConfig
Produce the egress rule JSON for the given connection.- Specified by:
toEgressRuleConfigin interfaceIPeer- Specified by:
toEgressRuleConfigin interfaceIPeer.Jsii$Default
-
toIngressRuleConfig
Produce the ingress rule JSON for the given connection.- Specified by:
toIngressRuleConfigin interfaceIPeer- Specified by:
toIngressRuleConfigin interfaceIPeer.Jsii$Default
-