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 Hooks
Lifecycle hook configuration for MicroVMs and MicroVM images.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MicrovmHooks" :MicrovmHooks, "MicrovmImageHooks" :MicrovmImageHooks, "Port" :Integer}
YAML
MicrovmHooks:MicrovmHooksMicrovmImageHooks:MicrovmImageHooksPort:Integer
Properties
MicrovmHooks-
The lifecycle hooks for MicroVM events.
Required: No
Type: MicrovmHooks
Update requires: No interruption
MicrovmImageHooks-
The hooks for MicroVM image build events.
Required: No
Type: MicrovmImageHooks
Update requires: No interruption
Port-
The port number on which the hooks listener runs.
Required: No
Type: Integer
Minimum:
1Maximum:
65535Update requires: No interruption