AWS SDK for C++
AWS SDK for C++ Version 1.11.612
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-ecs
include
aws
ecs
model
DeploymentStrategy.h
1
6
#pragma once
7
#include <aws/ecs/ECS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
ECS
13
{
14
namespace
Model
15
{
16
enum class
DeploymentStrategy
17
{
18
NOT_SET
,
19
ROLLING
,
20
BLUE_GREEN
21
};
22
23
namespace
DeploymentStrategyMapper
24
{
25
AWS_ECS_API
DeploymentStrategy
GetDeploymentStrategyForName
(
const
Aws::String
& name);
26
27
AWS_ECS_API
Aws::String
GetNameForDeploymentStrategy
(
DeploymentStrategy
value);
28
}
// namespace DeploymentStrategyMapper
29
}
// namespace Model
30
}
// namespace ECS
31
}
// namespace Aws
Aws::ECS::Model::DeploymentStrategyMapper::GetDeploymentStrategyForName
AWS_ECS_API DeploymentStrategy GetDeploymentStrategyForName(const Aws::String &name)
Aws::ECS::Model::DeploymentStrategyMapper::GetNameForDeploymentStrategy
AWS_ECS_API Aws::String GetNameForDeploymentStrategy(DeploymentStrategy value)
Aws::ECS::Model::AgentUpdateStatus::NOT_SET
@ NOT_SET
Aws::ECS::Model::DeploymentStrategy
DeploymentStrategy
Definition
DeploymentStrategy.h:17
Aws::ECS::Model::DeploymentStrategy::ROLLING
@ ROLLING
Aws::ECS::Model::DeploymentStrategy::BLUE_GREEN
@ BLUE_GREEN
Aws::ECS::Model::DeploymentControllerType::ECS
@ ECS
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