Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::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: volcenginecc: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 a custom Consumer Group name. 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 of the Consumer Group owner
- Owner
Name string - Name of the Consumer Group owner
- Reset
Info Volcengine.Get Group Reset Info - Reset consumption offset information
- Status string
- Consumer Group status
- Topic
Infos List<Volcengine.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 a custom Consumer Group name. 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 of the Consumer Group owner
- Owner
Name string - Name of the Consumer Group owner
- Reset
Info GetGroup Reset Info - Reset consumption offset 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 a custom Consumer Group name. 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 of the Consumer Group owner
- owner
Name String - Name of the Consumer Group owner
- reset
Info GetGroup Reset Info - Reset consumption offset 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 a custom Consumer Group name. 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 of the Consumer Group owner
- owner
Name string - Name of the Consumer Group owner
- reset
Info GetGroup Reset Info - Reset consumption offset 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 a custom Consumer Group name. 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 of the Consumer Group owner
- owner_
name str - Name of the Consumer Group owner
- reset_
info GetGroup Reset Info - Reset consumption offset 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 a custom Consumer Group name. 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 of the Consumer Group owner
- owner
Name String - Name of the Consumer Group owner
- reset
Info Property Map - Reset consumption offset information
- status String
- Consumer Group status
- topic
Infos List<Property Map> - Topic list
Supporting Types
GetGroupResetInfo
- Offset
Type string - If the reset mode is OFFSET, this parameter is required. Specify the reference consumption position for resuming consumption. Options: EARLIEST: Reference position is the earliest offset. CURRENT: Reference position is the current offset. LATEST: Reference position is the latest offset.
- Partition
Id int - Partition number
- Reset
By string - Reset mode. Options: TIMESTAMP: Reset the consumption offset based on a timestamp. Specify a past or future time to jump directly to the offset at that time and start consuming. OFFSET: Reset the consumption offset based on a specified offset, starting consumption from that offset. You can specify the offset using the offsetType parameter.
- Reset
Value int - Reset value. If TIMESTAMP is selected, this value is the timestamp for resuming consumption, e.g., 1722224612000. If OFFSET is selected, this value is the relative offset from the reference offset in OffsetType, e.g., 100.
- Topic
Id string - Topic ID。
- Offset
Type string - If the reset mode is OFFSET, this parameter is required. Specify the reference consumption position for resuming consumption. Options: EARLIEST: Reference position is the earliest offset. CURRENT: Reference position is the current offset. LATEST: Reference position is the latest offset.
- Partition
Id int - Partition number
- Reset
By string - Reset mode. Options: TIMESTAMP: Reset the consumption offset based on a timestamp. Specify a past or future time to jump directly to the offset at that time and start consuming. OFFSET: Reset the consumption offset based on a specified offset, starting consumption from that offset. You can specify the offset using the offsetType parameter.
- Reset
Value int - Reset value. If TIMESTAMP is selected, this value is the timestamp for resuming consumption, e.g., 1722224612000. If OFFSET is selected, this value is the relative offset from the reference offset in OffsetType, e.g., 100.
- Topic
Id string - Topic ID。
- offset
Type String - If the reset mode is OFFSET, this parameter is required. Specify the reference consumption position for resuming consumption. Options: EARLIEST: Reference position is the earliest offset. CURRENT: Reference position is the current offset. LATEST: Reference position is the latest offset.
- partition
Id Integer - Partition number
- reset
By String - Reset mode. Options: TIMESTAMP: Reset the consumption offset based on a timestamp. Specify a past or future time to jump directly to the offset at that time and start consuming. OFFSET: Reset the consumption offset based on a specified offset, starting consumption from that offset. You can specify the offset using the offsetType parameter.
- reset
Value Integer - Reset value. If TIMESTAMP is selected, this value is the timestamp for resuming consumption, e.g., 1722224612000. If OFFSET is selected, this value is the relative offset from the reference offset in OffsetType, e.g., 100.
- topic
Id String - Topic ID。
- offset
Type string - If the reset mode is OFFSET, this parameter is required. Specify the reference consumption position for resuming consumption. Options: EARLIEST: Reference position is the earliest offset. CURRENT: Reference position is the current offset. LATEST: Reference position is the latest offset.
- partition
Id number - Partition number
- reset
By string - Reset mode. Options: TIMESTAMP: Reset the consumption offset based on a timestamp. Specify a past or future time to jump directly to the offset at that time and start consuming. OFFSET: Reset the consumption offset based on a specified offset, starting consumption from that offset. You can specify the offset using the offsetType parameter.
- reset
Value number - Reset value. If TIMESTAMP is selected, this value is the timestamp for resuming consumption, e.g., 1722224612000. If OFFSET is selected, this value is the relative offset from the reference offset in OffsetType, e.g., 100.
- topic
Id string - Topic ID。
- offset_
type str - If the reset mode is OFFSET, this parameter is required. Specify the reference consumption position for resuming consumption. Options: EARLIEST: Reference position is the earliest offset. CURRENT: Reference position is the current offset. LATEST: Reference position is the latest offset.
- partition_
id int - Partition number
- reset_
by str - Reset mode. Options: TIMESTAMP: Reset the consumption offset based on a timestamp. Specify a past or future time to jump directly to the offset at that time and start consuming. OFFSET: Reset the consumption offset based on a specified offset, starting consumption from that offset. You can specify the offset using the offsetType parameter.
- reset_
value int - Reset value. If TIMESTAMP is selected, this value is the timestamp for resuming consumption, e.g., 1722224612000. If OFFSET is selected, this value is the relative offset from the reference offset in OffsetType, e.g., 100.
- topic_
id str - Topic ID。
- offset
Type String - If the reset mode is OFFSET, this parameter is required. Specify the reference consumption position for resuming consumption. Options: EARLIEST: Reference position is the earliest offset. CURRENT: Reference position is the current offset. LATEST: Reference position is the latest offset.
- partition
Id Number - Partition number
- reset
By String - Reset mode. Options: TIMESTAMP: Reset the consumption offset based on a timestamp. Specify a past or future time to jump directly to the offset at that time and start consuming. OFFSET: Reset the consumption offset based on a specified offset, starting consumption from that offset. You can specify the offset using the offsetType parameter.
- reset
Value Number - Reset value. If TIMESTAMP is selected, this value is the timestamp for resuming consumption, e.g., 1722224612000. If OFFSET is selected, this value is the relative offset from the reference offset in OffsetType, e.g., 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<Volcengine.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 offset
- Group
Name string - Consumer Group name
- Lag int
- Number of unconsumed messages in the partition
- Latest
Offset int - Latest consumption offset
- Partition
Id int - Partition number
- Topic
Name string - Name of the Topic subscribed by the Consumer Group
- Current
Offset int - Current consumption offset
- Group
Name string - Consumer Group name
- Lag int
- Number of unconsumed messages in the partition
- Latest
Offset int - Latest consumption offset
- Partition
Id int - Partition number
- Topic
Name string - Name of the Topic subscribed by the Consumer Group
- current
Offset Integer - Current consumption offset
- group
Name String - Consumer Group name
- lag Integer
- Number of unconsumed messages in the partition
- latest
Offset Integer - Latest consumption offset
- partition
Id Integer - Partition number
- topic
Name String - Name of the Topic subscribed by the Consumer Group
- current
Offset number - Current consumption offset
- group
Name string - Consumer Group name
- lag number
- Number of unconsumed messages in the partition
- latest
Offset number - Latest consumption offset
- partition
Id number - Partition number
- topic
Name string - Name of the Topic subscribed by the Consumer Group
- current_
offset int - Current consumption offset
- group_
name str - Consumer Group name
- lag int
- Number of unconsumed messages in the partition
- latest_
offset int - Latest consumption offset
- partition_
id int - Partition number
- topic_
name str - Name of the Topic subscribed by the Consumer Group
- current
Offset Number - Current consumption offset
- group
Name String - Consumer Group name
- lag Number
- Number of unconsumed messages in the partition
- latest
Offset Number - Latest consumption offset
- partition
Id Number - Partition number
- topic
Name String - Name of the Topic subscribed by the Consumer Group
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
