Interface CfnTopicRulePropsMixin.IotAnalyticsActionProperty

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

@Stability(Stable) public static interface CfnTopicRulePropsMixin.IotAnalyticsActionProperty extends software.amazon.jsii.JsiiSerializable
Sends message data to an AWS IoT Analytics channel.

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.iot.*;
 IotAnalyticsActionProperty iotAnalyticsActionProperty = IotAnalyticsActionProperty.builder()
         .batchMode(false)
         .channelName("channelName")
         .roleArn("roleArn")
         .build();
 

See Also: