AWS::IoTSiteWise::DatasetCreates a dataset to connect an external datasource.
import { CfnDataset } from 'aws-cdk-lib/aws-iotsitewise';Or use the module namespace:
import * as iotsitewise from 'aws-cdk-lib/aws-iotsitewise';
// iotsitewise.CfnDatasetConfiguration passed to the constructor as CfnDatasetProps.
datasetNameRequiredstringThe name of the dataset.
datasetSourceRequiredIResolvable | DatasetSourcePropertyThe data source for the dataset.
datasetDescriptionOptionalstringA description about the dataset, and its functionality.
tagsOptionalCfnTag[]A list of key-value pairs that contain metadata for the access policy. For more information, see [Tagging your AWS IoT SiteWise resources](https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html) in the *AWS IoT SiteWise User Guide* .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotsitewiseAWS::IoTSiteWise::Dataset