- getArtifactHash() - Method in class software.amazon.awscdk.assets.docker.DockerImageAsset
-
A hash of the bundle for of this asset, which is only available at deployment time.
- getBuildArgs() - Method in interface software.amazon.awscdk.assets.docker.DockerImageAssetProps
-
Build args to pass to the `docker build` command.
- getBuildArgs() - Method in class software.amazon.awscdk.assets.docker.DockerImageAssetProps.Jsii$Proxy
-
Build args to pass to the `docker build` command.
- getDependencies() - Method in class software.amazon.awscdk.assets.docker.$Module
-
- getDirectory() - Method in interface software.amazon.awscdk.assets.docker.DockerImageAssetProps
-
The directory where the Dockerfile is stored.
- getDirectory() - Method in class software.amazon.awscdk.assets.docker.DockerImageAssetProps.Jsii$Proxy
-
The directory where the Dockerfile is stored.
- getExclude() - Method in class software.amazon.awscdk.assets.docker.DockerImageAssetProps.Jsii$Proxy
-
Glob patterns to exclude from the copy.
- getFollow() - Method in class software.amazon.awscdk.assets.docker.DockerImageAssetProps.Jsii$Proxy
-
A strategy for how to handle symlinks.
- getImageUri() - Method in class software.amazon.awscdk.assets.docker.DockerImageAsset
-
The full URI of the image (including a tag).
- getRepository() - Method in class software.amazon.awscdk.assets.docker.DockerImageAsset
-
Repository where the image is stored.
- getRepositoryName() - Method in interface software.amazon.awscdk.assets.docker.DockerImageAssetProps
-
ECR repository name.
- getRepositoryName() - Method in class software.amazon.awscdk.assets.docker.DockerImageAssetProps.Jsii$Proxy
-
ECR repository name.
- getSourceHash() - Method in class software.amazon.awscdk.assets.docker.DockerImageAsset
-
A hash of the source of this asset, which is available at construction time.