Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnImagePipelinePropsMixin.Builder
Packages that use CfnImagePipelinePropsMixin.Builder
-
Uses of CfnImagePipelinePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.imagebuilder
Methods in software.amazon.awscdk.cfnpropertymixins.services.imagebuilder that return CfnImagePipelinePropsMixin.BuilderModifier and TypeMethodDescriptionCfnImagePipelinePropsMixin.Builder.containerRecipeArn(String containerRecipeArn) The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.CfnImagePipelinePropsMixin.Builder.containerRecipeArn(IContainerRecipeRef containerRecipeArn) The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.CfnImagePipelinePropsMixin.Builder.create()CfnImagePipelinePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnImagePipelinePropsMixin.Builder.description(String description) The description of this image pipeline.CfnImagePipelinePropsMixin.Builder.distributionConfigurationArn(String distributionConfigurationArn) The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.CfnImagePipelinePropsMixin.Builder.distributionConfigurationArn(IDistributionConfigurationRef distributionConfigurationArn) The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.CfnImagePipelinePropsMixin.Builder.enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled) Collects additional information about the image being created, including the operating system (OS) version and package list.CfnImagePipelinePropsMixin.Builder.enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled) Collects additional information about the image being created, including the operating system (OS) version and package list.CfnImagePipelinePropsMixin.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.CfnImagePipelinePropsMixin.Builder.imageRecipeArn(String imageRecipeArn) The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.CfnImagePipelinePropsMixin.Builder.imageRecipeArn(IImageRecipeRef imageRecipeArn) The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.CfnImagePipelinePropsMixin.Builder.imageScanningConfiguration(CfnImagePipelinePropsMixin.ImageScanningConfigurationProperty imageScanningConfiguration) Contains settings for vulnerability scans.CfnImagePipelinePropsMixin.Builder.imageScanningConfiguration(IResolvable imageScanningConfiguration) Contains settings for vulnerability scans.CfnImagePipelinePropsMixin.Builder.imageTestsConfiguration(CfnImagePipelinePropsMixin.ImageTestsConfigurationProperty imageTestsConfiguration) The configuration of the image tests that run after image creation to ensure the quality of the image that was created.CfnImagePipelinePropsMixin.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.CfnImagePipelinePropsMixin.Builder.infrastructureConfigurationArn(String infrastructureConfigurationArn) The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.CfnImagePipelinePropsMixin.Builder.infrastructureConfigurationArn(IInfrastructureConfigurationRef infrastructureConfigurationArn) The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.CfnImagePipelinePropsMixin.Builder.loggingConfiguration(CfnImagePipelinePropsMixin.PipelineLoggingConfigurationProperty loggingConfiguration) Defines logging configuration for the output image.CfnImagePipelinePropsMixin.Builder.loggingConfiguration(IResolvable loggingConfiguration) Defines logging configuration for the output image.The name of the image pipeline.CfnImagePipelinePropsMixin.Builder.schedule(CfnImagePipelinePropsMixin.ScheduleProperty schedule) The schedule of the image pipeline.CfnImagePipelinePropsMixin.Builder.schedule(IResolvable schedule) The schedule of the image pipeline.The status of the image pipeline.The tags of this image pipeline.Contains the workflows that run for the image pipeline.CfnImagePipelinePropsMixin.Builder.workflows(IResolvable workflows) Contains the workflows that run for the image pipeline.