@Stability(value=Stable)
public static interface CfnDatastore.IotSiteWiseMultiLayerStorageProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatastore.IotSiteWiseMultiLayerStorageProperty.Builder
A builder for
CfnDatastore.IotSiteWiseMultiLayerStorageProperty |
static class |
CfnDatastore.IotSiteWiseMultiLayerStorageProperty.Jsii$Proxy
An implementation for
CfnDatastore.IotSiteWiseMultiLayerStorageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatastore.IotSiteWiseMultiLayerStorageProperty.Builder |
builder() |
default Object |
getCustomerManagedS3Storage()
Stores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.
|
@Stability(value=Stable) @Nullable default Object getCustomerManagedS3Storage()
@Stability(value=Stable) static CfnDatastore.IotSiteWiseMultiLayerStorageProperty.Builder builder()
Copyright © 2022. All rights reserved.