Interface IPeer
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPeer.Jsii$Default
- All Known Implementing Classes:
IPeer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-09-11T18:01:25.558Z")
@Stability(Experimental)
public interface IPeer
extends software.amazon.jsii.JsiiSerializable
(experimental) Interface for classes that provide the peer-specification parts of an inbound permission.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIPeer
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) A unique identifier for this connection peer.toJson()
(experimental) Produce the ingress rule JSON for the given connection.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUniqueId
(experimental) A unique identifier for this connection peer. -
toJson
(experimental) Produce the ingress rule JSON for the given connection.
-