interface DatastoreReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoTAnalytics.DatastoreReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#DatastoreReference |
Java | software.amazon.awscdk.services.iotanalytics.DatastoreReference |
Python | aws_cdk.aws_iotanalytics.DatastoreReference |
TypeScript | aws-cdk-lib » aws_iotanalytics » DatastoreReference |
A reference to a Datastore resource.
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 datastoreReference: iotanalytics.DatastoreReference = {
datastoreName: 'datastoreName',
};
Properties
| Name | Type | Description |
|---|---|---|
| datastore | string | The DatastoreName of the Datastore resource. |
datastoreName
Type:
string
The DatastoreName of the Datastore resource.

.NET
Go
Java
Python
TypeScript