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-securitylake
include
aws
securitylake
model
DataLakeStatus.h
1
6
#pragma once
7
#include <aws/securitylake/SecurityLake_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SecurityLake
13
{
14
namespace
Model
15
{
16
enum class
DataLakeStatus
17
{
18
NOT_SET
,
19
INITIALIZED
,
20
PENDING
,
21
COMPLETED
,
22
FAILED
23
};
24
25
namespace
DataLakeStatusMapper
26
{
27
AWS_SECURITYLAKE_API
DataLakeStatus
GetDataLakeStatusForName
(
const
Aws::String
& name);
28
29
AWS_SECURITYLAKE_API
Aws::String
GetNameForDataLakeStatus
(
DataLakeStatus
value);
30
}
// namespace DataLakeStatusMapper
31
}
// namespace Model
32
}
// namespace SecurityLake
33
}
// namespace Aws
Aws::SecurityLake::Model::DataLakeStatusMapper::GetNameForDataLakeStatus
AWS_SECURITYLAKE_API Aws::String GetNameForDataLakeStatus(DataLakeStatus value)
Aws::SecurityLake::Model::DataLakeStatusMapper::GetDataLakeStatusForName
AWS_SECURITYLAKE_API DataLakeStatus GetDataLakeStatusForName(const Aws::String &name)
Aws::SecurityLake::Model::DataLakeStatus
DataLakeStatus
Definition
DataLakeStatus.h:17
Aws::SecurityLake::Model::DataLakeStatus::COMPLETED
@ COMPLETED
Aws::SecurityLake::Model::DataLakeStatus::FAILED
@ FAILED
Aws::SecurityLake::Model::DataLakeStatus::PENDING
@ PENDING
Aws::SecurityLake::Model::DataLakeStatus::INITIALIZED
@ INITIALIZED
Aws::SecurityLake::Model::AccessType::NOT_SET
@ NOT_SET
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