Show / Hide Table of Contents

Interface CfnSecurityProfile.IMetricDimensionProperty

The dimension of the metric.

Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.AWS.IoT.dll
Syntax (csharp)
public interface IMetricDimensionProperty
Syntax (vb)
Public Interface IMetricDimensionProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-securityprofile-metricdimension.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoT;

var metricDimensionProperty = new MetricDimensionProperty {
    DimensionName = "dimensionName",

    // the properties below are optional
    Operator = "operator"
};

Synopsis

Properties

DimensionName

The name of the dimension.

Operator

Operators are constructs that perform logical operations.

Properties

DimensionName

The name of the dimension.

string DimensionName { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-securityprofile-metricdimension.html#cfn-iot-securityprofile-metricdimension-dimensionname

Operator

Operators are constructs that perform logical operations.

virtual string Operator { get; }
Property Value

System.String

Remarks

Valid values are IN and NOT_IN .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-securityprofile-metricdimension.html#cfn-iot-securityprofile-metricdimension-operator

Back to top Generated by DocFX