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.119.0 (build 1634eac)",
date="2025-11-17T14:41:04.807Z")
@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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPeer.static final classA 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.
-