VerifiedAccessInstanceVerifiedAccessLogsS3PropertiesArgs

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

Sends Verified Access logs to Amazon S3.

Constructors

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

Properties

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

The bucket name.

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>? = null

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(): VerifiedAccessInstanceVerifiedAccessLogsS3PropertiesArgs