interface DatastoreProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTAnalytics.Mixins.CfnPipelinePropsMixin.DatastoreProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotanalytics/mixins#CfnPipelinePropsMixin_DatastoreProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotanalytics.mixins.CfnPipelinePropsMixin.DatastoreProperty |
Python | aws_cdk.mixins_preview.aws_iotanalytics.mixins.CfnPipelinePropsMixin.DatastoreProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotanalytics » mixins » CfnPipelinePropsMixin » DatastoreProperty |
The datastore activity that specifies where to store the processed data.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as iotanalytics_mixins } from '@aws-cdk/mixins-preview/aws-iotanalytics';
const datastoreProperty: iotanalytics_mixins.CfnPipelinePropsMixin.DatastoreProperty = {
datastoreName: 'datastoreName',
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| datastore | string | The name of the data store where processed messages are stored. |
| name? | string | The name of the datastore activity. |
datastoreName?
Type:
string
(optional)
The name of the data store where processed messages are stored.
name?
Type:
string
(optional)
The name of the datastore activity.

.NET
Go
Java
Python
TypeScript