S3Configuration
is a
datatype for configuration for S3 archiving (e.g., bucket name and
region).
Table: S3Configuration
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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 | |||||
bucket | string | yes | Short-Term | S3 bucket name for storing archived data (e.g., acme-bucket). | |
Disabled | boolean | Short-Term | Whether the archiving has been disabled. | ||
format | S3ArchivingFormat | Short-Term | The format in which to store the archived data on Amazon Web Services S3. See S3ArchivingFormat . | ||
region | string | yes | Short-Term | The region to which the S3 bucket belongs (e.g., eu-central-1). | |
roleArn | string | Short-Term | The ARN of the AWS Role that is assumed when writing to S3. | ||
startFrom | datetime | Short-Term | Starting date and time from which to archive logs. | ||
tagOrderInName | [string] | yes | Short-Term | Array of names of tag fields to use in that order in the output file names. |