Module: AWSCDK::Triggers::TriggerInvalidation

Defined in:
triggers/trigger_invalidation.rb

Overview

Determines.

Constant Summary collapse

HANDLER_CHANGE =
Deprecated.
Note:

Default:

The trigger will be executed every time the handler (or its configuration) changes.

This is implemented by associated the trigger with the current_version of the AWS Lambda function, which gets recreated every time the handler changes.

Jsii::Enum.new("aws-cdk-lib.triggers.TriggerInvalidation", "HANDLER_CHANGE")