This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-fms/include/aws/fms/model/ViolationReason.h

39 lines
927 B
C
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/fms/FMS_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace FMS
{
namespace Model
{
enum class ViolationReason
{
NOT_SET,
WEB_ACL_MISSING_RULE_GROUP,
RESOURCE_MISSING_WEB_ACL,
RESOURCE_INCORRECT_WEB_ACL,
RESOURCE_MISSING_SHIELD_PROTECTION,
RESOURCE_MISSING_WEB_ACL_OR_SHIELD_PROTECTION,
RESOURCE_MISSING_SECURITY_GROUP,
RESOURCE_VIOLATES_AUDIT_SECURITY_GROUP,
SECURITY_GROUP_UNUSED,
SECURITY_GROUP_REDUNDANT
};
namespace ViolationReasonMapper
{
AWS_FMS_API ViolationReason GetViolationReasonForName(const Aws::String& name);
AWS_FMS_API Aws::String GetNameForViolationReason(ViolationReason value);
} // namespace ViolationReasonMapper
} // namespace Model
} // namespace FMS
} // namespace Aws