Volcengine v0.0.44 published on Sunday, Feb 1, 2026 by Volcengine
Volcengine v0.0.44 published on Sunday, Feb 1, 2026 by Volcengine
Deprecated: volcengine.clb.HealthCheckLogTopics has been deprecated in favor of volcengine.clb.getHealthCheckLogTopics
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 HealthCheckLogTopics
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 healthCheckLogTopics(args: HealthCheckLogTopicsArgs, opts?: InvokeOptions): Promise<HealthCheckLogTopicsResult>
function healthCheckLogTopicsOutput(args: HealthCheckLogTopicsOutputArgs, opts?: InvokeOptions): Output<HealthCheckLogTopicsResult>def health_check_log_topics(log_topic_id: Optional[str] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> HealthCheckLogTopicsResult
def 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[HealthCheckLogTopicsResult]func HealthCheckLogTopics(ctx *Context, args *HealthCheckLogTopicsArgs, opts ...InvokeOption) (*HealthCheckLogTopicsResult, error)
func HealthCheckLogTopicsOutput(ctx *Context, args *HealthCheckLogTopicsOutputArgs, opts ...InvokeOption) HealthCheckLogTopicsResultOutputpublic static class HealthCheckLogTopics
{
public static Task<HealthCheckLogTopicsResult> InvokeAsync(HealthCheckLogTopicsArgs args, InvokeOptions? opts = null)
public static Output<HealthCheckLogTopicsResult> Invoke(HealthCheckLogTopicsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<HealthCheckLogTopicsResult> healthCheckLogTopics(HealthCheckLogTopicsArgs args, InvokeOptions options)
public static Output<HealthCheckLogTopicsResult> healthCheckLogTopics(HealthCheckLogTopicsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:clb:HealthCheckLogTopics
arguments:
# arguments dictionaryThe following arguments are supported:
- Log
Topic stringId - The ID of the log topic.
- Output
File string - File name where to save data source results.
- Log
Topic stringId - The ID of the log topic.
- Output
File string - File name where to save data source results.
- log
Topic StringId - The ID of the log topic.
- output
File String - File name where to save data source results.
- log
Topic stringId - The ID of the log topic.
- output
File string - File name where to save data source results.
- log_
topic_ strid - The ID of the log topic.
- output_
file str - File name where to save data source results.
- log
Topic StringId - The ID of the log topic.
- output
File String - File name where to save data source results.
HealthCheckLogTopics Result
The following output properties are available:
- Health
Check List<HealthLog Topics Check Log Topics Health Check Log Topic> - The collection of query.
- Id string
- The provider-assigned unique ID for this managed resource.
- Log
Topic stringId - Total
Count int - The total count of query.
- Output
File string
- Health
Check []HealthLog Topics Check Log Topics Health Check Log Topic - The collection of query.
- Id string
- The provider-assigned unique ID for this managed resource.
- Log
Topic stringId - Total
Count int - The total count of query.
- Output
File string
- health
Check List<HealthLog Topics Check Log Topics Health Check Log Topic> - The collection of query.
- id String
- The provider-assigned unique ID for this managed resource.
- log
Topic StringId - total
Count Integer - The total count of query.
- output
File String
- health
Check HealthLog Topics Check Log Topics Health Check Log Topic[] - The collection of query.
- id string
- The provider-assigned unique ID for this managed resource.
- log
Topic stringId - total
Count number - The total count of query.
- output
File string
- health_
check_ Sequence[Healthlog_ topics Check Log Topics Health Check Log Topic] - The collection of query.
- id str
- The provider-assigned unique ID for this managed resource.
- log_
topic_ strid - total_
count int - The total count of query.
- output_
file str
- health
Check List<Property Map>Log Topics - The collection of query.
- id String
- The provider-assigned unique ID for this managed resource.
- log
Topic StringId - total
Count Number - The total count of query.
- output
File String
Supporting Types
HealthCheckLogTopicsHealthCheckLogTopic
- Load
Balancer List<string>Ids - The ID of the CLB instance.
- Load
Balancer []stringIds - The ID of the CLB instance.
- load
Balancer List<String>Ids - The ID of the CLB instance.
- load
Balancer string[]Ids - The ID of the CLB instance.
- load_
balancer_ Sequence[str]ids - The ID of the CLB instance.
- load
Balancer List<String>Ids - 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
volcengineTerraform Provider.
Volcengine v0.0.44 published on Sunday, Feb 1, 2026 by Volcengine
