aws-cdk-lib.aws_iot.CfnSecurityProfile.MetricDimensionProperty

interface MetricDimensionProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnSecurityProfile.MetricDimensionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnSecurityProfile_MetricDimensionProperty
Javasoftware.amazon.awscdk.services.iot.CfnSecurityProfile.MetricDimensionProperty
Pythonaws_cdk.aws_iot.CfnSecurityProfile.MetricDimensionProperty
TypeScript aws-cdk-lib » aws_iot » CfnSecurityProfile » MetricDimensionProperty

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 { aws_iot as iot } from 'aws-cdk-lib';
const metricDimensionProperty: iot.CfnSecurityProfile.MetricDimensionProperty = {
  dimensionName: 'dimensionName',

  // the properties below are optional
  operator: 'operator',
};

Properties

NameTypeDescription
dimensionNamestringThe name of the dimension.
operator?stringOperators are constructs that perform logical operations.

dimensionName

Type: string

The name of the dimension.


operator?

Type: string (optional)

Operators are constructs that perform logical operations.

Valid values are IN and NOT_IN .