update property
The command to run when the resource is updated.
If empty, the create command will be executed instead.
Note that this command will not run if the resource's inputs are unchanged.
Use local.runOutput if you need to run a command on every execution of your program.
The environment variables PULUMI_COMMAND_STDOUT and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the Command resource from previous create or update steps.
Implementation
final pulumi.Input<String>? update;