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 defines how images are configured and tested.static CfnImage.BuilderCfnImage.Builder.deletionSettings(IResolvable deletionSettings) Enables deletion of underlying resources of an image when it is replaced or deleted, including its Amazon Machine Images (AMIs), snapshots, or containers.CfnImage.Builder.deletionSettings(CfnImage.DeletionSettingsProperty deletionSettings) Enables deletion of underlying resources of an image when it is replaced or deleted, including its Amazon Machine Images (AMIs), snapshots, or containers.CfnImage.Builder.distributionConfigurationArn(String distributionConfigurationArn) The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.CfnImage.Builder.distributionConfigurationArn(IDistributionConfigurationRef distributionConfigurationArn) The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.CfnImage.Builder.enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled) Collects additional information about the image being created, including the operating system (OS) version and package list.CfnImage.Builder.enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled) Collects additional information about the image being created, including 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.imagePipelineExecutionSettings(IResolvable imagePipelineExecutionSettings) The image pipeline execution settings of the image.CfnImage.Builder.imagePipelineExecutionSettings(CfnImage.ImagePipelineExecutionSettingsProperty imagePipelineExecutionSettings) The image pipeline execution settings of the image.CfnImage.Builder.imageRecipeArn(String imageRecipeArn) The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.CfnImage.Builder.imageRecipeArn(IImageRecipeRef imageRecipeArn) The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.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 image tests configuration of the image.CfnImage.Builder.imageTestsConfiguration(CfnImage.ImageTestsConfigurationProperty imageTestsConfiguration) The image tests configuration of the image.CfnImage.Builder.infrastructureConfigurationArn(String infrastructureConfigurationArn) The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.CfnImage.Builder.infrastructureConfigurationArn(IInfrastructureConfigurationRef infrastructureConfigurationArn) The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.CfnImage.Builder.loggingConfiguration(IResolvable loggingConfiguration) The logging configuration that's defined for the image.CfnImage.Builder.loggingConfiguration(CfnImage.ImageLoggingConfigurationProperty loggingConfiguration) The logging configuration that's defined for the image.The tags of the image.Contains an array of workflow configuration objects.CfnImage.Builder.workflows(IResolvable workflows) Contains an array of workflow configuration objects.