accessKeyId

The AWS Access Key ID.

type

string

default

{
  accessKeyId = "";
}

arn

Amazon Resource Name (ARN) of the cloudwatch log group. This is set by NixOps.

type

string

default

{
  arn = "";
}

name

Name of the cloudwatch log group.

type

string

default

{
  name = "charon-{uuid}-{name}";
}

region

AWS region.

type

string

retentionInDays

How long to store log data in a log group

type

null or signed integer

default

{
  retentionInDays = null;
}