bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
Data Source schema for Byteplus::BMQ::Group
Using getGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGroup(args: GetGroupArgs, opts?: InvokeOptions): Promise<GetGroupResult>
function getGroupOutput(args: GetGroupOutputArgs, opts?: InvokeOptions): Output<GetGroupResult>def get_group(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGroupResult
def get_group_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]func LookupGroup(ctx *Context, args *LookupGroupArgs, opts ...InvokeOption) (*LookupGroupResult, error)
func LookupGroupOutput(ctx *Context, args *LookupGroupOutputArgs, opts ...InvokeOption) LookupGroupResultOutput> Note: This function is named LookupGroup in the Go SDK.
public static class GetGroup
{
public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions? opts = null)
public static Output<GetGroupResult> Invoke(GetGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
public static Output<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:bmq/getGroup:getGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getGroup Result
The following output properties are available:
- Created
Time string - Consumer Group 创建时间。
- Description string
- Consumer Group 描述。
- Group
Id string - Consumer Group 的 ID。
- Group
Name string - 自定义设置Consumer Group 的名称,约束限制如下:只能由小写英文字符、数字、下划线和中划线(-)组成。长度为 3~64 字符。
- Id string
- Uniquely identifies the resource.
- Instance
Id string - 所属 BMQ 实例 ID。
- Owner
Id string - Consumer Group 所属用户的 ID。
- Owner
Name string - Consumer Group 所属用户的名称。
- Reset
Info Byteplus.Get Group Reset Info - 重置消费位点信息。
- Status string
- Consumer Group 的状态。
- Topic
Infos List<Byteplus.Get Group Topic Info> - Topic 列表。
- Created
Time string - Consumer Group 创建时间。
- Description string
- Consumer Group 描述。
- Group
Id string - Consumer Group 的 ID。
- Group
Name string - 自定义设置Consumer Group 的名称,约束限制如下:只能由小写英文字符、数字、下划线和中划线(-)组成。长度为 3~64 字符。
- Id string
- Uniquely identifies the resource.
- Instance
Id string - 所属 BMQ 实例 ID。
- Owner
Id string - Consumer Group 所属用户的 ID。
- Owner
Name string - Consumer Group 所属用户的名称。
- Reset
Info GetGroup Reset Info - 重置消费位点信息。
- Status string
- Consumer Group 的状态。
- Topic
Infos []GetGroup Topic Info - Topic 列表。
- created
Time String - Consumer Group 创建时间。
- description String
- Consumer Group 描述。
- group
Id String - Consumer Group 的 ID。
- group
Name String - 自定义设置Consumer Group 的名称,约束限制如下:只能由小写英文字符、数字、下划线和中划线(-)组成。长度为 3~64 字符。
- id String
- Uniquely identifies the resource.
- instance
Id String - 所属 BMQ 实例 ID。
- owner
Id String - Consumer Group 所属用户的 ID。
- owner
Name String - Consumer Group 所属用户的名称。
- reset
Info GetGroup Reset Info - 重置消费位点信息。
- status String
- Consumer Group 的状态。
- topic
Infos List<GetGroup Topic Info> - Topic 列表。
- created
Time string - Consumer Group 创建时间。
- description string
- Consumer Group 描述。
- group
Id string - Consumer Group 的 ID。
- group
Name string - 自定义设置Consumer Group 的名称,约束限制如下:只能由小写英文字符、数字、下划线和中划线(-)组成。长度为 3~64 字符。
- id string
- Uniquely identifies the resource.
- instance
Id string - 所属 BMQ 实例 ID。
- owner
Id string - Consumer Group 所属用户的 ID。
- owner
Name string - Consumer Group 所属用户的名称。
- reset
Info GetGroup Reset Info - 重置消费位点信息。
- status string
- Consumer Group 的状态。
- topic
Infos GetGroup Topic Info[] - Topic 列表。
- created_
time str - Consumer Group 创建时间。
- description str
- Consumer Group 描述。
- group_
id str - Consumer Group 的 ID。
- group_
name str - 自定义设置Consumer Group 的名称,约束限制如下:只能由小写英文字符、数字、下划线和中划线(-)组成。长度为 3~64 字符。
- id str
- Uniquely identifies the resource.
- instance_
id str - 所属 BMQ 实例 ID。
- owner_
id str - Consumer Group 所属用户的 ID。
- owner_
name str - Consumer Group 所属用户的名称。
- reset_
info GetGroup Reset Info - 重置消费位点信息。
- status str
- Consumer Group 的状态。
- topic_
infos Sequence[GetGroup Topic Info] - Topic 列表。
- created
Time String - Consumer Group 创建时间。
- description String
- Consumer Group 描述。
- group
Id String - Consumer Group 的 ID。
- group
Name String - 自定义设置Consumer Group 的名称,约束限制如下:只能由小写英文字符、数字、下划线和中划线(-)组成。长度为 3~64 字符。
- id String
- Uniquely identifies the resource.
- instance
Id String - 所属 BMQ 实例 ID。
- owner
Id String - Consumer Group 所属用户的 ID。
- owner
Name String - Consumer Group 所属用户的名称。
- reset
Info Property Map - 重置消费位点信息。
- status String
- Consumer Group 的状态。
- topic
Infos List<Property Map> - Topic 列表。
Supporting Types
GetGroupResetInfo
- Offset
Type string - 重置方式为 OFFSET 时,该参数必传,指定重新消费的基准消费位置,取值如下:EARLIEST:基准消费位置为最早消费位点。CURRENT:基准消费位置为当前消费位点。LATEST:基准消费位置为最近消费位点。
- Partition
Id int - 分区序号。
- Reset
By string - 重置方式,取值如下:TIMESTAMP:根据时间点重置消费位点,指定过去或将来的时间点,直接跳转到该时间点的位点开始消费。OFFSET:根据指定的 offset 重置消费位点,即从指定的位点开始消费,可以通过 offsetType 参数指定 offset。
- Reset
Value int - 重置值。选择重置方式为 TIMESTAMP 时,该值为重新消费的时间点。例如 1722224612000。选择重置方式为 OFFSET 时,该值为相对于 OffsetType 中基准位点的 相对偏移量。例如 100。
- Topic
Id string - Topic ID。
- Offset
Type string - 重置方式为 OFFSET 时,该参数必传,指定重新消费的基准消费位置,取值如下:EARLIEST:基准消费位置为最早消费位点。CURRENT:基准消费位置为当前消费位点。LATEST:基准消费位置为最近消费位点。
- Partition
Id int - 分区序号。
- Reset
By string - 重置方式,取值如下:TIMESTAMP:根据时间点重置消费位点,指定过去或将来的时间点,直接跳转到该时间点的位点开始消费。OFFSET:根据指定的 offset 重置消费位点,即从指定的位点开始消费,可以通过 offsetType 参数指定 offset。
- Reset
Value int - 重置值。选择重置方式为 TIMESTAMP 时,该值为重新消费的时间点。例如 1722224612000。选择重置方式为 OFFSET 时,该值为相对于 OffsetType 中基准位点的 相对偏移量。例如 100。
- Topic
Id string - Topic ID。
- offset
Type String - 重置方式为 OFFSET 时,该参数必传,指定重新消费的基准消费位置,取值如下:EARLIEST:基准消费位置为最早消费位点。CURRENT:基准消费位置为当前消费位点。LATEST:基准消费位置为最近消费位点。
- partition
Id Integer - 分区序号。
- reset
By String - 重置方式,取值如下:TIMESTAMP:根据时间点重置消费位点,指定过去或将来的时间点,直接跳转到该时间点的位点开始消费。OFFSET:根据指定的 offset 重置消费位点,即从指定的位点开始消费,可以通过 offsetType 参数指定 offset。
- reset
Value Integer - 重置值。选择重置方式为 TIMESTAMP 时,该值为重新消费的时间点。例如 1722224612000。选择重置方式为 OFFSET 时,该值为相对于 OffsetType 中基准位点的 相对偏移量。例如 100。
- topic
Id String - Topic ID。
- offset
Type string - 重置方式为 OFFSET 时,该参数必传,指定重新消费的基准消费位置,取值如下:EARLIEST:基准消费位置为最早消费位点。CURRENT:基准消费位置为当前消费位点。LATEST:基准消费位置为最近消费位点。
- partition
Id number - 分区序号。
- reset
By string - 重置方式,取值如下:TIMESTAMP:根据时间点重置消费位点,指定过去或将来的时间点,直接跳转到该时间点的位点开始消费。OFFSET:根据指定的 offset 重置消费位点,即从指定的位点开始消费,可以通过 offsetType 参数指定 offset。
- reset
Value number - 重置值。选择重置方式为 TIMESTAMP 时,该值为重新消费的时间点。例如 1722224612000。选择重置方式为 OFFSET 时,该值为相对于 OffsetType 中基准位点的 相对偏移量。例如 100。
- topic
Id string - Topic ID。
- offset_
type str - 重置方式为 OFFSET 时,该参数必传,指定重新消费的基准消费位置,取值如下:EARLIEST:基准消费位置为最早消费位点。CURRENT:基准消费位置为当前消费位点。LATEST:基准消费位置为最近消费位点。
- partition_
id int - 分区序号。
- reset_
by str - 重置方式,取值如下:TIMESTAMP:根据时间点重置消费位点,指定过去或将来的时间点,直接跳转到该时间点的位点开始消费。OFFSET:根据指定的 offset 重置消费位点,即从指定的位点开始消费,可以通过 offsetType 参数指定 offset。
- reset_
value int - 重置值。选择重置方式为 TIMESTAMP 时,该值为重新消费的时间点。例如 1722224612000。选择重置方式为 OFFSET 时,该值为相对于 OffsetType 中基准位点的 相对偏移量。例如 100。
- topic_
id str - Topic ID。
- offset
Type String - 重置方式为 OFFSET 时,该参数必传,指定重新消费的基准消费位置,取值如下:EARLIEST:基准消费位置为最早消费位点。CURRENT:基准消费位置为当前消费位点。LATEST:基准消费位置为最近消费位点。
- partition
Id Number - 分区序号。
- reset
By String - 重置方式,取值如下:TIMESTAMP:根据时间点重置消费位点,指定过去或将来的时间点,直接跳转到该时间点的位点开始消费。OFFSET:根据指定的 offset 重置消费位点,即从指定的位点开始消费,可以通过 offsetType 参数指定 offset。
- reset
Value Number - 重置值。选择重置方式为 TIMESTAMP 时,该值为重新消费的时间点。例如 1722224612000。选择重置方式为 OFFSET 时,该值为相对于 OffsetType 中基准位点的 相对偏移量。例如 100。
- topic
Id String - Topic ID。
GetGroupTopicInfo
- Create
Time string - Topic 的创建时间。
- Description string
- Topic 的描述语句。
- Lag int
- Topic 中未被消费的消息条数。
- Partition
Infos List<Byteplus.Get Group Topic Info Partition Info> - 分区列表。
- Partitions int
- Topic 分区数。
- Retention int
- 数据在 Topic 中的保留时长,单位为小时。
- Status string
- Topic 的状态。
- Topic
Id string - Topic ID。
- Topic
Name string - Topic 的名称。
- Create
Time string - Topic 的创建时间。
- Description string
- Topic 的描述语句。
- Lag int
- Topic 中未被消费的消息条数。
- Partition
Infos []GetGroup Topic Info Partition Info - 分区列表。
- Partitions int
- Topic 分区数。
- Retention int
- 数据在 Topic 中的保留时长,单位为小时。
- Status string
- Topic 的状态。
- Topic
Id string - Topic ID。
- Topic
Name string - Topic 的名称。
- create
Time String - Topic 的创建时间。
- description String
- Topic 的描述语句。
- lag Integer
- Topic 中未被消费的消息条数。
- partition
Infos List<GetGroup Topic Info Partition Info> - 分区列表。
- partitions Integer
- Topic 分区数。
- retention Integer
- 数据在 Topic 中的保留时长,单位为小时。
- status String
- Topic 的状态。
- topic
Id String - Topic ID。
- topic
Name String - Topic 的名称。
- create
Time string - Topic 的创建时间。
- description string
- Topic 的描述语句。
- lag number
- Topic 中未被消费的消息条数。
- partition
Infos GetGroup Topic Info Partition Info[] - 分区列表。
- partitions number
- Topic 分区数。
- retention number
- 数据在 Topic 中的保留时长,单位为小时。
- status string
- Topic 的状态。
- topic
Id string - Topic ID。
- topic
Name string - Topic 的名称。
- create_
time str - Topic 的创建时间。
- description str
- Topic 的描述语句。
- lag int
- Topic 中未被消费的消息条数。
- partition_
infos Sequence[GetGroup Topic Info Partition Info] - 分区列表。
- partitions int
- Topic 分区数。
- retention int
- 数据在 Topic 中的保留时长,单位为小时。
- status str
- Topic 的状态。
- topic_
id str - Topic ID。
- topic_
name str - Topic 的名称。
- create
Time String - Topic 的创建时间。
- description String
- Topic 的描述语句。
- lag Number
- Topic 中未被消费的消息条数。
- partition
Infos List<Property Map> - 分区列表。
- partitions Number
- Topic 分区数。
- retention Number
- 数据在 Topic 中的保留时长,单位为小时。
- status String
- Topic 的状态。
- topic
Id String - Topic ID。
- topic
Name String - Topic 的名称。
GetGroupTopicInfoPartitionInfo
- Current
Offset int - 当前消费位点。
- Group
Name string - Consumer Group 的名称。
- Lag int
- 分区中未被消费的消息条数。
- Latest
Offset int - 最新消费位点。
- Partition
Id int - 分区序号。
- Topic
Name string - Consumer Group 订阅的 Topic 名称。
- Current
Offset int - 当前消费位点。
- Group
Name string - Consumer Group 的名称。
- Lag int
- 分区中未被消费的消息条数。
- Latest
Offset int - 最新消费位点。
- Partition
Id int - 分区序号。
- Topic
Name string - Consumer Group 订阅的 Topic 名称。
- current
Offset Integer - 当前消费位点。
- group
Name String - Consumer Group 的名称。
- lag Integer
- 分区中未被消费的消息条数。
- latest
Offset Integer - 最新消费位点。
- partition
Id Integer - 分区序号。
- topic
Name String - Consumer Group 订阅的 Topic 名称。
- current
Offset number - 当前消费位点。
- group
Name string - Consumer Group 的名称。
- lag number
- 分区中未被消费的消息条数。
- latest
Offset number - 最新消费位点。
- partition
Id number - 分区序号。
- topic
Name string - Consumer Group 订阅的 Topic 名称。
- current_
offset int - 当前消费位点。
- group_
name str - Consumer Group 的名称。
- lag int
- 分区中未被消费的消息条数。
- latest_
offset int - 最新消费位点。
- partition_
id int - 分区序号。
- topic_
name str - Consumer Group 订阅的 Topic 名称。
- current
Offset Number - 当前消费位点。
- group
Name String - Consumer Group 的名称。
- lag Number
- 分区中未被消费的消息条数。
- latest
Offset Number - 最新消费位点。
- partition
Id Number - 分区序号。
- topic
Name String - Consumer Group 订阅的 Topic 名称。
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
