Skip to content

RosConsumerGroupProps

Properties for defining a RosConsumerGroup.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.RosConsumerGroupProps {
    ConsumerGroup: interface{},
    Logstore: interface{},
    Order: interface{},
    Project: interface{},
    Timeout: interface{},
}

Properties

Name Type Description
ConsumerGroup interface{} No description.
Logstore interface{} No description.
Order interface{} No description.
Project interface{} No description.
Timeout interface{} No description.

ConsumerGroupRequired

ConsumerGroup interface{}
  • Type: interface{}

LogstoreRequired

Logstore interface{}
  • Type: interface{}

OrderRequired

Order interface{}
  • Type: interface{}

ProjectRequired

Project interface{}
  • Type: interface{}

TimeoutRequired

Timeout interface{}
  • Type: interface{}