AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
UpstreamRegistry.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecr/ECR_EXPORTS.h>
9
10namespace Aws {
11namespace ECR {
12namespace Model {
13enum class UpstreamRegistry {
14 NOT_SET,
15 ecr,
17 quay,
18 k8s,
23};
24
25namespace UpstreamRegistryMapper {
27
29} // namespace UpstreamRegistryMapper
30} // namespace Model
31} // namespace ECR
32} // namespace Aws
AWS_ECR_API Aws::String GetNameForUpstreamRegistry(UpstreamRegistry value)
AWS_ECR_API UpstreamRegistry GetUpstreamRegistryForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String