Interface CfnTopicRulePropsMixin.CloudwatchLogsActionProperty

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

@Stability(Stable) public static interface CfnTopicRulePropsMixin.CloudwatchLogsActionProperty extends software.amazon.jsii.JsiiSerializable
Describes an action that updates a CloudWatch log.

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.*;
 CloudwatchLogsActionProperty cloudwatchLogsActionProperty = CloudwatchLogsActionProperty.builder()
         .batchMode(false)
         .logGroupName("logGroupName")
         .roleArn("roleArn")
         .build();
 

See Also: