@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.424Z") @Stability(value=Stable) 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()
Whether the rule can be inlined into a SecurityGroup or not.
|
String |
getUniqueId()
A unique identifier for this connection peer.
|
Object |
toEgressRuleConfig()
Produce the egress rule JSON for the given connection.
|
Object |
toIngressRuleConfig()
Produce the ingress rule JSON for the given connection.
|
getConnections@Stability(value=Stable) @NotNull Boolean getCanInlineRule()
@Stability(value=Stable) @NotNull String getUniqueId()
@Stability(value=Stable) @NotNull Object toEgressRuleConfig()
@Stability(value=Stable) @NotNull Object toIngressRuleConfig()
Copyright © 2022. All rights reserved.