Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
published on Monday, Jun 15, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
published on Monday, Jun 15, 2026 by Byteplus
Data Source schema for Byteplus::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: bytepluscc:clb/getCheckLogProject:getCheckLogProject
arguments:
# arguments dictionarydata "bytepluscc_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
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
published on Monday, Jun 15, 2026 by Byteplus