S3Configuration is a datatype for configuration for S3 archiving (e.g., bucket name and region).

Table: S3Configuration

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 3, 2024
bucketstringyes S3 bucket name for storing archived data (e.g., acme-bucket).
disabledboolean  Whether the archiving has been disabled.
formatS3ArchivingFormat  The format in which to store the archived data on Amazon Web Services S3. See S3ArchivingFormat.
regionstringyes The region to which the S3 bucket belongs (e.g., eu-central-1).
startFromdatetime  Starting date and time from which to archive logs.
tagOrderInName[string]yes Array of names of tag fields to use in that order in the output file names.