Skip to content

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_operatorRequired

comparison_operator: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

metric_nameRequired

metric_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

periodRequired

period: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

statisticsRequired

statistics: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

thresholdRequired

threshold: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]