Interface WorkspaceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WorkspaceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-06T02:09:05.605Z") @Stability(Stable) public interface WorkspaceConfig extends software.amazon.jsii.JsiiSerializable
Workspace configurations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkspaceConfig.BuilderA builder forWorkspaceConfigstatic classWorkspaceConfig.Jsii$ProxyAn implementation forWorkspaceConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static WorkspaceConfig.Builderbuilder()default List<String>getNoHoist()List of package globs to exclude from hoisting in the workspace.
-
-
-
Method Detail
-
getNoHoist
@Stability(Stable) @Nullable default List<String> getNoHoist()
List of package globs to exclude from hoisting in the workspace.
-
builder
@Stability(Stable) static WorkspaceConfig.Builder builder()
- Returns:
- a
WorkspaceConfig.BuilderofWorkspaceConfig
-
-