Interface CfnDataset.IotEventsDestinationConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataset.IotEventsDestinationConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDataset

@Stability(Stable) public static interface CfnDataset.IotEventsDestinationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration information for delivery of dataset contents to AWS IoT Events .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iotanalytics.*;
 IotEventsDestinationConfigurationProperty iotEventsDestinationConfigurationProperty = IotEventsDestinationConfigurationProperty.builder()
         .inputName("inputName")
         .roleArn("roleArn")
         .build();