Interface GrpcAction

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

    @Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
               date="2023-01-26T02:32:35.043Z")
    @Stability(Stable)
    public interface GrpcAction
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getPort

        @Stability(Stable)
        @NotNull
        Number getPort()
        Port number of the gRPC service.

        Number must be in the range 1 to 65535.

      • getService

        @Stability(Stable)
        @Nullable
        default String getService()
        Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

        If this is not specified, the default behavior is defined by gRPC.