Interface ParamKindV1Beta1

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-03T12:13:25.837Z")
    @Stability(Stable)
    public interface ParamKindV1Beta1
    extends software.amazon.jsii.JsiiSerializable
    ParamKind is a tuple of Group Kind and Version.
    • Method Detail

      • getApiVersion

        @Stability(Stable)
        @Nullable
        default String getApiVersion()
        APIVersion is the API group version the resources belong to.

        In format of "group/version". Required.

      • getKind

        @Stability(Stable)
        @Nullable
        default String getKind()
        Kind is the API kind the resources belong to.

        Required.