LogsSummary
public struct LogsSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.
Declaration
Swift
public let audit: Bool?
-
The location of the CloudWatch Logs log group where audit logs are sent.
Declaration
Swift
public let auditLogGroup: String?
-
Enables general logging.
Declaration
Swift
public let general: Bool?
-
The location of the CloudWatch Logs log group where general logs are sent.
Declaration
Swift
public let generalLogGroup: String?
-
The list of information about logs pending to be deployed for the specified broker.
Declaration
Swift
public let pending: PendingLogs?
-
Undocumented
Declaration
Swift
public init(audit: Bool? = nil, auditLogGroup: String? = nil, general: Bool? = nil, generalLogGroup: String? = nil, pending: PendingLogs? = nil)