tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getDlcDescribeDataEngine
Explore with Pulumi AI
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:
- Data
Engine stringName - Engine name.
- Id string
- Network configuration id.
- Result
Output stringFile - Used to save results.
- Data
Engine stringName - Engine name.
- Id string
- Network configuration id.
- Result
Output stringFile - Used to save results.
- data
Engine StringName - Engine name.
- id String
- Network configuration id.
- result
Output StringFile - Used to save results.
- data
Engine stringName - Engine name.
- id string
- Network configuration id.
- result
Output stringFile - Used to save results.
- data_
engine_ strname - Engine name.
- id str
- Network configuration id.
- result_
output_ strfile - Used to save results.
- data
Engine StringName - Engine name.
- id String
- Network configuration id.
- result
Output StringFile - Used to save results.
getDlcDescribeDataEngine Result
The following output properties are available:
- Data
Engine stringName - Engine name.
- Data
Engines List<GetDlc Describe Data Engine Data Engine> - Data engine details.
- Id string
- Network configuration id.
- Result
Output stringFile
- Data
Engine stringName - Engine name.
- Data
Engines []GetDlc Describe Data Engine Data Engine - Data engine details.
- Id string
- Network configuration id.
- Result
Output stringFile
- data
Engine StringName - Engine name.
- data
Engines List<GetDlc Describe Data Engine Data Engine> - Data engine details.
- id String
- Network configuration id.
- result
Output StringFile
- data
Engine stringName - Engine name.
- data
Engines GetDlc Describe Data Engine Data Engine[] - Data engine details.
- id string
- Network configuration id.
- result
Output stringFile
- data_
engine_ strname - Engine name.
- data_
engines Sequence[GetDlc Describe Data Engine Data Engine] - Data engine details.
- id str
- Network configuration id.
- result_
output_ strfile
- data
Engine StringName - Engine name.
- data
Engines List<Property Map> - Data engine details.
- id String
- Network configuration id.
- result
Output StringFile
Supporting Types
GetDlcDescribeDataEngineDataEngine
- 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 doubleTime - Cluster automatic suspension time, default 10 minutes.
- Child
Image stringVersion Id - Engine Image version id.
- Cidr
Block string - Engine VPC network segment, just like 192.0.2.1/24.
- Cluster
Type string - Engine cluster type, only support: spark_cu/presto_cu.
- Create
Time double - Create time.
- Crontab
Resume doubleSuspend - Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
- Crontab
Resume List<GetSuspend Strategies Dlc Describe Data Engine Data Engine Crontab Resume Suspend Strategy> - Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
- Data
Engine stringId - Engine unique id.
- Data
Engine stringName - Engine name.
- Default
Data boolEngine - Whether it is the default virtual cluster.
- Default
House bool - Is it the default engine?.
- Elastic
Limit double - 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 stringType - Engine exec type, only support SQL(default) or BATCH.
- Engine
Type string - Engine type, only support: spark/presto.
- Expire
Time string - Expire time.
- Image
Version stringId - Engine major version id.
- Image
Version stringName - Engine image version name.
- Isolated
Time string - Isolated time.
- Max
Clusters double - Engine max cluster size, MaxClusters less than or equal to 10 and MaxClusters bigger than MinClusters.
- Max
Concurrency double - Maximum number of concurrent tasks in a single cluster, default 5.
- Message string
- Engine description information.
- Min
Clusters 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.
- Network
Connection List<GetSets Dlc Describe Data Engine Data Engine Network Connection Set> - Network connection configuration.
- Permissions List<string>
- Engine permissions.
- Quota
Id string - Reference ID.
- Renew
Flag 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.
- Resource
Type string - Engine resource type not match, only support: Standard_CU/Memory_CU(only BATCH ExecType).
- Reversal
Time string - Reversal time.
- Session
Resource List<GetTemplates Dlc Describe Data Engine Data Engine Session Resource Template> - For spark Batch ExecType, cluster session resource configuration template.
- Size double
- Engine size.
- Spend
After double - Automatic recovery time, prepay not support.
- Start
Standby boolCluster - 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.
- Sub
Account stringUin - Operator.
- Tag
Lists List<GetDlc Describe Data Engine Data Engine Tag List> - Tag list.
- Tolerable
Queue doubleTime - 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 string - Jump address of ui.
- Update
Time double - Update time.
- User
Alias string - User's nickname.
- User
App doubleId - User appid.
- User
Uin 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 float64Time - Cluster automatic suspension time, default 10 minutes.
- Child
Image stringVersion Id - Engine Image version id.
- Cidr
Block string - Engine VPC network segment, just like 192.0.2.1/24.
- Cluster
Type string - Engine cluster type, only support: spark_cu/presto_cu.
- Create
Time float64 - Create time.
- Crontab
Resume float64Suspend - Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
- Crontab
Resume []GetSuspend Strategies Dlc Describe Data Engine Data Engine Crontab Resume Suspend Strategy - Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
- Data
Engine stringId - Engine unique id.
- Data
Engine stringName - Engine name.
- Default
Data boolEngine - Whether it is the default virtual cluster.
- Default
House bool - Is it the default engine?.
- Elastic
Limit float64 - 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 stringType - Engine exec type, only support SQL(default) or BATCH.
- Engine
Type string - Engine type, only support: spark/presto.
- Expire
Time string - Expire time.
- Image
Version stringId - Engine major version id.
- Image
Version stringName - Engine image version name.
- Isolated
Time string - Isolated time.
- Max
Clusters float64 - Engine max cluster size, MaxClusters less than or equal to 10 and MaxClusters bigger than MinClusters.
- Max
Concurrency float64 - Maximum number of concurrent tasks in a single cluster, default 5.
- Message string
- Engine description information.
- Min
Clusters 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.
- Network
Connection []GetSets Dlc Describe Data Engine Data Engine Network Connection Set - Network connection configuration.
- Permissions []string
- Engine permissions.
- Quota
Id string - Reference ID.
- Renew
Flag 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.
- Resource
Type string - Engine resource type not match, only support: Standard_CU/Memory_CU(only BATCH ExecType).
- Reversal
Time string - Reversal time.
- Session
Resource []GetTemplates Dlc Describe Data Engine Data Engine Session Resource Template - For spark Batch ExecType, cluster session resource configuration template.
- Size float64
- Engine size.
- Spend
After float64 - Automatic recovery time, prepay not support.
- Start
Standby boolCluster - 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.
- Sub
Account stringUin - Operator.
- Tag
Lists []GetDlc Describe Data Engine Data Engine Tag List - Tag list.
- Tolerable
Queue float64Time - 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 string - Jump address of ui.
- Update
Time float64 - Update time.
- User
Alias string - User's nickname.
- User
App float64Id - User appid.
- User
Uin string - User uin.
- auto
Resume Boolean - Whether to automatically start the cluster, prepay not support.
- auto
Suspend Boolean - Whether to automatically suspend the cluster, prepay not support.
- auto
Suspend DoubleTime - Cluster automatic suspension time, default 10 minutes.
- child
Image StringVersion Id - Engine Image version id.
- cidr
Block String - Engine VPC network segment, just like 192.0.2.1/24.
- cluster
Type String - Engine cluster type, only support: spark_cu/presto_cu.
- create
Time Double - Create time.
- crontab
Resume DoubleSuspend - Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
- crontab
Resume List<GetSuspend Strategies Dlc Describe Data Engine Data Engine Crontab Resume Suspend Strategy> - Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
- data
Engine StringId - Engine unique id.
- data
Engine StringName - Engine name.
- default
Data BooleanEngine - Whether it is the default virtual cluster.
- default
House Boolean - Is it the default engine?.
- elastic
Limit Double - For spark Batch ExecType, yearly and monthly cluster elastic limit.
- elastic
Switch Boolean - For spark Batch ExecType, yearly and monthly cluster whether to enable elasticity.
- engine
Exec StringType - Engine exec type, only support SQL(default) or BATCH.
- engine
Type String - Engine type, only support: spark/presto.
- expire
Time String - Expire time.
- image
Version StringId - Engine major version id.
- image
Version StringName - Engine image version name.
- isolated
Time String - Isolated time.
- max
Clusters Double - Engine max cluster size, MaxClusters less than or equal to 10 and MaxClusters bigger than MinClusters.
- max
Concurrency Double - Maximum number of concurrent tasks in a single cluster, default 5.
- message String
- Engine description information.
- min
Clusters 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.
- network
Connection List<GetSets Dlc Describe Data Engine Data Engine Network Connection Set> - Network connection configuration.
- permissions List<String>
- Engine permissions.
- quota
Id String - Reference ID.
- renew
Flag 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.
- resource
Type String - Engine resource type not match, only support: Standard_CU/Memory_CU(only BATCH ExecType).
- reversal
Time String - Reversal time.
- session
Resource List<GetTemplates Dlc Describe Data Engine Data Engine Session Resource Template> - For spark Batch ExecType, cluster session resource configuration template.
- size Double
- Engine size.
- spend
After Double - Automatic recovery time, prepay not support.
- start
Standby BooleanCluster - 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.
- sub
Account StringUin - Operator.
- tag
Lists List<GetDlc Describe Data Engine Data Engine Tag List> - Tag list.
- tolerable
Queue DoubleTime - 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 String - Jump address of ui.
- update
Time Double - Update time.
- user
Alias String - User's nickname.
- user
App DoubleId - User appid.
- user
Uin String - User uin.
- auto
Resume boolean - Whether to automatically start the cluster, prepay not support.
- auto
Suspend boolean - Whether to automatically suspend the cluster, prepay not support.
- auto
Suspend numberTime - Cluster automatic suspension time, default 10 minutes.
- child
Image stringVersion Id - Engine Image version id.
- cidr
Block string - Engine VPC network segment, just like 192.0.2.1/24.
- cluster
Type string - Engine cluster type, only support: spark_cu/presto_cu.
- create
Time number - Create time.
- crontab
Resume numberSuspend - Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
- crontab
Resume GetSuspend Strategies Dlc Describe Data Engine Data Engine Crontab Resume Suspend Strategy[] - Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
- data
Engine stringId - Engine unique id.
- data
Engine stringName - Engine name.
- default
Data booleanEngine - Whether it is the default virtual cluster.
- default
House boolean - Is it the default engine?.
- elastic
Limit number - For spark Batch ExecType, yearly and monthly cluster elastic limit.
- elastic
Switch boolean - For spark Batch ExecType, yearly and monthly cluster whether to enable elasticity.
- engine
Exec stringType - Engine exec type, only support SQL(default) or BATCH.
- engine
Type string - Engine type, only support: spark/presto.
- expire
Time string - Expire time.
- image
Version stringId - Engine major version id.
- image
Version stringName - Engine image version name.
- isolated
Time string - Isolated time.
- max
Clusters number - Engine max cluster size, MaxClusters less than or equal to 10 and MaxClusters bigger than MinClusters.
- max
Concurrency number - Maximum number of concurrent tasks in a single cluster, default 5.
- message string
- Engine description information.
- min
Clusters 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.
- network
Connection GetSets Dlc Describe Data Engine Data Engine Network Connection Set[] - Network connection configuration.
- permissions string[]
- Engine permissions.
- quota
Id string - Reference ID.
- renew
Flag 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.
- resource
Type string - Engine resource type not match, only support: Standard_CU/Memory_CU(only BATCH ExecType).
- reversal
Time string - Reversal time.
- session
Resource GetTemplates Dlc Describe Data Engine Data Engine Session Resource Template[] - For spark Batch ExecType, cluster session resource configuration template.
- size number
- Engine size.
- spend
After number - Automatic recovery time, prepay not support.
- start
Standby booleanCluster - 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.
- sub
Account stringUin - Operator.
- tag
Lists GetDlc Describe Data Engine Data Engine Tag List[] - Tag list.
- tolerable
Queue numberTime - 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 string - Jump address of ui.
- update
Time number - Update time.
- user
Alias string - User's nickname.
- user
App numberId - User appid.
- user
Uin 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_ floattime - Cluster automatic suspension time, default 10 minutes.
- child_
image_ strversion_ id - 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_ floatsuspend - Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
- crontab_
resume_ Sequence[Getsuspend_ strategies Dlc Describe Data Engine Data Engine Crontab Resume Suspend Strategy] - Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
- data_
engine_ strid - Engine unique id.
- data_
engine_ strname - Engine name.
- default_
data_ boolengine - 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_ strtype - 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_ strid - Engine major version id.
- image_
version_ strname - 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_ Sequence[Getsets Dlc Describe Data Engine Data Engine Network Connection Set] - 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_ Sequence[Gettemplates Dlc Describe Data Engine Data Engine Session Resource Template] - For spark Batch ExecType, cluster session resource configuration template.
- size float
- Engine size.
- spend_
after float - Automatic recovery time, prepay not support.
- start_
standby_ boolcluster - 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_ struin - Operator.
- tag_
lists Sequence[GetDlc Describe Data Engine Data Engine Tag List] - Tag list.
- tolerable_
queue_ floattime - 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's nickname.
- user_
app_ floatid - User appid.
- user_
uin str - User uin.
- auto
Resume Boolean - Whether to automatically start the cluster, prepay not support.
- auto
Suspend Boolean - Whether to automatically suspend the cluster, prepay not support.
- auto
Suspend NumberTime - Cluster automatic suspension time, default 10 minutes.
- child
Image StringVersion Id - Engine Image version id.
- cidr
Block String - Engine VPC network segment, just like 192.0.2.1/24.
- cluster
Type String - Engine cluster type, only support: spark_cu/presto_cu.
- create
Time Number - Create time.
- crontab
Resume NumberSuspend - Engine crontab resume or suspend strategy, only support: 0: Wait(default), 1: Kill.
- crontab
Resume List<Property Map>Suspend Strategies - Engine auto suspend strategy, when AutoSuspend is true, CrontabResumeSuspend must stop.
- data
Engine StringId - Engine unique id.
- data
Engine StringName - Engine name.
- default
Data BooleanEngine - Whether it is the default virtual cluster.
- default
House Boolean - Is it the default engine?.
- elastic
Limit Number - For spark Batch ExecType, yearly and monthly cluster elastic limit.
- elastic
Switch Boolean - For spark Batch ExecType, yearly and monthly cluster whether to enable elasticity.
- engine
Exec StringType - Engine exec type, only support SQL(default) or BATCH.
- engine
Type String - Engine type, only support: spark/presto.
- expire
Time String - Expire time.
- image
Version StringId - Engine major version id.
- image
Version StringName - Engine image version name.
- isolated
Time String - Isolated time.
- max
Clusters Number - Engine max cluster size, MaxClusters less than or equal to 10 and MaxClusters bigger than MinClusters.
- max
Concurrency Number - Maximum number of concurrent tasks in a single cluster, default 5.
- message String
- Engine description information.
- min
Clusters 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.
- network
Connection List<Property Map>Sets - Network connection configuration.
- permissions List<String>
- Engine permissions.
- quota
Id String - Reference ID.
- renew
Flag 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.
- resource
Type String - Engine resource type not match, only support: Standard_CU/Memory_CU(only BATCH ExecType).
- reversal
Time String - Reversal time.
- session
Resource List<Property Map>Templates - For spark Batch ExecType, cluster session resource configuration template.
- size Number
- Engine size.
- spend
After Number - Automatic recovery time, prepay not support.
- start
Standby BooleanCluster - 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.
- sub
Account StringUin - Operator.
- tag
Lists List<Property Map> - Tag list.
- tolerable
Queue NumberTime - 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 String - Jump address of ui.
- update
Time Number - Update time.
- user
Alias String - User's nickname.
- user
App NumberId - User appid.
- user
Uin String - User uin.
GetDlcDescribeDataEngineDataEngineCrontabResumeSuspendStrategy
- Resume
Time string - Scheduled pull-up time: For example: 8 o'clock on Monday is expressed as 1000000-08:00:00.
- Suspend
Strategy double - Suspend configuration: 0 (default): wait for the task to end before suspending, 1: force suspend.
- Suspend
Time string - Scheduled suspension time: For example: 20 o'clock on Monday is expressed as 1000000-20:00:00.
- Resume
Time string - Scheduled pull-up time: For example: 8 o'clock on Monday is expressed as 1000000-08:00:00.
- Suspend
Strategy float64 - Suspend configuration: 0 (default): wait for the task to end before suspending, 1: force suspend.
- Suspend
Time string - Scheduled suspension time: For example: 20 o'clock on Monday is expressed as 1000000-20:00:00.
- resume
Time String - Scheduled pull-up time: For example: 8 o'clock on Monday is expressed as 1000000-08:00:00.
- suspend
Strategy Double - Suspend configuration: 0 (default): wait for the task to end before suspending, 1: force suspend.
- suspend
Time String - Scheduled suspension time: For example: 20 o'clock on Monday is expressed as 1000000-20:00:00.
- resume
Time string - Scheduled pull-up time: For example: 8 o'clock on Monday is expressed as 1000000-08:00:00.
- suspend
Strategy number - Suspend configuration: 0 (default): wait for the task to end before suspending, 1: force suspend.
- suspend
Time string - Scheduled suspension time: For example: 20 o'clock on Monday is expressed as 1000000-20:00:00.
- resume_
time str - Scheduled pull-up time: For example: 8 o'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'clock on Monday is expressed as 1000000-20:00:00.
- resume
Time String - Scheduled pull-up time: For example: 8 o'clock on Monday is expressed as 1000000-08:00:00.
- suspend
Strategy Number - Suspend configuration: 0 (default): wait for the task to end before suspending, 1: force suspend.
- suspend
Time String - Scheduled suspension time: For example: 20 o'clock on Monday is expressed as 1000000-20:00:00.
GetDlcDescribeDataEngineDataEngineNetworkConnectionSet
- Appid double
- User appid.
- Associate
Id string - Network configuration unique identifier.
- Create
Time double - Create time.
- Datasource
Connection stringCidr Block - Datasource connection cidr block.
- Datasource
Connection stringId - Data source id (obsolete).
- Datasource
Connection stringName - Network configuration name.
- Datasource
Connection stringSubnet Cidr Block - Datasource connection subnet cidr block.
- Datasource
Connection stringSubnet Id - Datasource subnetId.
- Datasource
Connection stringVpc Id - Datasource vpcid.
- House
Id string - Data engine id.
- House
Name string - Data engine name.
- Id double
- Network configuration id.
- Network
Connection stringDesc - Network configuration description.
- Network
Connection doubleType - Network configuration type.
- State double
- Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/4:Deleting.
- Sub
Account stringUin - Operator.
- Uin string
- User uin.
- Update
Time double - Update time.
- Appid float64
- User appid.
- Associate
Id string - Network configuration unique identifier.
- Create
Time float64 - Create time.
- Datasource
Connection stringCidr Block - Datasource connection cidr block.
- Datasource
Connection stringId - Data source id (obsolete).
- Datasource
Connection stringName - Network configuration name.
- Datasource
Connection stringSubnet Cidr Block - Datasource connection subnet cidr block.
- Datasource
Connection stringSubnet Id - Datasource subnetId.
- Datasource
Connection stringVpc Id - Datasource vpcid.
- House
Id string - Data engine id.
- House
Name string - Data engine name.
- Id float64
- Network configuration id.
- Network
Connection stringDesc - Network configuration description.
- Network
Connection float64Type - Network configuration type.
- State float64
- Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/4:Deleting.
- Sub
Account stringUin - Operator.
- Uin string
- User uin.
- Update
Time float64 - Update time.
- appid Double
- User appid.
- associate
Id String - Network configuration unique identifier.
- create
Time Double - Create time.
- datasource
Connection StringCidr Block - Datasource connection cidr block.
- datasource
Connection StringId - Data source id (obsolete).
- datasource
Connection StringName - Network configuration name.
- datasource
Connection StringSubnet Cidr Block - Datasource connection subnet cidr block.
- datasource
Connection StringSubnet Id - Datasource subnetId.
- datasource
Connection StringVpc Id - Datasource vpcid.
- house
Id String - Data engine id.
- house
Name String - Data engine name.
- id Double
- Network configuration id.
- network
Connection StringDesc - Network configuration description.
- network
Connection DoubleType - Network configuration type.
- state Double
- Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/4:Deleting.
- sub
Account StringUin - Operator.
- uin String
- User uin.
- update
Time Double - Update time.
- appid number
- User appid.
- associate
Id string - Network configuration unique identifier.
- create
Time number - Create time.
- datasource
Connection stringCidr Block - Datasource connection cidr block.
- datasource
Connection stringId - Data source id (obsolete).
- datasource
Connection stringName - Network configuration name.
- datasource
Connection stringSubnet Cidr Block - Datasource connection subnet cidr block.
- datasource
Connection stringSubnet Id - Datasource subnetId.
- datasource
Connection stringVpc Id - Datasource vpcid.
- house
Id string - Data engine id.
- house
Name string - Data engine name.
- id number
- Network configuration id.
- network
Connection stringDesc - Network configuration description.
- network
Connection numberType - Network configuration type.
- state number
- Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/4:Deleting.
- sub
Account stringUin - Operator.
- uin string
- User uin.
- update
Time number - Update time.
- appid float
- User appid.
- associate_
id str - Network configuration unique identifier.
- create_
time float - Create time.
- datasource_
connection_ strcidr_ block - Datasource connection cidr block.
- datasource_
connection_ strid - Data source id (obsolete).
- datasource_
connection_ strname - Network configuration name.
- datasource_
connection_ strsubnet_ cidr_ block - Datasource connection subnet cidr block.
- datasource_
connection_ strsubnet_ id - Datasource subnetId.
- datasource_
connection_ strvpc_ id - Datasource vpcid.
- house_
id str - Data engine id.
- house_
name str - Data engine name.
- id float
- Network configuration id.
- network_
connection_ strdesc - Network configuration description.
- network_
connection_ floattype - 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_ struin - Operator.
- uin str
- User uin.
- update_
time float - Update time.
- appid Number
- User appid.
- associate
Id String - Network configuration unique identifier.
- create
Time Number - Create time.
- datasource
Connection StringCidr Block - Datasource connection cidr block.
- datasource
Connection StringId - Data source id (obsolete).
- datasource
Connection StringName - Network configuration name.
- datasource
Connection StringSubnet Cidr Block - Datasource connection subnet cidr block.
- datasource
Connection StringSubnet Id - Datasource subnetId.
- datasource
Connection StringVpc Id - Datasource vpcid.
- house
Id String - Data engine id.
- house
Name String - Data engine name.
- id Number
- Network configuration id.
- network
Connection StringDesc - Network configuration description.
- network
Connection NumberType - Network configuration type.
- state Number
- Engine state, only support: 0:Init/-1:Failed/-2:Deleted/1:Pause/2:Running/3:ToBeDelete/4:Deleting.
- sub
Account StringUin - Operator.
- uin String
- User uin.
- update
Time Number - Update time.
GetDlcDescribeDataEngineDataEngineSessionResourceTemplate
- Driver
Size string - Engine driver size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
- Executor
Max doubleNumbers - 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 double - Specify the number of executors. The minimum value is 1 and the maximum value is less than the cluster specification.
- Executor
Size string - Engine executor size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
- Driver
Size string - Engine driver size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
- Executor
Max float64Numbers - 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 float64 - Specify the number of executors. The minimum value is 1 and the maximum value is less than the cluster specification.
- Executor
Size string - Engine executor size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
- driver
Size String - Engine driver size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
- executor
Max DoubleNumbers - 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 Double - Specify the number of executors. The minimum value is 1 and the maximum value is less than the cluster specification.
- executor
Size String - Engine executor size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
- driver
Size string - Engine driver size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
- executor
Max numberNumbers - 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 number - Specify the number of executors. The minimum value is 1 and the maximum value is less than the cluster specification.
- executor
Size 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_ floatnumbers - 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.
- driver
Size String - Engine driver size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
- executor
Max NumberNumbers - 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 Number - Specify the number of executors. The minimum value is 1 and the maximum value is less than the cluster specification.
- executor
Size String - Engine executor size specification only supports: small/medium/large/xlarge/m.small/m.medium/m.large/m.xlarge.
GetDlcDescribeDataEngineDataEngineTagList
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack