Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
Deprecated: volcengine.waf.BotAnalyseProtectRules has been deprecated in favor of volcengine.waf.getBotAnalyseProtectRules
Use this data source to query detailed information of waf bot analyse protect rules
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.waf.getBotAnalyseProtectRules({
botSpace: "BotRepeat",
host: "www.tf-test.com",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.waf.get_bot_analyse_protect_rules(bot_space="BotRepeat",
host="www.tf-test.com")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/waf"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := waf.GetBotAnalyseProtectRules(ctx, &waf.GetBotAnalyseProtectRulesArgs{
BotSpace: "BotRepeat",
Host: "www.tf-test.com",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Waf.GetBotAnalyseProtectRules.Invoke(new()
{
BotSpace = "BotRepeat",
Host = "www.tf-test.com",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.waf.WafFunctions;
import com.pulumi.volcengine.waf.inputs.GetBotAnalyseProtectRulesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var foo = WafFunctions.getBotAnalyseProtectRules(GetBotAnalyseProtectRulesArgs.builder()
.botSpace("BotRepeat")
.host("www.tf-test.com")
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:waf:getBotAnalyseProtectRules
Arguments:
botSpace: BotRepeat
host: www.tf-test.com
Using BotAnalyseProtectRules
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function botAnalyseProtectRules(args: BotAnalyseProtectRulesArgs, opts?: InvokeOptions): Promise<BotAnalyseProtectRulesResult>
function botAnalyseProtectRulesOutput(args: BotAnalyseProtectRulesOutputArgs, opts?: InvokeOptions): Output<BotAnalyseProtectRulesResult>def bot_analyse_protect_rules(bot_space: Optional[str] = None,
host: Optional[str] = None,
name: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
path: Optional[str] = None,
project_name: Optional[str] = None,
rule_tag: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> BotAnalyseProtectRulesResult
def bot_analyse_protect_rules_output(bot_space: Optional[pulumi.Input[str]] = None,
host: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
path: Optional[pulumi.Input[str]] = None,
project_name: Optional[pulumi.Input[str]] = None,
rule_tag: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[BotAnalyseProtectRulesResult]func BotAnalyseProtectRules(ctx *Context, args *BotAnalyseProtectRulesArgs, opts ...InvokeOption) (*BotAnalyseProtectRulesResult, error)
func BotAnalyseProtectRulesOutput(ctx *Context, args *BotAnalyseProtectRulesOutputArgs, opts ...InvokeOption) BotAnalyseProtectRulesResultOutputpublic static class BotAnalyseProtectRules
{
public static Task<BotAnalyseProtectRulesResult> InvokeAsync(BotAnalyseProtectRulesArgs args, InvokeOptions? opts = null)
public static Output<BotAnalyseProtectRulesResult> Invoke(BotAnalyseProtectRulesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<BotAnalyseProtectRulesResult> botAnalyseProtectRules(BotAnalyseProtectRulesArgs args, InvokeOptions options)
public static Output<BotAnalyseProtectRulesResult> botAnalyseProtectRules(BotAnalyseProtectRulesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:waf:BotAnalyseProtectRules
arguments:
# arguments dictionaryThe following arguments are supported:
- Bot
Space string - Bot protection rule type.
- Host string
- Website domain names that require the setting of protection rules.
- Name string
- The name of the rule.
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- Path string
- Protective path.
- Project
Name string - The name of the project to which your domain names belong.
- Rule
Tag string - Unique identification of rules.
- Bot
Space string - Bot protection rule type.
- Host string
- Website domain names that require the setting of protection rules.
- Name string
- The name of the rule.
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- Path string
- Protective path.
- Project
Name string - The name of the project to which your domain names belong.
- Rule
Tag string - Unique identification of rules.
- bot
Space String - Bot protection rule type.
- host String
- Website domain names that require the setting of protection rules.
- name String
- The name of the rule.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
- path String
- Protective path.
- project
Name String - The name of the project to which your domain names belong.
- rule
Tag String - Unique identification of rules.
- bot
Space string - Bot protection rule type.
- host string
- Website domain names that require the setting of protection rules.
- name string
- The name of the rule.
- name
Regex string - A Name Regex of Resource.
- output
File string - File name where to save data source results.
- path string
- Protective path.
- project
Name string - The name of the project to which your domain names belong.
- rule
Tag string - Unique identification of rules.
- bot_
space str - Bot protection rule type.
- host str
- Website domain names that require the setting of protection rules.
- name str
- The name of the rule.
- name_
regex str - A Name Regex of Resource.
- output_
file str - File name where to save data source results.
- path str
- Protective path.
- project_
name str - The name of the project to which your domain names belong.
- rule_
tag str - Unique identification of rules.
- bot
Space String - Bot protection rule type.
- host String
- Website domain names that require the setting of protection rules.
- name String
- The name of the rule.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
- path String
- Protective path.
- project
Name String - The name of the project to which your domain names belong.
- rule
Tag String - Unique identification of rules.
BotAnalyseProtectRules Result
The following output properties are available:
- Bot
Space string - Datas
List<Bot
Analyse Protect Rules Data> - The details of the Bot rules.
- Host string
- The domain name where the protection rule is located.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Name string
- The name of rule.
- Name
Regex string - Output
File string - Path string
- Request path.
- Project
Name string - Rule
Tag string - Rule label, that is, the complete rule ID.
- Bot
Space string - Datas
[]Bot
Analyse Protect Rules Data - The details of the Bot rules.
- Host string
- The domain name where the protection rule is located.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Name string
- The name of rule.
- Name
Regex string - Output
File string - Path string
- Request path.
- Project
Name string - Rule
Tag string - Rule label, that is, the complete rule ID.
- bot
Space String - datas
List<Bot
Analyse Protect Rules Data> - The details of the Bot rules.
- host String
- The domain name where the protection rule is located.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - The total count of query.
- name String
- The name of rule.
- name
Regex String - output
File String - path String
- Request path.
- project
Name String - rule
Tag String - Rule label, that is, the complete rule ID.
- bot
Space string - datas
Bot
Analyse Protect Rules Data[] - The details of the Bot rules.
- host string
- The domain name where the protection rule is located.
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - The total count of query.
- name string
- The name of rule.
- name
Regex string - output
File string - path string
- Request path.
- project
Name string - rule
Tag string - Rule label, that is, the complete rule ID.
- bot_
space str - datas
Sequence[Bot
Analyse Protect Rules Data] - The details of the Bot rules.
- host str
- The domain name where the protection rule is located.
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - The total count of query.
- name str
- The name of rule.
- name_
regex str - output_
file str - path str
- Request path.
- project_
name str - rule_
tag str - Rule label, that is, the complete rule ID.
- bot
Space String - datas List<Property Map>
- The details of the Bot rules.
- host String
- The domain name where the protection rule is located.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - The total count of query.
- name String
- The name of rule.
- name
Regex String - output
File String - path String
- Request path.
- project
Name String - rule
Tag String - Rule label, that is, the complete rule ID.
Supporting Types
BotAnalyseProtectRulesData
- Enable
Count int - The number of statistical protection rules enabled under the current domain name.
- Path string
- Protective path.
- Rule
Groups List<BotAnalyse Protect Rules Data Rule Group> - Details of the rule group.
- Total
Count int - The total count of query.
- Enable
Count int - The number of statistical protection rules enabled under the current domain name.
- Path string
- Protective path.
- Rule
Groups []BotAnalyse Protect Rules Data Rule Group - Details of the rule group.
- Total
Count int - The total count of query.
- enable
Count Integer - The number of statistical protection rules enabled under the current domain name.
- path String
- Protective path.
- rule
Groups List<BotAnalyse Protect Rules Data Rule Group> - Details of the rule group.
- total
Count Integer - The total count of query.
- enable
Count number - The number of statistical protection rules enabled under the current domain name.
- path string
- Protective path.
- rule
Groups BotAnalyse Protect Rules Data Rule Group[] - Details of the rule group.
- total
Count number - The total count of query.
- enable_
count int - The number of statistical protection rules enabled under the current domain name.
- path str
- Protective path.
- rule_
groups Sequence[BotAnalyse Protect Rules Data Rule Group] - Details of the rule group.
- total_
count int - The total count of query.
- enable
Count Number - The number of statistical protection rules enabled under the current domain name.
- path String
- Protective path.
- rule
Groups List<Property Map> - Details of the rule group.
- total
Count Number - The total count of query.
BotAnalyseProtectRulesDataRuleGroup
- Group
Bot
Analyse Protect Rules Data Rule Group Group - Rule group information.
- Rules
List<Bot
Analyse Protect Rules Data Rule Group Rule> - Specific rule information within the rule group.
- Group
Bot
Analyse Protect Rules Data Rule Group Group - Rule group information.
- Rules
[]Bot
Analyse Protect Rules Data Rule Group Rule - Specific rule information within the rule group.
- group
Bot
Analyse Protect Rules Data Rule Group Group - Rule group information.
- rules
List<Bot
Analyse Protect Rules Data Rule Group Rule> - Specific rule information within the rule group.
- group
Bot
Analyse Protect Rules Data Rule Group Group - Rule group information.
- rules
Bot
Analyse Protect Rules Data Rule Group Rule[] - Specific rule information within the rule group.
- group
Bot
Analyse Protect Rules Data Rule Group Group - Rule group information.
- rules
Sequence[Bot
Analyse Protect Rules Data Rule Group Rule] - Specific rule information within the rule group.
- group Property Map
- Rule group information.
- rules List<Property Map>
- Specific rule information within the rule group.
BotAnalyseProtectRulesDataRuleGroupGroup
- Accurate
Group intPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- Accurate
Rules List<BotAnalyse Protect Rules Data Rule Group Group Accurate Rule> - Request characteristic information of the rule group.
- Id int
- Rule unique identifier.
- Logic int
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
- Accurate
Group intPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- Accurate
Rules []BotAnalyse Protect Rules Data Rule Group Group Accurate Rule - Request characteristic information of the rule group.
- Id int
- Rule unique identifier.
- Logic int
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
- accurate
Group IntegerPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- accurate
Rules List<BotAnalyse Protect Rules Data Rule Group Group Accurate Rule> - Request characteristic information of the rule group.
- id Integer
- Rule unique identifier.
- logic Integer
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
- accurate
Group numberPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- accurate
Rules BotAnalyse Protect Rules Data Rule Group Group Accurate Rule[] - Request characteristic information of the rule group.
- id number
- Rule unique identifier.
- logic number
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
- accurate_
group_ intpriority - After the rule creation is completed, the priority of the automatically generated rule group.
- accurate_
rules Sequence[BotAnalyse Protect Rules Data Rule Group Group Accurate Rule] - Request characteristic information of the rule group.
- id int
- Rule unique identifier.
- logic int
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
- accurate
Group NumberPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- accurate
Rules List<Property Map> - Request characteristic information of the rule group.
- id Number
- Rule unique identifier.
- logic Number
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
BotAnalyseProtectRulesDataRuleGroupGroupAccurateRule
- Http
Obj string - Custom object.
- Obj
Type int - matching field.
- Opretar int
- The logical operator for the condition.
- Property int
- Operate the properties of the http object.
- Value
String string - The value to be matched.
- Http
Obj string - Custom object.
- Obj
Type int - matching field.
- Opretar int
- The logical operator for the condition.
- Property int
- Operate the properties of the http object.
- Value
String string - The value to be matched.
- http
Obj String - Custom object.
- obj
Type Integer - matching field.
- opretar Integer
- The logical operator for the condition.
- property Integer
- Operate the properties of the http object.
- value
String String - The value to be matched.
- http
Obj string - Custom object.
- obj
Type number - matching field.
- opretar number
- The logical operator for the condition.
- property number
- Operate the properties of the http object.
- value
String string - The value to be matched.
- http_
obj str - Custom object.
- obj_
type int - matching field.
- opretar int
- The logical operator for the condition.
- property int
- Operate the properties of the http object.
- value_
string str - The value to be matched.
- http
Obj String - Custom object.
- obj
Type Number - matching field.
- opretar Number
- The logical operator for the condition.
- property Number
- Operate the properties of the http object.
- value
String String - The value to be matched.
BotAnalyseProtectRulesDataRuleGroupRule
- Accurate
Group BotAnalyse Protect Rules Data Rule Group Rule Accurate Group - Advanced conditions.
- Accurate
Group intPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- Action
After intVerification - Perform actions after human-machine verification /JS challenges.
- Action
Type int - perform the action.
- Effect
Time int - Limit the duration.
- Enable int
- Whether to enable the rules.
- Exemption
Time int - Exemption time.
- Field string
- statistical object.
- Host string
- Website domain names that require the setting of protection rules.
- Id int
- Rule unique identifier.
- Name string
- The name of the rule.
- Pass
Ratio double - JS challenge/human-machine verification pass rate.
- Path string
- Protective path.
- Path
Threshold int - Threshold of path access times.
- Rule
Priority int - Rule execution priority.
- Rule
Tag string - Unique identification of rules.
- Single
Proportion double - The IP proportion of the same statistical object.
- Single
Threshold int - The maximum number of ips for the same statistical object.
- Statistical
Duration int - The duration of the statistics.
- Statistical
Type int - Statistical content method.
- Update
Time string - Rule update time.
- Accurate
Group BotAnalyse Protect Rules Data Rule Group Rule Accurate Group - Advanced conditions.
- Accurate
Group intPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- Action
After intVerification - Perform actions after human-machine verification /JS challenges.
- Action
Type int - perform the action.
- Effect
Time int - Limit the duration.
- Enable int
- Whether to enable the rules.
- Exemption
Time int - Exemption time.
- Field string
- statistical object.
- Host string
- Website domain names that require the setting of protection rules.
- Id int
- Rule unique identifier.
- Name string
- The name of the rule.
- Pass
Ratio float64 - JS challenge/human-machine verification pass rate.
- Path string
- Protective path.
- Path
Threshold int - Threshold of path access times.
- Rule
Priority int - Rule execution priority.
- Rule
Tag string - Unique identification of rules.
- Single
Proportion float64 - The IP proportion of the same statistical object.
- Single
Threshold int - The maximum number of ips for the same statistical object.
- Statistical
Duration int - The duration of the statistics.
- Statistical
Type int - Statistical content method.
- Update
Time string - Rule update time.
- accurate
Group BotAnalyse Protect Rules Data Rule Group Rule Accurate Group - Advanced conditions.
- accurate
Group IntegerPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- action
After IntegerVerification - Perform actions after human-machine verification /JS challenges.
- action
Type Integer - perform the action.
- effect
Time Integer - Limit the duration.
- enable Integer
- Whether to enable the rules.
- exemption
Time Integer - Exemption time.
- field String
- statistical object.
- host String
- Website domain names that require the setting of protection rules.
- id Integer
- Rule unique identifier.
- name String
- The name of the rule.
- pass
Ratio Double - JS challenge/human-machine verification pass rate.
- path String
- Protective path.
- path
Threshold Integer - Threshold of path access times.
- rule
Priority Integer - Rule execution priority.
- rule
Tag String - Unique identification of rules.
- single
Proportion Double - The IP proportion of the same statistical object.
- single
Threshold Integer - The maximum number of ips for the same statistical object.
- statistical
Duration Integer - The duration of the statistics.
- statistical
Type Integer - Statistical content method.
- update
Time String - Rule update time.
- accurate
Group BotAnalyse Protect Rules Data Rule Group Rule Accurate Group - Advanced conditions.
- accurate
Group numberPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- action
After numberVerification - Perform actions after human-machine verification /JS challenges.
- action
Type number - perform the action.
- effect
Time number - Limit the duration.
- enable number
- Whether to enable the rules.
- exemption
Time number - Exemption time.
- field string
- statistical object.
- host string
- Website domain names that require the setting of protection rules.
- id number
- Rule unique identifier.
- name string
- The name of the rule.
- pass
Ratio number - JS challenge/human-machine verification pass rate.
- path string
- Protective path.
- path
Threshold number - Threshold of path access times.
- rule
Priority number - Rule execution priority.
- rule
Tag string - Unique identification of rules.
- single
Proportion number - The IP proportion of the same statistical object.
- single
Threshold number - The maximum number of ips for the same statistical object.
- statistical
Duration number - The duration of the statistics.
- statistical
Type number - Statistical content method.
- update
Time string - Rule update time.
- accurate_
group BotAnalyse Protect Rules Data Rule Group Rule Accurate Group - Advanced conditions.
- accurate_
group_ intpriority - After the rule creation is completed, the priority of the automatically generated rule group.
- action_
after_ intverification - Perform actions after human-machine verification /JS challenges.
- action_
type int - perform the action.
- effect_
time int - Limit the duration.
- enable int
- Whether to enable the rules.
- exemption_
time int - Exemption time.
- field str
- statistical object.
- host str
- Website domain names that require the setting of protection rules.
- id int
- Rule unique identifier.
- name str
- The name of the rule.
- pass_
ratio float - JS challenge/human-machine verification pass rate.
- path str
- Protective path.
- path_
threshold int - Threshold of path access times.
- rule_
priority int - Rule execution priority.
- rule_
tag str - Unique identification of rules.
- single_
proportion float - The IP proportion of the same statistical object.
- single_
threshold int - The maximum number of ips for the same statistical object.
- statistical_
duration int - The duration of the statistics.
- statistical_
type int - Statistical content method.
- update_
time str - Rule update time.
- accurate
Group Property Map - Advanced conditions.
- accurate
Group NumberPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- action
After NumberVerification - Perform actions after human-machine verification /JS challenges.
- action
Type Number - perform the action.
- effect
Time Number - Limit the duration.
- enable Number
- Whether to enable the rules.
- exemption
Time Number - Exemption time.
- field String
- statistical object.
- host String
- Website domain names that require the setting of protection rules.
- id Number
- Rule unique identifier.
- name String
- The name of the rule.
- pass
Ratio Number - JS challenge/human-machine verification pass rate.
- path String
- Protective path.
- path
Threshold Number - Threshold of path access times.
- rule
Priority Number - Rule execution priority.
- rule
Tag String - Unique identification of rules.
- single
Proportion Number - The IP proportion of the same statistical object.
- single
Threshold Number - The maximum number of ips for the same statistical object.
- statistical
Duration Number - The duration of the statistics.
- statistical
Type Number - Statistical content method.
- update
Time String - Rule update time.
BotAnalyseProtectRulesDataRuleGroupRuleAccurateGroup
- Accurate
Group intPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- Accurate
Rules List<BotAnalyse Protect Rules Data Rule Group Rule Accurate Group Accurate Rule> - Request characteristic information of the rule group.
- Id int
- Rule unique identifier.
- Logic int
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
- Accurate
Group intPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- Accurate
Rules []BotAnalyse Protect Rules Data Rule Group Rule Accurate Group Accurate Rule - Request characteristic information of the rule group.
- Id int
- Rule unique identifier.
- Logic int
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
- accurate
Group IntegerPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- accurate
Rules List<BotAnalyse Protect Rules Data Rule Group Rule Accurate Group Accurate Rule> - Request characteristic information of the rule group.
- id Integer
- Rule unique identifier.
- logic Integer
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
- accurate
Group numberPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- accurate
Rules BotAnalyse Protect Rules Data Rule Group Rule Accurate Group Accurate Rule[] - Request characteristic information of the rule group.
- id number
- Rule unique identifier.
- logic number
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
- accurate_
group_ intpriority - After the rule creation is completed, the priority of the automatically generated rule group.
- accurate_
rules Sequence[BotAnalyse Protect Rules Data Rule Group Rule Accurate Group Accurate Rule] - Request characteristic information of the rule group.
- id int
- Rule unique identifier.
- logic int
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
- accurate
Group NumberPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- accurate
Rules List<Property Map> - Request characteristic information of the rule group.
- id Number
- Rule unique identifier.
- logic Number
- In the rule group, the high-level conditional operation relationships corresponding to each rule.
BotAnalyseProtectRulesDataRuleGroupRuleAccurateGroupAccurateRule
- Http
Obj string - Custom object.
- Obj
Type int - matching field.
- Opretar int
- The logical operator for the condition.
- Property int
- Operate the properties of the http object.
- Value
String string - The value to be matched.
- Http
Obj string - Custom object.
- Obj
Type int - matching field.
- Opretar int
- The logical operator for the condition.
- Property int
- Operate the properties of the http object.
- Value
String string - The value to be matched.
- http
Obj String - Custom object.
- obj
Type Integer - matching field.
- opretar Integer
- The logical operator for the condition.
- property Integer
- Operate the properties of the http object.
- value
String String - The value to be matched.
- http
Obj string - Custom object.
- obj
Type number - matching field.
- opretar number
- The logical operator for the condition.
- property number
- Operate the properties of the http object.
- value
String string - The value to be matched.
- http_
obj str - Custom object.
- obj_
type int - matching field.
- opretar int
- The logical operator for the condition.
- property int
- Operate the properties of the http object.
- value_
string str - The value to be matched.
- http
Obj String - Custom object.
- obj
Type Number - matching field.
- opretar Number
- The logical operator for the condition.
- property Number
- Operate the properties of the http object.
- value
String String - The value to be matched.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
