Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ImagePipeline.Builder
Packages that use ImagePipeline.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of ImagePipeline.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ImagePipeline.BuilderModifier and TypeMethodDescriptionstatic ImagePipeline.BuilderImagePipeline.Builder.description(String description) (experimental) The description of the image pipeline.ImagePipeline.Builder.distributionConfiguration(IDistributionConfiguration distributionConfiguration) (experimental) The distribution configuration used for distributing the image.ImagePipeline.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.ImagePipeline.Builder.executionRole(IRole executionRole) (experimental) The execution role used to perform workflow actions to build this image.ImagePipeline.Builder.imageLogGroup(ILogGroup imageLogGroup) (experimental) The log group to use for images created from the image pipeline.ImagePipeline.Builder.imagePipelineLogGroup(ILogGroup imagePipelineLogGroup) (experimental) The log group to use for the image pipeline.ImagePipeline.Builder.imagePipelineName(String imagePipelineName) (experimental) The name of the image pipeline.ImagePipeline.Builder.imageScanningEcrRepository(IRepository imageScanningEcrRepository) (experimental) The container repository that Amazon Inspector scans to identify findings for your container images.ImagePipeline.Builder.imageScanningEcrTags(List<String> imageScanningEcrTags) (experimental) The tags for Image Builder to apply to the output container image that Amazon Inspector scans.ImagePipeline.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.ImagePipeline.Builder.imageTestsEnabled(Boolean imageTestsEnabled) (experimental) Whether to run tests after building an image.ImagePipeline.Builder.infrastructureConfiguration(IInfrastructureConfiguration infrastructureConfiguration) (experimental) The infrastructure configuration used for building the image.ImagePipeline.Builder.recipe(IRecipeBase recipe) (experimental) The recipe that defines the base image, components, and customizations used to build the image.ImagePipeline.Builder.schedule(ImagePipelineSchedule schedule) (experimental) The schedule of the image pipeline.ImagePipeline.Builder.status(ImagePipelineStatus status) (experimental) Indicates whether the pipeline is enabled to be triggered by the provided schedule.(experimental) The tags to apply to the image pipeline.ImagePipeline.Builder.workflows(List<? extends WorkflowConfiguration> workflows) (experimental) The list of workflow configurations used to build the image.