TargetObjectKeyFormatArgs

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
val simplePrefix: Output<Any>? = null

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

Functions

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