/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace LakeFormation { namespace Model { enum class Permission { NOT_SET, ALL, SELECT, ALTER, DROP, DELETE_, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_LF_TAG, ASSOCIATE, GRANT_WITH_LF_TAG_EXPRESSION }; namespace PermissionMapper { AWS_LAKEFORMATION_API Permission GetPermissionForName(const Aws::String& name); AWS_LAKEFORMATION_API Aws::String GetNameForPermission(Permission value); } // namespace PermissionMapper } // namespace Model } // namespace LakeFormation } // namespace Aws