RequireApproval
- class aws_cdk.cloud_assembly_schema.RequireApproval(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
In what scenarios should the CLI ask for approval.
Attributes
- ANYCHANGE
Prompt for approval for any type of change to the stack.
- BROADENING
Only prompt for approval if there are security related changes.
- NEVER
Never ask for approval.