AWS SDK for C++
AWS SDK for C++ Version 1.11.719
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-apprunner
include
aws
apprunner
model
CustomDomainAssociationStatus.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
namespace
AppRunner {
12
namespace
Model {
13
enum class
CustomDomainAssociationStatus
{
14
NOT_SET
,
15
CREATING
,
16
CREATE_FAILED
,
17
ACTIVE
,
18
DELETING
,
19
DELETE_FAILED
,
20
PENDING_CERTIFICATE_DNS_VALIDATION
,
21
BINDING_CERTIFICATE
22
};
23
24
namespace
CustomDomainAssociationStatusMapper {
25
AWS_APPRUNNER_API
CustomDomainAssociationStatus
GetCustomDomainAssociationStatusForName
(
const
Aws::String
& name);
26
27
AWS_APPRUNNER_API
Aws::String
GetNameForCustomDomainAssociationStatus
(
CustomDomainAssociationStatus
value);
28
}
// namespace CustomDomainAssociationStatusMapper
29
}
// namespace Model
30
}
// namespace AppRunner
31
}
// namespace Aws
Aws::AppRunner::Model::CustomDomainAssociationStatusMapper::GetCustomDomainAssociationStatusForName
AWS_APPRUNNER_API CustomDomainAssociationStatus GetCustomDomainAssociationStatusForName(const Aws::String &name)
Aws::AppRunner::Model::CustomDomainAssociationStatusMapper::GetNameForCustomDomainAssociationStatus
AWS_APPRUNNER_API Aws::String GetNameForCustomDomainAssociationStatus(CustomDomainAssociationStatus value)
Aws::AppRunner::Model::AutoScalingConfigurationStatus::ACTIVE
@ ACTIVE
Aws::AppRunner::Model::AutoScalingConfigurationStatus::NOT_SET
@ NOT_SET
Aws::AppRunner::Model::CustomDomainAssociationStatus
CustomDomainAssociationStatus
Definition
CustomDomainAssociationStatus.h:13
Aws::AppRunner::Model::CustomDomainAssociationStatus::BINDING_CERTIFICATE
@ BINDING_CERTIFICATE
Aws::AppRunner::Model::CustomDomainAssociationStatus::PENDING_CERTIFICATE_DNS_VALIDATION
@ PENDING_CERTIFICATE_DNS_VALIDATION
Aws::AppRunner::Model::CustomDomainAssociationStatus::CREATING
@ CREATING
Aws::AppRunner::Model::CustomDomainAssociationStatus::DELETING
@ DELETING
Aws::AppRunner::Model::CustomDomainAssociationStatus::DELETE_FAILED
@ DELETE_FAILED
Aws::AppRunner::Model::CustomDomainAssociationStatus::CREATE_FAILED
@ CREATE_FAILED
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