Interface ServiceBackendPort

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ServiceBackendPort.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)",
               date="2023-05-05T16:22:34.263Z")
    @Stability(Stable)
    public interface ServiceBackendPort
    extends software.amazon.jsii.JsiiSerializable
    ServiceBackendPort is the service port being referenced.
    • Method Detail

      • getName

        @Stability(Stable)
        @Nullable
        default String getName()
        Name is the name of the port on the Service.

        This is a mutually exclusive setting with "Number".

      • getNumber

        @Stability(Stable)
        @Nullable
        default Number getNumber()
        Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".