interface DatastoreReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTAnalytics.DatastoreReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#DatastoreReference |
![]() | software.amazon.awscdk.services.iotanalytics.DatastoreReference |
![]() | aws_cdk.aws_iotanalytics.DatastoreReference |
![]() | 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.