@Stability(value=Stable)
public static interface CfnTopicRule.CloudwatchLogsActionProperty
extends software.amazon.jsii.JsiiSerializable
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.iot.*;
CloudwatchLogsActionProperty cloudwatchLogsActionProperty = CloudwatchLogsActionProperty.builder()
.logGroupName("logGroupName")
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.CloudwatchLogsActionProperty.Builder
A builder for
CfnTopicRule.CloudwatchLogsActionProperty |
static class |
CfnTopicRule.CloudwatchLogsActionProperty.Jsii$Proxy
An implementation for
CfnTopicRule.CloudwatchLogsActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.CloudwatchLogsActionProperty.Builder |
builder() |
String |
getLogGroupName()
The CloudWatch log name.
|
String |
getRoleArn()
The IAM role that allows access to the CloudWatch log.
|
@Stability(value=Stable) @NotNull String getLogGroupName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnTopicRule.CloudwatchLogsActionProperty.Builder builder()
Copyright © 2022. All rights reserved.