1. Packages
  2. Volcengine
  3. API Docs
  4. tls
  5. ScheduleSqlTasks
Volcengine v0.0.33 published on Monday, Jun 30, 2025 by Volcengine

volcengine.tls.ScheduleSqlTasks

Explore with Pulumi AI

volcengine logo
Volcengine v0.0.33 published on Monday, Jun 30, 2025 by Volcengine
    Deprecated: volcengine.tls.ScheduleSqlTasks has been deprecated in favor of volcengine.tls.getScheduleSqlTasks

    Use this data source to query detailed information of tls schedule sql tasks

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const default = volcengine.tls.getScheduleSqlTasks({});
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    default = volcengine.tls.get_schedule_sql_tasks()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/tls"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tls.GetScheduleSqlTasks(ctx, nil, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Volcengine = Pulumi.Volcengine;
    
    return await Deployment.RunAsync(() => 
    {
        var @default = Volcengine.Tls.GetScheduleSqlTasks.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.volcengine.tls.TlsFunctions;
    import com.pulumi.volcengine.tls.inputs.GetScheduleSqlTasksArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var default = TlsFunctions.getScheduleSqlTasks();
    
        }
    }
    
    variables:
      default:
        fn::invoke:
          Function: volcengine:tls:getScheduleSqlTasks
          Arguments: {}
    

    Using ScheduleSqlTasks

    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 scheduleSqlTasks(args: ScheduleSqlTasksArgs, opts?: InvokeOptions): Promise<ScheduleSqlTasksResult>
    function scheduleSqlTasksOutput(args: ScheduleSqlTasksOutputArgs, opts?: InvokeOptions): Output<ScheduleSqlTasksResult>
    def schedule_sql_tasks(iam_project_name: Optional[str] = None,
                           name_regex: Optional[str] = None,
                           output_file: Optional[str] = None,
                           project_id: Optional[str] = None,
                           project_name: Optional[str] = None,
                           source_topic_name: Optional[str] = None,
                           status: Optional[str] = None,
                           task_id: Optional[str] = None,
                           task_name: Optional[str] = None,
                           topic_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> ScheduleSqlTasksResult
    def schedule_sql_tasks_output(iam_project_name: Optional[pulumi.Input[str]] = None,
                           name_regex: Optional[pulumi.Input[str]] = None,
                           output_file: Optional[pulumi.Input[str]] = None,
                           project_id: Optional[pulumi.Input[str]] = None,
                           project_name: Optional[pulumi.Input[str]] = None,
                           source_topic_name: Optional[pulumi.Input[str]] = None,
                           status: Optional[pulumi.Input[str]] = None,
                           task_id: Optional[pulumi.Input[str]] = None,
                           task_name: Optional[pulumi.Input[str]] = None,
                           topic_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[ScheduleSqlTasksResult]
    func ScheduleSqlTasks(ctx *Context, args *ScheduleSqlTasksArgs, opts ...InvokeOption) (*ScheduleSqlTasksResult, error)
    func ScheduleSqlTasksOutput(ctx *Context, args *ScheduleSqlTasksOutputArgs, opts ...InvokeOption) ScheduleSqlTasksResultOutput
    public static class ScheduleSqlTasks 
    {
        public static Task<ScheduleSqlTasksResult> InvokeAsync(ScheduleSqlTasksArgs args, InvokeOptions? opts = null)
        public static Output<ScheduleSqlTasksResult> Invoke(ScheduleSqlTasksInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ScheduleSqlTasksResult> scheduleSqlTasks(ScheduleSqlTasksArgs args, InvokeOptions options)
    public static Output<ScheduleSqlTasksResult> scheduleSqlTasks(ScheduleSqlTasksArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:tls:ScheduleSqlTasks
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IamProjectName string
    IAM log project name.
    NameRegex string
    A Name Regex of Resource.
    OutputFile string
    File name where to save data source results.
    ProjectId string
    The log project ID to which the source log topic belongs.
    ProjectName string
    The name of the log item to which the source log topic belongs.
    SourceTopicName string
    Source log topic name.
    Status string
    Timed SQL analysis task status.
    TaskId string
    Timed SQL analysis task ID.
    TaskName string
    Timed SQL analysis task name.
    TopicId string
    Source log topic ID.
    IamProjectName string
    IAM log project name.
    NameRegex string
    A Name Regex of Resource.
    OutputFile string
    File name where to save data source results.
    ProjectId string
    The log project ID to which the source log topic belongs.
    ProjectName string
    The name of the log item to which the source log topic belongs.
    SourceTopicName string
    Source log topic name.
    Status string
    Timed SQL analysis task status.
    TaskId string
    Timed SQL analysis task ID.
    TaskName string
    Timed SQL analysis task name.
    TopicId string
    Source log topic ID.
    iamProjectName String
    IAM log project name.
    nameRegex String
    A Name Regex of Resource.
    outputFile String
    File name where to save data source results.
    projectId String
    The log project ID to which the source log topic belongs.
    projectName String
    The name of the log item to which the source log topic belongs.
    sourceTopicName String
    Source log topic name.
    status String
    Timed SQL analysis task status.
    taskId String
    Timed SQL analysis task ID.
    taskName String
    Timed SQL analysis task name.
    topicId String
    Source log topic ID.
    iamProjectName string
    IAM log project name.
    nameRegex string
    A Name Regex of Resource.
    outputFile string
    File name where to save data source results.
    projectId string
    The log project ID to which the source log topic belongs.
    projectName string
    The name of the log item to which the source log topic belongs.
    sourceTopicName string
    Source log topic name.
    status string
    Timed SQL analysis task status.
    taskId string
    Timed SQL analysis task ID.
    taskName string
    Timed SQL analysis task name.
    topicId string
    Source log topic ID.
    iam_project_name str
    IAM log project name.
    name_regex str
    A Name Regex of Resource.
    output_file str
    File name where to save data source results.
    project_id str
    The log project ID to which the source log topic belongs.
    project_name str
    The name of the log item to which the source log topic belongs.
    source_topic_name str
    Source log topic name.
    status str
    Timed SQL analysis task status.
    task_id str
    Timed SQL analysis task ID.
    task_name str
    Timed SQL analysis task name.
    topic_id str
    Source log topic ID.
    iamProjectName String
    IAM log project name.
    nameRegex String
    A Name Regex of Resource.
    outputFile String
    File name where to save data source results.
    projectId String
    The log project ID to which the source log topic belongs.
    projectName String
    The name of the log item to which the source log topic belongs.
    sourceTopicName String
    Source log topic name.
    status String
    Timed SQL analysis task status.
    taskId String
    Timed SQL analysis task ID.
    taskName String
    Timed SQL analysis task name.
    topicId String
    Source log topic ID.

    ScheduleSqlTasks Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Tasks List<ScheduleSqlTasksTask>
    The List of timed SQL analysis tasks.
    TotalCount int
    The total count of query.
    IamProjectName string
    NameRegex string
    OutputFile string
    ProjectId string
    ProjectName string
    SourceTopicName string
    The name of the source log topic where the original log for timed SQL analysis is located.
    Status string
    Whether to start the scheduled SQL analysis task immediately after completing the task configuration.
    TaskId string
    Timed SQL analysis task ID.
    TaskName string
    Timed SQL analysis task name.
    TopicId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Tasks []ScheduleSqlTasksTask
    The List of timed SQL analysis tasks.
    TotalCount int
    The total count of query.
    IamProjectName string
    NameRegex string
    OutputFile string
    ProjectId string
    ProjectName string
    SourceTopicName string
    The name of the source log topic where the original log for timed SQL analysis is located.
    Status string
    Whether to start the scheduled SQL analysis task immediately after completing the task configuration.
    TaskId string
    Timed SQL analysis task ID.
    TaskName string
    Timed SQL analysis task name.
    TopicId string
    id String
    The provider-assigned unique ID for this managed resource.
    tasks List<ScheduleSqlTasksTask>
    The List of timed SQL analysis tasks.
    totalCount Integer
    The total count of query.
    iamProjectName String
    nameRegex String
    outputFile String
    projectId String
    projectName String
    sourceTopicName String
    The name of the source log topic where the original log for timed SQL analysis is located.
    status String
    Whether to start the scheduled SQL analysis task immediately after completing the task configuration.
    taskId String
    Timed SQL analysis task ID.
    taskName String
    Timed SQL analysis task name.
    topicId String
    id string
    The provider-assigned unique ID for this managed resource.
    tasks ScheduleSqlTasksTask[]
    The List of timed SQL analysis tasks.
    totalCount number
    The total count of query.
    iamProjectName string
    nameRegex string
    outputFile string
    projectId string
    projectName string
    sourceTopicName string
    The name of the source log topic where the original log for timed SQL analysis is located.
    status string
    Whether to start the scheduled SQL analysis task immediately after completing the task configuration.
    taskId string
    Timed SQL analysis task ID.
    taskName string
    Timed SQL analysis task name.
    topicId string
    id str
    The provider-assigned unique ID for this managed resource.
    tasks Sequence[ScheduleSqlTasksTask]
    The List of timed SQL analysis tasks.
    total_count int
    The total count of query.
    iam_project_name str
    name_regex str
    output_file str
    project_id str
    project_name str
    source_topic_name str
    The name of the source log topic where the original log for timed SQL analysis is located.
    status str
    Whether to start the scheduled SQL analysis task immediately after completing the task configuration.
    task_id str
    Timed SQL analysis task ID.
    task_name str
    Timed SQL analysis task name.
    topic_id str
    id String
    The provider-assigned unique ID for this managed resource.
    tasks List<Property Map>
    The List of timed SQL analysis tasks.
    totalCount Number
    The total count of query.
    iamProjectName String
    nameRegex String
    outputFile String
    projectId String
    projectName String
    sourceTopicName String
    The name of the source log topic where the original log for timed SQL analysis is located.
    status String
    Whether to start the scheduled SQL analysis task immediately after completing the task configuration.
    taskId String
    Timed SQL analysis task ID.
    taskName String
    Timed SQL analysis task name.
    topicId String

    Supporting Types

    ScheduleSqlTasksTask

    CreateTimeStamp int
    Set the creation time of timed SQL analysis tasks.
    Description string
    A simple description of the timed SQL analysis task.
    DestProjectId string
    The log project ID to which the target log topic belongs.
    DestRegion string
    The region to which the target log project belongs.
    DestTopicId string
    The target log topic ID used for storing the result data of timed SQL analysis.
    DestTopicName string
    The name of the target log topic used for storing the data of the timed SQL analysis results.
    ModifyTimeStamp int
    The most recent modification time of the scheduled SQL analysis task.
    ProcessEndTime int
    Schedule the end time of the timed SQL analysis task in the format of a second-level timestamp.
    ProcessSqlDelay int
    The delay time of each scheduling. The value range is from 0 to 120, and the unit is seconds.
    ProcessStartTime int
    The start time of the scheduled SQL task, that is, the start time when the first instance is scheduled. The format is a timestamp at the second level.
    ProcessTimeWindow string
    SQL time window, which refers to the time range for log retrieval and analysis when a timed SQL analysis task is running, is in a left-closed and right-open format.
    Query string
    Timed SQL analysis tasks are retrieval and analysis statements that are executed regularly.
    RequestCycle ScheduleSqlTasksTaskRequestCycle
    The scheduling cycle of timed SQL analysis tasks.
    SourceProjectId string
    The log project ID to which the source log topic belongs.
    SourceProjectName string
    The name of the log item to which the source log topic belongs.
    SourceTopicId string
    The source log topic ID where the original log for timed SQL analysis is located.
    SourceTopicName string
    Source log topic name.
    Status int
    Timed SQL analysis task status.
    TaskId string
    Timed SQL analysis task ID.
    TaskName string
    Timed SQL analysis task name.
    CreateTimeStamp int
    Set the creation time of timed SQL analysis tasks.
    Description string
    A simple description of the timed SQL analysis task.
    DestProjectId string
    The log project ID to which the target log topic belongs.
    DestRegion string
    The region to which the target log project belongs.
    DestTopicId string
    The target log topic ID used for storing the result data of timed SQL analysis.
    DestTopicName string
    The name of the target log topic used for storing the data of the timed SQL analysis results.
    ModifyTimeStamp int
    The most recent modification time of the scheduled SQL analysis task.
    ProcessEndTime int
    Schedule the end time of the timed SQL analysis task in the format of a second-level timestamp.
    ProcessSqlDelay int
    The delay time of each scheduling. The value range is from 0 to 120, and the unit is seconds.
    ProcessStartTime int
    The start time of the scheduled SQL task, that is, the start time when the first instance is scheduled. The format is a timestamp at the second level.
    ProcessTimeWindow string
    SQL time window, which refers to the time range for log retrieval and analysis when a timed SQL analysis task is running, is in a left-closed and right-open format.
    Query string
    Timed SQL analysis tasks are retrieval and analysis statements that are executed regularly.
    RequestCycle ScheduleSqlTasksTaskRequestCycle
    The scheduling cycle of timed SQL analysis tasks.
    SourceProjectId string
    The log project ID to which the source log topic belongs.
    SourceProjectName string
    The name of the log item to which the source log topic belongs.
    SourceTopicId string
    The source log topic ID where the original log for timed SQL analysis is located.
    SourceTopicName string
    Source log topic name.
    Status int
    Timed SQL analysis task status.
    TaskId string
    Timed SQL analysis task ID.
    TaskName string
    Timed SQL analysis task name.
    createTimeStamp Integer
    Set the creation time of timed SQL analysis tasks.
    description String
    A simple description of the timed SQL analysis task.
    destProjectId String
    The log project ID to which the target log topic belongs.
    destRegion String
    The region to which the target log project belongs.
    destTopicId String
    The target log topic ID used for storing the result data of timed SQL analysis.
    destTopicName String
    The name of the target log topic used for storing the data of the timed SQL analysis results.
    modifyTimeStamp Integer
    The most recent modification time of the scheduled SQL analysis task.
    processEndTime Integer
    Schedule the end time of the timed SQL analysis task in the format of a second-level timestamp.
    processSqlDelay Integer
    The delay time of each scheduling. The value range is from 0 to 120, and the unit is seconds.
    processStartTime Integer
    The start time of the scheduled SQL task, that is, the start time when the first instance is scheduled. The format is a timestamp at the second level.
    processTimeWindow String
    SQL time window, which refers to the time range for log retrieval and analysis when a timed SQL analysis task is running, is in a left-closed and right-open format.
    query String
    Timed SQL analysis tasks are retrieval and analysis statements that are executed regularly.
    requestCycle ScheduleSqlTasksTaskRequestCycle
    The scheduling cycle of timed SQL analysis tasks.
    sourceProjectId String
    The log project ID to which the source log topic belongs.
    sourceProjectName String
    The name of the log item to which the source log topic belongs.
    sourceTopicId String
    The source log topic ID where the original log for timed SQL analysis is located.
    sourceTopicName String
    Source log topic name.
    status Integer
    Timed SQL analysis task status.
    taskId String
    Timed SQL analysis task ID.
    taskName String
    Timed SQL analysis task name.
    createTimeStamp number
    Set the creation time of timed SQL analysis tasks.
    description string
    A simple description of the timed SQL analysis task.
    destProjectId string
    The log project ID to which the target log topic belongs.
    destRegion string
    The region to which the target log project belongs.
    destTopicId string
    The target log topic ID used for storing the result data of timed SQL analysis.
    destTopicName string
    The name of the target log topic used for storing the data of the timed SQL analysis results.
    modifyTimeStamp number
    The most recent modification time of the scheduled SQL analysis task.
    processEndTime number
    Schedule the end time of the timed SQL analysis task in the format of a second-level timestamp.
    processSqlDelay number
    The delay time of each scheduling. The value range is from 0 to 120, and the unit is seconds.
    processStartTime number
    The start time of the scheduled SQL task, that is, the start time when the first instance is scheduled. The format is a timestamp at the second level.
    processTimeWindow string
    SQL time window, which refers to the time range for log retrieval and analysis when a timed SQL analysis task is running, is in a left-closed and right-open format.
    query string
    Timed SQL analysis tasks are retrieval and analysis statements that are executed regularly.
    requestCycle ScheduleSqlTasksTaskRequestCycle
    The scheduling cycle of timed SQL analysis tasks.
    sourceProjectId string
    The log project ID to which the source log topic belongs.
    sourceProjectName string
    The name of the log item to which the source log topic belongs.
    sourceTopicId string
    The source log topic ID where the original log for timed SQL analysis is located.
    sourceTopicName string
    Source log topic name.
    status number
    Timed SQL analysis task status.
    taskId string
    Timed SQL analysis task ID.
    taskName string
    Timed SQL analysis task name.
    create_time_stamp int
    Set the creation time of timed SQL analysis tasks.
    description str
    A simple description of the timed SQL analysis task.
    dest_project_id str
    The log project ID to which the target log topic belongs.
    dest_region str
    The region to which the target log project belongs.
    dest_topic_id str
    The target log topic ID used for storing the result data of timed SQL analysis.
    dest_topic_name str
    The name of the target log topic used for storing the data of the timed SQL analysis results.
    modify_time_stamp int
    The most recent modification time of the scheduled SQL analysis task.
    process_end_time int
    Schedule the end time of the timed SQL analysis task in the format of a second-level timestamp.
    process_sql_delay int
    The delay time of each scheduling. The value range is from 0 to 120, and the unit is seconds.
    process_start_time int
    The start time of the scheduled SQL task, that is, the start time when the first instance is scheduled. The format is a timestamp at the second level.
    process_time_window str
    SQL time window, which refers to the time range for log retrieval and analysis when a timed SQL analysis task is running, is in a left-closed and right-open format.
    query str
    Timed SQL analysis tasks are retrieval and analysis statements that are executed regularly.
    request_cycle ScheduleSqlTasksTaskRequestCycle
    The scheduling cycle of timed SQL analysis tasks.
    source_project_id str
    The log project ID to which the source log topic belongs.
    source_project_name str
    The name of the log item to which the source log topic belongs.
    source_topic_id str
    The source log topic ID where the original log for timed SQL analysis is located.
    source_topic_name str
    Source log topic name.
    status int
    Timed SQL analysis task status.
    task_id str
    Timed SQL analysis task ID.
    task_name str
    Timed SQL analysis task name.
    createTimeStamp Number
    Set the creation time of timed SQL analysis tasks.
    description String
    A simple description of the timed SQL analysis task.
    destProjectId String
    The log project ID to which the target log topic belongs.
    destRegion String
    The region to which the target log project belongs.
    destTopicId String
    The target log topic ID used for storing the result data of timed SQL analysis.
    destTopicName String
    The name of the target log topic used for storing the data of the timed SQL analysis results.
    modifyTimeStamp Number
    The most recent modification time of the scheduled SQL analysis task.
    processEndTime Number
    Schedule the end time of the timed SQL analysis task in the format of a second-level timestamp.
    processSqlDelay Number
    The delay time of each scheduling. The value range is from 0 to 120, and the unit is seconds.
    processStartTime Number
    The start time of the scheduled SQL task, that is, the start time when the first instance is scheduled. The format is a timestamp at the second level.
    processTimeWindow String
    SQL time window, which refers to the time range for log retrieval and analysis when a timed SQL analysis task is running, is in a left-closed and right-open format.
    query String
    Timed SQL analysis tasks are retrieval and analysis statements that are executed regularly.
    requestCycle Property Map
    The scheduling cycle of timed SQL analysis tasks.
    sourceProjectId String
    The log project ID to which the source log topic belongs.
    sourceProjectName String
    The name of the log item to which the source log topic belongs.
    sourceTopicId String
    The source log topic ID where the original log for timed SQL analysis is located.
    sourceTopicName String
    Source log topic name.
    status Number
    Timed SQL analysis task status.
    taskId String
    Timed SQL analysis task ID.
    taskName String
    Timed SQL analysis task name.

    ScheduleSqlTasksTaskRequestCycle

    CronTab string
    Cron expression. The log service specifies the timed execution of alarm tasks through the Cron expression. The minimum granularity of Cron expressions is minutes, 24 hours. For example, 0 18 * * * indicates that an alarm task is executed exactly at 18:00 every day.
    CronTimeZone string
    When setting the Type to Cron, the time zone also needs to be set.
    Time int
    The scheduling cycle or the time point of regular execution (the number of minutes away from 00:00), with a value range of 1 to 1440, and the unit is minutes.
    Type string
    The type of Scheduling cycle.
    CronTab string
    Cron expression. The log service specifies the timed execution of alarm tasks through the Cron expression. The minimum granularity of Cron expressions is minutes, 24 hours. For example, 0 18 * * * indicates that an alarm task is executed exactly at 18:00 every day.
    CronTimeZone string
    When setting the Type to Cron, the time zone also needs to be set.
    Time int
    The scheduling cycle or the time point of regular execution (the number of minutes away from 00:00), with a value range of 1 to 1440, and the unit is minutes.
    Type string
    The type of Scheduling cycle.
    cronTab String
    Cron expression. The log service specifies the timed execution of alarm tasks through the Cron expression. The minimum granularity of Cron expressions is minutes, 24 hours. For example, 0 18 * * * indicates that an alarm task is executed exactly at 18:00 every day.
    cronTimeZone String
    When setting the Type to Cron, the time zone also needs to be set.
    time Integer
    The scheduling cycle or the time point of regular execution (the number of minutes away from 00:00), with a value range of 1 to 1440, and the unit is minutes.
    type String
    The type of Scheduling cycle.
    cronTab string
    Cron expression. The log service specifies the timed execution of alarm tasks through the Cron expression. The minimum granularity of Cron expressions is minutes, 24 hours. For example, 0 18 * * * indicates that an alarm task is executed exactly at 18:00 every day.
    cronTimeZone string
    When setting the Type to Cron, the time zone also needs to be set.
    time number
    The scheduling cycle or the time point of regular execution (the number of minutes away from 00:00), with a value range of 1 to 1440, and the unit is minutes.
    type string
    The type of Scheduling cycle.
    cron_tab str
    Cron expression. The log service specifies the timed execution of alarm tasks through the Cron expression. The minimum granularity of Cron expressions is minutes, 24 hours. For example, 0 18 * * * indicates that an alarm task is executed exactly at 18:00 every day.
    cron_time_zone str
    When setting the Type to Cron, the time zone also needs to be set.
    time int
    The scheduling cycle or the time point of regular execution (the number of minutes away from 00:00), with a value range of 1 to 1440, and the unit is minutes.
    type str
    The type of Scheduling cycle.
    cronTab String
    Cron expression. The log service specifies the timed execution of alarm tasks through the Cron expression. The minimum granularity of Cron expressions is minutes, 24 hours. For example, 0 18 * * * indicates that an alarm task is executed exactly at 18:00 every day.
    cronTimeZone String
    When setting the Type to Cron, the time zone also needs to be set.
    time Number
    The scheduling cycle or the time point of regular execution (the number of minutes away from 00:00), with a value range of 1 to 1440, and the unit is minutes.
    type String
    The type of Scheduling cycle.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.33 published on Monday, Jun 30, 2025 by Volcengine