AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
ConnectionPropertyKey.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9
10namespace Aws {
11namespace Glue {
12namespace Model {
14 NOT_SET,
15 HOST,
16 PORT,
60 REGION,
64};
65
66namespace ConnectionPropertyKeyMapper {
68
70} // namespace ConnectionPropertyKeyMapper
71} // namespace Model
72} // namespace Glue
73} // namespace Aws
AWS_GLUE_API Aws::String GetNameForConnectionPropertyKey(ConnectionPropertyKey value)
AWS_GLUE_API ConnectionPropertyKey GetConnectionPropertyKeyForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String