previewMode property
Current mode of preview.
Optional. Possible string values are:
- "PREVIEW_MODE_UNSPECIFIED" : Unspecified policy, default mode will be used.
- "DEFAULT" : DEFAULT mode generates an execution plan for reconciling current resource state into expected resource state.
- "DELETE" : DELETE mode generates as execution plan for destroying current resources.
Implementation
core.String? previewMode;