Uses of Interface
software.amazon.awscdk.DockerImageAssetSource
Packages that use DockerImageAssetSource
Package
Description
AWS Cloud Development Kit Library
App Staging Synthesizer
-
Uses of DockerImageAssetSource in software.amazon.awscdk
Classes in software.amazon.awscdk that implement DockerImageAssetSourceMethods in software.amazon.awscdk that return DockerImageAssetSourceModifier and TypeMethodDescriptionDockerImageAssetSource.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk with parameters of type DockerImageAssetSourceModifier and TypeMethodDescriptionBootstraplessSynthesizer.addDockerImageAsset(DockerImageAssetSource _asset) Register a Docker Image Asset.CliCredentialsStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.DefaultStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.default DockerImageAssetLocationIBoundStackSynthesizer.Jsii$Default.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.final DockerImageAssetLocationIBoundStackSynthesizer.Jsii$Proxy.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.default DockerImageAssetLocationIReusableStackSynthesizer.Jsii$Default.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.final DockerImageAssetLocationIReusableStackSynthesizer.Jsii$Proxy.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.IStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.default DockerImageAssetLocationIStackSynthesizer.Jsii$Default.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.final DockerImageAssetLocationIStackSynthesizer.Jsii$Proxy.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.LegacyStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.NestedStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.abstract DockerImageAssetLocationStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.AssetManifestBuilder.defaultAddDockerImageAsset(Stack stack, DockerImageAssetSource asset, AssetManifestDockerImageDestination target) Add a docker image asset to the manifest with default settings.AssetManifestBuilder.defaultAddDockerImageAsset(Stack stack, DockerImageAssetSource asset, AssetManifestDockerImageDestination target, AddDockerImageAssetOptions options) Add a docker image asset to the manifest with default settings. -
Uses of DockerImageAssetSource in software.amazon.awscdk.app.staging.synthesizer.alpha
Methods in software.amazon.awscdk.app.staging.synthesizer.alpha with parameters of type DockerImageAssetSourceModifier and TypeMethodDescriptionDefaultStagingStack.addDockerImage(DockerImageAssetSource asset) (experimental) Return staging resource information for a docker asset.IStagingResources.addDockerImage(DockerImageAssetSource asset) (experimental) Return staging resource information for a docker asset.default ImageStagingLocationIStagingResources.Jsii$Default.addDockerImage(DockerImageAssetSource asset) (experimental) Return staging resource information for a docker asset.final ImageStagingLocationIStagingResources.Jsii$Proxy.addDockerImage(DockerImageAssetSource asset) (experimental) Return staging resource information for a docker asset.AppStagingSynthesizer.addDockerImageAsset(DockerImageAssetSource _asset) (experimental) Implemented for legacy purposes;