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_group
Required
consumer_group: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
logstore
Required
logstore: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
order
Required
order: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
project
Required
project: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
timeout
Required
timeout: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]