Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
published on Thursday, Jun 11, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
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 dictionarydata "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.
- Log
Project stringId - Log Project ID.
- Id string
- Uniquely identifies the resource.
- Log
Project stringId - Log Project ID.
- id string
- Uniquely identifies the resource.
- log_
project_ stringid - Log Project ID.
- id String
- Uniquely identifies the resource.
- log
Project StringId - Log Project ID.
- id string
- Uniquely identifies the resource.
- log
Project stringId - Log Project ID.
- id str
- Uniquely identifies the resource.
- log_
project_ strid - Log Project ID.
- id String
- Uniquely identifies the resource.
- log
Project StringId - Log Project ID.
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
published on Thursday, Jun 11, 2026 by Volcengine