Target Object Key Format Args
data class TargetObjectKeyFormatArgs(val partitionedPrefix: Output<PartitionedPrefixArgs>? = null, val simplePrefix: Output<Any>? = null) : ConvertibleToJava<TargetObjectKeyFormatArgs>
Definition of TargetObjectKeyFormat
Constructors
Link copied to clipboard
constructor(partitionedPrefix: Output<PartitionedPrefixArgs>? = null, simplePrefix: Output<Any>? = null)
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
This format defaults the prefix to the given log file prefix for delivering server access log file.