ExpressionListProperty
Initializer
import ros_cdk_cms
ros_cdk_cms.RosResourceMetricRule.ExpressionListProperty(
comparison_operator: typing.Union[str, IResolvable],
metric_name: typing.Union[str, IResolvable],
period: typing.Union[typing.Union[int, float], IResolvable],
statistics: typing.Union[str, IResolvable],
threshold: typing.Union[str, IResolvable]
)
Properties
Name |
Type |
Description |
comparison_operator |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
metric_name |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
period |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
No description. |
statistics |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
threshold |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
comparison_operator
Required
comparison_operator: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
metric_name
Required
metric_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
period
Required
period: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
statistics
Required
statistics: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
threshold
Required
threshold: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]