Destination
public enum Destination : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case cloudwatchLogs = "CLOUDWATCH_LOGS"
-
Undocumented
Declaration
Swift
case s3 = "S3"
-
Declaration
Swift
public var description: String { get }