Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnImagePropsMixin.Builder
Packages that use CfnImagePropsMixin.Builder
-
Uses of CfnImagePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.imagebuilder
Methods in software.amazon.awscdk.cfnpropertymixins.services.imagebuilder that return CfnImagePropsMixin.BuilderModifier and TypeMethodDescriptionCfnImagePropsMixin.Builder.containerRecipeArn(String containerRecipeArn) The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.static CfnImagePropsMixin.BuilderCfnImagePropsMixin.Builder.create()static CfnImagePropsMixin.BuilderCfnImagePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnImagePropsMixin.Builder.deletionSettings(CfnImagePropsMixin.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.CfnImagePropsMixin.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.CfnImagePropsMixin.Builder.distributionConfigurationArn(String distributionConfigurationArn) The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.CfnImagePropsMixin.Builder.distributionConfigurationArn(IDistributionConfigurationRef distributionConfigurationArn) The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.CfnImagePropsMixin.Builder.enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled) Collects additional information about the image being created, including the operating system (OS) version and package list.CfnImagePropsMixin.Builder.enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled) Collects additional information about the image being created, including the operating system (OS) version and package list.CfnImagePropsMixin.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.CfnImagePropsMixin.Builder.imagePipelineExecutionSettings(CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty imagePipelineExecutionSettings) The image pipeline execution settings of the image.CfnImagePropsMixin.Builder.imagePipelineExecutionSettings(IResolvable imagePipelineExecutionSettings) The image pipeline execution settings of the image.CfnImagePropsMixin.Builder.imageRecipeArn(String imageRecipeArn) The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.CfnImagePropsMixin.Builder.imageRecipeArn(IImageRecipeRef imageRecipeArn) The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.CfnImagePropsMixin.Builder.imageScanningConfiguration(CfnImagePropsMixin.ImageScanningConfigurationProperty imageScanningConfiguration) Contains settings for vulnerability scans.CfnImagePropsMixin.Builder.imageScanningConfiguration(IResolvable imageScanningConfiguration) Contains settings for vulnerability scans.CfnImagePropsMixin.Builder.imageTestsConfiguration(CfnImagePropsMixin.ImageTestsConfigurationProperty imageTestsConfiguration) The image tests configuration of the image.CfnImagePropsMixin.Builder.imageTestsConfiguration(IResolvable imageTestsConfiguration) The image tests configuration of the image.CfnImagePropsMixin.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.CfnImagePropsMixin.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.CfnImagePropsMixin.Builder.loggingConfiguration(CfnImagePropsMixin.ImageLoggingConfigurationProperty loggingConfiguration) The logging configuration that's defined for the image.CfnImagePropsMixin.Builder.loggingConfiguration(IResolvable loggingConfiguration) The logging configuration that's defined for the image.The tags of the image.Contains an array of workflow configuration objects.CfnImagePropsMixin.Builder.workflows(IResolvable workflows) Contains an array of workflow configuration objects.