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.BuilderCfnImage.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.executionRole(String executionRole) The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.CfnImage.Builder.imageRecipeArn(String imageRecipeArn) The Amazon Resource Name (ARN) of the image recipe.CfnImage.Builder.imageScanningConfiguration(IResolvable imageScanningConfiguration) Contains settings for vulnerability scans.CfnImage.Builder.imageScanningConfiguration(CfnImage.ImageScanningConfigurationProperty imageScanningConfiguration) Contains settings for vulnerability scans.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.Contains the build and test workflows that are associated with the image.CfnImage.Builder.workflows(IResolvable workflows) Contains the build and test workflows that are associated with the image.