InstanceLoggingConfigurationAccessLogsS3

data class InstanceLoggingConfigurationAccessLogsS3(val bucketName: String? = null, val bucketOwner: String? = null, val enabled: Boolean, val prefix: String? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String? = null, bucketOwner: String? = null, enabled: Boolean, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

The name of S3 bucket.

Link copied to clipboard
val bucketOwner: String? = null

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

Link copied to clipboard

Indicates whether logging is enabled.

Link copied to clipboard
val prefix: String? = null

The bucket prefix.