Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.Image.Builder
Packages that use Image.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of Image.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return Image.BuilderModifier and TypeMethodDescriptionstatic Image.BuilderImage.Builder.deletionExecutionRole(IRole deletionExecutionRole) (experimental) The execution role to use for deleting the image as well as the underlying resources, such as the AMIs, snapshots, and containers.Image.Builder.distributionConfiguration(IDistributionConfiguration distributionConfiguration) (experimental) The distribution configuration used for distributing the image.Image.Builder.enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled) (experimental) If enabled, collects additional information about the image being created, including the operating system (OS) version and package list for the AMI.Image.Builder.executionRole(IRole executionRole) (experimental) The execution role used to perform workflow actions to build the image.Image.Builder.imageScanningEcrRepository(IRepository imageScanningEcrRepository) (experimental) The container repository that Amazon Inspector scans to identify findings for your container images.Image.Builder.imageScanningEcrTags(List<String> imageScanningEcrTags) (experimental) The tags for Image Builder to apply to the output container image that Amazon Inspector scans.Image.Builder.imageScanningEnabled(Boolean imageScanningEnabled) (experimental) Indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.Image.Builder.imageTestsEnabled(Boolean imageTestsEnabled) (experimental) Whether to run tests after building an image.Image.Builder.infrastructureConfiguration(IInfrastructureConfiguration infrastructureConfiguration) (experimental) The infrastructure configuration used for building the image.(experimental) The log group to use for the image.Image.Builder.recipe(IRecipeBase recipe) (experimental) The recipe that defines the base image, components, and customizations used to build the image.(experimental) The tags to apply to the image.Image.Builder.workflows(List<? extends WorkflowConfiguration> workflows) (experimental) The list of workflow configurations used to build the image.