Interface ComponentCondition

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-28T00:25:43.891Z")
    @Stability(Stable)
    public interface ComponentCondition
    extends software.amazon.jsii.JsiiSerializable
    Information about the condition of a component.
    • Method Detail

      • getStatus

        @Stability(Stable)
        @NotNull
        String getStatus()
        Status of the condition for a component.

        Valid values for "Healthy": "True", "False", or "Unknown".

      • getType

        @Stability(Stable)
        @NotNull
        String getType()
        Type of condition for a component.

        Valid value: "Healthy"

      • getError

        @Stability(Stable)
        @Nullable
        default String getError()
        Condition error code for a component.

        For example, a health check error code.

      • getMessage

        @Stability(Stable)
        @Nullable
        default String getMessage()
        Message about the condition for a component.

        For example, information about a health check.