AWS SDK for C++
AWS SDK for C++ Version 1.11.748
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-cloudfront
include
aws
cloudfront
model
ReferrerPolicyList.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
namespace
CloudFront {
12
namespace
Model {
13
enum class
ReferrerPolicyList
{
14
NOT_SET
,
15
no_referrer
,
16
no_referrer_when_downgrade
,
17
origin
,
18
origin_when_cross_origin
,
19
same_origin
,
20
strict_origin
,
21
strict_origin_when_cross_origin
,
22
unsafe_url
23
};
24
25
namespace
ReferrerPolicyListMapper {
26
AWS_CLOUDFRONT_API
ReferrerPolicyList
GetReferrerPolicyListForName
(
const
Aws::String
& name);
27
28
AWS_CLOUDFRONT_API
Aws::String
GetNameForReferrerPolicyList
(
ReferrerPolicyList
value);
29
}
// namespace ReferrerPolicyListMapper
30
}
// namespace Model
31
}
// namespace CloudFront
32
}
// namespace Aws
Aws::CloudFront::Model::ReferrerPolicyListMapper::GetReferrerPolicyListForName
AWS_CLOUDFRONT_API ReferrerPolicyList GetReferrerPolicyListForName(const Aws::String &name)
Aws::CloudFront::Model::ReferrerPolicyListMapper::GetNameForReferrerPolicyList
AWS_CLOUDFRONT_API Aws::String GetNameForReferrerPolicyList(ReferrerPolicyList value)
Aws::CloudFront::Model::CachePolicyCookieBehavior::NOT_SET
@ NOT_SET
Aws::CloudFront::Model::ReferrerPolicyList
ReferrerPolicyList
Definition
ReferrerPolicyList.h:13
Aws::CloudFront::Model::ReferrerPolicyList::no_referrer
@ no_referrer
Aws::CloudFront::Model::ReferrerPolicyList::origin_when_cross_origin
@ origin_when_cross_origin
Aws::CloudFront::Model::ReferrerPolicyList::origin
@ origin
Aws::CloudFront::Model::ReferrerPolicyList::strict_origin_when_cross_origin
@ strict_origin_when_cross_origin
Aws::CloudFront::Model::ReferrerPolicyList::strict_origin
@ strict_origin
Aws::CloudFront::Model::ReferrerPolicyList::same_origin
@ same_origin
Aws::CloudFront::Model::ReferrerPolicyList::unsafe_url
@ unsafe_url
Aws::CloudFront::Model::ReferrerPolicyList::no_referrer_when_downgrade
@ no_referrer_when_downgrade
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