/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace GuardDuty { namespace Model { enum class DetectorFeature { NOT_SET, S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, EKS_RUNTIME_MONITORING, LAMBDA_NETWORK_LOGS }; namespace DetectorFeatureMapper { AWS_GUARDDUTY_API DetectorFeature GetDetectorFeatureForName(const Aws::String& name); AWS_GUARDDUTY_API Aws::String GetNameForDetectorFeature(DetectorFeature value); } // namespace DetectorFeatureMapper } // namespace Model } // namespace GuardDuty } // namespace Aws