| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecr.assets |
AWS CDK Docker Image Assets
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static Platform |
Platform.LINUX_AMD64
Build for linux/amd64.
|
static Platform |
Platform.LINUX_ARM64
Build for linux/arm64.
|
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.custom(String platform)
Used to specify a custom platform Use this if the platform name is not yet supported by the CDK.
|
Platform |
DockerImageAssetProps.Jsii$Proxy.getPlatform() |
default Platform |
DockerImageAssetOptions.getPlatform()
Platform to build for.
|
Platform |
DockerImageAssetOptions.Jsii$Proxy.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
DockerImageAssetProps.Builder |
DockerImageAssetProps.Builder.platform(Platform platform)
Sets the value of
DockerImageAssetOptions.getPlatform() |
DockerImageAssetOptions.Builder |
DockerImageAssetOptions.Builder.platform(Platform platform)
Sets the value of
DockerImageAssetOptions.getPlatform() |
DockerImageAsset.Builder |
DockerImageAsset.Builder.platform(Platform platform)
Platform to build for.
|
| Modifier and Type | Method and Description |
|---|---|
Platform |
AssetImageProps.Jsii$Proxy.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
AssetImage.Builder |
AssetImage.Builder.platform(Platform platform)
Platform to build for.
|
AssetImageProps.Builder |
AssetImageProps.Builder.platform(Platform platform)
Sets the value of
DockerImageAssetOptions.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
Platform |
AssetImageCodeProps.Jsii$Proxy.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
AssetImageCode.Builder |
AssetImageCode.Builder.platform(Platform platform)
Platform to build for.
|
AssetImageCodeProps.Builder |
AssetImageCodeProps.Builder.platform(Platform platform)
Sets the value of
DockerImageAssetOptions.getPlatform() |
Copyright © 2022. All rights reserved.