/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace Appflow { namespace Model { /** *

The properties that are applied when Amazon Lookout for Metrics is used as a * destination.

See Also:

AWS * API Reference

*/ class LookoutMetricsDestinationProperties { public: AWS_APPFLOW_API LookoutMetricsDestinationProperties(); AWS_APPFLOW_API LookoutMetricsDestinationProperties(Aws::Utils::Json::JsonView jsonValue); AWS_APPFLOW_API LookoutMetricsDestinationProperties& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const; }; } // namespace Model } // namespace Appflow } // namespace Aws