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
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
{
12
namespace
CloudFront
13
{
14
namespace
Model
15
{
16
enum class
ReferrerPolicyList
17
{
18
NOT_SET
,
19
no_referrer
,
20
no_referrer_when_downgrade
,
21
origin
,
22
origin_when_cross_origin
,
23
same_origin
,
24
strict_origin
,
25
strict_origin_when_cross_origin
,
26
unsafe_url
27
};
28
29
namespace
ReferrerPolicyListMapper
30
{
31
AWS_CLOUDFRONT_API
ReferrerPolicyList
GetReferrerPolicyListForName
(
const
Aws::String
& name);
32
33
AWS_CLOUDFRONT_API
Aws::String
GetNameForReferrerPolicyList
(
ReferrerPolicyList
value);
34
}
// namespace ReferrerPolicyListMapper
35
}
// namespace Model
36
}
// namespace CloudFront
37
}
// 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:17
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