Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 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 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.
getHealthCheckLogTopics Result
The following output properties are available:
- Health
Check List<GetLog Topics Health 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 []GetLog Topics Health 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<GetLog Topics Health 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 GetLog Topics Health 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[Getlog_ topics Health 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
GetHealthCheckLogTopicsHealthCheckLogTopic
- 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.
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
