Skip to content

RosConsumerGroupProps

Properties for defining a RosConsumerGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-consumergroup

Initializer

import ros_cdk_sls
ros_cdk_sls.RosConsumerGroupProps(
  consumer_group: typing.Union[str, IResolvable],
  logstore: typing.Union[str, IResolvable],
  order: typing.Union[bool, IResolvable],
  project: typing.Union[str, IResolvable],
  timeout: typing.Union[typing.Union[int, float], IResolvable]
)

Properties

Name Type Description
consumer_group typing.Union[str, ros_cdk_core.IResolvable] No description.
logstore typing.Union[str, ros_cdk_core.IResolvable] No description.
order typing.Union[bool, ros_cdk_core.IResolvable] No description.
project typing.Union[str, ros_cdk_core.IResolvable] No description.
timeout typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.

consumer_groupRequired

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

logstoreRequired

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

orderRequired

order: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

projectRequired

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

timeoutRequired

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