tencentcloud.OceanusJobConfig
Explore with Pulumi AI
Provides a resource to create a oceanus job_config
Example Usage
is 2
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = new tencentcloud.OceanusJobConfig("example", {
autoRecover: 1,
clsLogsetId: "cd9adbb5-6b7d-48d2-9870-77658959c7a4",
clsTopicId: "cec4c2f1-0bf3-470e-b1a5-b1c451e88838",
defaultParallelism: 1,
entrypointClass: "tf_example",
expertModeOn: false,
jobId: "cql-4xwincyn",
jobManagerSpec: 1,
logCollect: true,
logCollectType: 2,
logLevel: "INFO",
programArgs: "--conf Key=Value",
properties: [{
key: "pipeline.max-parallelism",
value: "2048",
}],
remark: "remark.",
resourceRefs: [{
resourceId: "resource-q22ntswy",
type: 1,
version: 1,
}],
taskManagerSpec: 1,
workSpaceId: "space-2idq8wbr",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.OceanusJobConfig("example",
auto_recover=1,
cls_logset_id="cd9adbb5-6b7d-48d2-9870-77658959c7a4",
cls_topic_id="cec4c2f1-0bf3-470e-b1a5-b1c451e88838",
default_parallelism=1,
entrypoint_class="tf_example",
expert_mode_on=False,
job_id="cql-4xwincyn",
job_manager_spec=1,
log_collect=True,
log_collect_type=2,
log_level="INFO",
program_args="--conf Key=Value",
properties=[{
"key": "pipeline.max-parallelism",
"value": "2048",
}],
remark="remark.",
resource_refs=[{
"resource_id": "resource-q22ntswy",
"type": 1,
"version": 1,
}],
task_manager_spec=1,
work_space_id="space-2idq8wbr")
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.NewOceanusJobConfig(ctx, "example", &tencentcloud.OceanusJobConfigArgs{
AutoRecover: pulumi.Float64(1),
ClsLogsetId: pulumi.String("cd9adbb5-6b7d-48d2-9870-77658959c7a4"),
ClsTopicId: pulumi.String("cec4c2f1-0bf3-470e-b1a5-b1c451e88838"),
DefaultParallelism: pulumi.Float64(1),
EntrypointClass: pulumi.String("tf_example"),
ExpertModeOn: pulumi.Bool(false),
JobId: pulumi.String("cql-4xwincyn"),
JobManagerSpec: pulumi.Float64(1),
LogCollect: pulumi.Bool(true),
LogCollectType: pulumi.Float64(2),
LogLevel: pulumi.String("INFO"),
ProgramArgs: pulumi.String("--conf Key=Value"),
Properties: tencentcloud.OceanusJobConfigPropertyArray{
&tencentcloud.OceanusJobConfigPropertyArgs{
Key: pulumi.String("pipeline.max-parallelism"),
Value: pulumi.String("2048"),
},
},
Remark: pulumi.String("remark."),
ResourceRefs: tencentcloud.OceanusJobConfigResourceRefArray{
&tencentcloud.OceanusJobConfigResourceRefArgs{
ResourceId: pulumi.String("resource-q22ntswy"),
Type: pulumi.Float64(1),
Version: pulumi.Float64(1),
},
},
TaskManagerSpec: pulumi.Float64(1),
WorkSpaceId: pulumi.String("space-2idq8wbr"),
})
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 = new Tencentcloud.OceanusJobConfig("example", new()
{
AutoRecover = 1,
ClsLogsetId = "cd9adbb5-6b7d-48d2-9870-77658959c7a4",
ClsTopicId = "cec4c2f1-0bf3-470e-b1a5-b1c451e88838",
DefaultParallelism = 1,
EntrypointClass = "tf_example",
ExpertModeOn = false,
JobId = "cql-4xwincyn",
JobManagerSpec = 1,
LogCollect = true,
LogCollectType = 2,
LogLevel = "INFO",
ProgramArgs = "--conf Key=Value",
Properties = new[]
{
new Tencentcloud.Inputs.OceanusJobConfigPropertyArgs
{
Key = "pipeline.max-parallelism",
Value = "2048",
},
},
Remark = "remark.",
ResourceRefs = new[]
{
new Tencentcloud.Inputs.OceanusJobConfigResourceRefArgs
{
ResourceId = "resource-q22ntswy",
Type = 1,
Version = 1,
},
},
TaskManagerSpec = 1,
WorkSpaceId = "space-2idq8wbr",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.OceanusJobConfig;
import com.pulumi.tencentcloud.OceanusJobConfigArgs;
import com.pulumi.tencentcloud.inputs.OceanusJobConfigPropertyArgs;
import com.pulumi.tencentcloud.inputs.OceanusJobConfigResourceRefArgs;
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) {
var example = new OceanusJobConfig("example", OceanusJobConfigArgs.builder()
.autoRecover(1)
.clsLogsetId("cd9adbb5-6b7d-48d2-9870-77658959c7a4")
.clsTopicId("cec4c2f1-0bf3-470e-b1a5-b1c451e88838")
.defaultParallelism(1)
.entrypointClass("tf_example")
.expertModeOn(false)
.jobId("cql-4xwincyn")
.jobManagerSpec("1")
.logCollect(true)
.logCollectType(2)
.logLevel("INFO")
.programArgs("--conf Key=Value")
.properties(OceanusJobConfigPropertyArgs.builder()
.key("pipeline.max-parallelism")
.value("2048")
.build())
.remark("remark.")
.resourceRefs(OceanusJobConfigResourceRefArgs.builder()
.resourceId("resource-q22ntswy")
.type(1)
.version(1)
.build())
.taskManagerSpec("1")
.workSpaceId("space-2idq8wbr")
.build());
}
}
resources:
example:
type: tencentcloud:OceanusJobConfig
properties:
autoRecover: 1
clsLogsetId: cd9adbb5-6b7d-48d2-9870-77658959c7a4
clsTopicId: cec4c2f1-0bf3-470e-b1a5-b1c451e88838
defaultParallelism: 1
entrypointClass: tf_example
expertModeOn: false
jobId: cql-4xwincyn
jobManagerSpec: '1'
logCollect: true
logCollectType: 2
logLevel: INFO
programArgs: --conf Key=Value
properties:
- key: pipeline.max-parallelism
value: '2048'
remark: remark.
resourceRefs:
- resourceId: resource-q22ntswy
type: 1
version: 1
taskManagerSpec: '1'
workSpaceId: space-2idq8wbr
is 3
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = new tencentcloud.OceanusJobConfig("example", {
autoRecover: 1,
clsLogsetId: "cd9adbb5-6b7d-48d2-9870-77658959c7a4",
clsTopicId: "cec4c2f1-0bf3-470e-b1a5-b1c451e88838",
cosBucket: "autotest-gz-bucket-1257058945",
defaultParallelism: 1,
entrypointClass: "tf_example",
expertModeOn: false,
jobId: "cql-4xwincyn",
jobManagerSpec: 1,
logCollect: true,
logCollectType: 3,
logLevel: "INFO",
programArgs: "--conf Key=Value",
properties: [{
key: "pipeline.max-parallelism",
value: "2048",
}],
remark: "remark.",
resourceRefs: [{
resourceId: "resource-q22ntswy",
type: 1,
version: 1,
}],
taskManagerSpec: 1,
workSpaceId: "space-2idq8wbr",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.OceanusJobConfig("example",
auto_recover=1,
cls_logset_id="cd9adbb5-6b7d-48d2-9870-77658959c7a4",
cls_topic_id="cec4c2f1-0bf3-470e-b1a5-b1c451e88838",
cos_bucket="autotest-gz-bucket-1257058945",
default_parallelism=1,
entrypoint_class="tf_example",
expert_mode_on=False,
job_id="cql-4xwincyn",
job_manager_spec=1,
log_collect=True,
log_collect_type=3,
log_level="INFO",
program_args="--conf Key=Value",
properties=[{
"key": "pipeline.max-parallelism",
"value": "2048",
}],
remark="remark.",
resource_refs=[{
"resource_id": "resource-q22ntswy",
"type": 1,
"version": 1,
}],
task_manager_spec=1,
work_space_id="space-2idq8wbr")
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.NewOceanusJobConfig(ctx, "example", &tencentcloud.OceanusJobConfigArgs{
AutoRecover: pulumi.Float64(1),
ClsLogsetId: pulumi.String("cd9adbb5-6b7d-48d2-9870-77658959c7a4"),
ClsTopicId: pulumi.String("cec4c2f1-0bf3-470e-b1a5-b1c451e88838"),
CosBucket: pulumi.String("autotest-gz-bucket-1257058945"),
DefaultParallelism: pulumi.Float64(1),
EntrypointClass: pulumi.String("tf_example"),
ExpertModeOn: pulumi.Bool(false),
JobId: pulumi.String("cql-4xwincyn"),
JobManagerSpec: pulumi.Float64(1),
LogCollect: pulumi.Bool(true),
LogCollectType: pulumi.Float64(3),
LogLevel: pulumi.String("INFO"),
ProgramArgs: pulumi.String("--conf Key=Value"),
Properties: tencentcloud.OceanusJobConfigPropertyArray{
&tencentcloud.OceanusJobConfigPropertyArgs{
Key: pulumi.String("pipeline.max-parallelism"),
Value: pulumi.String("2048"),
},
},
Remark: pulumi.String("remark."),
ResourceRefs: tencentcloud.OceanusJobConfigResourceRefArray{
&tencentcloud.OceanusJobConfigResourceRefArgs{
ResourceId: pulumi.String("resource-q22ntswy"),
Type: pulumi.Float64(1),
Version: pulumi.Float64(1),
},
},
TaskManagerSpec: pulumi.Float64(1),
WorkSpaceId: pulumi.String("space-2idq8wbr"),
})
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 = new Tencentcloud.OceanusJobConfig("example", new()
{
AutoRecover = 1,
ClsLogsetId = "cd9adbb5-6b7d-48d2-9870-77658959c7a4",
ClsTopicId = "cec4c2f1-0bf3-470e-b1a5-b1c451e88838",
CosBucket = "autotest-gz-bucket-1257058945",
DefaultParallelism = 1,
EntrypointClass = "tf_example",
ExpertModeOn = false,
JobId = "cql-4xwincyn",
JobManagerSpec = 1,
LogCollect = true,
LogCollectType = 3,
LogLevel = "INFO",
ProgramArgs = "--conf Key=Value",
Properties = new[]
{
new Tencentcloud.Inputs.OceanusJobConfigPropertyArgs
{
Key = "pipeline.max-parallelism",
Value = "2048",
},
},
Remark = "remark.",
ResourceRefs = new[]
{
new Tencentcloud.Inputs.OceanusJobConfigResourceRefArgs
{
ResourceId = "resource-q22ntswy",
Type = 1,
Version = 1,
},
},
TaskManagerSpec = 1,
WorkSpaceId = "space-2idq8wbr",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.OceanusJobConfig;
import com.pulumi.tencentcloud.OceanusJobConfigArgs;
import com.pulumi.tencentcloud.inputs.OceanusJobConfigPropertyArgs;
import com.pulumi.tencentcloud.inputs.OceanusJobConfigResourceRefArgs;
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) {
var example = new OceanusJobConfig("example", OceanusJobConfigArgs.builder()
.autoRecover(1)
.clsLogsetId("cd9adbb5-6b7d-48d2-9870-77658959c7a4")
.clsTopicId("cec4c2f1-0bf3-470e-b1a5-b1c451e88838")
.cosBucket("autotest-gz-bucket-1257058945")
.defaultParallelism(1)
.entrypointClass("tf_example")
.expertModeOn(false)
.jobId("cql-4xwincyn")
.jobManagerSpec("1")
.logCollect(true)
.logCollectType(3)
.logLevel("INFO")
.programArgs("--conf Key=Value")
.properties(OceanusJobConfigPropertyArgs.builder()
.key("pipeline.max-parallelism")
.value("2048")
.build())
.remark("remark.")
.resourceRefs(OceanusJobConfigResourceRefArgs.builder()
.resourceId("resource-q22ntswy")
.type(1)
.version(1)
.build())
.taskManagerSpec("1")
.workSpaceId("space-2idq8wbr")
.build());
}
}
resources:
example:
type: tencentcloud:OceanusJobConfig
properties:
autoRecover: 1
clsLogsetId: cd9adbb5-6b7d-48d2-9870-77658959c7a4
clsTopicId: cec4c2f1-0bf3-470e-b1a5-b1c451e88838
cosBucket: autotest-gz-bucket-1257058945
defaultParallelism: 1
entrypointClass: tf_example
expertModeOn: false
jobId: cql-4xwincyn
jobManagerSpec: '1'
logCollect: true
logCollectType: 3
logLevel: INFO
programArgs: --conf Key=Value
properties:
- key: pipeline.max-parallelism
value: '2048'
remark: remark.
resourceRefs:
- resourceId: resource-q22ntswy
type: 1
version: 1
taskManagerSpec: '1'
workSpaceId: space-2idq8wbr
Create OceanusJobConfig Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OceanusJobConfig(name: string, args: OceanusJobConfigArgs, opts?: CustomResourceOptions);
@overload
def OceanusJobConfig(resource_name: str,
args: OceanusJobConfigArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OceanusJobConfig(resource_name: str,
opts: Optional[ResourceOptions] = None,
job_id: Optional[str] = None,
job_manager_spec: Optional[float] = None,
log_collect_type: Optional[float] = None,
cls_topic_id: Optional[str] = None,
cos_bucket: Optional[str] = None,
default_parallelism: Optional[float] = None,
entrypoint_class: Optional[str] = None,
expert_mode_configuration: Optional[OceanusJobConfigExpertModeConfigurationArgs] = None,
expert_mode_on: Optional[bool] = None,
clazz_levels: Optional[Sequence[OceanusJobConfigClazzLevelArgs]] = None,
auto_recover: Optional[float] = None,
cls_logset_id: Optional[str] = None,
log_level: Optional[str] = None,
log_collect: Optional[bool] = None,
oceanus_job_config_id: Optional[str] = None,
program_args: Optional[str] = None,
properties: Optional[Sequence[OceanusJobConfigPropertyArgs]] = None,
python_version: Optional[str] = None,
remark: Optional[str] = None,
resource_refs: Optional[Sequence[OceanusJobConfigResourceRefArgs]] = None,
task_manager_spec: Optional[float] = None,
work_space_id: Optional[str] = None)
func NewOceanusJobConfig(ctx *Context, name string, args OceanusJobConfigArgs, opts ...ResourceOption) (*OceanusJobConfig, error)
public OceanusJobConfig(string name, OceanusJobConfigArgs args, CustomResourceOptions? opts = null)
public OceanusJobConfig(String name, OceanusJobConfigArgs args)
public OceanusJobConfig(String name, OceanusJobConfigArgs args, CustomResourceOptions options)
type: tencentcloud:OceanusJobConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args OceanusJobConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args OceanusJobConfigArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args OceanusJobConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OceanusJobConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OceanusJobConfigArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
OceanusJobConfig Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The OceanusJobConfig resource accepts the following input properties:
- Job
Id string - Job ID.
- Auto
Recover double - Oceanus platform job recovery switch 1: on -1: off.
- Clazz
Levels List<OceanusJob Config Clazz Level> - Class log level.
- Cls
Logset stringId - CLS logset ID.
- Cls
Topic stringId - CLS log topic ID.
- Cos
Bucket string - COS storage bucket name used by the job.
- Default
Parallelism double - Job default parallelism.
- Entrypoint
Class string - Main class.
- Expert
Mode OceanusConfiguration Job Config Expert Mode Configuration - Expert mode configuration.
- Expert
Mode boolOn - Whether to enable expert mode.
- Job
Manager doubleSpec - JobManager specification.
- Log
Collect bool - Whether to collect job logs.
- Log
Collect doubleType - Log collection type 2:CLS; 3:COS.
- Log
Level string - Log level.
- Oceanus
Job stringConfig Id - ID of the resource.
- Program
Args string - Main class parameters.
- Properties
List<Oceanus
Job Config Property> - System parameters.
- Python
Version string - Python version used by the pyflink job at runtime.
- Remark string
- Remarks.
- Resource
Refs List<OceanusJob Config Resource Ref> - Resource reference array.
- Task
Manager doubleSpec - TaskManager specification.
- Work
Space stringId - Workspace SerialId.
- Job
Id string - Job ID.
- Auto
Recover float64 - Oceanus platform job recovery switch 1: on -1: off.
- Clazz
Levels []OceanusJob Config Clazz Level Args - Class log level.
- Cls
Logset stringId - CLS logset ID.
- Cls
Topic stringId - CLS log topic ID.
- Cos
Bucket string - COS storage bucket name used by the job.
- Default
Parallelism float64 - Job default parallelism.
- Entrypoint
Class string - Main class.
- Expert
Mode OceanusConfiguration Job Config Expert Mode Configuration Args - Expert mode configuration.
- Expert
Mode boolOn - Whether to enable expert mode.
- Job
Manager float64Spec - JobManager specification.
- Log
Collect bool - Whether to collect job logs.
- Log
Collect float64Type - Log collection type 2:CLS; 3:COS.
- Log
Level string - Log level.
- Oceanus
Job stringConfig Id - ID of the resource.
- Program
Args string - Main class parameters.
- Properties
[]Oceanus
Job Config Property Args - System parameters.
- Python
Version string - Python version used by the pyflink job at runtime.
- Remark string
- Remarks.
- Resource
Refs []OceanusJob Config Resource Ref Args - Resource reference array.
- Task
Manager float64Spec - TaskManager specification.
- Work
Space stringId - Workspace SerialId.
- job
Id String - Job ID.
- auto
Recover Double - Oceanus platform job recovery switch 1: on -1: off.
- clazz
Levels List<OceanusJob Config Clazz Level> - Class log level.
- cls
Logset StringId - CLS logset ID.
- cls
Topic StringId - CLS log topic ID.
- cos
Bucket String - COS storage bucket name used by the job.
- default
Parallelism Double - Job default parallelism.
- entrypoint
Class String - Main class.
- expert
Mode OceanusConfiguration Job Config Expert Mode Configuration - Expert mode configuration.
- expert
Mode BooleanOn - Whether to enable expert mode.
- job
Manager DoubleSpec - JobManager specification.
- log
Collect Boolean - Whether to collect job logs.
- log
Collect DoubleType - Log collection type 2:CLS; 3:COS.
- log
Level String - Log level.
- oceanus
Job StringConfig Id - ID of the resource.
- program
Args String - Main class parameters.
- properties
List<Oceanus
Job Config Property> - System parameters.
- python
Version String - Python version used by the pyflink job at runtime.
- remark String
- Remarks.
- resource
Refs List<OceanusJob Config Resource Ref> - Resource reference array.
- task
Manager DoubleSpec - TaskManager specification.
- work
Space StringId - Workspace SerialId.
- job
Id string - Job ID.
- auto
Recover number - Oceanus platform job recovery switch 1: on -1: off.
- clazz
Levels OceanusJob Config Clazz Level[] - Class log level.
- cls
Logset stringId - CLS logset ID.
- cls
Topic stringId - CLS log topic ID.
- cos
Bucket string - COS storage bucket name used by the job.
- default
Parallelism number - Job default parallelism.
- entrypoint
Class string - Main class.
- expert
Mode OceanusConfiguration Job Config Expert Mode Configuration - Expert mode configuration.
- expert
Mode booleanOn - Whether to enable expert mode.
- job
Manager numberSpec - JobManager specification.
- log
Collect boolean - Whether to collect job logs.
- log
Collect numberType - Log collection type 2:CLS; 3:COS.
- log
Level string - Log level.
- oceanus
Job stringConfig Id - ID of the resource.
- program
Args string - Main class parameters.
- properties
Oceanus
Job Config Property[] - System parameters.
- python
Version string - Python version used by the pyflink job at runtime.
- remark string
- Remarks.
- resource
Refs OceanusJob Config Resource Ref[] - Resource reference array.
- task
Manager numberSpec - TaskManager specification.
- work
Space stringId - Workspace SerialId.
- job_
id str - Job ID.
- auto_
recover float - Oceanus platform job recovery switch 1: on -1: off.
- clazz_
levels Sequence[OceanusJob Config Clazz Level Args] - Class log level.
- cls_
logset_ strid - CLS logset ID.
- cls_
topic_ strid - CLS log topic ID.
- cos_
bucket str - COS storage bucket name used by the job.
- default_
parallelism float - Job default parallelism.
- entrypoint_
class str - Main class.
- expert_
mode_ Oceanusconfiguration Job Config Expert Mode Configuration Args - Expert mode configuration.
- expert_
mode_ boolon - Whether to enable expert mode.
- job_
manager_ floatspec - JobManager specification.
- log_
collect bool - Whether to collect job logs.
- log_
collect_ floattype - Log collection type 2:CLS; 3:COS.
- log_
level str - Log level.
- oceanus_
job_ strconfig_ id - ID of the resource.
- program_
args str - Main class parameters.
- properties
Sequence[Oceanus
Job Config Property Args] - System parameters.
- python_
version str - Python version used by the pyflink job at runtime.
- remark str
- Remarks.
- resource_
refs Sequence[OceanusJob Config Resource Ref Args] - Resource reference array.
- task_
manager_ floatspec - TaskManager specification.
- work_
space_ strid - Workspace SerialId.
- job
Id String - Job ID.
- auto
Recover Number - Oceanus platform job recovery switch 1: on -1: off.
- clazz
Levels List<Property Map> - Class log level.
- cls
Logset StringId - CLS logset ID.
- cls
Topic StringId - CLS log topic ID.
- cos
Bucket String - COS storage bucket name used by the job.
- default
Parallelism Number - Job default parallelism.
- entrypoint
Class String - Main class.
- expert
Mode Property MapConfiguration - Expert mode configuration.
- expert
Mode BooleanOn - Whether to enable expert mode.
- job
Manager NumberSpec - JobManager specification.
- log
Collect Boolean - Whether to collect job logs.
- log
Collect NumberType - Log collection type 2:CLS; 3:COS.
- log
Level String - Log level.
- oceanus
Job StringConfig Id - ID of the resource.
- program
Args String - Main class parameters.
- properties List<Property Map>
- System parameters.
- python
Version String - Python version used by the pyflink job at runtime.
- remark String
- Remarks.
- resource
Refs List<Property Map> - Resource reference array.
- task
Manager NumberSpec - TaskManager specification.
- work
Space StringId - Workspace SerialId.
Outputs
All input properties are implicitly available as output properties. Additionally, the OceanusJobConfig resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing OceanusJobConfig Resource
Get an existing OceanusJobConfig resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: OceanusJobConfigState, opts?: CustomResourceOptions): OceanusJobConfig
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auto_recover: Optional[float] = None,
clazz_levels: Optional[Sequence[OceanusJobConfigClazzLevelArgs]] = None,
cls_logset_id: Optional[str] = None,
cls_topic_id: Optional[str] = None,
cos_bucket: Optional[str] = None,
default_parallelism: Optional[float] = None,
entrypoint_class: Optional[str] = None,
expert_mode_configuration: Optional[OceanusJobConfigExpertModeConfigurationArgs] = None,
expert_mode_on: Optional[bool] = None,
job_id: Optional[str] = None,
job_manager_spec: Optional[float] = None,
log_collect: Optional[bool] = None,
log_collect_type: Optional[float] = None,
log_level: Optional[str] = None,
oceanus_job_config_id: Optional[str] = None,
program_args: Optional[str] = None,
properties: Optional[Sequence[OceanusJobConfigPropertyArgs]] = None,
python_version: Optional[str] = None,
remark: Optional[str] = None,
resource_refs: Optional[Sequence[OceanusJobConfigResourceRefArgs]] = None,
task_manager_spec: Optional[float] = None,
work_space_id: Optional[str] = None) -> OceanusJobConfig
func GetOceanusJobConfig(ctx *Context, name string, id IDInput, state *OceanusJobConfigState, opts ...ResourceOption) (*OceanusJobConfig, error)
public static OceanusJobConfig Get(string name, Input<string> id, OceanusJobConfigState? state, CustomResourceOptions? opts = null)
public static OceanusJobConfig get(String name, Output<String> id, OceanusJobConfigState state, CustomResourceOptions options)
resources: _: type: tencentcloud:OceanusJobConfig get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Auto
Recover double - Oceanus platform job recovery switch 1: on -1: off.
- Clazz
Levels List<OceanusJob Config Clazz Level> - Class log level.
- Cls
Logset stringId - CLS logset ID.
- Cls
Topic stringId - CLS log topic ID.
- Cos
Bucket string - COS storage bucket name used by the job.
- Default
Parallelism double - Job default parallelism.
- Entrypoint
Class string - Main class.
- Expert
Mode OceanusConfiguration Job Config Expert Mode Configuration - Expert mode configuration.
- Expert
Mode boolOn - Whether to enable expert mode.
- Job
Id string - Job ID.
- Job
Manager doubleSpec - JobManager specification.
- Log
Collect bool - Whether to collect job logs.
- Log
Collect doubleType - Log collection type 2:CLS; 3:COS.
- Log
Level string - Log level.
- Oceanus
Job stringConfig Id - ID of the resource.
- Program
Args string - Main class parameters.
- Properties
List<Oceanus
Job Config Property> - System parameters.
- Python
Version string - Python version used by the pyflink job at runtime.
- Remark string
- Remarks.
- Resource
Refs List<OceanusJob Config Resource Ref> - Resource reference array.
- Task
Manager doubleSpec - TaskManager specification.
- Work
Space stringId - Workspace SerialId.
- Auto
Recover float64 - Oceanus platform job recovery switch 1: on -1: off.
- Clazz
Levels []OceanusJob Config Clazz Level Args - Class log level.
- Cls
Logset stringId - CLS logset ID.
- Cls
Topic stringId - CLS log topic ID.
- Cos
Bucket string - COS storage bucket name used by the job.
- Default
Parallelism float64 - Job default parallelism.
- Entrypoint
Class string - Main class.
- Expert
Mode OceanusConfiguration Job Config Expert Mode Configuration Args - Expert mode configuration.
- Expert
Mode boolOn - Whether to enable expert mode.
- Job
Id string - Job ID.
- Job
Manager float64Spec - JobManager specification.
- Log
Collect bool - Whether to collect job logs.
- Log
Collect float64Type - Log collection type 2:CLS; 3:COS.
- Log
Level string - Log level.
- Oceanus
Job stringConfig Id - ID of the resource.
- Program
Args string - Main class parameters.
- Properties
[]Oceanus
Job Config Property Args - System parameters.
- Python
Version string - Python version used by the pyflink job at runtime.
- Remark string
- Remarks.
- Resource
Refs []OceanusJob Config Resource Ref Args - Resource reference array.
- Task
Manager float64Spec - TaskManager specification.
- Work
Space stringId - Workspace SerialId.
- auto
Recover Double - Oceanus platform job recovery switch 1: on -1: off.
- clazz
Levels List<OceanusJob Config Clazz Level> - Class log level.
- cls
Logset StringId - CLS logset ID.
- cls
Topic StringId - CLS log topic ID.
- cos
Bucket String - COS storage bucket name used by the job.
- default
Parallelism Double - Job default parallelism.
- entrypoint
Class String - Main class.
- expert
Mode OceanusConfiguration Job Config Expert Mode Configuration - Expert mode configuration.
- expert
Mode BooleanOn - Whether to enable expert mode.
- job
Id String - Job ID.
- job
Manager DoubleSpec - JobManager specification.
- log
Collect Boolean - Whether to collect job logs.
- log
Collect DoubleType - Log collection type 2:CLS; 3:COS.
- log
Level String - Log level.
- oceanus
Job StringConfig Id - ID of the resource.
- program
Args String - Main class parameters.
- properties
List<Oceanus
Job Config Property> - System parameters.
- python
Version String - Python version used by the pyflink job at runtime.
- remark String
- Remarks.
- resource
Refs List<OceanusJob Config Resource Ref> - Resource reference array.
- task
Manager DoubleSpec - TaskManager specification.
- work
Space StringId - Workspace SerialId.
- auto
Recover number - Oceanus platform job recovery switch 1: on -1: off.
- clazz
Levels OceanusJob Config Clazz Level[] - Class log level.
- cls
Logset stringId - CLS logset ID.
- cls
Topic stringId - CLS log topic ID.
- cos
Bucket string - COS storage bucket name used by the job.
- default
Parallelism number - Job default parallelism.
- entrypoint
Class string - Main class.
- expert
Mode OceanusConfiguration Job Config Expert Mode Configuration - Expert mode configuration.
- expert
Mode booleanOn - Whether to enable expert mode.
- job
Id string - Job ID.
- job
Manager numberSpec - JobManager specification.
- log
Collect boolean - Whether to collect job logs.
- log
Collect numberType - Log collection type 2:CLS; 3:COS.
- log
Level string - Log level.
- oceanus
Job stringConfig Id - ID of the resource.
- program
Args string - Main class parameters.
- properties
Oceanus
Job Config Property[] - System parameters.
- python
Version string - Python version used by the pyflink job at runtime.
- remark string
- Remarks.
- resource
Refs OceanusJob Config Resource Ref[] - Resource reference array.
- task
Manager numberSpec - TaskManager specification.
- work
Space stringId - Workspace SerialId.
- auto_
recover float - Oceanus platform job recovery switch 1: on -1: off.
- clazz_
levels Sequence[OceanusJob Config Clazz Level Args] - Class log level.
- cls_
logset_ strid - CLS logset ID.
- cls_
topic_ strid - CLS log topic ID.
- cos_
bucket str - COS storage bucket name used by the job.
- default_
parallelism float - Job default parallelism.
- entrypoint_
class str - Main class.
- expert_
mode_ Oceanusconfiguration Job Config Expert Mode Configuration Args - Expert mode configuration.
- expert_
mode_ boolon - Whether to enable expert mode.
- job_
id str - Job ID.
- job_
manager_ floatspec - JobManager specification.
- log_
collect bool - Whether to collect job logs.
- log_
collect_ floattype - Log collection type 2:CLS; 3:COS.
- log_
level str - Log level.
- oceanus_
job_ strconfig_ id - ID of the resource.
- program_
args str - Main class parameters.
- properties
Sequence[Oceanus
Job Config Property Args] - System parameters.
- python_
version str - Python version used by the pyflink job at runtime.
- remark str
- Remarks.
- resource_
refs Sequence[OceanusJob Config Resource Ref Args] - Resource reference array.
- task_
manager_ floatspec - TaskManager specification.
- work_
space_ strid - Workspace SerialId.
- auto
Recover Number - Oceanus platform job recovery switch 1: on -1: off.
- clazz
Levels List<Property Map> - Class log level.
- cls
Logset StringId - CLS logset ID.
- cls
Topic StringId - CLS log topic ID.
- cos
Bucket String - COS storage bucket name used by the job.
- default
Parallelism Number - Job default parallelism.
- entrypoint
Class String - Main class.
- expert
Mode Property MapConfiguration - Expert mode configuration.
- expert
Mode BooleanOn - Whether to enable expert mode.
- job
Id String - Job ID.
- job
Manager NumberSpec - JobManager specification.
- log
Collect Boolean - Whether to collect job logs.
- log
Collect NumberType - Log collection type 2:CLS; 3:COS.
- log
Level String - Log level.
- oceanus
Job StringConfig Id - ID of the resource.
- program
Args String - Main class parameters.
- properties List<Property Map>
- System parameters.
- python
Version String - Python version used by the pyflink job at runtime.
- remark String
- Remarks.
- resource
Refs List<Property Map> - Resource reference array.
- task
Manager NumberSpec - TaskManager specification.
- work
Space StringId - Workspace SerialId.
Supporting Types
OceanusJobConfigClazzLevel, OceanusJobConfigClazzLevelArgs
OceanusJobConfigExpertModeConfiguration, OceanusJobConfigExpertModeConfigurationArgs
- Job
Graph OceanusJob Config Expert Mode Configuration Job Graph - Job graphNote: This field may return null, indicating that no valid value can be obtained.
- Node
Configs List<OceanusJob Config Expert Mode Configuration Node Config> - Node configurationNote: This field may return null, indicating that no valid value can be obtained.
- Slot
Sharing List<OceanusGroups Job Config Expert Mode Configuration Slot Sharing Group> - Slot sharing groupsNote: This field may return null, indicating that no valid value can be obtained.
- Job
Graph OceanusJob Config Expert Mode Configuration Job Graph - Job graphNote: This field may return null, indicating that no valid value can be obtained.
- Node
Configs []OceanusJob Config Expert Mode Configuration Node Config - Node configurationNote: This field may return null, indicating that no valid value can be obtained.
- Slot
Sharing []OceanusGroups Job Config Expert Mode Configuration Slot Sharing Group - Slot sharing groupsNote: This field may return null, indicating that no valid value can be obtained.
- job
Graph OceanusJob Config Expert Mode Configuration Job Graph - Job graphNote: This field may return null, indicating that no valid value can be obtained.
- node
Configs List<OceanusJob Config Expert Mode Configuration Node Config> - Node configurationNote: This field may return null, indicating that no valid value can be obtained.
- slot
Sharing List<OceanusGroups Job Config Expert Mode Configuration Slot Sharing Group> - Slot sharing groupsNote: This field may return null, indicating that no valid value can be obtained.
- job
Graph OceanusJob Config Expert Mode Configuration Job Graph - Job graphNote: This field may return null, indicating that no valid value can be obtained.
- node
Configs OceanusJob Config Expert Mode Configuration Node Config[] - Node configurationNote: This field may return null, indicating that no valid value can be obtained.
- slot
Sharing OceanusGroups Job Config Expert Mode Configuration Slot Sharing Group[] - Slot sharing groupsNote: This field may return null, indicating that no valid value can be obtained.
- job_
graph OceanusJob Config Expert Mode Configuration Job Graph - Job graphNote: This field may return null, indicating that no valid value can be obtained.
- node_
configs Sequence[OceanusJob Config Expert Mode Configuration Node Config] - Node configurationNote: This field may return null, indicating that no valid value can be obtained.
- slot_
sharing_ Sequence[Oceanusgroups Job Config Expert Mode Configuration Slot Sharing Group] - Slot sharing groupsNote: This field may return null, indicating that no valid value can be obtained.
- job
Graph Property Map - Job graphNote: This field may return null, indicating that no valid value can be obtained.
- node
Configs List<Property Map> - Node configurationNote: This field may return null, indicating that no valid value can be obtained.
- slot
Sharing List<Property Map>Groups - Slot sharing groupsNote: This field may return null, indicating that no valid value can be obtained.
OceanusJobConfigExpertModeConfigurationJobGraph, OceanusJobConfigExpertModeConfigurationJobGraphArgs
- Edges
List<Oceanus
Job Config Expert Mode Configuration Job Graph Edge> - Edge set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
- Nodes
List<Oceanus
Job Config Expert Mode Configuration Job Graph Node> - Point set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
- Edges
[]Oceanus
Job Config Expert Mode Configuration Job Graph Edge - Edge set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
- Nodes
[]Oceanus
Job Config Expert Mode Configuration Job Graph Node - Point set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
- edges
List<Oceanus
Job Config Expert Mode Configuration Job Graph Edge> - Edge set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
- nodes
List<Oceanus
Job Config Expert Mode Configuration Job Graph Node> - Point set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
- edges
Oceanus
Job Config Expert Mode Configuration Job Graph Edge[] - Edge set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
- nodes
Oceanus
Job Config Expert Mode Configuration Job Graph Node[] - Point set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
- edges
Sequence[Oceanus
Job Config Expert Mode Configuration Job Graph Edge] - Edge set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
- nodes
Sequence[Oceanus
Job Config Expert Mode Configuration Job Graph Node] - Point set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
- edges List<Property Map>
- Edge set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
- nodes List<Property Map>
- Point set of the running graphNote: This field may return null, indicating that no valid value can be obtained.
OceanusJobConfigExpertModeConfigurationJobGraphEdge, OceanusJobConfigExpertModeConfigurationJobGraphEdgeArgs
OceanusJobConfigExpertModeConfigurationJobGraphNode, OceanusJobConfigExpertModeConfigurationJobGraphNodeArgs
- Description string
- Node descriptionNote: This field may return null, indicating that no valid value can be obtained.
- Id double
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- Name string
- Node nameNote: This field may return null, indicating that no valid value can be obtained.
- Parallelism double
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
- Description string
- Node descriptionNote: This field may return null, indicating that no valid value can be obtained.
- Id float64
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- Name string
- Node nameNote: This field may return null, indicating that no valid value can be obtained.
- Parallelism float64
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
- description String
- Node descriptionNote: This field may return null, indicating that no valid value can be obtained.
- id Double
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- name String
- Node nameNote: This field may return null, indicating that no valid value can be obtained.
- parallelism Double
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
- description string
- Node descriptionNote: This field may return null, indicating that no valid value can be obtained.
- id number
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- name string
- Node nameNote: This field may return null, indicating that no valid value can be obtained.
- parallelism number
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
- description str
- Node descriptionNote: This field may return null, indicating that no valid value can be obtained.
- id float
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- name str
- Node nameNote: This field may return null, indicating that no valid value can be obtained.
- parallelism float
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
- description String
- Node descriptionNote: This field may return null, indicating that no valid value can be obtained.
- id Number
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- name String
- Node nameNote: This field may return null, indicating that no valid value can be obtained.
- parallelism Number
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
OceanusJobConfigExpertModeConfigurationNodeConfig, OceanusJobConfigExpertModeConfigurationNodeConfigArgs
- Id double
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- Configurations
List<Oceanus
Job Config Expert Mode Configuration Node Config Configuration> - Configuration propertiesNote: This field may return null, indicating that no valid value can be obtained.
- Parallelism double
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
- Slot
Sharing stringGroup - Slot sharing groupNote: This field may return null, indicating that no valid value can be obtained.
- State
Ttl string - State TTL configuration of the node, separated by semicolonsNote: This field may return null, indicating that no valid value can be obtained.
- Id float64
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- Configurations
[]Oceanus
Job Config Expert Mode Configuration Node Config Configuration - Configuration propertiesNote: This field may return null, indicating that no valid value can be obtained.
- Parallelism float64
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
- Slot
Sharing stringGroup - Slot sharing groupNote: This field may return null, indicating that no valid value can be obtained.
- State
Ttl string - State TTL configuration of the node, separated by semicolonsNote: This field may return null, indicating that no valid value can be obtained.
- id Double
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- configurations
List<Oceanus
Job Config Expert Mode Configuration Node Config Configuration> - Configuration propertiesNote: This field may return null, indicating that no valid value can be obtained.
- parallelism Double
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
- slot
Sharing StringGroup - Slot sharing groupNote: This field may return null, indicating that no valid value can be obtained.
- state
Ttl String - State TTL configuration of the node, separated by semicolonsNote: This field may return null, indicating that no valid value can be obtained.
- id number
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- configurations
Oceanus
Job Config Expert Mode Configuration Node Config Configuration[] - Configuration propertiesNote: This field may return null, indicating that no valid value can be obtained.
- parallelism number
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
- slot
Sharing stringGroup - Slot sharing groupNote: This field may return null, indicating that no valid value can be obtained.
- state
Ttl string - State TTL configuration of the node, separated by semicolonsNote: This field may return null, indicating that no valid value can be obtained.
- id float
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- configurations
Sequence[Oceanus
Job Config Expert Mode Configuration Node Config Configuration] - Configuration propertiesNote: This field may return null, indicating that no valid value can be obtained.
- parallelism float
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
- slot_
sharing_ strgroup - Slot sharing groupNote: This field may return null, indicating that no valid value can be obtained.
- state_
ttl str - State TTL configuration of the node, separated by semicolonsNote: This field may return null, indicating that no valid value can be obtained.
- id Number
- Node IDNote: This field may return null, indicating that no valid value can be obtained.
- configurations List<Property Map>
- Configuration propertiesNote: This field may return null, indicating that no valid value can be obtained.
- parallelism Number
- Node parallelismNote: This field may return null, indicating that no valid value can be obtained.
- slot
Sharing StringGroup - Slot sharing groupNote: This field may return null, indicating that no valid value can be obtained.
- state
Ttl String - State TTL configuration of the node, separated by semicolonsNote: This field may return null, indicating that no valid value can be obtained.
OceanusJobConfigExpertModeConfigurationNodeConfigConfiguration, OceanusJobConfigExpertModeConfigurationNodeConfigConfigurationArgs
OceanusJobConfigExpertModeConfigurationSlotSharingGroup, OceanusJobConfigExpertModeConfigurationSlotSharingGroupArgs
- Name string
- Name of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- Spec
Oceanus
Job Config Expert Mode Configuration Slot Sharing Group Spec - Specification of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- Description string
- Description of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- Name string
- Name of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- Spec
Oceanus
Job Config Expert Mode Configuration Slot Sharing Group Spec - Specification of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- Description string
- Description of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- name String
- Name of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- spec
Oceanus
Job Config Expert Mode Configuration Slot Sharing Group Spec - Specification of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- description String
- Description of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- name string
- Name of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- spec
Oceanus
Job Config Expert Mode Configuration Slot Sharing Group Spec - Specification of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- description string
- Description of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- name str
- Name of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- spec
Oceanus
Job Config Expert Mode Configuration Slot Sharing Group Spec - Specification of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- description str
- Description of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- name String
- Name of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- spec Property Map
- Specification of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
- description String
- Description of the SlotSharingGroupNote: This field may return null, indicating that no valid value can be obtained.
OceanusJobConfigExpertModeConfigurationSlotSharingGroupSpec, OceanusJobConfigExpertModeConfigurationSlotSharingGroupSpecArgs
- Cpu double
- Applicable CPUNote: This field may return null, indicating that no valid value can be obtained.
- Heap
Memory string - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- Managed
Memory string - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- Off
Heap stringMemory - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- Cpu float64
- Applicable CPUNote: This field may return null, indicating that no valid value can be obtained.
- Heap
Memory string - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- Managed
Memory string - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- Off
Heap stringMemory - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- cpu Double
- Applicable CPUNote: This field may return null, indicating that no valid value can be obtained.
- heap
Memory String - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- managed
Memory String - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- off
Heap StringMemory - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- cpu number
- Applicable CPUNote: This field may return null, indicating that no valid value can be obtained.
- heap
Memory string - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- managed
Memory string - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- off
Heap stringMemory - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- cpu float
- Applicable CPUNote: This field may return null, indicating that no valid value can be obtained.
- heap_
memory str - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- managed_
memory str - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- off_
heap_ strmemory - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- cpu Number
- Applicable CPUNote: This field may return null, indicating that no valid value can be obtained.
- heap
Memory String - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- managed
Memory String - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
- off
Heap StringMemory - Default is b, supporting units are b, kb, mb, gbNote: This field may return null, indicating that no valid value can be obtained.
OceanusJobConfigProperty, OceanusJobConfigPropertyArgs
OceanusJobConfigResourceRef, OceanusJobConfigResourceRefArgs
- Resource
Id string - Resource ID.
- Type double
- Reference resource type, for example, setting the main resource to 1 represents the jar package where the main class is located.
- Version double
- Resource version ID, -1 indicates the latest version.
- Resource
Id string - Resource ID.
- Type float64
- Reference resource type, for example, setting the main resource to 1 represents the jar package where the main class is located.
- Version float64
- Resource version ID, -1 indicates the latest version.
- resource
Id String - Resource ID.
- type Double
- Reference resource type, for example, setting the main resource to 1 represents the jar package where the main class is located.
- version Double
- Resource version ID, -1 indicates the latest version.
- resource
Id string - Resource ID.
- type number
- Reference resource type, for example, setting the main resource to 1 represents the jar package where the main class is located.
- version number
- Resource version ID, -1 indicates the latest version.
- resource_
id str - Resource ID.
- type float
- Reference resource type, for example, setting the main resource to 1 represents the jar package where the main class is located.
- version float
- Resource version ID, -1 indicates the latest version.
- resource
Id String - Resource ID.
- type Number
- Reference resource type, for example, setting the main resource to 1 represents the jar package where the main class is located.
- version Number
- Resource version ID, -1 indicates the latest version.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.