AWS SDK for C++
AWS SDK for C++ Version 1.11.719
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/states/SFN_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SFN {
12
namespace
Model {
13
enum class
KmsKeyState
{
NOT_SET
,
DISABLED
,
PENDING_DELETION
,
PENDING_IMPORT
,
UNAVAILABLE
,
CREATING
};
14
15
namespace
KmsKeyStateMapper {
16
AWS_SFN_API
KmsKeyState
GetKmsKeyStateForName
(
const
Aws::String
& name);
17
18
AWS_SFN_API
Aws::String
GetNameForKmsKeyState
(
KmsKeyState
value);
19
}
// namespace KmsKeyStateMapper
20
}
// namespace Model
21
}
// namespace SFN
22
}
// 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:13
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