enabled property
Specifies whether you want CloudFront to save access logs to an Amazon S3
bucket. If you don't want to enable logging when you create a streaming
distribution or if you want to disable logging for an existing streaming
distribution, specify false
for Enabled
, and
specify empty Bucket
and Prefix
elements. If you
specify false
for Enabled
but you specify values
for Bucket
and Prefix
, the values are
automatically deleted.
Implementation
final bool enabled;