AWS::IoTAnalytics::Datastore DatastoreStorage
Where data store data is stored.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CustomerManagedS3" :
CustomerManagedS3
, "IotSiteWiseMultiLayerStorage" :IotSiteWiseMultiLayerStorage
, "ServiceManagedS3" :Json
}
YAML
CustomerManagedS3:
CustomerManagedS3
IotSiteWiseMultiLayerStorage:IotSiteWiseMultiLayerStorage
ServiceManagedS3:Json
Properties
CustomerManagedS3
-
Use this to store data store data in an S3 bucket that you manage. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.
Required: No
Type: CustomerManagedS3
Update requires: No interruption
IotSiteWiseMultiLayerStorage
-
Use this to store data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the choice of Amazon S3 storage after your data store is created.
Required: No
Type: IotSiteWiseMultiLayerStorage
Update requires: No interruption
ServiceManagedS3
-
Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.
Required: No
Type: Json
Update requires: No interruption