AWS SDK for .NET Documentation
AccessLog Class
AmazonAmazon.ElasticLoadBalancing.ModelAccessLog Did this page help you?   Yes   No    Tell us about it...

The AccessLog data type.

Declaration Syntax
C#
public class AccessLog
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
AccessLog

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)