Interface CfnAllImageBuildVersionsPropsMixin.ImageTestsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAllImageBuildVersionsPropsMixin.ImageTestsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAllImageBuildVersionsPropsMixin
@Stability(Stable)
public static interface CfnAllImageBuildVersionsPropsMixin.ImageTestsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The image tests configuration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.*;
ImageTestsConfigurationProperty imageTestsConfigurationProperty = ImageTestsConfigurationProperty.builder()
.imageTestsEnabled(false)
.timeoutMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAllImageBuildVersionsPropsMixin.ImageTestsConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getImageTestsEnabled
Determines if tests should run after building the image.Returns union: either
BooleanorIResolvable- See Also:
-
getTimeoutMinutes
The maximum time in minutes that tests are permitted to run.- See Also:
-
builder
@Stability(Stable) static CfnAllImageBuildVersionsPropsMixin.ImageTestsConfigurationProperty.Builder builder()
-