Uses of Class
software.amazon.awscdk.services.imagebuilder.CfnImage.Builder
Packages that use CfnImage.Builder
Package
Description
AWS::ImageBuilder Construct Library
-
Uses of CfnImage.Builder in software.amazon.awscdk.services.imagebuilder
Methods in software.amazon.awscdk.services.imagebuilder that return CfnImage.BuilderModifier and TypeMethodDescriptionCfnImage.Builder.containerRecipeArn
(String containerRecipeArn) The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.static CfnImage.Builder
CfnImage.Builder.distributionConfigurationArn
(String distributionConfigurationArn) The Amazon Resource Name (ARN) of the distribution configuration.CfnImage.Builder.enhancedImageMetadataEnabled
(Boolean enhancedImageMetadataEnabled) Indicates whether Image Builder collects additional information about the image, such as the operating system (OS) version and package list.CfnImage.Builder.enhancedImageMetadataEnabled
(IResolvable enhancedImageMetadataEnabled) Indicates whether Image Builder collects additional information about the image, such as the operating system (OS) version and package list.CfnImage.Builder.imageRecipeArn
(String imageRecipeArn) The Amazon Resource Name (ARN) of the image recipe.CfnImage.Builder.imageScanningConfiguration
(IResolvable imageScanningConfiguration) AWS::ImageBuilder::Image.ImageScanningConfiguration
.CfnImage.Builder.imageScanningConfiguration
(CfnImage.ImageScanningConfigurationProperty imageScanningConfiguration) AWS::ImageBuilder::Image.ImageScanningConfiguration
.CfnImage.Builder.imageTestsConfiguration
(IResolvable imageTestsConfiguration) The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.CfnImage.Builder.imageTestsConfiguration
(CfnImage.ImageTestsConfigurationProperty imageTestsConfiguration) The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.CfnImage.Builder.infrastructureConfigurationArn
(String infrastructureConfigurationArn) The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.The tags of the image.