Export Args
Submit a data export job to be processed in the background. If the request is successful, the API returns a 201 status, a URI that can be used to retrieve the status of the export job, and the state
value of "enqueued". Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Constructors
Properties
Optional. Delimiter used in the CSV file, if outputFormat
is set to csv
. Defaults to the ,
(comma) character. Supported delimiter characters include comma (,
), pipe (|
), and tab (\t
).
Name of the preconfigured datastore.
Date range of the data to export.
Optional. Description of the export job.
Optional. Output format of the export. Valid values include: csv
or json
. Defaults to json
. Note: Configure the delimiter for CSV output using the csvDelimiter
property.