1. Packages
  2. Volcengine
  3. API Docs
  4. clb
  5. getHealthCheckLogTopics
Volcengine v0.0.44 published on Sunday, Feb 1, 2026 by Volcengine
volcengine logo
Volcengine v0.0.44 published on Sunday, Feb 1, 2026 by Volcengine

    Use this data source to query detailed information of health check log topics

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const example = volcengine.clb.getHealthCheckLogTopics({
        logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
    });
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    example = volcengine.clb.get_health_check_log_topics(log_topic_id="82fddbd8-4140-4527-****-b89d2aae4a61")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/clb"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := clb.GetHealthCheckLogTopics(ctx, &clb.GetHealthCheckLogTopicsArgs{
    			LogTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
    		}, 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 example = Volcengine.Clb.GetHealthCheckLogTopics.Invoke(new()
        {
            LogTopicId = "82fddbd8-4140-4527-****-b89d2aae4a61",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.volcengine.clb.ClbFunctions;
    import com.pulumi.volcengine.clb.inputs.GetHealthCheckLogTopicsArgs;
    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 example = ClbFunctions.getHealthCheckLogTopics(GetHealthCheckLogTopicsArgs.builder()
                .logTopicId("82fddbd8-4140-4527-****-b89d2aae4a61")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: volcengine:clb:getHealthCheckLogTopics
          Arguments:
            logTopicId: 82fddbd8-4140-4527-****-b89d2aae4a61
    

    Using getHealthCheckLogTopics

    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 getHealthCheckLogTopics(args: GetHealthCheckLogTopicsArgs, opts?: InvokeOptions): Promise<GetHealthCheckLogTopicsResult>
    function getHealthCheckLogTopicsOutput(args: GetHealthCheckLogTopicsOutputArgs, opts?: InvokeOptions): Output<GetHealthCheckLogTopicsResult>
    def get_health_check_log_topics(log_topic_id: Optional[str] = None,
                                    output_file: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetHealthCheckLogTopicsResult
    def get_health_check_log_topics_output(log_topic_id: Optional[pulumi.Input[str]] = None,
                                    output_file: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetHealthCheckLogTopicsResult]
    func GetHealthCheckLogTopics(ctx *Context, args *GetHealthCheckLogTopicsArgs, opts ...InvokeOption) (*GetHealthCheckLogTopicsResult, error)
    func GetHealthCheckLogTopicsOutput(ctx *Context, args *GetHealthCheckLogTopicsOutputArgs, opts ...InvokeOption) GetHealthCheckLogTopicsResultOutput

    > Note: This function is named GetHealthCheckLogTopics in the Go SDK.

    public static class GetHealthCheckLogTopics 
    {
        public static Task<GetHealthCheckLogTopicsResult> InvokeAsync(GetHealthCheckLogTopicsArgs args, InvokeOptions? opts = null)
        public static Output<GetHealthCheckLogTopicsResult> Invoke(GetHealthCheckLogTopicsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHealthCheckLogTopicsResult> getHealthCheckLogTopics(GetHealthCheckLogTopicsArgs args, InvokeOptions options)
    public static Output<GetHealthCheckLogTopicsResult> getHealthCheckLogTopics(GetHealthCheckLogTopicsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:clb/getHealthCheckLogTopics:getHealthCheckLogTopics
      arguments:
        # arguments dictionary

    The following arguments are supported:

    LogTopicId string
    The ID of the log topic.
    OutputFile string
    File name where to save data source results.
    LogTopicId string
    The ID of the log topic.
    OutputFile string
    File name where to save data source results.
    logTopicId String
    The ID of the log topic.
    outputFile String
    File name where to save data source results.
    logTopicId string
    The ID of the log topic.
    outputFile string
    File name where to save data source results.
    log_topic_id str
    The ID of the log topic.
    output_file str
    File name where to save data source results.
    logTopicId String
    The ID of the log topic.
    outputFile String
    File name where to save data source results.

    getHealthCheckLogTopics Result

    The following output properties are available:

    HealthCheckLogTopics List<GetHealthCheckLogTopicsHealthCheckLogTopic>
    The collection of query.
    Id string
    The provider-assigned unique ID for this managed resource.
    LogTopicId string
    TotalCount int
    The total count of query.
    OutputFile string
    HealthCheckLogTopics []GetHealthCheckLogTopicsHealthCheckLogTopic
    The collection of query.
    Id string
    The provider-assigned unique ID for this managed resource.
    LogTopicId string
    TotalCount int
    The total count of query.
    OutputFile string
    healthCheckLogTopics List<GetHealthCheckLogTopicsHealthCheckLogTopic>
    The collection of query.
    id String
    The provider-assigned unique ID for this managed resource.
    logTopicId String
    totalCount Integer
    The total count of query.
    outputFile String
    healthCheckLogTopics GetHealthCheckLogTopicsHealthCheckLogTopic[]
    The collection of query.
    id string
    The provider-assigned unique ID for this managed resource.
    logTopicId string
    totalCount number
    The total count of query.
    outputFile string
    health_check_log_topics Sequence[GetHealthCheckLogTopicsHealthCheckLogTopic]
    The collection of query.
    id str
    The provider-assigned unique ID for this managed resource.
    log_topic_id str
    total_count int
    The total count of query.
    output_file str
    healthCheckLogTopics List<Property Map>
    The collection of query.
    id String
    The provider-assigned unique ID for this managed resource.
    logTopicId String
    totalCount Number
    The total count of query.
    outputFile String

    Supporting Types

    GetHealthCheckLogTopicsHealthCheckLogTopic

    LoadBalancerIds List<string>
    The ID of the CLB instance.
    LoadBalancerIds []string
    The ID of the CLB instance.
    loadBalancerIds List<String>
    The ID of the CLB instance.
    loadBalancerIds string[]
    The ID of the CLB instance.
    load_balancer_ids Sequence[str]
    The ID of the CLB instance.
    loadBalancerIds List<String>
    The ID of the CLB instance.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.44 published on Sunday, Feb 1, 2026 by Volcengine
      Meet Neo: Your AI Platform Teammate