Class: Aws::SecurityHub::Types::AwsCloudFrontDistributionLogging
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCloudFrontDistributionLogging
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A complex type that controls whether access logs are written for the CloudFront distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The S3 bucket to store the access logs in.
-
#enabled ⇒ Boolean
With this field, you can enable or disable the selected distribution.
-
#include_cookies ⇒ Boolean
Specifies whether you want CloudFront to include cookies in access logs.
-
#prefix ⇒ String
An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.
Instance Attribute Details
#bucket ⇒ String
The S3 bucket to store the access logs in.
4464 4465 4466 4467 4468 4469 4470 4471 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4464 class AwsCloudFrontDistributionLogging < Struct.new( :bucket, :enabled, :include_cookies, :prefix) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
With this field, you can enable or disable the selected distribution.
4464 4465 4466 4467 4468 4469 4470 4471 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4464 class AwsCloudFrontDistributionLogging < Struct.new( :bucket, :enabled, :include_cookies, :prefix) SENSITIVE = [] include Aws::Structure end |
#include_cookies ⇒ Boolean
Specifies whether you want CloudFront to include cookies in access logs.
4464 4465 4466 4467 4468 4469 4470 4471 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4464 class AwsCloudFrontDistributionLogging < Struct.new( :bucket, :enabled, :include_cookies, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.
4464 4465 4466 4467 4468 4469 4470 4471 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4464 class AwsCloudFrontDistributionLogging < Struct.new( :bucket, :enabled, :include_cookies, :prefix) SENSITIVE = [] include Aws::Structure end |