AWS SDK for C++
AWS SDK for C++ Version 1.11.718
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-synthetics
include
aws
synthetics
model
EncryptionMode.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/synthetics/Synthetics_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Synthetics {
12
namespace
Model {
13
enum class
EncryptionMode
{
NOT_SET
,
SSE_S3
,
SSE_KMS
};
14
15
namespace
EncryptionModeMapper {
16
AWS_SYNTHETICS_API
EncryptionMode
GetEncryptionModeForName
(
const
Aws::String
& name);
17
18
AWS_SYNTHETICS_API
Aws::String
GetNameForEncryptionMode
(
EncryptionMode
value);
19
}
// namespace EncryptionModeMapper
20
}
// namespace Model
21
}
// namespace Synthetics
22
}
// namespace Aws
Aws::Synthetics::Model::EncryptionModeMapper::GetEncryptionModeForName
AWS_SYNTHETICS_API EncryptionMode GetEncryptionModeForName(const Aws::String &name)
Aws::Synthetics::Model::EncryptionModeMapper::GetNameForEncryptionMode
AWS_SYNTHETICS_API Aws::String GetNameForEncryptionMode(EncryptionMode value)
Aws::Synthetics::Model::EncryptionMode
EncryptionMode
Definition
EncryptionMode.h:13
Aws::Synthetics::Model::EncryptionMode::SSE_S3
@ SSE_S3
Aws::Synthetics::Model::EncryptionMode::SSE_KMS
@ SSE_KMS
Aws::Synthetics::Model::BrowserType::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