Volcengine v0.0.34 published on Wednesday, Jul 2, 2025 by Volcengine
volcengine.waf.getBotAnalyseProtectRules
Explore with Pulumi AI
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 getBotAnalyseProtectRules
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 getBotAnalyseProtectRules(args: GetBotAnalyseProtectRulesArgs, opts?: InvokeOptions): Promise<GetBotAnalyseProtectRulesResult>
function getBotAnalyseProtectRulesOutput(args: GetBotAnalyseProtectRulesOutputArgs, opts?: InvokeOptions): Output<GetBotAnalyseProtectRulesResult>
def get_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) -> GetBotAnalyseProtectRulesResult
def get_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[GetBotAnalyseProtectRulesResult]
func GetBotAnalyseProtectRules(ctx *Context, args *GetBotAnalyseProtectRulesArgs, opts ...InvokeOption) (*GetBotAnalyseProtectRulesResult, error)
func GetBotAnalyseProtectRulesOutput(ctx *Context, args *GetBotAnalyseProtectRulesOutputArgs, opts ...InvokeOption) GetBotAnalyseProtectRulesResultOutput
> Note: This function is named GetBotAnalyseProtectRules
in the Go SDK.
public static class GetBotAnalyseProtectRules
{
public static Task<GetBotAnalyseProtectRulesResult> InvokeAsync(GetBotAnalyseProtectRulesArgs args, InvokeOptions? opts = null)
public static Output<GetBotAnalyseProtectRulesResult> Invoke(GetBotAnalyseProtectRulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBotAnalyseProtectRulesResult> getBotAnalyseProtectRules(GetBotAnalyseProtectRulesArgs args, InvokeOptions options)
public static Output<GetBotAnalyseProtectRulesResult> getBotAnalyseProtectRules(GetBotAnalyseProtectRulesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:waf/getBotAnalyseProtectRules:getBotAnalyseProtectRules
arguments:
# arguments dictionary
The 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.
getBotAnalyseProtectRules Result
The following output properties are available:
- Bot
Space string - Datas
List<Get
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
[]Get
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<Get
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
Get
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[Get
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
GetBotAnalyseProtectRulesData
- Enable
Count int - The number of statistical protection rules enabled under the current domain name.
- Path string
- Protective path.
- Rule
Groups List<GetBot Analyse 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 []GetBot Analyse 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<GetBot Analyse 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 GetBot Analyse 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[GetBot Analyse 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.
GetBotAnalyseProtectRulesDataRuleGroup
- Group
Get
Bot Analyse Protect Rules Data Rule Group Group - Rule group information.
- Rules
List<Get
Bot Analyse Protect Rules Data Rule Group Rule> - Specific rule information within the rule group.
- Group
Get
Bot Analyse Protect Rules Data Rule Group Group - Rule group information.
- Rules
[]Get
Bot Analyse Protect Rules Data Rule Group Rule - Specific rule information within the rule group.
- group
Get
Bot Analyse Protect Rules Data Rule Group Group - Rule group information.
- rules
List<Get
Bot Analyse Protect Rules Data Rule Group Rule> - Specific rule information within the rule group.
- group
Get
Bot Analyse Protect Rules Data Rule Group Group - Rule group information.
- rules
Get
Bot Analyse Protect Rules Data Rule Group Rule[] - Specific rule information within the rule group.
- group
Get
Bot Analyse Protect Rules Data Rule Group Group - Rule group information.
- rules
Sequence[Get
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.
GetBotAnalyseProtectRulesDataRuleGroupGroup
- Accurate
Group intPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- Accurate
Rules List<GetBot Analyse 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 []GetBot Analyse 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<GetBot Analyse 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 GetBot Analyse 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[GetBot Analyse 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.
GetBotAnalyseProtectRulesDataRuleGroupGroupAccurateRule
- 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.
GetBotAnalyseProtectRulesDataRuleGroupRule
- Accurate
Group GetBot Analyse 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 GetBot Analyse 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 GetBot Analyse 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 GetBot Analyse 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 GetBot Analyse 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.
GetBotAnalyseProtectRulesDataRuleGroupRuleAccurateGroup
- Accurate
Group intPriority - After the rule creation is completed, the priority of the automatically generated rule group.
- Accurate
Rules List<GetBot Analyse 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 []GetBot Analyse 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<GetBot Analyse 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 GetBot Analyse 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[GetBot Analyse 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.
GetBotAnalyseProtectRulesDataRuleGroupRuleAccurateGroupAccurateRule
- 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
volcengine
Terraform Provider.