DistributionLoggingConfig

data class DistributionLoggingConfig(val bucket: String, val includeCookies: Boolean? = null, val prefix: String? = null)

Constructors

Link copied to clipboard
fun DistributionLoggingConfig(bucket: String, includeCookies: Boolean? = null, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

Link copied to clipboard
val includeCookies: Boolean? = null

Specifies whether you want CloudFront to include cookies in access logs (default: false).

Link copied to clipboard
val prefix: String? = null

An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/.