Show / Hide Table of Contents

Class CfnDatastore.IotSiteWiseMultiLayerStorageProperty

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

Inheritance
System.Object
CfnDatastore.IotSiteWiseMultiLayerStorageProperty
Implements
CfnDatastore.IIotSiteWiseMultiLayerStorageProperty
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.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-iotsitewisemultilayerstorage.html

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

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-iotsitewisemultilayerstorage.html#cfn-iotanalytics-datastore-iotsitewisemultilayerstorage-customermanageds3storage

Implements

CfnDatastore.IIotSiteWiseMultiLayerStorageProperty
Back to top Generated by DocFX