Interface CfnSecurityProfile.MetricDimensionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityProfile.MetricDimensionProperty.Jsii$Proxy
- Enclosing class:
CfnSecurityProfile
@Stability(Stable)
public static interface CfnSecurityProfile.MetricDimensionProperty
extends software.amazon.jsii.JsiiSerializable
The dimension of the metric.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSecurityProfile.MetricDimensionProperty
static final class
An implementation forCfnSecurityProfile.MetricDimensionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDimensionName
The name of the dimension.- See Also:
-
getOperator
Operators are constructs that perform logical operations.Valid values are
IN
andNOT_IN
.- See Also:
-
builder
-