Uses of Interface
software.amazon.awscdk.services.imagebuilder.CfnImagePipeline.ImageTestsConfigurationProperty
Packages that use CfnImagePipeline.ImageTestsConfigurationProperty
Package
Description
AWS::ImageBuilder Construct Library
-
Uses of CfnImagePipeline.ImageTestsConfigurationProperty in software.amazon.awscdk.services.imagebuilder
Classes in software.amazon.awscdk.services.imagebuilder that implement CfnImagePipeline.ImageTestsConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnImagePipeline.ImageTestsConfigurationPropertyMethods in software.amazon.awscdk.services.imagebuilder that return CfnImagePipeline.ImageTestsConfigurationPropertyModifier and TypeMethodDescriptionCfnImagePipeline.ImageTestsConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.imagebuilder with parameters of type CfnImagePipeline.ImageTestsConfigurationPropertyModifier and TypeMethodDescriptionCfnImagePipeline.Builder.imageTestsConfiguration(CfnImagePipeline.ImageTestsConfigurationProperty imageTestsConfiguration) The configuration of the image tests that run after image creation to ensure the quality of the image that was created.CfnImagePipelineProps.Builder.imageTestsConfiguration(CfnImagePipeline.ImageTestsConfigurationProperty imageTestsConfiguration) Sets the value ofCfnImagePipelineProps.getImageTestsConfiguration()voidCfnImagePipeline.setImageTestsConfiguration(CfnImagePipeline.ImageTestsConfigurationProperty value) The configuration of the image tests that run after image creation to ensure the quality of the image that was created.