LogDestinationType

public enum LogDestinationType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case cloudWatchLogs = "cloud-watch-logs"
  • s3

    Undocumented

    Declaration

    Swift

    case s3 = "s3"
  • Declaration

    Swift

    public var description: String { get }