Interface IPeer.Jsii$Default

All Superinterfaces:
IPeer, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IPeer.Jsii$Proxy
Enclosing interface:
IPeer

@Internal public static interface IPeer.Jsii$Default extends IPeer
Internal default implementation for IPeer.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.IPeer

    IPeer.Jsii$Default, IPeer.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    (experimental) A unique identifier for this connection peer.
    default Object
    (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 default String getUniqueId()
      (experimental) A unique identifier for this connection peer.
      Specified by:
      getUniqueId in interface IPeer
    • toJson

      @Stability(Experimental) @NotNull default Object toJson()
      (experimental) Produce the ingress rule JSON for the given connection.
      Specified by:
      toJson in interface IPeer