/** * 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 IoTAnalytics { namespace Model { /** *

Used to store data in an Amazon S3 bucket managed by IoT Analytics. You can't * change the choice of Amazon S3 storage after your data store is created. *

See Also:

AWS * API Reference

*/ class ServiceManagedDatastoreS3Storage { public: AWS_IOTANALYTICS_API ServiceManagedDatastoreS3Storage(); AWS_IOTANALYTICS_API ServiceManagedDatastoreS3Storage(Aws::Utils::Json::JsonView jsonValue); AWS_IOTANALYTICS_API ServiceManagedDatastoreS3Storage& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const; }; } // namespace Model } // namespace IoTAnalytics } // namespace Aws