LogGroup
public struct LogGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the log group.
Declaration
Swift
public let arn: String?
-
The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Declaration
Swift
public let creationTime: Int64?
-
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
Declaration
Swift
public let kmsKeyId: String?
-
The name of the log group.
Declaration
Swift
public let logGroupName: String?
-
The number of metric filters.
Declaration
Swift
public let metricFilterCount: Int?
-
Undocumented
Declaration
Swift
public let retentionInDays: Int?
-
The number of bytes stored.
Declaration
Swift
public let storedBytes: Int64?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, creationTime: Int64? = nil, kmsKeyId: String? = nil, logGroupName: String? = nil, metricFilterCount: Int? = nil, retentionInDays: Int? = nil, storedBytes: Int64? = nil)