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::Lambda::MicrovmImage MicrovmImageHooks
Configuration for hooks invoked during MicroVM image build events such as ready and validate.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Ready" :String, "ReadyTimeoutInSeconds" :Integer, "Validate" :String, "ValidateTimeoutInSeconds" :Integer}
YAML
Ready:StringReadyTimeoutInSeconds:IntegerValidate:StringValidateTimeoutInSeconds:Integer
Properties
Ready-
The path of the hook invoked when the MicroVM image build is ready.
Required: No
Type: String
Allowed values:
DISABLED | ENABLEDUpdate requires: No interruption
ReadyTimeoutInSeconds-
The maximum time in seconds for the ready hook to complete.
Required: No
Type: Integer
Minimum:
1Maximum:
3600Update requires: No interruption
Validate-
The path of the hook invoked to validate the MicroVM image build.
Required: No
Type: String
Allowed values:
DISABLED | ENABLEDUpdate requires: No interruption
ValidateTimeoutInSeconds-
The maximum time in seconds for the validate hook to complete.
Required: No
Type: Integer
Minimum:
1Maximum:
3600Update requires: No interruption