interface IotSiteWiseMultiLayerStorageProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoTAnalytics.CfnDatastore.IotSiteWiseMultiLayerStorageProperty |
Java | software.amazon.awscdk.services.iotanalytics.CfnDatastore.IotSiteWiseMultiLayerStorageProperty |
Python | aws_cdk.aws_iotanalytics.CfnDatastore.IotSiteWiseMultiLayerStorageProperty |
TypeScript | @aws-cdk/aws-iotanalytics » CfnDatastore » IotSiteWiseMultiLayerStorageProperty |
Stores 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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotanalytics from '@aws-cdk/aws-iotanalytics';
const iotSiteWiseMultiLayerStorageProperty: iotanalytics.CfnDatastore.IotSiteWiseMultiLayerStorageProperty = {
customerManagedS3Storage: {
bucket: 'bucket',
// the properties below are optional
keyPrefix: 'keyPrefix',
},
};
Properties
Name | Type | Description |
---|---|---|
customer | IResolvable | Customer | Stores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage. |
customerManagedS3Storage?
Type:
IResolvable
|
Customer
(optional)
Stores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.