Viewing docs for bytepluscc v0.0.25
published on Thursday, May 7, 2026 by Byteplus
published on Thursday, May 7, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.25
published on Thursday, May 7, 2026 by Byteplus
published on Thursday, May 7, 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: pulumi.Input[Optional[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 creation time.
- Description string
- Consumer Group description.
- Group
Id string - Consumer Group ID.
- Group
Name string - Set the Consumer Group name manually. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - BMQ instance ID.
- Owner
Id string - User ID associated with the Consumer Group.
- Owner
Name string - Name of the user associated with the Consumer Group.
- Reset
Info Byteplus.Get Group Reset Info - Reset consumption position information.
- Status string
- Consumer Group status.
- Topic
Infos List<Byteplus.Get Group Topic Info> - Topic list.
- Created
Time string - Consumer Group creation time.
- Description string
- Consumer Group description.
- Group
Id string - Consumer Group ID.
- Group
Name string - Set the Consumer Group name manually. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - BMQ instance ID.
- Owner
Id string - User ID associated with the Consumer Group.
- Owner
Name string - Name of the user associated with the Consumer Group.
- Reset
Info GetGroup Reset Info - Reset consumption position information.
- Status string
- Consumer Group status.
- Topic
Infos []GetGroup Topic Info - Topic list.
- created
Time String - Consumer Group creation time.
- description String
- Consumer Group description.
- group
Id String - Consumer Group ID.
- group
Name String - Set the Consumer Group name manually. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
- id String
- Uniquely identifies the resource.
- instance
Id String - BMQ instance ID.
- owner
Id String - User ID associated with the Consumer Group.
- owner
Name String - Name of the user associated with the Consumer Group.
- reset
Info GetGroup Reset Info - Reset consumption position information.
- status String
- Consumer Group status.
- topic
Infos List<GetGroup Topic Info> - Topic list.
- created
Time string - Consumer Group creation time.
- description string
- Consumer Group description.
- group
Id string - Consumer Group ID.
- group
Name string - Set the Consumer Group name manually. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
- id string
- Uniquely identifies the resource.
- instance
Id string - BMQ instance ID.
- owner
Id string - User ID associated with the Consumer Group.
- owner
Name string - Name of the user associated with the Consumer Group.
- reset
Info GetGroup Reset Info - Reset consumption position information.
- status string
- Consumer Group status.
- topic
Infos GetGroup Topic Info[] - Topic list.
- created_
time str - Consumer Group creation time.
- description str
- Consumer Group description.
- group_
id str - Consumer Group ID.
- group_
name str - Set the Consumer Group name manually. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
- id str
- Uniquely identifies the resource.
- instance_
id str - BMQ instance ID.
- owner_
id str - User ID associated with the Consumer Group.
- owner_
name str - Name of the user associated with the Consumer Group.
- reset_
info GetGroup Reset Info - Reset consumption position information.
- status str
- Consumer Group status.
- topic_
infos Sequence[GetGroup Topic Info] - Topic list.
- created
Time String - Consumer Group creation time.
- description String
- Consumer Group description.
- group
Id String - Consumer Group ID.
- group
Name String - Set the Consumer Group name manually. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
- id String
- Uniquely identifies the resource.
- instance
Id String - BMQ instance ID.
- owner
Id String - User ID associated with the Consumer Group.
- owner
Name String - Name of the user associated with the Consumer Group.
- reset
Info Property Map - Reset consumption position information.
- status String
- Consumer Group status.
- topic
Infos List<Property Map> - Topic list.
Supporting Types
GetGroupResetInfo
- Offset
Type string - This parameter is required when the reset mode is OFFSET. Specifies the reference consumption position for re-consuming. Options are: EARLIEST: The reference position is the earliest consumption point. CURRENT: The reference position is the current consumption point. LATEST: The reference position is the latest consumption point.
- Partition
Id int - Partition number.
- Reset
By string - Reset mode. Options are: TIMESTAMP: Reset the consumption position based on a specific time point. Specify a past or future time, and jump directly to the position at that time to start consuming. OFFSET: Reset the consumption position based on a specified offset. Start consuming from the specified position, and you can use the offsetType parameter to specify the offset.
- Reset
Value int - Reset value. If the reset mode is TIMESTAMP, this value is the time point for re-consuming messages, for example, 1722224612000. If the reset mode is OFFSET, this value is the relative offset from the reference position specified in OffsetType, for example, 100.
- Topic
Id string - Topic ID。
- Offset
Type string - This parameter is required when the reset mode is OFFSET. Specifies the reference consumption position for re-consuming. Options are: EARLIEST: The reference position is the earliest consumption point. CURRENT: The reference position is the current consumption point. LATEST: The reference position is the latest consumption point.
- Partition
Id int - Partition number.
- Reset
By string - Reset mode. Options are: TIMESTAMP: Reset the consumption position based on a specific time point. Specify a past or future time, and jump directly to the position at that time to start consuming. OFFSET: Reset the consumption position based on a specified offset. Start consuming from the specified position, and you can use the offsetType parameter to specify the offset.
- Reset
Value int - Reset value. If the reset mode is TIMESTAMP, this value is the time point for re-consuming messages, for example, 1722224612000. If the reset mode is OFFSET, this value is the relative offset from the reference position specified in OffsetType, for example, 100.
- Topic
Id string - Topic ID。
- offset
Type String - This parameter is required when the reset mode is OFFSET. Specifies the reference consumption position for re-consuming. Options are: EARLIEST: The reference position is the earliest consumption point. CURRENT: The reference position is the current consumption point. LATEST: The reference position is the latest consumption point.
- partition
Id Integer - Partition number.
- reset
By String - Reset mode. Options are: TIMESTAMP: Reset the consumption position based on a specific time point. Specify a past or future time, and jump directly to the position at that time to start consuming. OFFSET: Reset the consumption position based on a specified offset. Start consuming from the specified position, and you can use the offsetType parameter to specify the offset.
- reset
Value Integer - Reset value. If the reset mode is TIMESTAMP, this value is the time point for re-consuming messages, for example, 1722224612000. If the reset mode is OFFSET, this value is the relative offset from the reference position specified in OffsetType, for example, 100.
- topic
Id String - Topic ID。
- offset
Type string - This parameter is required when the reset mode is OFFSET. Specifies the reference consumption position for re-consuming. Options are: EARLIEST: The reference position is the earliest consumption point. CURRENT: The reference position is the current consumption point. LATEST: The reference position is the latest consumption point.
- partition
Id number - Partition number.
- reset
By string - Reset mode. Options are: TIMESTAMP: Reset the consumption position based on a specific time point. Specify a past or future time, and jump directly to the position at that time to start consuming. OFFSET: Reset the consumption position based on a specified offset. Start consuming from the specified position, and you can use the offsetType parameter to specify the offset.
- reset
Value number - Reset value. If the reset mode is TIMESTAMP, this value is the time point for re-consuming messages, for example, 1722224612000. If the reset mode is OFFSET, this value is the relative offset from the reference position specified in OffsetType, for example, 100.
- topic
Id string - Topic ID。
- offset_
type str - This parameter is required when the reset mode is OFFSET. Specifies the reference consumption position for re-consuming. Options are: EARLIEST: The reference position is the earliest consumption point. CURRENT: The reference position is the current consumption point. LATEST: The reference position is the latest consumption point.
- partition_
id int - Partition number.
- reset_
by str - Reset mode. Options are: TIMESTAMP: Reset the consumption position based on a specific time point. Specify a past or future time, and jump directly to the position at that time to start consuming. OFFSET: Reset the consumption position based on a specified offset. Start consuming from the specified position, and you can use the offsetType parameter to specify the offset.
- reset_
value int - Reset value. If the reset mode is TIMESTAMP, this value is the time point for re-consuming messages, for example, 1722224612000. If the reset mode is OFFSET, this value is the relative offset from the reference position specified in OffsetType, for example, 100.
- topic_
id str - Topic ID。
- offset
Type String - This parameter is required when the reset mode is OFFSET. Specifies the reference consumption position for re-consuming. Options are: EARLIEST: The reference position is the earliest consumption point. CURRENT: The reference position is the current consumption point. LATEST: The reference position is the latest consumption point.
- partition
Id Number - Partition number.
- reset
By String - Reset mode. Options are: TIMESTAMP: Reset the consumption position based on a specific time point. Specify a past or future time, and jump directly to the position at that time to start consuming. OFFSET: Reset the consumption position based on a specified offset. Start consuming from the specified position, and you can use the offsetType parameter to specify the offset.
- reset
Value Number - Reset value. If the reset mode is TIMESTAMP, this value is the time point for re-consuming messages, for example, 1722224612000. If the reset mode is OFFSET, this value is the relative offset from the reference position specified in OffsetType, for example, 100.
- topic
Id String - Topic ID。
GetGroupTopicInfo
- Create
Time string - Topic creation time.
- Description string
- Topic description.
- Lag int
- Number of unconsumed messages in the Topic.
- Partition
Infos List<Byteplus.Get Group Topic Info Partition Info> - Partition list.
- Partitions int
- Number of Topic partitions.
- Retention int
- Retention period of data in the Topic, in hours.
- Status string
- Topic status.
- Topic
Id string - Topic ID。
- Topic
Name string - Topic name.
- Create
Time string - Topic creation time.
- Description string
- Topic description.
- Lag int
- Number of unconsumed messages in the Topic.
- Partition
Infos []GetGroup Topic Info Partition Info - Partition list.
- Partitions int
- Number of Topic partitions.
- Retention int
- Retention period of data in the Topic, in hours.
- Status string
- Topic status.
- Topic
Id string - Topic ID。
- Topic
Name string - Topic name.
- create
Time String - Topic creation time.
- description String
- Topic description.
- lag Integer
- Number of unconsumed messages in the Topic.
- partition
Infos List<GetGroup Topic Info Partition Info> - Partition list.
- partitions Integer
- Number of Topic partitions.
- retention Integer
- Retention period of data in the Topic, in hours.
- status String
- Topic status.
- topic
Id String - Topic ID。
- topic
Name String - Topic name.
- create
Time string - Topic creation time.
- description string
- Topic description.
- lag number
- Number of unconsumed messages in the Topic.
- partition
Infos GetGroup Topic Info Partition Info[] - Partition list.
- partitions number
- Number of Topic partitions.
- retention number
- Retention period of data in the Topic, in hours.
- status string
- Topic status.
- topic
Id string - Topic ID。
- topic
Name string - Topic name.
- create_
time str - Topic creation time.
- description str
- Topic description.
- lag int
- Number of unconsumed messages in the Topic.
- partition_
infos Sequence[GetGroup Topic Info Partition Info] - Partition list.
- partitions int
- Number of Topic partitions.
- retention int
- Retention period of data in the Topic, in hours.
- status str
- Topic status.
- topic_
id str - Topic ID。
- topic_
name str - Topic name.
- create
Time String - Topic creation time.
- description String
- Topic description.
- lag Number
- Number of unconsumed messages in the Topic.
- partition
Infos List<Property Map> - Partition list.
- partitions Number
- Number of Topic partitions.
- retention Number
- Retention period of data in the Topic, in hours.
- status String
- Topic status.
- topic
Id String - Topic ID。
- topic
Name String - Topic name.
GetGroupTopicInfoPartitionInfo
- Current
Offset int - Current consumption position.
- Group
Name string - Name of the Consumer Group.
- Lag int
- Number of unconsumed messages in the partition.
- Latest
Offset int - Latest consumption position.
- Partition
Id int - Partition number.
- Topic
Name string - Name of the Topic subscribed by the Consumer Group.
- Current
Offset int - Current consumption position.
- Group
Name string - Name of the Consumer Group.
- Lag int
- Number of unconsumed messages in the partition.
- Latest
Offset int - Latest consumption position.
- Partition
Id int - Partition number.
- Topic
Name string - Name of the Topic subscribed by the Consumer Group.
- current
Offset Integer - Current consumption position.
- group
Name String - Name of the Consumer Group.
- lag Integer
- Number of unconsumed messages in the partition.
- latest
Offset Integer - Latest consumption position.
- partition
Id Integer - Partition number.
- topic
Name String - Name of the Topic subscribed by the Consumer Group.
- current
Offset number - Current consumption position.
- group
Name string - Name of the Consumer Group.
- lag number
- Number of unconsumed messages in the partition.
- latest
Offset number - Latest consumption position.
- partition
Id number - Partition number.
- topic
Name string - Name of the Topic subscribed by the Consumer Group.
- current_
offset int - Current consumption position.
- group_
name str - Name of the Consumer Group.
- lag int
- Number of unconsumed messages in the partition.
- latest_
offset int - Latest consumption position.
- partition_
id int - Partition number.
- topic_
name str - Name of the Topic subscribed by the Consumer Group.
- current
Offset Number - Current consumption position.
- group
Name String - Name of the Consumer Group.
- lag Number
- Number of unconsumed messages in the partition.
- latest
Offset Number - Latest consumption position.
- partition
Id Number - Partition number.
- topic
Name String - Name of the Topic subscribed by the Consumer Group.
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.25
published on Thursday, May 7, 2026 by Byteplus
published on Thursday, May 7, 2026 by Byteplus
