BrokerLogs
public struct BrokerLogs : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Details of the CloudWatch Logs destination for broker logs.
Declaration
Swift
public let cloudWatchLogs: CloudWatchLogs? -
Details of the Kinesis Data Firehose delivery stream that is the destination for broker logs.
Declaration
Swift
public let firehose: Firehose? -
Details of the Amazon S3 destination for broker logs.
Declaration
Swift
public let s3: S3? -
Undocumented
Declaration
Swift
public init(cloudWatchLogs: CloudWatchLogs? = nil, firehose: Firehose? = nil, s3: S3? = nil)
View on GitHub
BrokerLogs Structure Reference