Interface YarnNpmScope

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

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.218Z")
    @Stability(Experimental)
    public interface YarnNpmScope
    extends software.amazon.jsii.JsiiSerializable
    (experimental) https://yarnpkg.com/configuration/yarnrc#npmScopes.
    • Method Detail

      • getNpmAlwaysAuth

        @Stability(Experimental)
        @Nullable
        default Boolean getNpmAlwaysAuth()
      • getNpmAuthIdent

        @Stability(Experimental)
        @Nullable
        default String getNpmAuthIdent()
      • getNpmAuthToken

        @Stability(Experimental)
        @Nullable
        default String getNpmAuthToken()
      • getNpmPublishRegistry

        @Stability(Experimental)
        @Nullable
        default String getNpmPublishRegistry()
      • getNpmRegistryServer

        @Stability(Experimental)
        @Nullable
        default String getNpmRegistryServer()