Class CfnDatastore.IotSiteWiseMultiLayerStorageProperty
Stores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.
Inheritance
System.Object
CfnDatastore.IotSiteWiseMultiLayerStorageProperty
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public class IotSiteWiseMultiLayerStorageProperty : Object, CfnDatastore.IIotSiteWiseMultiLayerStorageProperty
Syntax (vb)
Public Class IotSiteWiseMultiLayerStorageProperty
Inherits Object
Implements CfnDatastore.IIotSiteWiseMultiLayerStorageProperty
Remarks
You can't change the choice of Amazon S3 storage after your data store is created.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTAnalytics;
var iotSiteWiseMultiLayerStorageProperty = new IotSiteWiseMultiLayerStorageProperty {
CustomerManagedS3Storage = new CustomerManagedS3StorageProperty {
Bucket = "bucket",
// the properties below are optional
KeyPrefix = "keyPrefix"
}
};
Synopsis
Constructors
IotSiteWiseMultiLayerStorageProperty() |
Properties
CustomerManagedS3Storage | Stores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage. |
Constructors
IotSiteWiseMultiLayerStorageProperty()
public IotSiteWiseMultiLayerStorageProperty()
Properties
CustomerManagedS3Storage
Stores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.
public object CustomerManagedS3Storage { get; set; }
Property Value
System.Object