interface DatastoreProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics.CfnPipelinePropsMixin.DatastoreProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotanalytics#CfnPipelinePropsMixin_DatastoreProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnPipelinePropsMixin.DatastoreProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotanalytics.CfnPipelinePropsMixin.DatastoreProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotanalytics » 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 { aws_iotanalytics as iotanalytics } from '@aws-cdk/cfn-property-mixins';
const datastoreProperty: iotanalytics.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