Interface CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty

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

@Stability(Stable) public static interface CfnDatasetPropsMixin.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.cfnpropertymixins.services.iotanalytics.*;
 IotEventsDestinationConfigurationProperty iotEventsDestinationConfigurationProperty = IotEventsDestinationConfigurationProperty.builder()
         .inputName("inputName")
         .roleArn("roleArn")
         .build();
 

See Also: