Class: Aws::SecurityHub::Types::AwsCloudFrontDistributionLogging
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCloudFrontDistributionLogging
- Defined in:
- gems/aws-sdk-securityhub/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.
4595 4596 4597 4598 4599 4600 4601 4602 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4595 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.
4595 4596 4597 4598 4599 4600 4601 4602 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4595 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.
4595 4596 4597 4598 4599 4600 4601 4602 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4595 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.
4595 4596 4597 4598 4599 4600 4601 4602 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4595 class AwsCloudFrontDistributionLogging < Struct.new( :bucket, :enabled, :include_cookies, :prefix) SENSITIVE = [] include Aws::Structure end |