1pid_file = "./pidfile"
2
3auto_auth {
4	method {
5		type = "aws"
6		wrap_ttl = 300
7		config = {
8			role = "foobar"
9		}
10	}
11
12	sink {
13		type = "file"
14		config = {
15			path = "/tmp/file-foo"
16		}
17	}
18}
19