Show / Hide Table of Contents

Class CfnPipelinePropsMixin.DatastoreProperty

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

Inheritance
object
CfnPipelinePropsMixin.DatastoreProperty
Implements
CfnPipelinePropsMixin.IDatastoreProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTAnalytics.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPipelinePropsMixin.DatastoreProperty : CfnPipelinePropsMixin.IDatastoreProperty
Syntax (vb)
Public Class CfnPipelinePropsMixin.DatastoreProperty Implements CfnPipelinePropsMixin.IDatastoreProperty
Remarks

See: 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.Mixins.Preview.AWS.IoTAnalytics.Mixins;

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

Synopsis

Constructors

DatastoreProperty()

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

Properties

DatastoreName

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

Name

The name of the datastore activity.

Constructors

DatastoreProperty()

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

public DatastoreProperty()
Remarks

See: 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.Mixins.Preview.AWS.IoTAnalytics.Mixins;

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

Properties

DatastoreName

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

public string? DatastoreName { get; set; }
Property Value

string

Remarks

See: 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

string

Remarks

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

Implements

CfnPipelinePropsMixin.IDatastoreProperty
Back to top Generated by DocFX