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

Table: S3Configuration

ParameterTypeRequiredDefaultStabilityDescription
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: Mar 27, 2025
bucketstringyes Short-TermS3 bucket name for storing archived data (e.g., acme-bucket).
Disabledboolean  Short-TermWhether the archiving has been disabled.
formatS3ArchivingFormat  Short-TermThe format in which to store the archived data on Amazon Web Services S3. See S3ArchivingFormat.
regionstringyes Short-TermThe region to which the S3 bucket belongs (e.g., eu-central-1).
roleArnstring  Short-TermThe ARN of the AWS Role that is assumed when writing to S3.
startFromdatetime  Short-TermStarting date and time from which to archive logs.
tagOrderInName[string]yes Short-TermArray of names of tag fields to use in that order in the output file names.