This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "Cidrs" :[ String, ... ], "Count" :String, "Number" :Number, "Numbers" :[ Number, ... ], "Ports" :[ Integer, ... ], "Strings" :[ String, ... ]}
YAML
Cidrs:- StringCount:StringNumber:NumberNumbers:- NumberPorts:- IntegerStrings:- String
Properties
- Cidrs
- 
                    If the comparisonOperatorcalls for a set of CIDRs, use this to specify that set to be compared with themetric.Required: No Type: Array of String Update requires: No interruption 
- Count
- 
                    If the comparisonOperatorcalls for a numeric value, use this to specify that numeric value to be compared with themetric.Required: No Type: String Minimum: 0Update 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 comparisonOperatorcalls for a set of ports, use this to specify that set to be compared with themetric.Required: No Type: Array of Integer Minimum: 0Maximum: 65535Update requires: No interruption 
- Strings
- 
                    The string values of a metric. Required: No Type: Array of String Update requires: No interruption