@Stability(value=Stable)
public static interface CfnRuleGroup.PublishMetricActionProperty
extends software.amazon.jsii.JsiiSerializable
This setting defines a CloudWatch dimension value to be published.
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.networkfirewall.*;
PublishMetricActionProperty publishMetricActionProperty = PublishMetricActionProperty.builder()
.dimensions(List.of(DimensionProperty.builder()
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.PublishMetricActionProperty.Builder
A builder for
CfnRuleGroup.PublishMetricActionProperty |
static class |
CfnRuleGroup.PublishMetricActionProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.PublishMetricActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.PublishMetricActionProperty.Builder |
builder() |
Object |
getDimensions()
`CfnRuleGroup.PublishMetricActionProperty.Dimensions`.
|
@Stability(value=Stable) @NotNull Object getDimensions()
@Stability(value=Stable) static CfnRuleGroup.PublishMetricActionProperty.Builder builder()
Copyright © 2022. All rights reserved.