CloudWatchLoggerConfig

final case class CloudWatchLoggerConfig(timeout: CloudWatchTimeoutDuration, region: AmazonRegion, accessKeyID: CloudWatchAccessKeyID, secretAccessKey: CloudWatchSecretAccessKey, groupName: CloudWatchGroupName, streamName: CloudWatchStreamName)
Value Params
region

the amazon region of the CloudWatch you are configuring

timeout

if a log cannot be sent within this time to AWS, then timeout.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product