triggers property

Output<List<Map<String, dynamic>>?> triggers
latefinal

The resource will be updated (or replaced) if any of these values change.

The trigger values can be of any type.

If the update command was provided the resource will be updated, otherwise it will be replaced using the create command.

Please see the resource documentation for examples.

Implementation

late final pulumi.Output<List<Map<String, dynamic>>?> triggers;