AWS SDK for C++
AWS SDK for C++ Version 1.11.717
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-timestream-query
include
aws
timestream-query
model
S3EncryptionOption.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
TimestreamQuery {
12
namespace
Model {
13
enum class
S3EncryptionOption
{
NOT_SET
,
SSE_S3
,
SSE_KMS
};
14
15
namespace
S3EncryptionOptionMapper {
16
AWS_TIMESTREAMQUERY_API
S3EncryptionOption
GetS3EncryptionOptionForName
(
const
Aws::String
&
name
);
17
18
AWS_TIMESTREAMQUERY_API
Aws::String
GetNameForS3EncryptionOption
(
S3EncryptionOption
value);
19
}
// namespace S3EncryptionOptionMapper
20
}
// namespace Model
21
}
// namespace TimestreamQuery
22
}
// namespace Aws
Aws::TimestreamQuery::Model::S3EncryptionOptionMapper::GetS3EncryptionOptionForName
AWS_TIMESTREAMQUERY_API S3EncryptionOption GetS3EncryptionOptionForName(const Aws::String &name)
Aws::TimestreamQuery::Model::S3EncryptionOptionMapper::GetNameForS3EncryptionOption
AWS_TIMESTREAMQUERY_API Aws::String GetNameForS3EncryptionOption(S3EncryptionOption value)
Aws::TimestreamQuery::Model::S3EncryptionOption
S3EncryptionOption
Definition
S3EncryptionOption.h:13
Aws::TimestreamQuery::Model::S3EncryptionOption::SSE_S3
@ SSE_S3
Aws::TimestreamQuery::Model::S3EncryptionOption::SSE_KMS
@ SSE_KMS
Aws::TimestreamQuery::Model::ComputeMode::NOT_SET
@ NOT_SET
Aws
Aws::MakeShared
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences