Datastore Storage
data class DatastoreStorage(val customerManagedS3: DatastoreCustomerManagedS3? = null, val iotSiteWiseMultiLayerStorage: DatastoreIotSiteWiseMultiLayerStorage? = null, val serviceManagedS3: DatastoreServiceManagedS3? = null)
Constructors
Link copied to clipboard
constructor(customerManagedS3: DatastoreCustomerManagedS3? = null, iotSiteWiseMultiLayerStorage: DatastoreIotSiteWiseMultiLayerStorage? = null, serviceManagedS3: DatastoreServiceManagedS3? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
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.