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-glue
include
aws
glue
model
Permission.h
1
6
#pragma once
7
#include <aws/glue/Glue_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Glue
13
{
14
namespace
Model
15
{
16
enum class
Permission
17
{
18
NOT_SET
,
19
ALL
,
20
SELECT
,
21
ALTER
,
22
DROP
,
23
DELETE_
,
24
INSERT
,
25
CREATE_DATABASE
,
26
CREATE_TABLE
,
27
DATA_LOCATION_ACCESS
28
};
29
30
namespace
PermissionMapper
31
{
32
AWS_GLUE_API
Permission
GetPermissionForName
(
const
Aws::String
& name);
33
34
AWS_GLUE_API
Aws::String
GetNameForPermission
(
Permission
value);
35
}
// namespace PermissionMapper
36
}
// namespace Model
37
}
// namespace Glue
38
}
// namespace Aws
Aws::Glue::Model::PermissionMapper::GetNameForPermission
AWS_GLUE_API Aws::String GetNameForPermission(Permission value)
Aws::Glue::Model::PermissionMapper::GetPermissionForName
AWS_GLUE_API Permission GetPermissionForName(const Aws::String &name)
Aws::Glue::Model::AdditionalOptionKeys::NOT_SET
@ NOT_SET
Aws::Glue::Model::Permission
Permission
Definition
Permission.h:17
Aws::Glue::Model::Permission::ALL
@ ALL
Aws::Glue::Model::Permission::INSERT
@ INSERT
Aws::Glue::Model::Permission::SELECT
@ SELECT
Aws::Glue::Model::Permission::CREATE_DATABASE
@ CREATE_DATABASE
Aws::Glue::Model::Permission::DELETE_
@ DELETE_
Aws::Glue::Model::Permission::CREATE_TABLE
@ CREATE_TABLE
Aws::Glue::Model::Permission::DROP
@ DROP
Aws::Glue::Model::Permission::ALTER
@ ALTER
Aws::Glue::Model::Permission::DATA_LOCATION_ACCESS
@ DATA_LOCATION_ACCESS
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