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-states
include
aws
states
model
KmsKeyState.h
1
6
#pragma once
7
#include <aws/states/SFN_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SFN
13
{
14
namespace
Model
15
{
16
enum class
KmsKeyState
17
{
18
NOT_SET
,
19
DISABLED
,
20
PENDING_DELETION
,
21
PENDING_IMPORT
,
22
UNAVAILABLE
,
23
CREATING
24
};
25
26
namespace
KmsKeyStateMapper
27
{
28
AWS_SFN_API
KmsKeyState
GetKmsKeyStateForName
(
const
Aws::String
& name);
29
30
AWS_SFN_API
Aws::String
GetNameForKmsKeyState
(
KmsKeyState
value);
31
}
// namespace KmsKeyStateMapper
32
}
// namespace Model
33
}
// namespace SFN
34
}
// namespace Aws
Aws::SFN::Model::KmsKeyStateMapper::GetKmsKeyStateForName
AWS_SFN_API KmsKeyState GetKmsKeyStateForName(const Aws::String &name)
Aws::SFN::Model::KmsKeyStateMapper::GetNameForKmsKeyState
AWS_SFN_API Aws::String GetNameForKmsKeyState(KmsKeyState value)
Aws::SFN::Model::KmsKeyState
KmsKeyState
Definition
KmsKeyState.h:17
Aws::SFN::Model::KmsKeyState::DISABLED
@ DISABLED
Aws::SFN::Model::KmsKeyState::UNAVAILABLE
@ UNAVAILABLE
Aws::SFN::Model::KmsKeyState::PENDING_DELETION
@ PENDING_DELETION
Aws::SFN::Model::KmsKeyState::CREATING
@ CREATING
Aws::SFN::Model::KmsKeyState::PENDING_IMPORT
@ PENDING_IMPORT
Aws::SFN::Model::EncryptionType::NOT_SET
@ NOT_SET
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