tencentcloud.WedataDqRule
Explore with Pulumi AI
Provides a resource to create a wedata dq_rule
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.WedataDqRule;
import com.pulumi.tencentcloud.WedataDqRuleArgs;
import com.pulumi.tencentcloud.inputs.WedataDqRuleCompareRuleArgs;
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 WedataDqRule("example", WedataDqRuleArgs.builder()
.alarmLevel(1)
.compareRule(WedataDqRuleCompareRuleArgs.builder()
.items(WedataDqRuleCompareRuleItemArgs.builder()
.compareType(1)
.operator("==")
.valueList(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.build())
.conditionType(1)
.description("description.")
.projectId("1948767646355341312")
.ruleGroupId(312)
.ruleTemplateId(1)
.sourceObjectDataTypeName("table")
.sourceObjectValue("表")
.tableId("N85hbsh5QQ2VLHL2iOUVeQ")
.type(1)
.build());
}
}
resources:
example:
type: tencentcloud:WedataDqRule
properties:
alarmLevel: 1
compareRule:
items:
- compareType: 1
operator: ==
valueList:
- value: '100'
valueType: 3
conditionType: 1
description: description.
projectId: '1948767646355341312'
ruleGroupId: 312
ruleTemplateId: 1
sourceObjectDataTypeName: table
sourceObjectValue: 表
tableId: N85hbsh5QQ2VLHL2iOUVeQ
type: 1
Create WedataDqRule Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WedataDqRule(name: string, args: WedataDqRuleArgs, opts?: CustomResourceOptions);
@overload
def WedataDqRule(resource_name: str,
args: WedataDqRuleArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WedataDqRule(resource_name: str,
opts: Optional[ResourceOptions] = None,
project_id: Optional[str] = None,
compare_rule: Optional[WedataDqRuleCompareRuleArgs] = None,
type: Optional[float] = None,
condition_type: Optional[float] = None,
source_object_value: Optional[str] = None,
alarm_level: Optional[float] = None,
source_object_data_type_name: Optional[str] = None,
rule_template_id: Optional[float] = None,
description: Optional[str] = None,
custom_sql: Optional[str] = None,
rel_condition_expr: Optional[str] = None,
rule_group_id: Optional[float] = None,
name: Optional[str] = None,
source_engine_types: Optional[Sequence[float]] = None,
field_config: Optional[WedataDqRuleFieldConfigArgs] = None,
quality_dim: Optional[float] = None,
table_id: Optional[str] = None,
target_condition_expr: Optional[str] = None,
target_database_id: Optional[str] = None,
target_object_value: Optional[str] = None,
target_table_id: Optional[str] = None,
condition_expression: Optional[str] = None,
wedata_dq_rule_id: Optional[str] = None)
func NewWedataDqRule(ctx *Context, name string, args WedataDqRuleArgs, opts ...ResourceOption) (*WedataDqRule, error)
public WedataDqRule(string name, WedataDqRuleArgs args, CustomResourceOptions? opts = null)
public WedataDqRule(String name, WedataDqRuleArgs args)
public WedataDqRule(String name, WedataDqRuleArgs args, CustomResourceOptions options)
type: tencentcloud:WedataDqRule
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 WedataDqRuleArgs
- 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 WedataDqRuleArgs
- 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 WedataDqRuleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WedataDqRuleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WedataDqRuleArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
WedataDqRule 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 WedataDqRule resource accepts the following input properties:
- Alarm
Level double - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- Compare
Rule WedataDq Rule Compare Rule - Alarm trigger condition.
- Condition
Type double - Detection scope 1. Full Table 2. Conditional scan.
- Project
Id string - Project id.
- Rule
Template doubleId - Rule template id.
- Source
Object stringData Type Name - Source field type. int, string.
- Source
Object stringValue - Source field name.
- Type double
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- Condition
Expression string - Condition scans WHERE condition expressions.
- Custom
Sql string - Custom sql.
- Description string
- Rule description.
- Field
Config WedataDq Rule Field Config - Custom template sql expression field replacement parameters.
- Name string
- Rule name.
- Quality
Dim double - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- Rel
Condition stringExpr - The source field and the target field are associated with a conditional on expression.
- Rule
Group doubleId - Rule group id.
- Source
Engine List<double>Types - List of execution engines supported by this rule.
- Table
Id string - Table id.
- Target
Condition stringExpr - Target filter condition expression.
- Target
Database stringId - Target database id.
- Target
Object stringValue - Target field name CITY.
- Target
Table stringId - Target table id.
- Wedata
Dq stringRule Id - ID of the resource.
- Alarm
Level float64 - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- Compare
Rule WedataDq Rule Compare Rule Args - Alarm trigger condition.
- Condition
Type float64 - Detection scope 1. Full Table 2. Conditional scan.
- Project
Id string - Project id.
- Rule
Template float64Id - Rule template id.
- Source
Object stringData Type Name - Source field type. int, string.
- Source
Object stringValue - Source field name.
- Type float64
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- Condition
Expression string - Condition scans WHERE condition expressions.
- Custom
Sql string - Custom sql.
- Description string
- Rule description.
- Field
Config WedataDq Rule Field Config Args - Custom template sql expression field replacement parameters.
- Name string
- Rule name.
- Quality
Dim float64 - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- Rel
Condition stringExpr - The source field and the target field are associated with a conditional on expression.
- Rule
Group float64Id - Rule group id.
- Source
Engine []float64Types - List of execution engines supported by this rule.
- Table
Id string - Table id.
- Target
Condition stringExpr - Target filter condition expression.
- Target
Database stringId - Target database id.
- Target
Object stringValue - Target field name CITY.
- Target
Table stringId - Target table id.
- Wedata
Dq stringRule Id - ID of the resource.
- alarm
Level Double - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- compare
Rule WedataDq Rule Compare Rule - Alarm trigger condition.
- condition
Type Double - Detection scope 1. Full Table 2. Conditional scan.
- project
Id String - Project id.
- rule
Template DoubleId - Rule template id.
- source
Object StringData Type Name - Source field type. int, string.
- source
Object StringValue - Source field name.
- type Double
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- condition
Expression String - Condition scans WHERE condition expressions.
- custom
Sql String - Custom sql.
- description String
- Rule description.
- field
Config WedataDq Rule Field Config - Custom template sql expression field replacement parameters.
- name String
- Rule name.
- quality
Dim Double - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- rel
Condition StringExpr - The source field and the target field are associated with a conditional on expression.
- rule
Group DoubleId - Rule group id.
- source
Engine List<Double>Types - List of execution engines supported by this rule.
- table
Id String - Table id.
- target
Condition StringExpr - Target filter condition expression.
- target
Database StringId - Target database id.
- target
Object StringValue - Target field name CITY.
- target
Table StringId - Target table id.
- wedata
Dq StringRule Id - ID of the resource.
- alarm
Level number - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- compare
Rule WedataDq Rule Compare Rule - Alarm trigger condition.
- condition
Type number - Detection scope 1. Full Table 2. Conditional scan.
- project
Id string - Project id.
- rule
Template numberId - Rule template id.
- source
Object stringData Type Name - Source field type. int, string.
- source
Object stringValue - Source field name.
- type number
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- condition
Expression string - Condition scans WHERE condition expressions.
- custom
Sql string - Custom sql.
- description string
- Rule description.
- field
Config WedataDq Rule Field Config - Custom template sql expression field replacement parameters.
- name string
- Rule name.
- quality
Dim number - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- rel
Condition stringExpr - The source field and the target field are associated with a conditional on expression.
- rule
Group numberId - Rule group id.
- source
Engine number[]Types - List of execution engines supported by this rule.
- table
Id string - Table id.
- target
Condition stringExpr - Target filter condition expression.
- target
Database stringId - Target database id.
- target
Object stringValue - Target field name CITY.
- target
Table stringId - Target table id.
- wedata
Dq stringRule Id - ID of the resource.
- alarm_
level float - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- compare_
rule WedataDq Rule Compare Rule Args - Alarm trigger condition.
- condition_
type float - Detection scope 1. Full Table 2. Conditional scan.
- project_
id str - Project id.
- rule_
template_ floatid - Rule template id.
- source_
object_ strdata_ type_ name - Source field type. int, string.
- source_
object_ strvalue - Source field name.
- type float
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- condition_
expression str - Condition scans WHERE condition expressions.
- custom_
sql str - Custom sql.
- description str
- Rule description.
- field_
config WedataDq Rule Field Config Args - Custom template sql expression field replacement parameters.
- name str
- Rule name.
- quality_
dim float - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- rel_
condition_ strexpr - The source field and the target field are associated with a conditional on expression.
- rule_
group_ floatid - Rule group id.
- source_
engine_ Sequence[float]types - List of execution engines supported by this rule.
- table_
id str - Table id.
- target_
condition_ strexpr - Target filter condition expression.
- target_
database_ strid - Target database id.
- target_
object_ strvalue - Target field name CITY.
- target_
table_ strid - Target table id.
- wedata_
dq_ strrule_ id - ID of the resource.
- alarm
Level Number - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- compare
Rule Property Map - Alarm trigger condition.
- condition
Type Number - Detection scope 1. Full Table 2. Conditional scan.
- project
Id String - Project id.
- rule
Template NumberId - Rule template id.
- source
Object StringData Type Name - Source field type. int, string.
- source
Object StringValue - Source field name.
- type Number
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- condition
Expression String - Condition scans WHERE condition expressions.
- custom
Sql String - Custom sql.
- description String
- Rule description.
- field
Config Property Map - Custom template sql expression field replacement parameters.
- name String
- Rule name.
- quality
Dim Number - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- rel
Condition StringExpr - The source field and the target field are associated with a conditional on expression.
- rule
Group NumberId - Rule group id.
- source
Engine List<Number>Types - List of execution engines supported by this rule.
- table
Id String - Table id.
- target
Condition StringExpr - Target filter condition expression.
- target
Database StringId - Target database id.
- target
Object StringValue - Target field name CITY.
- target
Table StringId - Target table id.
- wedata
Dq StringRule Id - ID of the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the WedataDqRule resource produces the following output properties:
Look up Existing WedataDqRule Resource
Get an existing WedataDqRule 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?: WedataDqRuleState, opts?: CustomResourceOptions): WedataDqRule
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
alarm_level: Optional[float] = None,
compare_rule: Optional[WedataDqRuleCompareRuleArgs] = None,
condition_expression: Optional[str] = None,
condition_type: Optional[float] = None,
custom_sql: Optional[str] = None,
description: Optional[str] = None,
field_config: Optional[WedataDqRuleFieldConfigArgs] = None,
name: Optional[str] = None,
project_id: Optional[str] = None,
quality_dim: Optional[float] = None,
rel_condition_expr: Optional[str] = None,
rule_group_id: Optional[float] = None,
rule_id: Optional[str] = None,
rule_template_id: Optional[float] = None,
source_engine_types: Optional[Sequence[float]] = None,
source_object_data_type_name: Optional[str] = None,
source_object_value: Optional[str] = None,
table_id: Optional[str] = None,
target_condition_expr: Optional[str] = None,
target_database_id: Optional[str] = None,
target_object_value: Optional[str] = None,
target_table_id: Optional[str] = None,
type: Optional[float] = None,
wedata_dq_rule_id: Optional[str] = None) -> WedataDqRule
func GetWedataDqRule(ctx *Context, name string, id IDInput, state *WedataDqRuleState, opts ...ResourceOption) (*WedataDqRule, error)
public static WedataDqRule Get(string name, Input<string> id, WedataDqRuleState? state, CustomResourceOptions? opts = null)
public static WedataDqRule get(String name, Output<String> id, WedataDqRuleState state, CustomResourceOptions options)
resources: _: type: tencentcloud:WedataDqRule 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.
- Alarm
Level double - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- Compare
Rule WedataDq Rule Compare Rule - Alarm trigger condition.
- Condition
Expression string - Condition scans WHERE condition expressions.
- Condition
Type double - Detection scope 1. Full Table 2. Conditional scan.
- Custom
Sql string - Custom sql.
- Description string
- Rule description.
- Field
Config WedataDq Rule Field Config - Custom template sql expression field replacement parameters.
- Name string
- Rule name.
- Project
Id string - Project id.
- Quality
Dim double - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- Rel
Condition stringExpr - The source field and the target field are associated with a conditional on expression.
- Rule
Group doubleId - Rule group id.
- Rule
Id string - Rule ID.
- Rule
Template doubleId - Rule template id.
- Source
Engine List<double>Types - List of execution engines supported by this rule.
- Source
Object stringData Type Name - Source field type. int, string.
- Source
Object stringValue - Source field name.
- Table
Id string - Table id.
- Target
Condition stringExpr - Target filter condition expression.
- Target
Database stringId - Target database id.
- Target
Object stringValue - Target field name CITY.
- Target
Table stringId - Target table id.
- Type double
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- Wedata
Dq stringRule Id - ID of the resource.
- Alarm
Level float64 - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- Compare
Rule WedataDq Rule Compare Rule Args - Alarm trigger condition.
- Condition
Expression string - Condition scans WHERE condition expressions.
- Condition
Type float64 - Detection scope 1. Full Table 2. Conditional scan.
- Custom
Sql string - Custom sql.
- Description string
- Rule description.
- Field
Config WedataDq Rule Field Config Args - Custom template sql expression field replacement parameters.
- Name string
- Rule name.
- Project
Id string - Project id.
- Quality
Dim float64 - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- Rel
Condition stringExpr - The source field and the target field are associated with a conditional on expression.
- Rule
Group float64Id - Rule group id.
- Rule
Id string - Rule ID.
- Rule
Template float64Id - Rule template id.
- Source
Engine []float64Types - List of execution engines supported by this rule.
- Source
Object stringData Type Name - Source field type. int, string.
- Source
Object stringValue - Source field name.
- Table
Id string - Table id.
- Target
Condition stringExpr - Target filter condition expression.
- Target
Database stringId - Target database id.
- Target
Object stringValue - Target field name CITY.
- Target
Table stringId - Target table id.
- Type float64
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- Wedata
Dq stringRule Id - ID of the resource.
- alarm
Level Double - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- compare
Rule WedataDq Rule Compare Rule - Alarm trigger condition.
- condition
Expression String - Condition scans WHERE condition expressions.
- condition
Type Double - Detection scope 1. Full Table 2. Conditional scan.
- custom
Sql String - Custom sql.
- description String
- Rule description.
- field
Config WedataDq Rule Field Config - Custom template sql expression field replacement parameters.
- name String
- Rule name.
- project
Id String - Project id.
- quality
Dim Double - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- rel
Condition StringExpr - The source field and the target field are associated with a conditional on expression.
- rule
Group DoubleId - Rule group id.
- rule
Id String - Rule ID.
- rule
Template DoubleId - Rule template id.
- source
Engine List<Double>Types - List of execution engines supported by this rule.
- source
Object StringData Type Name - Source field type. int, string.
- source
Object StringValue - Source field name.
- table
Id String - Table id.
- target
Condition StringExpr - Target filter condition expression.
- target
Database StringId - Target database id.
- target
Object StringValue - Target field name CITY.
- target
Table StringId - Target table id.
- type Double
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- wedata
Dq StringRule Id - ID of the resource.
- alarm
Level number - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- compare
Rule WedataDq Rule Compare Rule - Alarm trigger condition.
- condition
Expression string - Condition scans WHERE condition expressions.
- condition
Type number - Detection scope 1. Full Table 2. Conditional scan.
- custom
Sql string - Custom sql.
- description string
- Rule description.
- field
Config WedataDq Rule Field Config - Custom template sql expression field replacement parameters.
- name string
- Rule name.
- project
Id string - Project id.
- quality
Dim number - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- rel
Condition stringExpr - The source field and the target field are associated with a conditional on expression.
- rule
Group numberId - Rule group id.
- rule
Id string - Rule ID.
- rule
Template numberId - Rule template id.
- source
Engine number[]Types - List of execution engines supported by this rule.
- source
Object stringData Type Name - Source field type. int, string.
- source
Object stringValue - Source field name.
- table
Id string - Table id.
- target
Condition stringExpr - Target filter condition expression.
- target
Database stringId - Target database id.
- target
Object stringValue - Target field name CITY.
- target
Table stringId - Target table id.
- type number
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- wedata
Dq stringRule Id - ID of the resource.
- alarm_
level float - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- compare_
rule WedataDq Rule Compare Rule Args - Alarm trigger condition.
- condition_
expression str - Condition scans WHERE condition expressions.
- condition_
type float - Detection scope 1. Full Table 2. Conditional scan.
- custom_
sql str - Custom sql.
- description str
- Rule description.
- field_
config WedataDq Rule Field Config Args - Custom template sql expression field replacement parameters.
- name str
- Rule name.
- project_
id str - Project id.
- quality_
dim float - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- rel_
condition_ strexpr - The source field and the target field are associated with a conditional on expression.
- rule_
group_ floatid - Rule group id.
- rule_
id str - Rule ID.
- rule_
template_ floatid - Rule template id.
- source_
engine_ Sequence[float]types - List of execution engines supported by this rule.
- source_
object_ strdata_ type_ name - Source field type. int, string.
- source_
object_ strvalue - Source field name.
- table_
id str - Table id.
- target_
condition_ strexpr - Target filter condition expression.
- target_
database_ strid - Target database id.
- target_
object_ strvalue - Target field name CITY.
- target_
table_ strid - Target table id.
- type float
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- wedata_
dq_ strrule_ id - ID of the resource.
- alarm
Level Number - Alarm trigger levels 1. Low, 2. Medium, 3. High.
- compare
Rule Property Map - Alarm trigger condition.
- condition
Expression String - Condition scans WHERE condition expressions.
- condition
Type Number - Detection scope 1. Full Table 2. Conditional scan.
- custom
Sql String - Custom sql.
- description String
- Rule description.
- field
Config Property Map - Custom template sql expression field replacement parameters.
- name String
- Rule name.
- project
Id String - Project id.
- quality
Dim Number - Rules belong to quality dimensions (1. accuracy, 2. uniqueness, 3. completeness, 4. consistency, 5. timeliness, 6. effectiveness).
- rel
Condition StringExpr - The source field and the target field are associated with a conditional on expression.
- rule
Group NumberId - Rule group id.
- rule
Id String - Rule ID.
- rule
Template NumberId - Rule template id.
- source
Engine List<Number>Types - List of execution engines supported by this rule.
- source
Object StringData Type Name - Source field type. int, string.
- source
Object StringValue - Source field name.
- table
Id String - Table id.
- target
Condition StringExpr - Target filter condition expression.
- target
Database StringId - Target database id.
- target
Object StringValue - Target field name CITY.
- target
Table StringId - Target table id.
- type Number
- Rule Type 1. System Template, 2. Custom Template, 3. Custom SQL.
- wedata
Dq StringRule Id - ID of the resource.
Supporting Types
WedataDqRuleCompareRule, WedataDqRuleCompareRuleArgs
- Cycle
Step double - Periodic Indicates the default period of a template, in secondsNote: This field may return null, indicating that a valid value cannot be obtained.
- Items
List<Wedata
Dq Rule Compare Rule Item> - Comparison condition listNote: This field may return null, indicating that a valid value cannot be obtained.
- Cycle
Step float64 - Periodic Indicates the default period of a template, in secondsNote: This field may return null, indicating that a valid value cannot be obtained.
- Items
[]Wedata
Dq Rule Compare Rule Item - Comparison condition listNote: This field may return null, indicating that a valid value cannot be obtained.
- cycle
Step Double - Periodic Indicates the default period of a template, in secondsNote: This field may return null, indicating that a valid value cannot be obtained.
- items
List<Wedata
Dq Rule Compare Rule Item> - Comparison condition listNote: This field may return null, indicating that a valid value cannot be obtained.
- cycle
Step number - Periodic Indicates the default period of a template, in secondsNote: This field may return null, indicating that a valid value cannot be obtained.
- items
Wedata
Dq Rule Compare Rule Item[] - Comparison condition listNote: This field may return null, indicating that a valid value cannot be obtained.
- cycle_
step float - Periodic Indicates the default period of a template, in secondsNote: This field may return null, indicating that a valid value cannot be obtained.
- items
Sequence[Wedata
Dq Rule Compare Rule Item] - Comparison condition listNote: This field may return null, indicating that a valid value cannot be obtained.
- cycle
Step Number - Periodic Indicates the default period of a template, in secondsNote: This field may return null, indicating that a valid value cannot be obtained.
- items List<Property Map>
- Comparison condition listNote: This field may return null, indicating that a valid value cannot be obtained.
WedataDqRuleCompareRuleItem, WedataDqRuleCompareRuleItemArgs
- Compare
Type double - Comparison type 1. Fixed value 2. Fluctuating value 3. Comparison of value range 4. Enumeration range comparison 5. Do not compareNote: This field may return null, indicating that a valid value cannot be obtained.
- Operator string
- Comparison operation type < <= == => >Note: This field may return null, indicating that a valid value cannot be obtained.
- Value
Compute doubleType - Quality statistics Type 1. Absolute value 2. Increase 3. Decrease 4. C contains 5. N C does not containNote: This field may return null, indicating that a valid value cannot be obtained.
- Value
Lists List<WedataDq Rule Compare Rule Item Value List> - Compare the threshold listNote: This field may return null, indicating that a valid value cannot be obtained.
- Compare
Type float64 - Comparison type 1. Fixed value 2. Fluctuating value 3. Comparison of value range 4. Enumeration range comparison 5. Do not compareNote: This field may return null, indicating that a valid value cannot be obtained.
- Operator string
- Comparison operation type < <= == => >Note: This field may return null, indicating that a valid value cannot be obtained.
- Value
Compute float64Type - Quality statistics Type 1. Absolute value 2. Increase 3. Decrease 4. C contains 5. N C does not containNote: This field may return null, indicating that a valid value cannot be obtained.
- Value
Lists []WedataDq Rule Compare Rule Item Value List - Compare the threshold listNote: This field may return null, indicating that a valid value cannot be obtained.
- compare
Type Double - Comparison type 1. Fixed value 2. Fluctuating value 3. Comparison of value range 4. Enumeration range comparison 5. Do not compareNote: This field may return null, indicating that a valid value cannot be obtained.
- operator String
- Comparison operation type < <= == => >Note: This field may return null, indicating that a valid value cannot be obtained.
- value
Compute DoubleType - Quality statistics Type 1. Absolute value 2. Increase 3. Decrease 4. C contains 5. N C does not containNote: This field may return null, indicating that a valid value cannot be obtained.
- value
Lists List<WedataDq Rule Compare Rule Item Value List> - Compare the threshold listNote: This field may return null, indicating that a valid value cannot be obtained.
- compare
Type number - Comparison type 1. Fixed value 2. Fluctuating value 3. Comparison of value range 4. Enumeration range comparison 5. Do not compareNote: This field may return null, indicating that a valid value cannot be obtained.
- operator string
- Comparison operation type < <= == => >Note: This field may return null, indicating that a valid value cannot be obtained.
- value
Compute numberType - Quality statistics Type 1. Absolute value 2. Increase 3. Decrease 4. C contains 5. N C does not containNote: This field may return null, indicating that a valid value cannot be obtained.
- value
Lists WedataDq Rule Compare Rule Item Value List[] - Compare the threshold listNote: This field may return null, indicating that a valid value cannot be obtained.
- compare_
type float - Comparison type 1. Fixed value 2. Fluctuating value 3. Comparison of value range 4. Enumeration range comparison 5. Do not compareNote: This field may return null, indicating that a valid value cannot be obtained.
- operator str
- Comparison operation type < <= == => >Note: This field may return null, indicating that a valid value cannot be obtained.
- value_
compute_ floattype - Quality statistics Type 1. Absolute value 2. Increase 3. Decrease 4. C contains 5. N C does not containNote: This field may return null, indicating that a valid value cannot be obtained.
- value_
lists Sequence[WedataDq Rule Compare Rule Item Value List] - Compare the threshold listNote: This field may return null, indicating that a valid value cannot be obtained.
- compare
Type Number - Comparison type 1. Fixed value 2. Fluctuating value 3. Comparison of value range 4. Enumeration range comparison 5. Do not compareNote: This field may return null, indicating that a valid value cannot be obtained.
- operator String
- Comparison operation type < <= == => >Note: This field may return null, indicating that a valid value cannot be obtained.
- value
Compute NumberType - Quality statistics Type 1. Absolute value 2. Increase 3. Decrease 4. C contains 5. N C does not containNote: This field may return null, indicating that a valid value cannot be obtained.
- value
Lists List<Property Map> - Compare the threshold listNote: This field may return null, indicating that a valid value cannot be obtained.
WedataDqRuleCompareRuleItemValueList, WedataDqRuleCompareRuleItemValueListArgs
- value str
- Threshold valueNote: This field may return null, indicating that a valid value cannot be obtained.
- value_
type float - Threshold type 1. Low threshold 2. High threshold 3. Common threshold 4. Enumerated valueNote: This field may return null, indicating that a valid value cannot be obtained.
WedataDqRuleFieldConfig, WedataDqRuleFieldConfigArgs
- Table
Configs List<WedataDq Rule Field Config Table Config> - Library table variableNote: This field may return null, indicating that a valid value cannot be obtained.
- Where
Configs List<WedataDq Rule Field Config Where Config> - Where variableNote: This field may return null, indicating that a valid value cannot be obtained.
- Table
Configs []WedataDq Rule Field Config Table Config - Library table variableNote: This field may return null, indicating that a valid value cannot be obtained.
- Where
Configs []WedataDq Rule Field Config Where Config - Where variableNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Configs List<WedataDq Rule Field Config Table Config> - Library table variableNote: This field may return null, indicating that a valid value cannot be obtained.
- where
Configs List<WedataDq Rule Field Config Where Config> - Where variableNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Configs WedataDq Rule Field Config Table Config[] - Library table variableNote: This field may return null, indicating that a valid value cannot be obtained.
- where
Configs WedataDq Rule Field Config Where Config[] - Where variableNote: This field may return null, indicating that a valid value cannot be obtained.
- table_
configs Sequence[WedataDq Rule Field Config Table Config] - Library table variableNote: This field may return null, indicating that a valid value cannot be obtained.
- where_
configs Sequence[WedataDq Rule Field Config Where Config] - Where variableNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Configs List<Property Map> - Library table variableNote: This field may return null, indicating that a valid value cannot be obtained.
- where
Configs List<Property Map> - Where variableNote: This field may return null, indicating that a valid value cannot be obtained.
WedataDqRuleFieldConfigTableConfig, WedataDqRuleFieldConfigTableConfigArgs
- Database
Id string - Database idNote: This field may return null, indicating that a valid value cannot be obtained.
- Database
Name string - Database nameNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Configs List<WedataDq Rule Field Config Table Config Field Config> - Field variableNote: This field may return null, indicating that a valid value cannot be obtained.
- Table
Id string - Table idNote: This field may return null, indicating that a valid value cannot be obtained.
- Table
Key string - Table keyNote: This field may return null, indicating that a valid value cannot be obtained.
- Table
Name string - Table nameNote: This field may return null, indicating that a valid value cannot be obtained.
- Database
Id string - Database idNote: This field may return null, indicating that a valid value cannot be obtained.
- Database
Name string - Database nameNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Configs []WedataDq Rule Field Config Table Config Field Config - Field variableNote: This field may return null, indicating that a valid value cannot be obtained.
- Table
Id string - Table idNote: This field may return null, indicating that a valid value cannot be obtained.
- Table
Key string - Table keyNote: This field may return null, indicating that a valid value cannot be obtained.
- Table
Name string - Table nameNote: This field may return null, indicating that a valid value cannot be obtained.
- database
Id String - Database idNote: This field may return null, indicating that a valid value cannot be obtained.
- database
Name String - Database nameNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Configs List<WedataDq Rule Field Config Table Config Field Config> - Field variableNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Id String - Table idNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Key String - Table keyNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Name String - Table nameNote: This field may return null, indicating that a valid value cannot be obtained.
- database
Id string - Database idNote: This field may return null, indicating that a valid value cannot be obtained.
- database
Name string - Database nameNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Configs WedataDq Rule Field Config Table Config Field Config[] - Field variableNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Id string - Table idNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Key string - Table keyNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Name string - Table nameNote: This field may return null, indicating that a valid value cannot be obtained.
- database_
id str - Database idNote: This field may return null, indicating that a valid value cannot be obtained.
- database_
name str - Database nameNote: This field may return null, indicating that a valid value cannot be obtained.
- field_
configs Sequence[WedataDq Rule Field Config Table Config Field Config] - Field variableNote: This field may return null, indicating that a valid value cannot be obtained.
- table_
id str - Table idNote: This field may return null, indicating that a valid value cannot be obtained.
- table_
key str - Table keyNote: This field may return null, indicating that a valid value cannot be obtained.
- table_
name str - Table nameNote: This field may return null, indicating that a valid value cannot be obtained.
- database
Id String - Database idNote: This field may return null, indicating that a valid value cannot be obtained.
- database
Name String - Database nameNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Configs List<Property Map> - Field variableNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Id String - Table idNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Key String - Table keyNote: This field may return null, indicating that a valid value cannot be obtained.
- table
Name String - Table nameNote: This field may return null, indicating that a valid value cannot be obtained.
WedataDqRuleFieldConfigTableConfigFieldConfig, WedataDqRuleFieldConfigTableConfigFieldConfigArgs
- Field
Data stringType - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Key string - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Value string - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Data stringType - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Key string - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Value string - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Data StringType - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Key String - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Value String - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Data stringType - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Key string - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Value string - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
- field_
data_ strtype - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- field_
key str - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- field_
value str - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Data StringType - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Key String - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Value String - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
WedataDqRuleFieldConfigWhereConfig, WedataDqRuleFieldConfigWhereConfigArgs
- Field
Data stringType - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Key string - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Value string - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Data stringType - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Key string - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- Field
Value string - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Data StringType - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Key String - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Value String - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Data stringType - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Key string - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Value string - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
- field_
data_ strtype - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- field_
key str - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- field_
value str - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Data StringType - Field typeNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Key String - Field keyNote: This field may return null, indicating that a valid value cannot be obtained.
- field
Value String - Field valueNote: This field may return null, indicating that a valid value cannot be obtained.
Import
wedata dq_rule can be imported using the id, e.g.
$ pulumi import tencentcloud:index/wedataDqRule:WedataDqRule example 1948767646355341312#894
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.