CloudwatchLogsExportConfiguration
public struct CloudwatchLogsExportConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of log types to disable.
Declaration
Swift
public let disableLogTypes: [String]? -
The list of log types to enable.
Declaration
Swift
public let enableLogTypes: [String]? -
Undocumented
Declaration
Swift
public init(disableLogTypes: [String]? = nil, enableLogTypes: [String]? = nil)
View on GitHub
CloudwatchLogsExportConfiguration Structure Reference