AWS::IoT::SecurityProfile MetricValue - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IoT::SecurityProfile MetricValue

The value to be compared with the metric.

Syntax

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

JSON

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

YAML

Cidrs: - String Count: String Number: Number Numbers: - Number 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: Array 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

Minimum: 0

Update requires: No interruption

Number

The numeric values of a metric.

Required: No

Type: Number

Update requires: No interruption

Numbers

The numeric value of a metric.

Required: No

Type: Array of Number

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: Array of Integer

Minimum: 0

Maximum: 65535

Update requires: No interruption

Strings

The string values of a metric.

Required: No

Type: Array of String

Update requires: No interruption