Interface CfnSecurityProfilePropsMixin.MetricDimensionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityProfilePropsMixin.MetricDimensionProperty.Jsii$Proxy
- Enclosing class:
CfnSecurityProfilePropsMixin
@Stability(Stable)
public static interface CfnSecurityProfilePropsMixin.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.cfnpropertymixins.services.iot.*;
MetricDimensionProperty metricDimensionProperty = MetricDimensionProperty.builder()
.dimensionName("dimensionName")
.operator("operator")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSecurityProfilePropsMixin.MetricDimensionPropertystatic final classAn implementation forCfnSecurityProfilePropsMixin.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
INandNOT_IN.- See Also:
-
builder
-