Uses of Class
software.amazon.awscdk.services.imagebuilder.CfnImagePipeline.Builder
Packages that use CfnImagePipeline.Builder
Package
Description
AWS::ImageBuilder Construct Library
-
Uses of CfnImagePipeline.Builder in software.amazon.awscdk.services.imagebuilder
Methods in software.amazon.awscdk.services.imagebuilder that return CfnImagePipeline.BuilderModifier and TypeMethodDescriptionCfnImagePipeline.Builder.containerRecipeArn(String containerRecipeArn) The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.static CfnImagePipeline.BuilderCfnImagePipeline.Builder.description(String description) The description of this image pipeline.CfnImagePipeline.Builder.distributionConfigurationArn(String distributionConfigurationArn) The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.CfnImagePipeline.Builder.enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled) Collects additional information about the image being created, including the operating system (OS) version and package list.CfnImagePipeline.Builder.enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled) Collects additional information about the image being created, including the operating system (OS) version and package list.CfnImagePipeline.Builder.imageRecipeArn(String imageRecipeArn) The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.CfnImagePipeline.Builder.imageScanningConfiguration(IResolvable imageScanningConfiguration) AWS::ImageBuilder::ImagePipeline.ImageScanningConfiguration.CfnImagePipeline.Builder.imageScanningConfiguration(CfnImagePipeline.ImageScanningConfigurationProperty imageScanningConfiguration) AWS::ImageBuilder::ImagePipeline.ImageScanningConfiguration.CfnImagePipeline.Builder.imageTestsConfiguration(IResolvable imageTestsConfiguration) The configuration of the image tests that run after image creation to ensure the quality of the image that was created.CfnImagePipeline.Builder.imageTestsConfiguration(CfnImagePipeline.ImageTestsConfigurationProperty imageTestsConfiguration) The configuration of the image tests that run after image creation to ensure the quality of the image that was created.CfnImagePipeline.Builder.infrastructureConfigurationArn(String infrastructureConfigurationArn) The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.The name of the image pipeline.CfnImagePipeline.Builder.schedule(IResolvable schedule) The schedule of the image pipeline.CfnImagePipeline.Builder.schedule(CfnImagePipeline.ScheduleProperty schedule) The schedule of the image pipeline.The status of the image pipeline.The tags of this image pipeline.