LogGroup class

Represents a log group.

Constructors

LogGroup({String? arn, int? creationTime, String? kmsKeyId, String? logGroupName, int? metricFilterCount, int? retentionInDays, int? storedBytes})
LogGroup.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the log group.
final
creationTime int?
The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
final
hashCode int
The hash code for this object.
no setterinherited
kmsKeyId String?
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
final
logGroupName String?
The name of the log group.
final
metricFilterCount int?
The number of metric filters.
final
retentionInDays int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storedBytes int?
The number of bytes stored.
final

Methods

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

Operators

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