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
Plural Data Source schema for Byteplus::CLB::CheckLogProject
Using getCheckLogProjects
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 getCheckLogProjects(opts?: InvokeOptions): Promise<GetCheckLogProjectsResult>
function getCheckLogProjectsOutput(opts?: InvokeOptions): Output<GetCheckLogProjectsResult>def get_check_log_projects(opts: Optional[InvokeOptions] = None) -> GetCheckLogProjectsResult
def get_check_log_projects_output(opts: Optional[InvokeOptions] = None) -> Output[GetCheckLogProjectsResult]func GetCheckLogProjects(ctx *Context, opts ...InvokeOption) (*GetCheckLogProjectsResult, error)
func GetCheckLogProjectsOutput(ctx *Context, opts ...InvokeOption) GetCheckLogProjectsResultOutput> Note: This function is named GetCheckLogProjects in the Go SDK.
public static class GetCheckLogProjects
{
public static Task<GetCheckLogProjectsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetCheckLogProjectsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetCheckLogProjectsResult> getCheckLogProjects(InvokeOptions options)
public static Output<GetCheckLogProjectsResult> getCheckLogProjects(InvokeOptions options)
fn::invoke:
function: bytepluscc:clb/getCheckLogProjects:getCheckLogProjects
arguments:
# arguments dictionarydata "bytepluscc_clb_getchecklogprojects" "name" {
# arguments
}getCheckLogProjects Result
The following output properties are available:
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