Class DistributionLoggingConfigArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionLoggingConfigArgs : ResourceArgs
Constructors
View SourceDistributionLoggingConfigArgs()
Declaration
public DistributionLoggingConfigArgs()
Properties
View SourceBucket
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> |
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> |
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> |