InstanceLoggingConfigurationAccessLogsS3Args

data class InstanceLoggingConfigurationAccessLogsS3Args(val bucketName: Output<String>? = null, val bucketOwner: Output<String>? = null, val enabled: Output<Boolean>, val prefix: Output<String>? = null) : ConvertibleToJava<InstanceLoggingConfigurationAccessLogsS3Args>

Constructors

constructor(bucketName: Output<String>? = null, bucketOwner: Output<String>? = null, enabled: Output<Boolean>, prefix: Output<String>? = null)

Properties

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

The name of S3 bucket.

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

The ID of the AWS account that owns the Amazon S3 bucket.

Link copied to clipboard
val enabled: Output<Boolean>

Indicates whether logging is enabled.

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

The bucket prefix.

Functions

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