This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ImageBuilder::ImagePipeline ImageTestsConfiguration
Configure image tests for your pipeline build. Tests run after building the image, to verify that the AMI or container image is valid before distributing it.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ImageTestsEnabled" :Boolean, "TimeoutMinutes" :Integer}
YAML
ImageTestsEnabled:BooleanTimeoutMinutes:Integer
Properties
ImageTestsEnabled-
Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.
Required: No
Type: Boolean
Update requires: No interruption
TimeoutMinutes-
The maximum time in minutes that tests are permitted to run.
Note
The timeout property is not currently active. This value is ignored.
Required: No
Type: Integer
Minimum:
60Maximum:
1440Update requires: No interruption