BucketLoggingV2TargetObjectKeyFormatArgs

data class BucketLoggingV2TargetObjectKeyFormatArgs(val partitionedPrefix: Output<BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs>? = null, val simplePrefix: Output<BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs>? = null) : ConvertibleToJava<BucketLoggingV2TargetObjectKeyFormatArgs>

Constructors

Link copied to clipboard
constructor(partitionedPrefix: Output<BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs>? = null, simplePrefix: Output<BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs>? = null)

Properties

Link copied to clipboard

Partitioned S3 key for log objects. See below.

Link copied to clipboard

Use the simple format for S3 keys for log objects. To use, set simple_prefix {}.

Functions

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