@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.453Z") @Stability(value=Stable) public interface DockerImageConfig extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.tasks.*;
DockerImageConfig dockerImageConfig = DockerImageConfig.builder()
.imageUri("imageUri")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerImageConfig.Builder
A builder for
DockerImageConfig |
static class |
DockerImageConfig.Jsii$Proxy
An implementation for
DockerImageConfig |
| Modifier and Type | Method and Description |
|---|---|
static DockerImageConfig.Builder |
builder() |
String |
getImageUri()
The fully qualified URI of the Docker image.
|
@Stability(value=Stable) @NotNull String getImageUri()
@Stability(value=Stable) static DockerImageConfig.Builder builder()
DockerImageConfig.Builder of DockerImageConfigCopyright © 2022. All rights reserved.