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-wafv2
include
aws
wafv2
model
ActionValue.h
1
6
#pragma once
7
#include <aws/wafv2/WAFV2_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
WAFV2
13
{
14
namespace
Model
15
{
16
enum class
ActionValue
17
{
18
NOT_SET
,
19
ALLOW
,
20
BLOCK
,
21
COUNT
,
22
CAPTCHA
,
23
CHALLENGE
,
24
EXCLUDED_AS_COUNT
25
};
26
27
namespace
ActionValueMapper
28
{
29
AWS_WAFV2_API
ActionValue
GetActionValueForName
(
const
Aws::String
& name);
30
31
AWS_WAFV2_API
Aws::String
GetNameForActionValue
(
ActionValue
value);
32
}
// namespace ActionValueMapper
33
}
// namespace Model
34
}
// namespace WAFV2
35
}
// namespace Aws
Aws::WAFV2::Model::ActionValueMapper::GetActionValueForName
AWS_WAFV2_API ActionValue GetActionValueForName(const Aws::String &name)
Aws::WAFV2::Model::ActionValueMapper::GetNameForActionValue
AWS_WAFV2_API Aws::String GetNameForActionValue(ActionValue value)
Aws::WAFV2::Model::ActionValue
ActionValue
Definition
ActionValue.h:17
Aws::WAFV2::Model::ActionValue::NOT_SET
@ NOT_SET
Aws::WAFV2::Model::ActionValue::CAPTCHA
@ CAPTCHA
Aws::WAFV2::Model::ActionValue::EXCLUDED_AS_COUNT
@ EXCLUDED_AS_COUNT
Aws::WAFV2::Model::ActionValue::ALLOW
@ ALLOW
Aws::WAFV2::Model::ActionValue::COUNT
@ COUNT
Aws::WAFV2::Model::ActionValue::BLOCK
@ BLOCK
Aws::WAFV2::Model::ActionValue::CHALLENGE
@ CHALLENGE
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