aws-cdk-lib.aws_iotanalytics.CfnDataset.TriggeringDatasetProperty

interface TriggeringDatasetProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnDataset.TriggeringDatasetProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDataset_TriggeringDatasetProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnDataset.TriggeringDatasetProperty
Pythonaws_cdk.aws_iotanalytics.CfnDataset.TriggeringDatasetProperty
TypeScript aws-cdk-lib » 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 { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const triggeringDatasetProperty: iotanalytics.CfnDataset.TriggeringDatasetProperty = {
  datasetName: 'datasetName',
};

Properties

NameTypeDescription
datasetNamestringThe 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.