| Package | Description |
|---|---|
| software.amazon.awscdk.services.imagebuilder |
AWS::ImageBuilder Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.components(IResolvable components)
Build and test components that are included in the container recipe.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.components(List<? extends Object> components)
Build and test components that are included in the container recipe.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.containerType(String containerType)
Specifies the type of container, such as Docker.
|
static CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.create(software.constructs.Construct scope,
String id) |
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.description(String description)
The description of the container recipe.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.dockerfileTemplateData(String dockerfileTemplateData)
Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.dockerfileTemplateUri(String dockerfileTemplateUri)
The S3 URI for the Dockerfile that will be used to build your container image.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.imageOsVersionOverride(String imageOsVersionOverride)
Specifies the operating system version for the base image.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.instanceConfiguration(CfnContainerRecipe.InstanceConfigurationProperty instanceConfiguration)
A group of options that can be used to configure an instance for building and testing container images.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.instanceConfiguration(IResolvable instanceConfiguration)
A group of options that can be used to configure an instance for building and testing container images.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.kmsKeyId(String kmsKeyId)
Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.name(String name)
The name of the container recipe.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.parentImage(String parentImage)
The base image for the container recipe.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.platformOverride(String platformOverride)
Specifies the operating system platform when you use a custom base image.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.tags(Map<String,String> tags)
Tags that are attached to the container recipe.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.targetRepository(CfnContainerRecipe.TargetContainerRepositoryProperty targetRepository)
The destination repository for the container image.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.targetRepository(IResolvable targetRepository)
The destination repository for the container image.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.version(String version)
The semantic version of the container recipe.
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.workingDirectory(String workingDirectory)
The working directory for use during build and test workflows.
|
Copyright © 2022. All rights reserved.