@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.387Z") @Stability(value=Experimental) public interface DevEnvironmentOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DevEnvironmentOptions.Builder
A builder for
DevEnvironmentOptions |
static class |
DevEnvironmentOptions.Jsii$Proxy
An implementation for
DevEnvironmentOptions |
| Modifier and Type | Method and Description |
|---|---|
static DevEnvironmentOptions.Builder |
builder() |
default DevEnvironmentDockerImage |
getDockerImage()
(experimental) A Docker image or Dockerfile for the container.
|
default List<String> |
getPorts()
(experimental) An array of ports that should be exposed from the container.
|
default List<Task> |
getTasks()
(experimental) An array of tasks that should be run when the container starts.
|
default List<String> |
getVscodeExtensions()
(experimental) An array of extension IDs that specify the extensions that should be installed inside the container when it is created.
|
@Stability(value=Experimental) @Nullable default DevEnvironmentDockerImage getDockerImage()
@Stability(value=Experimental) @Nullable default List<String> getPorts()
@Stability(value=Experimental) @Nullable default List<Task> getTasks()
@Stability(value=Experimental) @Nullable default List<String> getVscodeExtensions()
@Stability(value=Experimental) static DevEnvironmentOptions.Builder builder()
DevEnvironmentOptions.Builder of DevEnvironmentOptionsCopyright © 2021. All rights reserved.