| Modifier and Type | Class and Description |
|---|---|
static class |
DockerImageAssetSource.Jsii$Proxy
An implementation for
DockerImageAssetSource |
| Modifier and Type | Method and Description |
|---|---|
DockerImageAssetSource |
DockerImageAssetSource.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
DockerImageAssetLocation |
LegacyStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset)
Register a Docker Image Asset.
|
DockerImageAssetLocation |
DefaultStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset)
Register a Docker Image Asset.
|
DockerImageAssetLocation |
BootstraplessSynthesizer.addDockerImageAsset(DockerImageAssetSource _asset)
Register a Docker Image Asset.
|
DockerImageAssetLocation |
Stack.addDockerImageAsset(DockerImageAssetSource asset)
Deprecated.
Use `stack.synthesizer.addDockerImageAsset()` if you are calling,
and a different `IStackSynthesizer` class if you are implementing.
|
DockerImageAssetLocation |
NestedStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset)
Register a Docker Image Asset.
|
abstract DockerImageAssetLocation |
StackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset)
Register a Docker Image Asset.
|
DockerImageAssetLocation |
IStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset)
Register a Docker Image Asset.
|
DockerImageAssetLocation |
IStackSynthesizer.Jsii$Proxy.addDockerImageAsset(DockerImageAssetSource asset)
Register a Docker Image Asset.
|
default DockerImageAssetLocation |
IStackSynthesizer.Jsii$Default.addDockerImageAsset(DockerImageAssetSource asset)
Register a Docker Image Asset.
|
Copyright © 2021. All rights reserved.