class Aws::SecurityHub::Types::AwsCloudFrontDistributionLogging

A complex type that controls whether access logs are written for the distribution.

@note When making an API call, you may pass AwsCloudFrontDistributionLogging

data as a hash:

    {
      bucket: "NonEmptyString",
      enabled: false,
      include_cookies: false,
      prefix: "NonEmptyString",
    }

@!attribute [rw] bucket

The S3 bucket to store the access logs in.
@return [String]

@!attribute [rw] enabled

With this field, you can enable or disable the selected
distribution.
@return [Boolean]

@!attribute [rw] include_cookies

Specifies whether you want CloudFront to include cookies in access
logs.
@return [Boolean]

@!attribute [rw] prefix

An optional string that you want CloudFront to use as a prefix to
the access log filenames for this distribution.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsCloudFrontDistributionLogging AWS API Documentation

Constants

SENSITIVE