LoggingConfigurationArgs

data class LoggingConfigurationArgs(val destinationBucketName: Output<String>? = null, val logFilePrefix: Output<String>? = null, val targetObjectKeyFormat: Output<TargetObjectKeyFormatArgs>? = null) : ConvertibleToJava<LoggingConfigurationArgs>

Definition of LoggingConfiguration

Constructors

Link copied to clipboard
constructor(destinationBucketName: Output<String>? = null, logFilePrefix: Output<String>? = null, targetObjectKeyFormat: Output<TargetObjectKeyFormatArgs>? = null)

Properties

Link copied to clipboard
val destinationBucketName: Output<String>? = null

The name of the bucket where Amazon S3 should store server access log files. You can store log files in any bucket that you own. By default, logs are stored in the bucket where the `LoggingConfiguration` property is defined.

Link copied to clipboard
val logFilePrefix: Output<String>? = null

A prefix for all log object keys. If you store log files from multiple Amazon S3 buckets in a single bucket, you can use a prefix to distinguish which log files came from which bucket.

Link copied to clipboard

Amazon S3 key format for log objects. Only one format, either PartitionedPrefix or SimplePrefix, is allowed. Describes the key format for server access log file in the target bucket. You can choose between SimplePrefix and PartitionedPrefix.

Functions

Link copied to clipboard
open override fun toJava(): LoggingConfigurationArgs