published on Friday, Feb 27, 2026 by Volcengine
published on Friday, Feb 27, 2026 by Volcengine
Provides a resource to manage health check log project
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@volcengine/pulumi";
const _default = new volcengine.clb.HealthCheckLogProject("default", {});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.clb.HealthCheckLogProject("default")
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.NewHealthCheckLogProject(ctx, "default", 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 = new Volcengine.Clb.HealthCheckLogProject("default");
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.clb.HealthCheckLogProject;
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) {
var default_ = new HealthCheckLogProject("default");
}
}
resources:
default:
type: volcengine:clb:HealthCheckLogProject
Create HealthCheckLogProject Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new HealthCheckLogProject(name: string, args?: HealthCheckLogProjectArgs, opts?: CustomResourceOptions);@overload
def HealthCheckLogProject(resource_name: str,
args: Optional[HealthCheckLogProjectArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def HealthCheckLogProject(resource_name: str,
opts: Optional[ResourceOptions] = None)func NewHealthCheckLogProject(ctx *Context, name string, args *HealthCheckLogProjectArgs, opts ...ResourceOption) (*HealthCheckLogProject, error)public HealthCheckLogProject(string name, HealthCheckLogProjectArgs? args = null, CustomResourceOptions? opts = null)
public HealthCheckLogProject(String name, HealthCheckLogProjectArgs args)
public HealthCheckLogProject(String name, HealthCheckLogProjectArgs args, CustomResourceOptions options)
type: volcengine:clb:HealthCheckLogProject
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args HealthCheckLogProjectArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args HealthCheckLogProjectArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args HealthCheckLogProjectArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HealthCheckLogProjectArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args HealthCheckLogProjectArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var healthCheckLogProjectResource = new Volcengine.Clb.HealthCheckLogProject("healthCheckLogProjectResource");
example, err := clb.NewHealthCheckLogProject(ctx, "healthCheckLogProjectResource", nil)
var healthCheckLogProjectResource = new HealthCheckLogProject("healthCheckLogProjectResource");
health_check_log_project_resource = volcengine.clb.HealthCheckLogProject("healthCheckLogProjectResource")
const healthCheckLogProjectResource = new volcengine.clb.HealthCheckLogProject("healthCheckLogProjectResource", {});
type: volcengine:clb:HealthCheckLogProject
properties: {}
HealthCheckLogProject Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The HealthCheckLogProject resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the HealthCheckLogProject resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Log
Project stringId - The ID of the health check log project.
- Id string
- The provider-assigned unique ID for this managed resource.
- Log
Project stringId - The ID of the health check log project.
- id String
- The provider-assigned unique ID for this managed resource.
- log
Project StringId - The ID of the health check log project.
- id string
- The provider-assigned unique ID for this managed resource.
- log
Project stringId - The ID of the health check log project.
- id str
- The provider-assigned unique ID for this managed resource.
- log_
project_ strid - The ID of the health check log project.
- id String
- The provider-assigned unique ID for this managed resource.
- log
Project StringId - The ID of the health check log project.
Look up Existing HealthCheckLogProject Resource
Get an existing HealthCheckLogProject resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: HealthCheckLogProjectState, opts?: CustomResourceOptions): HealthCheckLogProject@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
log_project_id: Optional[str] = None) -> HealthCheckLogProjectfunc GetHealthCheckLogProject(ctx *Context, name string, id IDInput, state *HealthCheckLogProjectState, opts ...ResourceOption) (*HealthCheckLogProject, error)public static HealthCheckLogProject Get(string name, Input<string> id, HealthCheckLogProjectState? state, CustomResourceOptions? opts = null)public static HealthCheckLogProject get(String name, Output<String> id, HealthCheckLogProjectState state, CustomResourceOptions options)resources: _: type: volcengine:clb:HealthCheckLogProject get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Log
Project stringId - The ID of the health check log project.
- Log
Project stringId - The ID of the health check log project.
- log
Project StringId - The ID of the health check log project.
- log
Project stringId - The ID of the health check log project.
- log_
project_ strid - The ID of the health check log project.
- log
Project StringId - The ID of the health check log project.
Import
HealthCheckLogProject can be imported using the id, e.g.
$ pulumi import volcengine:clb/healthCheckLogProject:HealthCheckLogProject default log_project_id(e.g. b8e16846-fb31-4a2c-a8c1-171434d41d15)
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
published on Friday, Feb 27, 2026 by Volcengine
