@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.070Z") @Stability(value=Experimental) public interface IPeer extends software.amazon.jsii.JsiiSerializable, 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 |
|---|---|
Boolean |
getCanInlineRule()
(experimental) Whether the rule can be inlined into a SecurityGroup or not.
|
String |
getUniqueId()
(experimental) A unique identifier for this connection peer.
|
Object |
toEgressRuleConfig()
(experimental) Produce the egress rule JSON for the given connection.
|
Object |
toIngressRuleConfig()
(experimental) Produce the ingress rule JSON for the given connection.
|
getConnections@Stability(value=Experimental) @NotNull Boolean getCanInlineRule()
@Stability(value=Experimental) @NotNull String getUniqueId()
@Stability(value=Experimental) @NotNull Object toEgressRuleConfig()
@Stability(value=Experimental) @NotNull Object toIngressRuleConfig()
Copyright © 2021. All rights reserved.