interface TriggeringDatasetProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics.CfnDatasetPropsMixin.TriggeringDatasetProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotanalytics#CfnDatasetPropsMixin_TriggeringDatasetProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatasetPropsMixin.TriggeringDatasetProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotanalytics.CfnDatasetPropsMixin.TriggeringDatasetProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotanalytics » CfnDatasetPropsMixin » 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/cfn-property-mixins';
const triggeringDatasetProperty: iotanalytics.CfnDatasetPropsMixin.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
(optional)
The name of the data set whose content generation triggers the new data set content generation.

.NET
Go
Java
Python
TypeScript