AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A complex type that specifies whether access logs are written for the distribution.
If you already enabled standard logging (legacy) and you want to enable standard logging
(v2) to send your access logs to Amazon S3, we recommend that you specify a different
Amazon S3 bucket or use a separate path in the same bucket (for example, use
a log prefix or partitioning). This helps you keep track of which log files are associated
with which logging subscription and prevents log files from overwriting each other.
For more information, see Standard
logging (access logs) in the Amazon CloudFront Developer Guide.
Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK.CloudFront.dll
Version: 3.x.y.z
public class LoggingConfig
The LoggingConfig type exposes the following members
Name | Description | |
---|---|---|
LoggingConfig() |
Empty constructor used to set properties independently even when a simple constructor is available |
|
LoggingConfig(string, string) |
Instantiates LoggingConfig with the parameterized properties |
Name | Type | Description | |
---|---|---|---|
Bucket | System.String |
Gets and sets the property Bucket.
The Amazon S3 bucket to store the access logs in, for example, |
|
Enabled | System.Boolean |
Gets and sets the property Enabled.
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 distribution or if you want
to disable logging for an existing distribution, specify |
|
IncludeCookies | System.Boolean |
Gets and sets the property IncludeCookies.
Specifies whether you want CloudFront to include cookies in access logs, specify |
|
Prefix | System.String |
Gets and sets the property Prefix.
An optional string that you want CloudFront to prefix to the access log |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5