Uses of Interface
software.amazon.awscdk.services.imagebuilder.CfnImage.ImageTestsConfigurationProperty
Packages that use CfnImage.ImageTestsConfigurationProperty
Package
Description
AWS::ImageBuilder Construct Library
- 
Uses of CfnImage.ImageTestsConfigurationProperty in software.amazon.awscdk.services.imagebuilderClasses in software.amazon.awscdk.services.imagebuilder that implement CfnImage.ImageTestsConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnImage.ImageTestsConfigurationPropertyMethods in software.amazon.awscdk.services.imagebuilder that return CfnImage.ImageTestsConfigurationPropertyModifier and TypeMethodDescriptionCfnImage.ImageTestsConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.imagebuilder with parameters of type CfnImage.ImageTestsConfigurationPropertyModifier and TypeMethodDescriptionCfnImage.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.CfnImageProps.Builder.imageTestsConfiguration(CfnImage.ImageTestsConfigurationProperty imageTestsConfiguration) Sets the value ofCfnImageProps.getImageTestsConfiguration()voidCfnImage.setImageTestsConfiguration(CfnImage.ImageTestsConfigurationProperty value) The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.