delete property

Output<String?> delete
latefinal

The command to run on resource delettion.

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

late final pulumi.Output<String?> delete;