AWS CloudFormation · Schema

HookProgressEvent

Represents the progress of a hook invocation.

AutomationAWSCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
HookTypeName string The type name of the hook.
HookTypeVersionId string The version of the hook type.
HookTypeArn string The ARN of the hook type.
InvocationPoint string The point in the provisioning workflow where the hook runs.
HookStatus string The status of the hook invocation.
HookEventTime number The time the hook event occurred.
HookStatusMessage string A message about the hook status.
FailureMode string How the hook failure should affect the overall operation.
View JSON Schema on GitHub