All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IPeer.Jsii$Default
All Known Implementing Classes:
IPeer.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.707Z") @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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IPeer.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) A unique identifier for this connection peer.
    (experimental) Produce the ingress rule JSON for the given connection.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getUniqueId

      @Stability(Experimental) @NotNull String getUniqueId()
      (experimental) A unique identifier for this connection peer.
    • toJson

      @Stability(Experimental) @NotNull Object toJson()
      (experimental) Produce the ingress rule JSON for the given connection.