Viewing docs for bytepluscc v0.0.20
published on Thursday, Mar 26, 2026 by Byteplus
published on Thursday, Mar 26, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.20
published on Thursday, Mar 26, 2026 by Byteplus
published on Thursday, Mar 26, 2026 by Byteplus
Plural Data Source schema for Byteplus::TLS::ScheduleSqlTask
Using getScheduleSqlTasks
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 getScheduleSqlTasks(opts?: InvokeOptions): Promise<GetScheduleSqlTasksResult>
function getScheduleSqlTasksOutput(opts?: InvokeOptions): Output<GetScheduleSqlTasksResult>def get_schedule_sql_tasks(opts: Optional[InvokeOptions] = None) -> GetScheduleSqlTasksResult
def get_schedule_sql_tasks_output(opts: Optional[InvokeOptions] = None) -> Output[GetScheduleSqlTasksResult]func GetScheduleSqlTasks(ctx *Context, opts ...InvokeOption) (*GetScheduleSqlTasksResult, error)
func GetScheduleSqlTasksOutput(ctx *Context, opts ...InvokeOption) GetScheduleSqlTasksResultOutput> Note: This function is named GetScheduleSqlTasks in the Go SDK.
public static class GetScheduleSqlTasks
{
public static Task<GetScheduleSqlTasksResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetScheduleSqlTasksResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetScheduleSqlTasksResult> getScheduleSqlTasks(InvokeOptions options)
public static Output<GetScheduleSqlTasksResult> getScheduleSqlTasks(InvokeOptions options)
fn::invoke:
function: bytepluscc:tls/getScheduleSqlTasks:getScheduleSqlTasks
arguments:
# arguments dictionarygetScheduleSqlTasks 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.20
published on Thursday, Mar 26, 2026 by Byteplus
published on Thursday, Mar 26, 2026 by Byteplus
