Show / Hide Table of Contents

Class DistributionLoggingConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DistributionLoggingConfigArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionLoggingConfigArgs : ResourceArgs

Constructors

View Source

DistributionLoggingConfigArgs()

Declaration
public DistributionLoggingConfigArgs()

Properties

View Source

Bucket

The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

Declaration
public Input<string> Bucket { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IncludeCookies

Specifies whether you want CloudFront to include cookies in access logs (default: false).

Declaration
public Input<bool> IncludeCookies { get; set; }
Property Value
Type Description
Input<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 Input<string> Prefix { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.