Skip to content

RosEventRuleProps

Properties for defining a RosEventRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-eventrule

Initializer

import ros_cdk_cms
ros_cdk_cms.RosEventRuleProps(
  event_pattern: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, EventPatternProperty]]],
  rule_name: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  event_type: typing.Union[str, IResolvable] = None,
  group_id: typing.Union[str, IResolvable] = None,
  state: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
event_pattern typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, EventPatternProperty]]] No description.
rule_name typing.Union[str, ros_cdk_core.IResolvable] No description.
description typing.Union[str, ros_cdk_core.IResolvable] No description.
event_type typing.Union[str, ros_cdk_core.IResolvable] No description.
group_id typing.Union[str, ros_cdk_core.IResolvable] No description.
state typing.Union[str, ros_cdk_core.IResolvable] No description.

event_patternRequired

event_pattern: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, EventPatternProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, EventPatternProperty]]]

rule_nameRequired

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

descriptionOptional

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

event_typeOptional

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

group_idOptional

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

stateOptional

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