Interface Inherit

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

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.121Z")
    @Stability(Experimental)
    public interface Inherit
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Controls inheritance of globally-defined defaults and variables.

    Boolean values control inheritance of all default: or variables: keywords. To inherit only a subset of default: or variables: keywords, specify what you wish to inherit. Anything not listed is not inherited.

    • Method Detail

      • getDefaultValue

        @Stability(Experimental)
        @Nullable
        default Object getDefaultValue()
        (experimental) Whether to inherit all globally-defined defaults or not.

        Or subset of inherited defaults

      • getVariables

        @Stability(Experimental)
        @Nullable
        default Object getVariables()
        (experimental) Whether to inherit all globally-defined variables or not.

        Or subset of inherited variables