AccessLog class

Information about the AccessLog attribute.

Constructors

AccessLog({required bool enabled, int? emitInterval, String? s3BucketName, String? s3BucketPrefix})
AccessLog.fromXml(XmlElement elem)
factory

Properties

emitInterval int?
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
final
enabled bool
Specifies whether access logs are enabled for the load balancer.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3BucketName String?
The name of the Amazon S3 bucket where the access logs are stored.
final
s3BucketPrefix String?
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited