DatastoreStorageArgs

data class DatastoreStorageArgs(val customerManagedS3: Output<DatastoreCustomerManagedS3Args>? = null, val iotSiteWiseMultiLayerStorage: Output<DatastoreIotSiteWiseMultiLayerStorageArgs>? = null, val serviceManagedS3: Output<DatastoreServiceManagedS3Args>? = null) : ConvertibleToJava<DatastoreStorageArgs>

Constructors

Link copied to clipboard
constructor(customerManagedS3: Output<DatastoreCustomerManagedS3Args>? = null, iotSiteWiseMultiLayerStorage: Output<DatastoreIotSiteWiseMultiLayerStorageArgs>? = null, serviceManagedS3: Output<DatastoreServiceManagedS3Args>? = 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.

Functions

Link copied to clipboard
open override fun toJava(): DatastoreStorageArgs