AWS SDK for C++
AWS SDK for C++ Version 1.11.716
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-elasticache
include
aws
elasticache
model
OutpostMode.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/elasticache/ElastiCache_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
ElastiCache {
12
namespace
Model {
13
enum class
OutpostMode
{
NOT_SET
,
single_outpost
,
cross_outpost
};
14
15
namespace
OutpostModeMapper {
16
AWS_ELASTICACHE_API
OutpostMode
GetOutpostModeForName
(
const
Aws::String
& name);
17
18
AWS_ELASTICACHE_API
Aws::String
GetNameForOutpostMode
(
OutpostMode
value);
19
}
// namespace OutpostModeMapper
20
}
// namespace Model
21
}
// namespace ElastiCache
22
}
// namespace Aws
Aws::ElastiCache::Model::OutpostModeMapper::GetOutpostModeForName
AWS_ELASTICACHE_API OutpostMode GetOutpostModeForName(const Aws::String &name)
Aws::ElastiCache::Model::OutpostModeMapper::GetNameForOutpostMode
AWS_ELASTICACHE_API Aws::String GetNameForOutpostMode(OutpostMode value)
Aws::ElastiCache::Model::AuthenticationType::NOT_SET
@ NOT_SET
Aws::ElastiCache::Model::OutpostMode
OutpostMode
Definition
OutpostMode.h:13
Aws::ElastiCache::Model::OutpostMode::cross_outpost
@ cross_outpost
Aws::ElastiCache::Model::OutpostMode::single_outpost
@ single_outpost
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