timeouts property

TfTimeouts? timeouts
finalinherited

Optional timeouts { ... } block: how long Terraform waits for each operation. Provider-neutral like lifecycle — synth copies the duration strings verbatim, and terraform validate decides whether this resource's schema declares the operations set here.

Implementation

final TfTimeouts? timeouts;