1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getDlcDescribeDataEngine
tencentcloud 1.82.17 published on Thursday, Aug 14, 2025 by tencentcloudstack

tencentcloud.getDlcDescribeDataEngine

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.82.17 published on Thursday, Aug 14, 2025 by tencentcloudstack

    Use this data source to query detailed information of DLC describe data engine

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const example = tencentcloud.getDlcDescribeDataEngine({
        dataEngineName: "tf-example",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    example = tencentcloud.get_dlc_describe_data_engine(data_engine_name="tf-example")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.GetDlcDescribeDataEngine(ctx, &tencentcloud.GetDlcDescribeDataEngineArgs{
    			DataEngineName: "tf-example",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Tencentcloud.GetDlcDescribeDataEngine.Invoke(new()
        {
            DataEngineName = "tf-example",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TencentcloudFunctions;
    import com.pulumi.tencentcloud.inputs.GetDlcDescribeDataEngineArgs;
    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 example = TencentcloudFunctions.getDlcDescribeDataEngine(GetDlcDescribeDataEngineArgs.builder()
                .dataEngineName("tf-example")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: tencentcloud:getDlcDescribeDataEngine
          arguments:
            dataEngineName: tf-example
    

    Using getDlcDescribeDataEngine

    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 getDlcDescribeDataEngine(args: GetDlcDescribeDataEngineArgs, opts?: InvokeOptions): Promise<GetDlcDescribeDataEngineResult>
    function getDlcDescribeDataEngineOutput(args: GetDlcDescribeDataEngineOutputArgs, opts?: InvokeOptions): Output<GetDlcDescribeDataEngineResult>
    def get_dlc_describe_data_engine(data_engine_name: Optional[str] = None,
                                     id: Optional[str] = None,
                                     result_output_file: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetDlcDescribeDataEngineResult
    def get_dlc_describe_data_engine_output(data_engine_name: Optional[pulumi.Input[str]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     result_output_file: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetDlcDescribeDataEngineResult]
    func GetDlcDescribeDataEngine(ctx *Context, args *GetDlcDescribeDataEngineArgs, opts ...InvokeOption) (*GetDlcDescribeDataEngineResult, error)
    func GetDlcDescribeDataEngineOutput(ctx *Context, args *GetDlcDescribeDataEngineOutputArgs, opts ...InvokeOption) GetDlcDescribeDataEngineResultOutput

    > Note: This function is named GetDlcDescribeDataEngine in the Go SDK.

    public static class GetDlcDescribeDataEngine 
    {
        public static Task<GetDlcDescribeDataEngineResult> InvokeAsync(GetDlcDescribeDataEngineArgs args, InvokeOptions? opts = null)
        public static Output<GetDlcDescribeDataEngineResult> Invoke(GetDlcDescribeDataEngineInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDlcDescribeDataEngineResult> getDlcDescribeDataEngine(GetDlcDescribeDataEngineArgs args, InvokeOptions options)
    public static Output<GetDlcDescribeDataEngineResult> getDlcDescribeDataEngine(GetDlcDescribeDataEngineArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getDlcDescribeDataEngine:getDlcDescribeDataEngine
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DataEngineName string
    Engine name.
    Id string
    Network configuration id.
    ResultOutputFile string
    Used to save results.
    DataEngineName string
    Engine name.
    Id string
    Network configuration id.
    ResultOutputFile string
    Used to save results.
    dataEngineName String
    Engine name.
    id String
    Network configuration id.
    resultOutputFile String
    Used to save results.
    dataEngineName string
    Engine name.
    id string
    Network configuration id.
    resultOutputFile string
    Used to save results.
    data_engine_name str
    Engine name.
    id str
    Network configuration id.
    result_output_file str
    Used to save results.
    dataEngineName String
    Engine name.
    id String
    Network configuration id.
    resultOutputFile String
    Used to save results.

    getDlcDescribeDataEngine Result

    The following output properties are available:

    DataEngineName string
    Engine name.
    DataEngines List<GetDlcDescribeDataEngineDataEngine>
    Data engine details.
    Id string
    Network configuration id.
    ResultOutputFile string
    DataEngineName string
    Engine name.
    DataEngines []GetDlcDescribeDataEngineDataEngine
    Data engine details.
    Id string
    Network configuration id.
    ResultOutputFile string
    dataEngineName String
    Engine name.
    dataEngines List<GetDlcDescribeDataEngineDataEngine>
    Data engine details.
    id String
    Network configuration id.
    resultOutputFile String
    dataEngineName string
    Engine name.
    dataEngines GetDlcDescribeDataEngineDataEngine[]
    Data engine details.
    id string
    Network configuration id.
    resultOutputFile string
    data_engine_name str
    Engine name.
    data_engines Sequence[GetDlcDescribeDataEngineDataEngine]
    Data engine details.
    id str
    Network configuration id.
    result_output_file str
    dataEngineName String
    Engine name.
    dataEngines List<Property Map>
    Data engine details.
    id String
    Network configuration id.
    resultOutputFile String

    Supporting Types

    GetDlcDescribeDataEngineDataEngine

    AutoResume bool
    Whether to recover automatically.
    AutoSuspend bool
    Whether to automatically suspend the cluster, prepay not support.
    AutoSuspendTime double
    Cluster automatic suspension time, default 10 minutes.
    ChildImageVersionId string
    Engine Image version id.
    CidrBlock string
    Cluster IP range.
    ClusterType string
    Cluster resource type spark_private/presto_private/presto_cu/spark_cu.
    CreateTime double
    Create time.
    CrontabResumeSuspend double
    Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
    CrontabResumeSuspendStrategies List<GetDlcDescribeDataEngineDataEngineCrontabResumeSuspendStrategy>
    Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
    DataEngineId string
    Engine unique ID.
    DataEngineName string
    Engine name.
    DefaultDataEngine bool
    Whether it is the default engine.
    DefaultHouse bool
    Is it the default engine?.
    ElasticLimit double
    For spark Batch ExecType, yearly and monthly cluster elastic limit.
    ElasticSwitch bool
    For spark Batch ExecType, yearly and monthly cluster whether to enable elasticity.
    EngineExecType string
    Engine exec type, only support SQL(default) or BATCH.
    EngineType string
    Engine type: spark/presto.
    ExpireTime string
    Expiration time.
    ImageVersionId string
    Engine major version id.
    ImageVersionName string
    Engine image version name.
    IsolatedTime string
    Isolation time.
    MaxClusters double
    Maximum number of clusters.
    MaxConcurrency double
    Maximum number of concurrent tasks in a single cluster, default 5.
    Message string
    Returned Message.
    MinClusters double
    Minimum number of clusters.
    Mode double
    Billing mode: 0 shared mode, 1 pay-as-you-go, and 2 monthly subscription.
    NetworkConnectionSets List<GetDlcDescribeDataEngineDataEngineNetworkConnectionSet>
    Network connection configuration.
    Permissions List<string>
    Engine permissions.
    QuotaId string
    Quota ID.
    RenewFlag double
    Automatic renewal flag, 0, initial state, automatic renewal is not performed by default. If the user has prepaid non-stop service privileges, automatic renewal will occur. 1: Automatic renewal. 2: Make it clear that there will be no automatic renewal.
    ResourceType string
    Engine resource type not match, only support: Standard_CU/Memory_CU(only BATCH ExecType).
    ReversalTime string
    Rectification time.
    SessionResourceTemplates List<GetDlcDescribeDataEngineDataEngineSessionResourceTemplate>
    For spark Batch ExecType, cluster session resource configuration template.
    Size double
    Cluster specifications.
    SpendAfter double
    Automatic recovery time.
    StartStandbyCluster bool
    Whether to enable the backup cluster.
    State double
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    SubAccountUin string
    Operator.
    TagLists List<GetDlcDescribeDataEngineDataEngineTagList>
    Tag list.
    TolerableQueueTime double
    Tolerable queuing time, default 0. scaling may be triggered when tasks are queued for longer than the tolerable time. if this parameter is 0, it means that capacity expansion may be triggered immediately once a task is queued.
    UiURL string
    (Deprecated) It has been deprecated. Use ui_url instead. Jump address of ui.
    UiUrl string
    Jump address of ui.
    UpdateTime double
    Update time.
    UserAlias string
    Username.
    UserAppId double
    User appid.
    UserUin string
    User uin.
    AutoResume bool
    Whether to recover automatically.
    AutoSuspend bool
    Whether to automatically suspend the cluster, prepay not support.
    AutoSuspendTime float64
    Cluster automatic suspension time, default 10 minutes.
    ChildImageVersionId string
    Engine Image version id.
    CidrBlock string
    Cluster IP range.
    ClusterType string
    Cluster resource type spark_private/presto_private/presto_cu/spark_cu.
    CreateTime float64
    Create time.
    CrontabResumeSuspend float64
    Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
    CrontabResumeSuspendStrategies []GetDlcDescribeDataEngineDataEngineCrontabResumeSuspendStrategy
    Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
    DataEngineId string
    Engine unique ID.
    DataEngineName string
    Engine name.
    DefaultDataEngine bool
    Whether it is the default engine.
    DefaultHouse bool
    Is it the default engine?.
    ElasticLimit float64
    For spark Batch ExecType, yearly and monthly cluster elastic limit.
    ElasticSwitch bool
    For spark Batch ExecType, yearly and monthly cluster whether to enable elasticity.
    EngineExecType string
    Engine exec type, only support SQL(default) or BATCH.
    EngineType string
    Engine type: spark/presto.
    ExpireTime string
    Expiration time.
    ImageVersionId string
    Engine major version id.
    ImageVersionName string
    Engine image version name.
    IsolatedTime string
    Isolation time.
    MaxClusters float64
    Maximum number of clusters.
    MaxConcurrency float64
    Maximum number of concurrent tasks in a single cluster, default 5.
    Message string
    Returned Message.
    MinClusters float64
    Minimum number of clusters.
    Mode float64
    Billing mode: 0 shared mode, 1 pay-as-you-go, and 2 monthly subscription.
    NetworkConnectionSets []GetDlcDescribeDataEngineDataEngineNetworkConnectionSet
    Network connection configuration.
    Permissions []string
    Engine permissions.
    QuotaId string
    Quota ID.
    RenewFlag float64
    Automatic renewal flag, 0, initial state, automatic renewal is not performed by default. If the user has prepaid non-stop service privileges, automatic renewal will occur. 1: Automatic renewal. 2: Make it clear that there will be no automatic renewal.
    ResourceType string
    Engine resource type not match, only support: Standard_CU/Memory_CU(only BATCH ExecType).
    ReversalTime string
    Rectification time.
    SessionResourceTemplates []GetDlcDescribeDataEngineDataEngineSessionResourceTemplate
    For spark Batch ExecType, cluster session resource configuration template.
    Size float64
    Cluster specifications.
    SpendAfter float64
    Automatic recovery time.
    StartStandbyCluster bool
    Whether to enable the backup cluster.
    State float64
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    SubAccountUin string
    Operator.
    TagLists []GetDlcDescribeDataEngineDataEngineTagList
    Tag list.
    TolerableQueueTime float64
    Tolerable queuing time, default 0. scaling may be triggered when tasks are queued for longer than the tolerable time. if this parameter is 0, it means that capacity expansion may be triggered immediately once a task is queued.
    UiURL string
    (Deprecated) It has been deprecated. Use ui_url instead. Jump address of ui.
    UiUrl string
    Jump address of ui.
    UpdateTime float64
    Update time.
    UserAlias string
    Username.
    UserAppId float64
    User appid.
    UserUin string
    User uin.
    autoResume Boolean
    Whether to recover automatically.
    autoSuspend Boolean
    Whether to automatically suspend the cluster, prepay not support.
    autoSuspendTime Double
    Cluster automatic suspension time, default 10 minutes.
    childImageVersionId String
    Engine Image version id.
    cidrBlock String
    Cluster IP range.
    clusterType String
    Cluster resource type spark_private/presto_private/presto_cu/spark_cu.
    createTime Double
    Create time.
    crontabResumeSuspend Double
    Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
    crontabResumeSuspendStrategies List<GetDlcDescribeDataEngineDataEngineCrontabResumeSuspendStrategy>
    Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
    dataEngineId String
    Engine unique ID.
    dataEngineName String
    Engine name.
    defaultDataEngine Boolean
    Whether it is the default engine.
    defaultHouse Boolean
    Is it the default engine?.
    elasticLimit Double
    For spark Batch ExecType, yearly and monthly cluster elastic limit.
    elasticSwitch Boolean
    For spark Batch ExecType, yearly and monthly cluster whether to enable elasticity.
    engineExecType String
    Engine exec type, only support SQL(default) or BATCH.
    engineType String
    Engine type: spark/presto.
    expireTime String
    Expiration time.
    imageVersionId String
    Engine major version id.
    imageVersionName String
    Engine image version name.
    isolatedTime String
    Isolation time.
    maxClusters Double
    Maximum number of clusters.
    maxConcurrency Double
    Maximum number of concurrent tasks in a single cluster, default 5.
    message String
    Returned Message.
    minClusters Double
    Minimum number of clusters.
    mode Double
    Billing mode: 0 shared mode, 1 pay-as-you-go, and 2 monthly subscription.
    networkConnectionSets List<GetDlcDescribeDataEngineDataEngineNetworkConnectionSet>
    Network connection configuration.
    permissions List<String>
    Engine permissions.
    quotaId String
    Quota ID.
    renewFlag Double
    Automatic renewal flag, 0, initial state, automatic renewal is not performed by default. If the user has prepaid non-stop service privileges, automatic renewal will occur. 1: Automatic renewal. 2: Make it clear that there will be no automatic renewal.
    resourceType String
    Engine resource type not match, only support: Standard_CU/Memory_CU(only BATCH ExecType).
    reversalTime String
    Rectification time.
    sessionResourceTemplates List<GetDlcDescribeDataEngineDataEngineSessionResourceTemplate>
    For spark Batch ExecType, cluster session resource configuration template.
    size Double
    Cluster specifications.
    spendAfter Double
    Automatic recovery time.
    startStandbyCluster Boolean
    Whether to enable the backup cluster.
    state Double
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    subAccountUin String
    Operator.
    tagLists List<GetDlcDescribeDataEngineDataEngineTagList>
    Tag list.
    tolerableQueueTime Double
    Tolerable queuing time, default 0. scaling may be triggered when tasks are queued for longer than the tolerable time. if this parameter is 0, it means that capacity expansion may be triggered immediately once a task is queued.
    uiURL String
    (Deprecated) It has been deprecated. Use ui_url instead. Jump address of ui.
    uiUrl String
    Jump address of ui.
    updateTime Double
    Update time.
    userAlias String
    Username.
    userAppId Double
    User appid.
    userUin String
    User uin.
    autoResume boolean
    Whether to recover automatically.
    autoSuspend boolean
    Whether to automatically suspend the cluster, prepay not support.
    autoSuspendTime number
    Cluster automatic suspension time, default 10 minutes.
    childImageVersionId string
    Engine Image version id.
    cidrBlock string
    Cluster IP range.
    clusterType string
    Cluster resource type spark_private/presto_private/presto_cu/spark_cu.
    createTime number
    Create time.
    crontabResumeSuspend number
    Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
    crontabResumeSuspendStrategies GetDlcDescribeDataEngineDataEngineCrontabResumeSuspendStrategy[]
    Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
    dataEngineId string
    Engine unique ID.
    dataEngineName string
    Engine name.
    defaultDataEngine boolean
    Whether it is the default engine.
    defaultHouse boolean
    Is it the default engine?.
    elasticLimit number
    For spark Batch ExecType, yearly and monthly cluster elastic limit.
    elasticSwitch boolean
    For spark Batch ExecType, yearly and monthly cluster whether to enable elasticity.
    engineExecType string
    Engine exec type, only support SQL(default) or BATCH.
    engineType string
    Engine type: spark/presto.
    expireTime string
    Expiration time.
    imageVersionId string
    Engine major version id.
    imageVersionName string
    Engine image version name.
    isolatedTime string
    Isolation time.
    maxClusters number
    Maximum number of clusters.
    maxConcurrency number
    Maximum number of concurrent tasks in a single cluster, default 5.
    message string
    Returned Message.
    minClusters number
    Minimum number of clusters.
    mode number
    Billing mode: 0 shared mode, 1 pay-as-you-go, and 2 monthly subscription.
    networkConnectionSets GetDlcDescribeDataEngineDataEngineNetworkConnectionSet[]
    Network connection configuration.
    permissions string[]
    Engine permissions.
    quotaId string
    Quota ID.
    renewFlag number
    Automatic renewal flag, 0, initial state, automatic renewal is not performed by default. If the user has prepaid non-stop service privileges, automatic renewal will occur. 1: Automatic renewal. 2: Make it clear that there will be no automatic renewal.
    resourceType string
    Engine resource type not match, only support: Standard_CU/Memory_CU(only BATCH ExecType).
    reversalTime string
    Rectification time.
    sessionResourceTemplates GetDlcDescribeDataEngineDataEngineSessionResourceTemplate[]
    For spark Batch ExecType, cluster session resource configuration template.
    size number
    Cluster specifications.
    spendAfter number
    Automatic recovery time.
    startStandbyCluster boolean
    Whether to enable the backup cluster.
    state number
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    subAccountUin string
    Operator.
    tagLists GetDlcDescribeDataEngineDataEngineTagList[]
    Tag list.
    tolerableQueueTime number
    Tolerable queuing time, default 0. scaling may be triggered when tasks are queued for longer than the tolerable time. if this parameter is 0, it means that capacity expansion may be triggered immediately once a task is queued.
    uiURL string
    (Deprecated) It has been deprecated. Use ui_url instead. Jump address of ui.
    uiUrl string
    Jump address of ui.
    updateTime number
    Update time.
    userAlias string
    Username.
    userAppId number
    User appid.
    userUin string
    User uin.
    auto_resume bool
    Whether to recover automatically.
    auto_suspend bool
    Whether to automatically suspend the cluster, prepay not support.
    auto_suspend_time float
    Cluster automatic suspension time, default 10 minutes.
    child_image_version_id str
    Engine Image version id.
    cidr_block str
    Cluster IP range.
    cluster_type str
    Cluster resource type spark_private/presto_private/presto_cu/spark_cu.
    create_time float
    Create time.
    crontab_resume_suspend float
    Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
    crontab_resume_suspend_strategies Sequence[GetDlcDescribeDataEngineDataEngineCrontabResumeSuspendStrategy]
    Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
    data_engine_id str
    Engine unique ID.
    data_engine_name str
    Engine name.
    default_data_engine bool
    Whether it is the default engine.
    default_house bool
    Is it the default engine?.
    elastic_limit float
    For spark Batch ExecType, yearly and monthly cluster elastic limit.
    elastic_switch bool
    For spark Batch ExecType, yearly and monthly cluster whether to enable elasticity.
    engine_exec_type str
    Engine exec type, only support SQL(default) or BATCH.
    engine_type str
    Engine type: spark/presto.
    expire_time str
    Expiration time.
    image_version_id str
    Engine major version id.
    image_version_name str
    Engine image version name.
    isolated_time str
    Isolation time.
    max_clusters float
    Maximum number of clusters.
    max_concurrency float
    Maximum number of concurrent tasks in a single cluster, default 5.
    message str
    Returned Message.
    min_clusters float
    Minimum number of clusters.
    mode float
    Billing mode: 0 shared mode, 1 pay-as-you-go, and 2 monthly subscription.
    network_connection_sets Sequence[GetDlcDescribeDataEngineDataEngineNetworkConnectionSet]
    Network connection configuration.
    permissions Sequence[str]
    Engine permissions.
    quota_id str
    Quota ID.
    renew_flag float
    Automatic renewal flag, 0, initial state, automatic renewal is not performed by default. If the user has prepaid non-stop service privileges, automatic renewal will occur. 1: Automatic renewal. 2: Make it clear that there will be no automatic renewal.
    resource_type str
    Engine resource type not match, only support: Standard_CU/Memory_CU(only BATCH ExecType).
    reversal_time str
    Rectification time.
    session_resource_templates Sequence[GetDlcDescribeDataEngineDataEngineSessionResourceTemplate]
    For spark Batch ExecType, cluster session resource configuration template.
    size float
    Cluster specifications.
    spend_after float
    Automatic recovery time.
    start_standby_cluster bool
    Whether to enable the backup cluster.
    state float
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    sub_account_uin str
    Operator.
    tag_lists Sequence[GetDlcDescribeDataEngineDataEngineTagList]
    Tag list.
    tolerable_queue_time float
    Tolerable queuing time, default 0. scaling may be triggered when tasks are queued for longer than the tolerable time. if this parameter is 0, it means that capacity expansion may be triggered immediately once a task is queued.
    ui_url str
    (Deprecated) It has been deprecated. Use ui_url instead. Jump address of ui.
    ui_url str
    Jump address of ui.
    update_time float
    Update time.
    user_alias str
    Username.
    user_app_id float
    User appid.
    user_uin str
    User uin.
    autoResume Boolean
    Whether to recover automatically.
    autoSuspend Boolean
    Whether to automatically suspend the cluster, prepay not support.
    autoSuspendTime Number
    Cluster automatic suspension time, default 10 minutes.
    childImageVersionId String
    Engine Image version id.
    cidrBlock String
    Cluster IP range.
    clusterType String
    Cluster resource type spark_private/presto_private/presto_cu/spark_cu.
    createTime Number
    Create time.
    crontabResumeSuspend Number
    Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
    crontabResumeSuspendStrategies List<Property Map>
    Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
    dataEngineId String
    Engine unique ID.
    dataEngineName String
    Engine name.
    defaultDataEngine Boolean
    Whether it is the default engine.
    defaultHouse Boolean
    Is it the default engine?.
    elasticLimit Number
    For spark Batch ExecType, yearly and monthly cluster elastic limit.
    elasticSwitch Boolean
    For spark Batch ExecType, yearly and monthly cluster whether to enable elasticity.
    engineExecType String
    Engine exec type, only support SQL(default) or BATCH.
    engineType String
    Engine type: spark/presto.
    expireTime String
    Expiration time.
    imageVersionId String
    Engine major version id.
    imageVersionName String
    Engine image version name.
    isolatedTime String
    Isolation time.
    maxClusters Number
    Maximum number of clusters.
    maxConcurrency Number
    Maximum number of concurrent tasks in a single cluster, default 5.
    message String
    Returned Message.
    minClusters Number
    Minimum number of clusters.
    mode Number
    Billing mode: 0 shared mode, 1 pay-as-you-go, and 2 monthly subscription.
    networkConnectionSets List<Property Map>
    Network connection configuration.
    permissions List<String>
    Engine permissions.
    quotaId String
    Quota ID.
    renewFlag Number
    Automatic renewal flag, 0, initial state, automatic renewal is not performed by default. If the user has prepaid non-stop service privileges, automatic renewal will occur. 1: Automatic renewal. 2: Make it clear that there will be no automatic renewal.
    resourceType String
    Engine resource type not match, only support: Standard_CU/Memory_CU(only BATCH ExecType).
    reversalTime String
    Rectification time.
    sessionResourceTemplates List<Property Map>
    For spark Batch ExecType, cluster session resource configuration template.
    size Number
    Cluster specifications.
    spendAfter Number
    Automatic recovery time.
    startStandbyCluster Boolean
    Whether to enable the backup cluster.
    state Number
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    subAccountUin String
    Operator.
    tagLists List<Property Map>
    Tag list.
    tolerableQueueTime Number
    Tolerable queuing time, default 0. scaling may be triggered when tasks are queued for longer than the tolerable time. if this parameter is 0, it means that capacity expansion may be triggered immediately once a task is queued.
    uiURL String
    (Deprecated) It has been deprecated. Use ui_url instead. Jump address of ui.
    uiUrl String
    Jump address of ui.
    updateTime Number
    Update time.
    userAlias String
    Username.
    userAppId Number
    User appid.
    userUin String
    User uin.

    GetDlcDescribeDataEngineDataEngineCrontabResumeSuspendStrategy

    ResumeTime string
    Scheduled pull-up time: For example: 8 o&#39;clock on Monday is expressed as 1000000-08:00:00.
    SuspendStrategy double
    Suspend configuration: 0 (default): wait for the task to end before suspending, 1: force suspend.
    SuspendTime string
    Scheduled suspension time: For example: 20 o&#39;clock on Monday is expressed as 1000000-20:00:00.
    ResumeTime string
    Scheduled pull-up time: For example: 8 o&#39;clock on Monday is expressed as 1000000-08:00:00.
    SuspendStrategy float64
    Suspend configuration: 0 (default): wait for the task to end before suspending, 1: force suspend.
    SuspendTime string
    Scheduled suspension time: For example: 20 o&#39;clock on Monday is expressed as 1000000-20:00:00.
    resumeTime String
    Scheduled pull-up time: For example: 8 o&#39;clock on Monday is expressed as 1000000-08:00:00.
    suspendStrategy Double
    Suspend configuration: 0 (default): wait for the task to end before suspending, 1: force suspend.
    suspendTime String
    Scheduled suspension time: For example: 20 o&#39;clock on Monday is expressed as 1000000-20:00:00.
    resumeTime string
    Scheduled pull-up time: For example: 8 o&#39;clock on Monday is expressed as 1000000-08:00:00.
    suspendStrategy number
    Suspend configuration: 0 (default): wait for the task to end before suspending, 1: force suspend.
    suspendTime string
    Scheduled suspension time: For example: 20 o&#39;clock on Monday is expressed as 1000000-20:00:00.
    resume_time str
    Scheduled pull-up time: For example: 8 o&#39;clock on Monday is expressed as 1000000-08:00:00.
    suspend_strategy float
    Suspend configuration: 0 (default): wait for the task to end before suspending, 1: force suspend.
    suspend_time str
    Scheduled suspension time: For example: 20 o&#39;clock on Monday is expressed as 1000000-20:00:00.
    resumeTime String
    Scheduled pull-up time: For example: 8 o&#39;clock on Monday is expressed as 1000000-08:00:00.
    suspendStrategy Number
    Suspend configuration: 0 (default): wait for the task to end before suspending, 1: force suspend.
    suspendTime String
    Scheduled suspension time: For example: 20 o&#39;clock on Monday is expressed as 1000000-20:00:00.

    GetDlcDescribeDataEngineDataEngineNetworkConnectionSet

    Appid double
    User appid.
    AssociateId string
    Network configuration unique identifier.
    CreateTime double
    Create time.
    DatasourceConnectionCidrBlock string
    Datasource connection cidr block.
    DatasourceConnectionId string
    Data source id (obsolete).
    DatasourceConnectionName string
    Network configuration name.
    DatasourceConnectionSubnetCidrBlock string
    Datasource connection subnet cidr block.
    DatasourceConnectionSubnetId string
    Datasource subnetId.
    DatasourceConnectionVpcId string
    Datasource vpcid.
    HouseId string
    Data engine id.
    HouseName string
    Data engine name.
    Id double
    Network configuration id.
    NetworkConnectionDesc string
    Network configuration description.
    NetworkConnectionType double
    Network configuration type.
    State double
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    SubAccountUin string
    Operator.
    Uin string
    User uin.
    UpdateTime double
    Update time.
    Appid float64
    User appid.
    AssociateId string
    Network configuration unique identifier.
    CreateTime float64
    Create time.
    DatasourceConnectionCidrBlock string
    Datasource connection cidr block.
    DatasourceConnectionId string
    Data source id (obsolete).
    DatasourceConnectionName string
    Network configuration name.
    DatasourceConnectionSubnetCidrBlock string
    Datasource connection subnet cidr block.
    DatasourceConnectionSubnetId string
    Datasource subnetId.
    DatasourceConnectionVpcId string
    Datasource vpcid.
    HouseId string
    Data engine id.
    HouseName string
    Data engine name.
    Id float64
    Network configuration id.
    NetworkConnectionDesc string
    Network configuration description.
    NetworkConnectionType float64
    Network configuration type.
    State float64
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    SubAccountUin string
    Operator.
    Uin string
    User uin.
    UpdateTime float64
    Update time.
    appid Double
    User appid.
    associateId String
    Network configuration unique identifier.
    createTime Double
    Create time.
    datasourceConnectionCidrBlock String
    Datasource connection cidr block.
    datasourceConnectionId String
    Data source id (obsolete).
    datasourceConnectionName String
    Network configuration name.
    datasourceConnectionSubnetCidrBlock String
    Datasource connection subnet cidr block.
    datasourceConnectionSubnetId String
    Datasource subnetId.
    datasourceConnectionVpcId String
    Datasource vpcid.
    houseId String
    Data engine id.
    houseName String
    Data engine name.
    id Double
    Network configuration id.
    networkConnectionDesc String
    Network configuration description.
    networkConnectionType Double
    Network configuration type.
    state Double
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    subAccountUin String
    Operator.
    uin String
    User uin.
    updateTime Double
    Update time.
    appid number
    User appid.
    associateId string
    Network configuration unique identifier.
    createTime number
    Create time.
    datasourceConnectionCidrBlock string
    Datasource connection cidr block.
    datasourceConnectionId string
    Data source id (obsolete).
    datasourceConnectionName string
    Network configuration name.
    datasourceConnectionSubnetCidrBlock string
    Datasource connection subnet cidr block.
    datasourceConnectionSubnetId string
    Datasource subnetId.
    datasourceConnectionVpcId string
    Datasource vpcid.
    houseId string
    Data engine id.
    houseName string
    Data engine name.
    id number
    Network configuration id.
    networkConnectionDesc string
    Network configuration description.
    networkConnectionType number
    Network configuration type.
    state number
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    subAccountUin string
    Operator.
    uin string
    User uin.
    updateTime number
    Update time.
    appid float
    User appid.
    associate_id str
    Network configuration unique identifier.
    create_time float
    Create time.
    datasource_connection_cidr_block str
    Datasource connection cidr block.
    datasource_connection_id str
    Data source id (obsolete).
    datasource_connection_name str
    Network configuration name.
    datasource_connection_subnet_cidr_block str
    Datasource connection subnet cidr block.
    datasource_connection_subnet_id str
    Datasource subnetId.
    datasource_connection_vpc_id str
    Datasource vpcid.
    house_id str
    Data engine id.
    house_name str
    Data engine name.
    id float
    Network configuration id.
    network_connection_desc str
    Network configuration description.
    network_connection_type float
    Network configuration type.
    state float
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    sub_account_uin str
    Operator.
    uin str
    User uin.
    update_time float
    Update time.
    appid Number
    User appid.
    associateId String
    Network configuration unique identifier.
    createTime Number
    Create time.
    datasourceConnectionCidrBlock String
    Datasource connection cidr block.
    datasourceConnectionId String
    Data source id (obsolete).
    datasourceConnectionName String
    Network configuration name.
    datasourceConnectionSubnetCidrBlock String
    Datasource connection subnet cidr block.
    datasourceConnectionSubnetId String
    Datasource subnetId.
    datasourceConnectionVpcId String
    Datasource vpcid.
    houseId String
    Data engine id.
    houseName String
    Data engine name.
    id Number
    Network configuration id.
    networkConnectionDesc String
    Network configuration description.
    networkConnectionType Number
    Network configuration type.
    state Number
    Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting.
    subAccountUin String
    Operator.
    uin String
    User uin.
    updateTime Number
    Update time.

    GetDlcDescribeDataEngineDataEngineSessionResourceTemplate

    DriverSize string
    Engine driver size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
    ExecutorMaxNumbers double
    Specify the executor max number (in a dynamic configuration scenario), the minimum value is 1, and the maximum value is less than the cluster specification (when ExecutorMaxNumbers is less than ExecutorNums, the value is set to ExecutorNums).
    ExecutorNums double
    Specify the number of executors. The minimum value is 1 and the maximum value is less than the cluster specification.
    ExecutorSize string
    Engine executor size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
    DriverSize string
    Engine driver size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
    ExecutorMaxNumbers float64
    Specify the executor max number (in a dynamic configuration scenario), the minimum value is 1, and the maximum value is less than the cluster specification (when ExecutorMaxNumbers is less than ExecutorNums, the value is set to ExecutorNums).
    ExecutorNums float64
    Specify the number of executors. The minimum value is 1 and the maximum value is less than the cluster specification.
    ExecutorSize string
    Engine executor size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
    driverSize String
    Engine driver size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
    executorMaxNumbers Double
    Specify the executor max number (in a dynamic configuration scenario), the minimum value is 1, and the maximum value is less than the cluster specification (when ExecutorMaxNumbers is less than ExecutorNums, the value is set to ExecutorNums).
    executorNums Double
    Specify the number of executors. The minimum value is 1 and the maximum value is less than the cluster specification.
    executorSize String
    Engine executor size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
    driverSize string
    Engine driver size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
    executorMaxNumbers number
    Specify the executor max number (in a dynamic configuration scenario), the minimum value is 1, and the maximum value is less than the cluster specification (when ExecutorMaxNumbers is less than ExecutorNums, the value is set to ExecutorNums).
    executorNums number
    Specify the number of executors. The minimum value is 1 and the maximum value is less than the cluster specification.
    executorSize string
    Engine executor size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
    driver_size str
    Engine driver size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
    executor_max_numbers float
    Specify the executor max number (in a dynamic configuration scenario), the minimum value is 1, and the maximum value is less than the cluster specification (when ExecutorMaxNumbers is less than ExecutorNums, the value is set to ExecutorNums).
    executor_nums float
    Specify the number of executors. The minimum value is 1 and the maximum value is less than the cluster specification.
    executor_size str
    Engine executor size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
    driverSize String
    Engine driver size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
    executorMaxNumbers Number
    Specify the executor max number (in a dynamic configuration scenario), the minimum value is 1, and the maximum value is less than the cluster specification (when ExecutorMaxNumbers is less than ExecutorNums, the value is set to ExecutorNums).
    executorNums Number
    Specify the number of executors. The minimum value is 1 and the maximum value is less than the cluster specification.
    executorSize String
    Engine executor size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.

    GetDlcDescribeDataEngineDataEngineTagList

    TagKey string
    Tag key.
    TagValue string
    Tag value.
    TagKey string
    Tag key.
    TagValue string
    Tag value.
    tagKey String
    Tag key.
    tagValue String
    Tag value.
    tagKey string
    Tag key.
    tagValue string
    Tag value.
    tag_key str
    Tag key.
    tag_value str
    Tag value.
    tagKey String
    Tag key.
    tagValue String
    Tag value.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.17 published on Thursday, Aug 14, 2025 by tencentcloudstack