| Package | Description |
|---|---|
| software.amazon.awscdk.services.imagebuilder |
AWS::ImageBuilder Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.additionalInstanceConfiguration(CfnImageRecipe.AdditionalInstanceConfigurationProperty additionalInstanceConfiguration)
Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration.
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.additionalInstanceConfiguration(IResolvable additionalInstanceConfiguration)
Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration.
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
The block device mappings to apply when creating images from this recipe.
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.blockDeviceMappings(List<? extends Object> blockDeviceMappings)
The block device mappings to apply when creating images from this recipe.
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.components(IResolvable components)
The components of the image recipe.
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.components(List<? extends Object> components)
The components of the image recipe.
|
static CfnImageRecipe.Builder |
CfnImageRecipe.Builder.create(software.constructs.Construct scope,
String id) |
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.description(String description)
The description of the image recipe.
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.name(String name)
The name of the image recipe.
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.parentImage(String parentImage)
The parent image of the image recipe.
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.tags(Map<String,String> tags)
The tags of the image recipe.
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.version(String version)
The semantic version of the image recipe.
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.workingDirectory(String workingDirectory)
The working directory to be used during build and test workflows.
|
Copyright © 2022. All rights reserved.