@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.403Z") @Stability(value=Experimental) public interface IDevEnvironment extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDevEnvironment.Jsii$Default
Internal default implementation for
IDevEnvironment. |
static class |
IDevEnvironment.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDockerImage(DevEnvironmentDockerImage image)
(experimental) Add a custom Docker image or Dockerfile for the container.
|
void |
addPorts(String... ports)
(experimental) Adds ports that should be exposed (forwarded) from the container.
|
void |
addTasks(Task... tasks)
(experimental) Adds tasks to run when the container starts.
|
void |
addVscodeExtensions(String... extensions)
(experimental) Adds a list of VSCode extensions that should be automatically installed in the container.
|
@Stability(value=Experimental)
void addDockerImage(@NotNull
DevEnvironmentDockerImage image)
image - The Docker image. This parameter is required.@Stability(value=Experimental)
void addPorts(@NotNull
String... ports)
ports - The new ports. This parameter is required.@Stability(value=Experimental)
void addTasks(@NotNull
Task... tasks)
tasks - The new tasks. This parameter is required.@Stability(value=Experimental)
void addVscodeExtensions(@NotNull
String... extensions)
extensions - The extension IDs. This parameter is required.Copyright © 2021. All rights reserved.