interface TriggeringDatasetProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTAnalytics.CfnDataset.TriggeringDatasetProperty |
![]() | software.amazon.awscdk.services.iotanalytics.CfnDataset.TriggeringDatasetProperty |
![]() | aws_cdk.aws_iotanalytics.CfnDataset.TriggeringDatasetProperty |
![]() | @aws-cdk/aws-iotanalytics » CfnDataset » TriggeringDatasetProperty |
Information about the dataset whose content generation triggers the new dataset content generation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotanalytics from '@aws-cdk/aws-iotanalytics';
const triggeringDatasetProperty: iotanalytics.CfnDataset.TriggeringDatasetProperty = {
datasetName: 'datasetName',
};
Properties
Name | Type | Description |
---|---|---|
dataset | string | The name of the data set whose content generation triggers the new data set content generation. |
datasetName
Type:
string
The name of the data set whose content generation triggers the new data set content generation.