AWS::IoT::SecurityProfile MetricValue - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoT::SecurityProfile MetricValue

The value to be compared with the metric.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Cidrs" : [ String, ... ], "Count" : String, "Number" : Double, "Numbers" : [ Double, ... ], "Ports" : [ Integer, ... ], "Strings" : [ String, ... ] }

YAML

Cidrs: - String Count: String Number: Double Numbers: - Double Ports: - Integer Strings: - String

Properties

Cidrs

If the comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with the metric.

Required: No

Type: List of String

Update requires: No interruption

Count

If the comparisonOperator calls for a numeric value, use this to specify that numeric value to be compared with the metric.

Required: No

Type: String

Update requires: No interruption

Number

The numeric values of a metric.

Required: No

Type: Double

Update requires: No interruption

Numbers

The numeric value of a metric.

Required: No

Type: List of Double

Update requires: No interruption

Ports

If the comparisonOperator calls for a set of ports, use this to specify that set to be compared with the metric.

Required: No

Type: List of Integer

Update requires: No interruption

Strings

The string values of a metric.

Required: No

Type: List of String

Update requires: No interruption