@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.572Z") @Stability(value=Stable) public interface AssetImageProps extends software.amazon.jsii.JsiiSerializable, DockerImageAssetOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
import software.amazon.awscdk.services.ecr.assets.*;
import software.amazon.awscdk.services.ecs.*;
NetworkMode networkMode;
Platform platform;
AssetImageProps assetImageProps = AssetImageProps.builder()
.buildArgs(Map.of(
"buildArgsKey", "buildArgs"))
.exclude(List.of("exclude"))
.extraHash("extraHash")
.file("file")
.followSymlinks(SymlinkFollowMode.NEVER)
.ignoreMode(IgnoreMode.GLOB)
.invalidation(DockerImageAssetInvalidationOptions.builder()
.buildArgs(false)
.extraHash(false)
.file(false)
.networkMode(false)
.platform(false)
.repositoryName(false)
.target(false)
.build())
.networkMode(networkMode)
.platform(platform)
.target("target")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssetImageProps.Builder
A builder for
AssetImageProps |
static class |
AssetImageProps.Jsii$Proxy
An implementation for
AssetImageProps |
| Modifier and Type | Method and Description |
|---|---|
static AssetImageProps.Builder |
builder() |
getBuildArgs, getFile, getInvalidation, getNetworkMode, getPlatform, getTargetgetExtraHashgetExclude, getFollowSymlinks, getIgnoreMode@Stability(value=Stable) static AssetImageProps.Builder builder()
builder in interface DockerImageAssetOptionsbuilder in interface FileCopyOptionsbuilder in interface FileFingerprintOptionsAssetImageProps.Builder of AssetImagePropsCopyright © 2022. All rights reserved.