CloudWatchLogs
public struct CloudWatchLogs : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies whether broker logs get sent to the specified CloudWatch Logs destination.
Declaration
Swift
public let enabled: Bool -
The CloudWatch log group that is the destination for broker logs.
Declaration
Swift
public let logGroup: String? -
Undocumented
Declaration
Swift
public init(enabled: Bool, logGroup: String? = nil)
View on GitHub
CloudWatchLogs Structure Reference