interface DatasetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTAnalytics.DatasetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#DatasetReference |
![]() | software.amazon.awscdk.services.iotanalytics.DatasetReference |
![]() | aws_cdk.aws_iotanalytics.DatasetReference |
![]() | aws-cdk-lib » aws_iotanalytics » DatasetReference |
A reference to a Dataset 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 datasetReference: iotanalytics.DatasetReference = {
datasetName: 'datasetName',
};
Properties
Name | Type | Description |
---|---|---|
dataset | string | The DatasetName of the Dataset resource. |
datasetName
Type:
string
The DatasetName of the Dataset resource.