View a markdown version of this page

MicrovmImageHooks - AWS Lambda MicroVMs

MicrovmImageHooks

Configuration for hooks invoked during MicroVM image build events such as ready and validate.

Contents

ready

The path of the hook invoked when the MicroVM image build is ready.

Type: String

Valid Values: DISABLED | ENABLED

Required: No

readyTimeoutInSeconds

The maximum time in seconds for the ready hook to complete.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 3600.

Required: No

validate

The path of the hook invoked to validate the MicroVM image build.

Type: String

Valid Values: DISABLED | ENABLED

Required: No

validateTimeoutInSeconds

The maximum time in seconds for the validate hook to complete.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 3600.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: