LogDestinationType
public enum LogDestinationType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case cloudWatchLogs = "cloud-watch-logs"
-
Undocumented
Declaration
Swift
case s3 = "s3"
-
Declaration
Swift
public var description: String { get }