destructiveHint property

bool? destructiveHint
getter/setter pair

If true, the tool may perform destructive updates to its environment.

If false, the tool performs only additive updates. (This property is meaningful only when read_only_hint == false)

Implementation

core.bool? destructiveHint;