Interface CfnDatastore.IotSiteWiseMultiLayerStorageProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDatastore.IotSiteWiseMultiLayerStorageProperty.Jsii$Proxy
- Enclosing class:
CfnDatastore
@Stability(Stable)
public static interface CfnDatastore.IotSiteWiseMultiLayerStorageProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotanalytics.*; IotSiteWiseMultiLayerStorageProperty iotSiteWiseMultiLayerStorageProperty = IotSiteWiseMultiLayerStorageProperty.builder() .customerManagedS3Storage(CustomerManagedS3StorageProperty.builder() .bucket("bucket") // the properties below are optional .keyPrefix("keyPrefix") .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDatastore.IotSiteWiseMultiLayerStorageProperty
static final class
An implementation forCfnDatastore.IotSiteWiseMultiLayerStorageProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomerManagedS3Storage
Stores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.- See Also:
-
builder
-