Show / Hide Table of Contents

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 Source

Bucket

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
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.