AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTSiteWise::Dataset

CfnDataset

Creates a dataset to connect an external datasource.

Import

import { CfnDataset } from 'aws-cdk-lib/aws-iotsitewise';

Or use the module namespace:

import * as iotsitewise from 'aws-cdk-lib/aws-iotsitewise';
// iotsitewise.CfnDataset

Properties

Configuration passed to the constructor as CfnDatasetProps.

datasetNameRequired
string

The name of the dataset.

datasetSourceRequired
IResolvable | DatasetSourceProperty

The data source for the dataset.

datasetDescriptionOptional
string

A description about the dataset, and its functionality.

tagsOptional
CfnTag[]

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* .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotsitewise
CFN TypeAWS::IoTSiteWise::Dataset
Properties4

External Links