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-apprunner
include
aws
apprunner
model
Runtime.h
1
6
#pragma once
7
#include <aws/apprunner/AppRunner_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
AppRunner
13
{
14
namespace
Model
15
{
16
enum class
Runtime
17
{
18
NOT_SET
,
19
PYTHON_3
,
20
NODEJS_12
,
21
NODEJS_14
,
22
CORRETTO_8
,
23
CORRETTO_11
,
24
NODEJS_16
,
25
GO_1
,
26
DOTNET_6
,
27
PHP_81
,
28
RUBY_31
,
29
PYTHON_311
,
30
NODEJS_18
31
};
32
33
namespace
RuntimeMapper
34
{
35
AWS_APPRUNNER_API
Runtime
GetRuntimeForName
(
const
Aws::String
& name);
36
37
AWS_APPRUNNER_API
Aws::String
GetNameForRuntime
(
Runtime
value);
38
}
// namespace RuntimeMapper
39
}
// namespace Model
40
}
// namespace AppRunner
41
}
// namespace Aws
Aws::AppRunner::Model::RuntimeMapper::GetRuntimeForName
AWS_APPRUNNER_API Runtime GetRuntimeForName(const Aws::String &name)
Aws::AppRunner::Model::RuntimeMapper::GetNameForRuntime
AWS_APPRUNNER_API Aws::String GetNameForRuntime(Runtime value)
Aws::AppRunner::Model::AutoScalingConfigurationStatus::NOT_SET
@ NOT_SET
Aws::AppRunner::Model::Runtime
Runtime
Definition
Runtime.h:17
Aws::AppRunner::Model::Runtime::RUBY_31
@ RUBY_31
Aws::AppRunner::Model::Runtime::NODEJS_12
@ NODEJS_12
Aws::AppRunner::Model::Runtime::DOTNET_6
@ DOTNET_6
Aws::AppRunner::Model::Runtime::NODEJS_16
@ NODEJS_16
Aws::AppRunner::Model::Runtime::PHP_81
@ PHP_81
Aws::AppRunner::Model::Runtime::CORRETTO_11
@ CORRETTO_11
Aws::AppRunner::Model::Runtime::PYTHON_3
@ PYTHON_3
Aws::AppRunner::Model::Runtime::PYTHON_311
@ PYTHON_311
Aws::AppRunner::Model::Runtime::NODEJS_18
@ NODEJS_18
Aws::AppRunner::Model::Runtime::GO_1
@ GO_1
Aws::AppRunner::Model::Runtime::CORRETTO_8
@ CORRETTO_8
Aws::AppRunner::Model::Runtime::NODEJS_14
@ NODEJS_14
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