aws-cdk-lib.aws_iotanalytics.CfnDatastore.IotSiteWiseMultiLayerStorageProperty

interface IotSiteWiseMultiLayerStorageProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnDatastore.IotSiteWiseMultiLayerStorageProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDatastore_IotSiteWiseMultiLayerStorageProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnDatastore.IotSiteWiseMultiLayerStorageProperty
Pythonaws_cdk.aws_iotanalytics.CfnDatastore.IotSiteWiseMultiLayerStorageProperty
TypeScript aws-cdk-lib » 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 { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const iotSiteWiseMultiLayerStorageProperty: iotanalytics.CfnDatastore.IotSiteWiseMultiLayerStorageProperty = {
  customerManagedS3Storage: {
    bucket: 'bucket',

    // the properties below are optional
    keyPrefix: 'keyPrefix',
  },
};

Properties

NameTypeDescription
customerManagedS3Storage?IResolvable | CustomerManagedS3StoragePropertyStores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.

customerManagedS3Storage?

Type: IResolvable | CustomerManagedS3StorageProperty (optional)

Stores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.