AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
LogDriver.h
Go to the documentation of this file.
1
6#pragma once
9
10namespace Aws
11{
12namespace ECS
13{
14namespace Model
15{
16 enum class LogDriver
17 {
18 NOT_SET,
20 syslog,
22 gelf,
23 fluentd,
24 awslogs,
25 splunk,
27 };
28
29namespace LogDriverMapper
30{
32
34} // namespace LogDriverMapper
35} // namespace Model
36} // namespace ECS
37} // namespace Aws
#define AWS_ECS_API
Definition: ECS_EXPORTS.h:28
AWS_ECS_API Aws::String GetNameForLogDriver(LogDriver value)
AWS_ECS_API LogDriver GetLogDriverForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String