VerifiedAccessInstanceVerifiedAccessLogsS3Properties

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

Sends Verified Access logs to Amazon S3.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

The bucket name.

Link copied to clipboard
val bucketOwner: String? = null

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

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether logging is enabled.

Link copied to clipboard
val prefix: String? = null

The bucket prefix.