1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. clb
  6. getCheckLogProject
Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine

    Data Source schema for Volcengine::CLB::CheckLogProject

    Using getCheckLogProject

    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 getCheckLogProject(args: GetCheckLogProjectArgs, opts?: InvokeOptions): Promise<GetCheckLogProjectResult>
    function getCheckLogProjectOutput(args: GetCheckLogProjectOutputArgs, opts?: InvokeOptions): Output<GetCheckLogProjectResult>
    def get_check_log_project(id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetCheckLogProjectResult
    def get_check_log_project_output(id: pulumi.Input[Optional[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetCheckLogProjectResult]
    func LookupCheckLogProject(ctx *Context, args *LookupCheckLogProjectArgs, opts ...InvokeOption) (*LookupCheckLogProjectResult, error)
    func LookupCheckLogProjectOutput(ctx *Context, args *LookupCheckLogProjectOutputArgs, opts ...InvokeOption) LookupCheckLogProjectResultOutput

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

    public static class GetCheckLogProject 
    {
        public static Task<GetCheckLogProjectResult> InvokeAsync(GetCheckLogProjectArgs args, InvokeOptions? opts = null)
        public static Output<GetCheckLogProjectResult> Invoke(GetCheckLogProjectInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCheckLogProjectResult> getCheckLogProject(GetCheckLogProjectArgs args, InvokeOptions options)
    public static Output<GetCheckLogProjectResult> getCheckLogProject(GetCheckLogProjectArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:clb/getCheckLogProject:getCheckLogProject
      arguments:
        # arguments dictionary
    data "volcenginecc_clb_getchecklogproject" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getCheckLogProject Result

    The following output properties are available:

    Id string
    Uniquely identifies the resource.
    LogProjectId string
    Log Project ID.
    Id string
    Uniquely identifies the resource.
    LogProjectId string
    Log Project ID.
    id string
    Uniquely identifies the resource.
    log_project_id string
    Log Project ID.
    id String
    Uniquely identifies the resource.
    logProjectId String
    Log Project ID.
    id string
    Uniquely identifies the resource.
    logProjectId string
    Log Project ID.
    id str
    Uniquely identifies the resource.
    log_project_id str
    Log Project ID.
    id String
    Uniquely identifies the resource.
    logProjectId String
    Log Project ID.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.42
    published on Thursday, Jun 11, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial