/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Where channel data is stored. You may choose one of
* serviceManagedS3
, customerManagedS3
storage. If not
* specified, the default is serviceManagedS3
. This can't be changed
* after creation of the channel.See Also:
AWS
* API Reference
Used to store channel data in an S3 bucket managed by IoT Analytics. You * can't change the choice of S3 storage after the data store is created.
*/ inline const ServiceManagedChannelS3Storage& GetServiceManagedS3() const{ return m_serviceManagedS3; } /** *Used to store channel data in an S3 bucket managed by IoT Analytics. You * can't change the choice of S3 storage after the data store is created.
*/ inline bool ServiceManagedS3HasBeenSet() const { return m_serviceManagedS3HasBeenSet; } /** *Used to store channel data in an S3 bucket managed by IoT Analytics. You * can't change the choice of S3 storage after the data store is created.
*/ inline void SetServiceManagedS3(const ServiceManagedChannelS3Storage& value) { m_serviceManagedS3HasBeenSet = true; m_serviceManagedS3 = value; } /** *Used to store channel data in an S3 bucket managed by IoT Analytics. You * can't change the choice of S3 storage after the data store is created.
*/ inline void SetServiceManagedS3(ServiceManagedChannelS3Storage&& value) { m_serviceManagedS3HasBeenSet = true; m_serviceManagedS3 = std::move(value); } /** *Used to store channel data in an S3 bucket managed by IoT Analytics. You * can't change the choice of S3 storage after the data store is created.
*/ inline ChannelStorage& WithServiceManagedS3(const ServiceManagedChannelS3Storage& value) { SetServiceManagedS3(value); return *this;} /** *Used to store channel data in an S3 bucket managed by IoT Analytics. You * can't change the choice of S3 storage after the data store is created.
*/ inline ChannelStorage& WithServiceManagedS3(ServiceManagedChannelS3Storage&& value) { SetServiceManagedS3(std::move(value)); return *this;} /** *Used to store channel data in an S3 bucket that you manage. If customer
* managed storage is selected, the retentionPeriod
parameter is
* ignored. You can't change the choice of S3 storage after the data store is
* created.
Used to store channel data in an S3 bucket that you manage. If customer
* managed storage is selected, the retentionPeriod
parameter is
* ignored. You can't change the choice of S3 storage after the data store is
* created.
Used to store channel data in an S3 bucket that you manage. If customer
* managed storage is selected, the retentionPeriod
parameter is
* ignored. You can't change the choice of S3 storage after the data store is
* created.
Used to store channel data in an S3 bucket that you manage. If customer
* managed storage is selected, the retentionPeriod
parameter is
* ignored. You can't change the choice of S3 storage after the data store is
* created.
Used to store channel data in an S3 bucket that you manage. If customer
* managed storage is selected, the retentionPeriod
parameter is
* ignored. You can't change the choice of S3 storage after the data store is
* created.
Used to store channel data in an S3 bucket that you manage. If customer
* managed storage is selected, the retentionPeriod
parameter is
* ignored. You can't change the choice of S3 storage after the data store is
* created.