runway.cfngin.hooks.staticsite.cleanup module¶
Replicated Lambda Function cleanup warning.
- pydantic model runway.cfngin.hooks.staticsite.cleanup.HookArgs[source]¶
Bases:
HookArgsBaseModel
Hook arguments.
Show JSON schema
{ "title": "HookArgs", "description": "Hook arguments.", "type": "object", "properties": { "tags": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Tags", "type": "object" }, "stack_relative_name": { "title": "Stack Relative Name", "type": "string" } }, "required": [ "stack_relative_name" ] }