import * as pulumi from "@pulumi/pulumi"; /** * Data Source schema for Volcengine::CLB::CheckLogProject */ export declare function getCheckLogProject(args: GetCheckLogProjectArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCheckLogProject. */ export interface GetCheckLogProjectArgs { /** * Uniquely identifies the resource. */ id: string; } /** * A collection of values returned by getCheckLogProject. */ export interface GetCheckLogProjectResult { /** * Uniquely identifies the resource. */ readonly id: string; /** * Log Project ID. */ readonly logProjectId: string; } /** * Data Source schema for Volcengine::CLB::CheckLogProject */ export declare function getCheckLogProjectOutput(args: GetCheckLogProjectOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCheckLogProject. */ export interface GetCheckLogProjectOutputArgs { /** * Uniquely identifies the resource. */ id: pulumi.Input; }