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-cloudfront
include
aws
cloudfront
model
SSLSupportMethod.h
1
6
#pragma once
7
#include <aws/cloudfront/CloudFront_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CloudFront
13
{
14
namespace
Model
15
{
16
enum class
SSLSupportMethod
17
{
18
NOT_SET
,
19
sni_only
,
20
vip
,
21
static_ip
22
};
23
24
namespace
SSLSupportMethodMapper
25
{
26
AWS_CLOUDFRONT_API
SSLSupportMethod
GetSSLSupportMethodForName
(
const
Aws::String
& name);
27
28
AWS_CLOUDFRONT_API
Aws::String
GetNameForSSLSupportMethod
(
SSLSupportMethod
value);
29
}
// namespace SSLSupportMethodMapper
30
}
// namespace Model
31
}
// namespace CloudFront
32
}
// namespace Aws
Aws::CloudFront::Model::SSLSupportMethodMapper::GetSSLSupportMethodForName
AWS_CLOUDFRONT_API SSLSupportMethod GetSSLSupportMethodForName(const Aws::String &name)
Aws::CloudFront::Model::SSLSupportMethodMapper::GetNameForSSLSupportMethod
AWS_CLOUDFRONT_API Aws::String GetNameForSSLSupportMethod(SSLSupportMethod value)
Aws::CloudFront::Model::CachePolicyCookieBehavior::NOT_SET
@ NOT_SET
Aws::CloudFront::Model::SSLSupportMethod
SSLSupportMethod
Definition
SSLSupportMethod.h:17
Aws::CloudFront::Model::SSLSupportMethod::vip
@ vip
Aws::CloudFront::Model::SSLSupportMethod::static_ip
@ static_ip
Aws::CloudFront::Model::SSLSupportMethod::sni_only
@ sni_only
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