Skip to content

InfoProperty

Initializer

import ros_cdk_cms
ros_cdk_cms.RosResourceMetricRule.InfoProperty(
  comparison_operator: typing.Union[str, IResolvable],
  statistics: typing.Union[str, IResolvable],
  threshold: typing.Union[str, IResolvable],
  times: typing.Union[typing.Union[int, float], IResolvable]
)

Properties

Name Type Description
comparison_operator typing.Union[str, 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.
times typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.

comparison_operatorRequired

comparison_operator: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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]

timesRequired

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