Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
Deprecated: volcengine.tls.CheckPoints has been deprecated in favor of volcengine.tls.getCheckPoints
Use this data source to query detailed information of tls check points
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.tls.getCheckPoints({
consumerGroupName: "tf-consumer-group",
projectId: "7a8ac13e-8e3e-4392-ae77-aea8efa49bbf",
shardId: "0",
topicId: "33124cc3-15c4-4cdc-9a8a-cc64a9d593dd",
});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.tls.get_check_points(consumer_group_name="tf-consumer-group",
project_id="7a8ac13e-8e3e-4392-ae77-aea8efa49bbf",
shard_id="0",
topic_id="33124cc3-15c4-4cdc-9a8a-cc64a9d593dd")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/tls"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tls.GetCheckPoints(ctx, &tls.GetCheckPointsArgs{
ConsumerGroupName: pulumi.StringRef("tf-consumer-group"),
ProjectId: "7a8ac13e-8e3e-4392-ae77-aea8efa49bbf",
ShardId: "0",
TopicId: "33124cc3-15c4-4cdc-9a8a-cc64a9d593dd",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var @default = Volcengine.Tls.GetCheckPoints.Invoke(new()
{
ConsumerGroupName = "tf-consumer-group",
ProjectId = "7a8ac13e-8e3e-4392-ae77-aea8efa49bbf",
ShardId = "0",
TopicId = "33124cc3-15c4-4cdc-9a8a-cc64a9d593dd",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.tls.TlsFunctions;
import com.pulumi.volcengine.tls.inputs.GetCheckPointsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var default = TlsFunctions.getCheckPoints(GetCheckPointsArgs.builder()
.consumerGroupName("tf-consumer-group")
.projectId("7a8ac13e-8e3e-4392-ae77-aea8efa49bbf")
.shardId("0")
.topicId("33124cc3-15c4-4cdc-9a8a-cc64a9d593dd")
.build());
}
}
variables:
default:
fn::invoke:
Function: volcengine:tls:getCheckPoints
Arguments:
consumerGroupName: tf-consumer-group
projectId: 7a8ac13e-8e3e-4392-ae77-aea8efa49bbf
shardId: '0'
topicId: 33124cc3-15c4-4cdc-9a8a-cc64a9d593dd
Using CheckPoints
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 checkPoints(args: CheckPointsArgs, opts?: InvokeOptions): Promise<CheckPointsResult>
function checkPointsOutput(args: CheckPointsOutputArgs, opts?: InvokeOptions): Output<CheckPointsResult>def check_points(consumer_group_name: Optional[str] = None,
output_file: Optional[str] = None,
project_id: Optional[str] = None,
shard_id: Optional[str] = None,
topic_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> CheckPointsResult
def check_points_output(consumer_group_name: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
shard_id: Optional[pulumi.Input[str]] = None,
topic_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[CheckPointsResult]func CheckPoints(ctx *Context, args *CheckPointsArgs, opts ...InvokeOption) (*CheckPointsResult, error)
func CheckPointsOutput(ctx *Context, args *CheckPointsOutputArgs, opts ...InvokeOption) CheckPointsResultOutputpublic static class CheckPoints
{
public static Task<CheckPointsResult> InvokeAsync(CheckPointsArgs args, InvokeOptions? opts = null)
public static Output<CheckPointsResult> Invoke(CheckPointsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<CheckPointsResult> checkPoints(CheckPointsArgs args, InvokeOptions options)
public static Output<CheckPointsResult> checkPoints(CheckPointsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:tls:CheckPoints
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - The ID of the project.
- string
- The ID of the shard.
- Topic
Id string - The ID of the topic.
- Consumer
Group stringName - The name of the consumer group.
- Output
File string - File name where to save data source results.
- Project
Id string - The ID of the project.
- string
- The ID of the shard.
- Topic
Id string - The ID of the topic.
- Consumer
Group stringName - The name of the consumer group.
- Output
File string - File name where to save data source results.
- project
Id String - The ID of the project.
- String
- The ID of the shard.
- topic
Id String - The ID of the topic.
- consumer
Group StringName - The name of the consumer group.
- output
File String - File name where to save data source results.
- project
Id string - The ID of the project.
- string
- The ID of the shard.
- topic
Id string - The ID of the topic.
- consumer
Group stringName - The name of the consumer group.
- output
File string - File name where to save data source results.
- project_
id str - The ID of the project.
- str
- The ID of the shard.
- topic_
id str - The ID of the topic.
- consumer_
group_ strname - The name of the consumer group.
- output_
file str - File name where to save data source results.
- project
Id String - The ID of the project.
- String
- The ID of the shard.
- topic
Id String - The ID of the topic.
- consumer
Group StringName - The name of the consumer group.
- output
File String - File name where to save data source results.
CheckPoints Result
The following output properties are available:
- Check
Points List<CheckPoints Check Point> - The list of checkpoints.
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - string
- The ID of the shard.
- Topic
Id string - Consumer
Group stringName - Output
File string
- Check
Points []CheckPoints Check Point - The list of checkpoints.
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - string
- The ID of the shard.
- Topic
Id string - Consumer
Group stringName - Output
File string
- check
Points List<CheckPoints Check Point> - The list of checkpoints.
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - String
- The ID of the shard.
- topic
Id String - consumer
Group StringName - output
File String
- check
Points CheckPoints Check Point[] - The list of checkpoints.
- id string
- The provider-assigned unique ID for this managed resource.
- project
Id string - string
- The ID of the shard.
- topic
Id string - consumer
Group stringName - output
File string
- check_
points Sequence[CheckPoints Check Point] - The list of checkpoints.
- id str
- The provider-assigned unique ID for this managed resource.
- project_
id str - str
- The ID of the shard.
- topic_
id str - consumer_
group_ strname - output_
file str
- check
Points List<Property Map> - The list of checkpoints.
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - String
- The ID of the shard.
- topic
Id String - consumer
Group StringName - output
File String
Supporting Types
CheckPointsCheckPoint
- Checkpoint string
- The checkpoint value.
- int
- The ID of the shard.
- Checkpoint string
- The checkpoint value.
- int
- The ID of the shard.
- checkpoint String
- The checkpoint value.
- Integer
- The ID of the shard.
- checkpoint string
- The checkpoint value.
- number
- The ID of the shard.
- checkpoint str
- The checkpoint value.
- int
- The ID of the shard.
- checkpoint String
- The checkpoint value.
- Number
- The ID of the shard.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
