1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getDlcDescribeDataEngine
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getDlcDescribeDataEngine

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 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 describeDataEngine = tencentcloud.getDlcDescribeDataEngine({
        dataEngineName: "testSpark",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    describe_data_engine = tencentcloud.get_dlc_describe_data_engine(data_engine_name="testSpark")
    
    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: "testSpark",
    		}, 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 describeDataEngine = Tencentcloud.GetDlcDescribeDataEngine.Invoke(new()
        {
            DataEngineName = "testSpark",
        });
    
    });
    
    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 describeDataEngine = TencentcloudFunctions.getDlcDescribeDataEngine(GetDlcDescribeDataEngineArgs.builder()
                .dataEngineName("testSpark")
                .build());
    
        }
    }
    
    variables:
      describeDataEngine:
        fn::invoke:
          function: tencentcloud:getDlcDescribeDataEngine
          arguments:
            dataEngineName: testSpark
    

    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 automatically start the cluster, prepay not support.
    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
    Engine VPC network segment, just like 192.0.2.1/24.
    ClusterType string
    Engine cluster type, only support: spark_cu/presto_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 virtual cluster.
    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, only support: spark/presto.
    ExpireTime string
    Expire time.
    ImageVersionId string
    Engine major version id.
    ImageVersionName string
    Engine image version name.
    IsolatedTime string
    Isolated time.
    MaxClusters double
    Engine max cluster size, MaxClusters less than or equal to 10 and MaxClusters bigger than MinClusters.
    MaxConcurrency double
    Maximum number of concurrent tasks in a single cluster, default 5.
    Message string
    Engine description information.
    MinClusters double
    Engine min size, greater than or equal to 1 and MaxClusters bigger than MinClusters.
    Mode double
    Engine mode, only support 1: ByAmount, 2: YearlyAndMonthly.
    NetworkConnectionSets List<GetDlcDescribeDataEngineDataEngineNetworkConnectionSet>
    Network connection configuration.
    Permissions List<string>
    Engine permissions.
    QuotaId string
    Reference 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
    Reversal time.
    SessionResourceTemplates List<GetDlcDescribeDataEngineDataEngineSessionResourceTemplate>
    For spark Batch ExecType, cluster session resource configuration template.
    Size double
    Engine size.
    SpendAfter double
    Automatic recovery time, prepay not support.
    StartStandbyCluster bool
    Whether to enable the backup cluster.
    State double
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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
    Jump address of ui.
    UpdateTime double
    Update time.
    UserAlias string
    User&#39;s nickname.
    UserAppId double
    User appid.
    UserUin string
    User uin.
    AutoResume bool
    Whether to automatically start the cluster, prepay not support.
    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
    Engine VPC network segment, just like 192.0.2.1/24.
    ClusterType string
    Engine cluster type, only support: spark_cu/presto_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 virtual cluster.
    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, only support: spark/presto.
    ExpireTime string
    Expire time.
    ImageVersionId string
    Engine major version id.
    ImageVersionName string
    Engine image version name.
    IsolatedTime string
    Isolated time.
    MaxClusters float64
    Engine max cluster size, MaxClusters less than or equal to 10 and MaxClusters bigger than MinClusters.
    MaxConcurrency float64
    Maximum number of concurrent tasks in a single cluster, default 5.
    Message string
    Engine description information.
    MinClusters float64
    Engine min size, greater than or equal to 1 and MaxClusters bigger than MinClusters.
    Mode float64
    Engine mode, only support 1: ByAmount, 2: YearlyAndMonthly.
    NetworkConnectionSets []GetDlcDescribeDataEngineDataEngineNetworkConnectionSet
    Network connection configuration.
    Permissions []string
    Engine permissions.
    QuotaId string
    Reference 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
    Reversal time.
    SessionResourceTemplates []GetDlcDescribeDataEngineDataEngineSessionResourceTemplate
    For spark Batch ExecType, cluster session resource configuration template.
    Size float64
    Engine size.
    SpendAfter float64
    Automatic recovery time, prepay not support.
    StartStandbyCluster bool
    Whether to enable the backup cluster.
    State float64
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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
    Jump address of ui.
    UpdateTime float64
    Update time.
    UserAlias string
    User&#39;s nickname.
    UserAppId float64
    User appid.
    UserUin string
    User uin.
    autoResume Boolean
    Whether to automatically start the cluster, prepay not support.
    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
    Engine VPC network segment, just like 192.0.2.1/24.
    clusterType String
    Engine cluster type, only support: spark_cu/presto_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 virtual cluster.
    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, only support: spark/presto.
    expireTime String
    Expire time.
    imageVersionId String
    Engine major version id.
    imageVersionName String
    Engine image version name.
    isolatedTime String
    Isolated time.
    maxClusters Double
    Engine max cluster size, MaxClusters less than or equal to 10 and MaxClusters bigger than MinClusters.
    maxConcurrency Double
    Maximum number of concurrent tasks in a single cluster, default 5.
    message String
    Engine description information.
    minClusters Double
    Engine min size, greater than or equal to 1 and MaxClusters bigger than MinClusters.
    mode Double
    Engine mode, only support 1: ByAmount, 2: YearlyAndMonthly.
    networkConnectionSets List<GetDlcDescribeDataEngineDataEngineNetworkConnectionSet>
    Network connection configuration.
    permissions List<String>
    Engine permissions.
    quotaId String
    Reference 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
    Reversal time.
    sessionResourceTemplates List<GetDlcDescribeDataEngineDataEngineSessionResourceTemplate>
    For spark Batch ExecType, cluster session resource configuration template.
    size Double
    Engine size.
    spendAfter Double
    Automatic recovery time, prepay not support.
    startStandbyCluster Boolean
    Whether to enable the backup cluster.
    state Double
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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
    Jump address of ui.
    updateTime Double
    Update time.
    userAlias String
    User&#39;s nickname.
    userAppId Double
    User appid.
    userUin String
    User uin.
    autoResume boolean
    Whether to automatically start the cluster, prepay not support.
    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
    Engine VPC network segment, just like 192.0.2.1/24.
    clusterType string
    Engine cluster type, only support: spark_cu/presto_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 virtual cluster.
    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, only support: spark/presto.
    expireTime string
    Expire time.
    imageVersionId string
    Engine major version id.
    imageVersionName string
    Engine image version name.
    isolatedTime string
    Isolated time.
    maxClusters number
    Engine max cluster size, MaxClusters less than or equal to 10 and MaxClusters bigger than MinClusters.
    maxConcurrency number
    Maximum number of concurrent tasks in a single cluster, default 5.
    message string
    Engine description information.
    minClusters number
    Engine min size, greater than or equal to 1 and MaxClusters bigger than MinClusters.
    mode number
    Engine mode, only support 1: ByAmount, 2: YearlyAndMonthly.
    networkConnectionSets GetDlcDescribeDataEngineDataEngineNetworkConnectionSet[]
    Network connection configuration.
    permissions string[]
    Engine permissions.
    quotaId string
    Reference 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
    Reversal time.
    sessionResourceTemplates GetDlcDescribeDataEngineDataEngineSessionResourceTemplate[]
    For spark Batch ExecType, cluster session resource configuration template.
    size number
    Engine size.
    spendAfter number
    Automatic recovery time, prepay not support.
    startStandbyCluster boolean
    Whether to enable the backup cluster.
    state number
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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
    Jump address of ui.
    updateTime number
    Update time.
    userAlias string
    User&#39;s nickname.
    userAppId number
    User appid.
    userUin string
    User uin.
    auto_resume bool
    Whether to automatically start the cluster, prepay not support.
    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
    Engine VPC network segment, just like 192.0.2.1/24.
    cluster_type str
    Engine cluster type, only support: spark_cu/presto_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 virtual cluster.
    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, only support: spark/presto.
    expire_time str
    Expire time.
    image_version_id str
    Engine major version id.
    image_version_name str
    Engine image version name.
    isolated_time str
    Isolated time.
    max_clusters float
    Engine max cluster size, MaxClusters less than or equal to 10 and MaxClusters bigger than MinClusters.
    max_concurrency float
    Maximum number of concurrent tasks in a single cluster, default 5.
    message str
    Engine description information.
    min_clusters float
    Engine min size, greater than or equal to 1 and MaxClusters bigger than MinClusters.
    mode float
    Engine mode, only support 1: ByAmount, 2: YearlyAndMonthly.
    network_connection_sets Sequence[GetDlcDescribeDataEngineDataEngineNetworkConnectionSet]
    Network connection configuration.
    permissions Sequence[str]
    Engine permissions.
    quota_id str
    Reference 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
    Reversal time.
    session_resource_templates Sequence[GetDlcDescribeDataEngineDataEngineSessionResourceTemplate]
    For spark Batch ExecType, cluster session resource configuration template.
    size float
    Engine size.
    spend_after float
    Automatic recovery time, prepay not support.
    start_standby_cluster bool
    Whether to enable the backup cluster.
    state float
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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
    Jump address of ui.
    update_time float
    Update time.
    user_alias str
    User&#39;s nickname.
    user_app_id float
    User appid.
    user_uin str
    User uin.
    autoResume Boolean
    Whether to automatically start the cluster, prepay not support.
    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
    Engine VPC network segment, just like 192.0.2.1/24.
    clusterType String
    Engine cluster type, only support: spark_cu/presto_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 virtual cluster.
    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, only support: spark/presto.
    expireTime String
    Expire time.
    imageVersionId String
    Engine major version id.
    imageVersionName String
    Engine image version name.
    isolatedTime String
    Isolated time.
    maxClusters Number
    Engine max cluster size, MaxClusters less than or equal to 10 and MaxClusters bigger than MinClusters.
    maxConcurrency Number
    Maximum number of concurrent tasks in a single cluster, default 5.
    message String
    Engine description information.
    minClusters Number
    Engine min size, greater than or equal to 1 and MaxClusters bigger than MinClusters.
    mode Number
    Engine mode, only support 1: ByAmount, 2: YearlyAndMonthly.
    networkConnectionSets List<Property Map>
    Network connection configuration.
    permissions List<String>
    Engine permissions.
    quotaId String
    Reference 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
    Reversal time.
    sessionResourceTemplates List<Property Map>
    For spark Batch ExecType, cluster session resource configuration template.
    size Number
    Engine size.
    spendAfter Number
    Automatic recovery time, prepay not support.
    startStandbyCluster Boolean
    Whether to enable the backup cluster.
    state Number
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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
    Jump address of ui.
    updateTime Number
    Update time.
    userAlias String
    User&#39;s nickname.
    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
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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
    Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/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.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack