@Stability(value=Stable)
public static interface CfnSecurityProfile.MetricDimensionProperty
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.*;
MetricDimensionProperty metricDimensionProperty = MetricDimensionProperty.builder()
.dimensionName("dimensionName")
// the properties below are optional
.operator("operator")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSecurityProfile.MetricDimensionProperty.Builder
A builder for
CfnSecurityProfile.MetricDimensionProperty |
static class |
CfnSecurityProfile.MetricDimensionProperty.Jsii$Proxy
An implementation for
CfnSecurityProfile.MetricDimensionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSecurityProfile.MetricDimensionProperty.Builder |
builder() |
String |
getDimensionName()
The name of the dimension.
|
default String |
getOperator()
Operators are constructs that perform logical operations.
|
@Stability(value=Stable) @NotNull String getDimensionName()
@Stability(value=Stable) @Nullable default String getOperator()
Valid values are IN and NOT_IN .
@Stability(value=Stable) static CfnSecurityProfile.MetricDimensionProperty.Builder builder()
Copyright © 2022. All rights reserved.