@aws-cdk_cloud-assembly-schema.RequireApproval

enum RequireApproval

LanguageType name
.NETAmazon.CDK.CloudAssembly.Schema.RequireApproval
Javasoftware.amazon.awscdk.cloudassembly.schema.RequireApproval
Pythonaws_cdk.cloud_assembly_schema.RequireApproval
TypeScript (source)@aws-cdk/cloud-assembly-schema » RequireApproval

In what scenarios should the CLI ask for approval.

Members

NameDescription
NEVERNever ask for approval.
ANYCHANGEPrompt for approval for any type of change to the stack.
BROADENINGOnly prompt for approval if there are security related changes.

NEVER

Never ask for approval.


ANYCHANGE

Prompt for approval for any type of change to the stack.


BROADENING

Only prompt for approval if there are security related changes.