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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicRulePropsMixin.CloudwatchLogsActionPropertystatic final classAn implementation forCfnTopicRulePropsMixin.CloudwatchLogsActionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBatchMode
Indicates whether batches of log records will be extracted and uploaded into CloudWatch.Returns union: either
BooleanorIResolvable- See Also:
-
getLogGroupName
The CloudWatch log name.- See Also:
-
getRoleArn
The IAM role that allows access to the CloudWatch log.- See Also:
-
builder
-