Show / Hide Table of Contents

Class CfnPipeline.DatastoreProperty

The datastore activity that specifies where to store the processed data.

Inheritance
System.Object
CfnPipeline.DatastoreProperty
Implements
CfnPipeline.IDatastoreProperty
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public class DatastoreProperty : Object, CfnPipeline.IDatastoreProperty
Syntax (vb)
Public Class DatastoreProperty
    Inherits Object
    Implements CfnPipeline.IDatastoreProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-datastore.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;

DatastoreProperty datastoreProperty = new DatastoreProperty {
    DatastoreName = "datastoreName",
    Name = "name"
};

Synopsis

Constructors

DatastoreProperty()

Properties

DatastoreName

The name of the data store where processed messages are stored.

Name

The name of the datastore activity.

Constructors

DatastoreProperty()

public DatastoreProperty()

Properties

DatastoreName

The name of the data store where processed messages are stored.

public string DatastoreName { get; set; }
Property Value

System.String

Remarks

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

Name

The name of the datastore activity.

public string Name { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnPipeline.IDatastoreProperty
Back to top Generated by DocFX