aws-cdk-lib.aws_iotanalytics.CfnPipeline.DatastoreProperty

interface DatastoreProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnPipeline.DatastoreProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnPipeline_DatastoreProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnPipeline.DatastoreProperty
Pythonaws_cdk.aws_iotanalytics.CfnPipeline.DatastoreProperty
TypeScript aws-cdk-lib » aws_iotanalytics » CfnPipeline » 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-lib';
const datastoreProperty: iotanalytics.CfnPipeline.DatastoreProperty = {
  datastoreName: 'datastoreName',
  name: 'name',
};

Properties

NameTypeDescription
datastoreNamestringThe name of the data store where processed messages are stored.
namestringThe name of the datastore activity.

datastoreName

Type: string

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


name

Type: string

The name of the datastore activity.