Interface NXConfig

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

    @Generated(value="jsii-pacmak/1.61.0 (build abf4039)",
               date="2022-07-06T02:09:05.547Z")
    @Stability(Stable)
    public interface NXConfig
    extends software.amazon.jsii.JsiiSerializable
    NX configurations.
    • Method Detail

      • getImplicitDependencies

        @Stability(Stable)
        @Nullable
        default Map<String,​List<String>> getImplicitDependencies()
        Configuration for Implicit Dependnecies.
      • getNxCloudReadOnlyAccessToken

        @Stability(Stable)
        @Nullable
        default String getNxCloudReadOnlyAccessToken()
        Read only access token if enabling nx cloud.
      • getNxIgnore

        @Stability(Stable)
        @Nullable
        default List<String> getNxIgnore()
        List of patterns to include in the .nxignore file.
      • getTargetDependencies

        @Stability(Stable)
        @Nullable
        default Map<String,​List<TargetDependency>> getTargetDependencies()
        Configuration for TargetDependencies.