TargetObjectKeyFormatResponse

data class TargetObjectKeyFormatResponse(val partitionedPrefix: PartitionedPrefixResponse? = null, val simplePrefix: Any? = null)

Definition of TargetObjectKeyFormat

Constructors

Link copied to clipboard
constructor(partitionedPrefix: PartitionedPrefixResponse? = null, simplePrefix: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amazon S3 keys for log objects are partitioned in the following format: `[DestinationPrefix][SourceAccountId]/[SourceRegion]/[SourceBucket]/[YYYY]/[MM]/[DD]/[YYYY]-[MM]-[DD]-[hh]-[mm]-[ss]-[UniqueString]` PartitionedPrefix defaults to EventTime delivery when server access logs are delivered.

Link copied to clipboard
val simplePrefix: Any? = null

This format defaults the prefix to the given log file prefix for delivering server access log file.