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::TLS::ConsumerGroup
Using getConsumerGroup
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 getConsumerGroup(args: GetConsumerGroupArgs, opts?: InvokeOptions): Promise<GetConsumerGroupResult>
function getConsumerGroupOutput(args: GetConsumerGroupOutputArgs, opts?: InvokeOptions): Output<GetConsumerGroupResult>def get_consumer_group(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConsumerGroupResult
def get_consumer_group_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConsumerGroupResult]func LookupConsumerGroup(ctx *Context, args *LookupConsumerGroupArgs, opts ...InvokeOption) (*LookupConsumerGroupResult, error)
func LookupConsumerGroupOutput(ctx *Context, args *LookupConsumerGroupOutputArgs, opts ...InvokeOption) LookupConsumerGroupResultOutput> Note: This function is named LookupConsumerGroup in the Go SDK.
public static class GetConsumerGroup
{
public static Task<GetConsumerGroupResult> InvokeAsync(GetConsumerGroupArgs args, InvokeOptions? opts = null)
public static Output<GetConsumerGroupResult> Invoke(GetConsumerGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConsumerGroupResult> getConsumerGroup(GetConsumerGroupArgs args, InvokeOptions options)
public static Output<GetConsumerGroupResult> getConsumerGroup(GetConsumerGroupArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:tls/getConsumerGroup:getConsumerGroup
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.
getConsumerGroup Result
The following output properties are available:
- Consumer
Group stringName - Consumer group name.
- Heartbeat
Ttl int - Heartbeat timeout in seconds. Value range: 1~300.
- Id string
- Uniquely identifies the resource.
- Ordered
Consume bool - Whether to consume in order. true: Consume in order within the Shard. After a Shard splits, finish consuming data from the original Shard first, then consume data from the new Shards created by the split in parallel. After a Shard merges, finish consuming data from the original Shard first, then consume data from the new Shard created by the merge. false: Do not consume in order. All Shards are consumed simultaneously, and any new Shards created by splitting or merging are also consumed immediately.
- Project
Id string - ID of the log project to which the consumer group belongs.
- Project
Name string - Name of the log project to which the consumer group belongs.
- Topic
Id List<string>Lists - List of log topic IDs to be consumed by the consumer group.
- Consumer
Group stringName - Consumer group name.
- Heartbeat
Ttl int - Heartbeat timeout in seconds. Value range: 1~300.
- Id string
- Uniquely identifies the resource.
- Ordered
Consume bool - Whether to consume in order. true: Consume in order within the Shard. After a Shard splits, finish consuming data from the original Shard first, then consume data from the new Shards created by the split in parallel. After a Shard merges, finish consuming data from the original Shard first, then consume data from the new Shard created by the merge. false: Do not consume in order. All Shards are consumed simultaneously, and any new Shards created by splitting or merging are also consumed immediately.
- Project
Id string - ID of the log project to which the consumer group belongs.
- Project
Name string - Name of the log project to which the consumer group belongs.
- Topic
Id []stringLists - List of log topic IDs to be consumed by the consumer group.
- consumer
Group StringName - Consumer group name.
- heartbeat
Ttl Integer - Heartbeat timeout in seconds. Value range: 1~300.
- id String
- Uniquely identifies the resource.
- ordered
Consume Boolean - Whether to consume in order. true: Consume in order within the Shard. After a Shard splits, finish consuming data from the original Shard first, then consume data from the new Shards created by the split in parallel. After a Shard merges, finish consuming data from the original Shard first, then consume data from the new Shard created by the merge. false: Do not consume in order. All Shards are consumed simultaneously, and any new Shards created by splitting or merging are also consumed immediately.
- project
Id String - ID of the log project to which the consumer group belongs.
- project
Name String - Name of the log project to which the consumer group belongs.
- topic
Id List<String>Lists - List of log topic IDs to be consumed by the consumer group.
- consumer
Group stringName - Consumer group name.
- heartbeat
Ttl number - Heartbeat timeout in seconds. Value range: 1~300.
- id string
- Uniquely identifies the resource.
- ordered
Consume boolean - Whether to consume in order. true: Consume in order within the Shard. After a Shard splits, finish consuming data from the original Shard first, then consume data from the new Shards created by the split in parallel. After a Shard merges, finish consuming data from the original Shard first, then consume data from the new Shard created by the merge. false: Do not consume in order. All Shards are consumed simultaneously, and any new Shards created by splitting or merging are also consumed immediately.
- project
Id string - ID of the log project to which the consumer group belongs.
- project
Name string - Name of the log project to which the consumer group belongs.
- topic
Id string[]Lists - List of log topic IDs to be consumed by the consumer group.
- consumer_
group_ strname - Consumer group name.
- heartbeat_
ttl int - Heartbeat timeout in seconds. Value range: 1~300.
- id str
- Uniquely identifies the resource.
- ordered_
consume bool - Whether to consume in order. true: Consume in order within the Shard. After a Shard splits, finish consuming data from the original Shard first, then consume data from the new Shards created by the split in parallel. After a Shard merges, finish consuming data from the original Shard first, then consume data from the new Shard created by the merge. false: Do not consume in order. All Shards are consumed simultaneously, and any new Shards created by splitting or merging are also consumed immediately.
- project_
id str - ID of the log project to which the consumer group belongs.
- project_
name str - Name of the log project to which the consumer group belongs.
- topic_
id_ Sequence[str]lists - List of log topic IDs to be consumed by the consumer group.
- consumer
Group StringName - Consumer group name.
- heartbeat
Ttl Number - Heartbeat timeout in seconds. Value range: 1~300.
- id String
- Uniquely identifies the resource.
- ordered
Consume Boolean - Whether to consume in order. true: Consume in order within the Shard. After a Shard splits, finish consuming data from the original Shard first, then consume data from the new Shards created by the split in parallel. After a Shard merges, finish consuming data from the original Shard first, then consume data from the new Shard created by the merge. false: Do not consume in order. All Shards are consumed simultaneously, and any new Shards created by splitting or merging are also consumed immediately.
- project
Id String - ID of the log project to which the consumer group belongs.
- project
Name String - Name of the log project to which the consumer group belongs.
- topic
Id List<String>Lists - List of log topic IDs to be consumed 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
