GCSArchivingConfiguration is a datatype of archiving configuration for GCS (i.e., bucket and format).

This datatype implements the interface datatype, ArchivingConfiguration It's also used by the key datatype, Repository, which is used by several mutation and query fields.

Table: GCSArchivingConfiguration

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Dec 8, 2025
bucketstringyes Short-TermThe name of the bucket used for storing archived data.
disabledboolean  Short-TermWhether the archiving has been disabled.
formatArchivingFormat  Short-TermThe format to store the archived data in Google Cloud Storage. See ArchivingFormat.
startFromdatetime  Short-TermSet this parameter to prevent archiving of logs before date and time given.
tagOrderInName[string]yes Short-TermTag field names to use in the order given in the output file names.