The AccessLog data type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class AccessLog
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AccessLog()()()() | Initializes a new instance of the AccessLog class | 
|  | EmitInterval | 
            The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. Default: 60 minutes
             
             | 
|  | Enabled | 
            Specifies whether access log is enabled for the load balancer.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | S3BucketName | 
            The name of the Amazon S3 bucket where the access logs are stored.
             
             | 
|  | S3BucketPrefix | 
            The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the
            log is placed at the root level of the bucket.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEmitInterval(Int32) | Obsolete. 
            Sets the EmitInterval property
             | 
|  | WithEnabled(Boolean) | Obsolete. 
            Sets the Enabled property
             | 
|  | WithS3BucketName(String) | Obsolete. 
            Sets the S3BucketName property
             | 
|  | WithS3BucketPrefix(String) | Obsolete. 
            Sets the S3BucketPrefix property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AccessLog |