AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-redshift-serverless
include
aws
redshift-serverless
model
LogExport.h
1
6
#pragma once
7
#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
RedshiftServerless
13
{
14
namespace
Model
15
{
16
enum class
LogExport
17
{
18
NOT_SET
,
19
useractivitylog
,
20
userlog
,
21
connectionlog
22
};
23
24
namespace
LogExportMapper
25
{
26
AWS_REDSHIFTSERVERLESS_API
LogExport
GetLogExportForName
(
const
Aws::String
& name);
27
28
AWS_REDSHIFTSERVERLESS_API
Aws::String
GetNameForLogExport
(
LogExport
value);
29
}
// namespace LogExportMapper
30
}
// namespace Model
31
}
// namespace RedshiftServerless
32
}
// namespace Aws
Aws::RedshiftServerless::Model::LogExportMapper::GetNameForLogExport
AWS_REDSHIFTSERVERLESS_API Aws::String GetNameForLogExport(LogExport value)
Aws::RedshiftServerless::Model::LogExportMapper::GetLogExportForName
AWS_REDSHIFTSERVERLESS_API LogExport GetLogExportForName(const Aws::String &name)
Aws::RedshiftServerless::Model::LogExport
LogExport
Definition
LogExport.h:17
Aws::RedshiftServerless::Model::LogExport::connectionlog
@ connectionlog
Aws::RedshiftServerless::Model::LogExport::NOT_SET
@ NOT_SET
Aws::RedshiftServerless::Model::LogExport::useractivitylog
@ useractivitylog
Aws::RedshiftServerless::Model::LogExport::userlog
@ userlog
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences