Class DistributionLoggingConfig
Inheritance
System.Object
DistributionLoggingConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudFront.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionLoggingConfig
Fields
View SourceBucket
The Amazon S3 bucket to store the access logs in, for
example, myawslogbucket.s3.amazonaws.com.
Declaration
public readonly string Bucket
Field Value
| Type | Description |
|---|---|
| System.String |
IncludeCookies
Specifies whether you want CloudFront to
include cookies in access logs (default: false).
Declaration
public readonly bool? IncludeCookies
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Prefix
An optional string that you want CloudFront to prefix
to the access log filenames for this distribution, for example, myprefix/.
Declaration
public readonly string Prefix
Field Value
| Type | Description |
|---|---|
| System.String |