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: