@Stability(value=Stable)
public static interface CfnTopicRule.CloudwatchMetricActionProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTopicRule.CloudwatchMetricActionProperty.Builder
A builder for
CfnTopicRule.CloudwatchMetricActionProperty |
static class |
CfnTopicRule.CloudwatchMetricActionProperty.Jsii$Proxy
An implementation for
CfnTopicRule.CloudwatchMetricActionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTopicRule.CloudwatchMetricActionProperty.Builder |
builder() |
String |
getMetricName()
`CfnTopicRule.CloudwatchMetricActionProperty.MetricName`.
|
String |
getMetricNamespace()
`CfnTopicRule.CloudwatchMetricActionProperty.MetricNamespace`.
|
default String |
getMetricTimestamp()
`CfnTopicRule.CloudwatchMetricActionProperty.MetricTimestamp`.
|
String |
getMetricUnit()
`CfnTopicRule.CloudwatchMetricActionProperty.MetricUnit`.
|
String |
getMetricValue()
`CfnTopicRule.CloudwatchMetricActionProperty.MetricValue`.
|
String |
getRoleArn()
`CfnTopicRule.CloudwatchMetricActionProperty.RoleArn`.
|
@Stability(value=Stable) @NotNull String getMetricName()
@Stability(value=Stable) @NotNull String getMetricNamespace()
@Stability(value=Stable) @NotNull String getMetricUnit()
@Stability(value=Stable) @NotNull String getMetricValue()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default String getMetricTimestamp()
@Stability(value=Stable) static CfnTopicRule.CloudwatchMetricActionProperty.Builder builder()
Copyright © 2021. All rights reserved.