state property
Desired state of the file.
Required. Possible string values are:
- "DESIRED_STATE_UNSPECIFIED" : Unspecified is invalid.
- "PRESENT" : Ensure file at path is present.
- "ABSENT" : Ensure file at path is absent.
- "CONTENTS_MATCH" : Ensure the contents of the file at path matches. If the file does not exist it will be created.
Implementation
core.String? state;