@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-28T21:34:22.170Z") public interface IPeer extends IConnectable
Modifier and Type | Interface and Description |
---|---|
static interface |
IPeer.Jsii$Default
Internal default implementation for
IPeer . |
static class |
IPeer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getCanInlineRule()
Whether the rule can be inlined into a SecurityGroup or not.
|
java.lang.String |
getUniqueId()
A unique identifier for this connection peer.
|
java.lang.Object |
toEgressRuleConfig()
Produce the egress rule JSON for the given connection.
|
java.lang.Object |
toIngressRuleConfig()
Produce the ingress rule JSON for the given connection.
|
getConnections
java.lang.Boolean getCanInlineRule()
java.lang.String getUniqueId()
java.lang.Object toEgressRuleConfig()
java.lang.Object toIngressRuleConfig()