Class LoadBalancerAccessLogsArgs
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.ElasticLoadBalancing.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LoadBalancerAccessLogsArgs : ResourceArgs
Constructors
View SourceLoadBalancerAccessLogsArgs()
Declaration
public LoadBalancerAccessLogsArgs()
Properties
View SourceBucket
The S3 bucket name to store the logs in.
Declaration
public Input<string> Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BucketPrefix
The S3 bucket prefix. Logs are stored in the root if not configured.
Declaration
public Input<string> BucketPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Boolean to enable / disable access_logs. Default is true
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Interval
The publishing interval in minutes. Default: 60 minutes.
Declaration
public Input<int> Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |