tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWafDomains
Start a Neo task
Explain and create a tencentcloud.getWafDomains resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of waf domains
Example Usage
Find all domains
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getWafDomains({});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_waf_domains()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetWafDomains(ctx, &tencentcloud.GetWafDomainsArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var example = Tencentcloud.GetWafDomains.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetWafDomainsArgs;
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 example = TencentcloudFunctions.getWafDomains(GetWafDomainsArgs.builder()
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getWafDomains
arguments: {}
Find domains by filter
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getWafDomains({
instanceId: "waf_2kxtlbky01b3wceb",
domain: "tf.example.com",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_waf_domains(instance_id="waf_2kxtlbky01b3wceb",
domain="tf.example.com")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetWafDomains(ctx, &tencentcloud.GetWafDomainsArgs{
InstanceId: pulumi.StringRef("waf_2kxtlbky01b3wceb"),
Domain: pulumi.StringRef("tf.example.com"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var example = Tencentcloud.GetWafDomains.Invoke(new()
{
InstanceId = "waf_2kxtlbky01b3wceb",
Domain = "tf.example.com",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetWafDomainsArgs;
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 example = TencentcloudFunctions.getWafDomains(GetWafDomainsArgs.builder()
.instanceId("waf_2kxtlbky01b3wceb")
.domain("tf.example.com")
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getWafDomains
arguments:
instanceId: waf_2kxtlbky01b3wceb
domain: tf.example.com
Using getWafDomains
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 getWafDomains(args: GetWafDomainsArgs, opts?: InvokeOptions): Promise<GetWafDomainsResult>
function getWafDomainsOutput(args: GetWafDomainsOutputArgs, opts?: InvokeOptions): Output<GetWafDomainsResult>def get_waf_domains(domain: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWafDomainsResult
def get_waf_domains_output(domain: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWafDomainsResult]func GetWafDomains(ctx *Context, args *GetWafDomainsArgs, opts ...InvokeOption) (*GetWafDomainsResult, error)
func GetWafDomainsOutput(ctx *Context, args *GetWafDomainsOutputArgs, opts ...InvokeOption) GetWafDomainsResultOutput> Note: This function is named GetWafDomains in the Go SDK.
public static class GetWafDomains
{
public static Task<GetWafDomainsResult> InvokeAsync(GetWafDomainsArgs args, InvokeOptions? opts = null)
public static Output<GetWafDomainsResult> Invoke(GetWafDomainsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWafDomainsResult> getWafDomains(GetWafDomainsArgs args, InvokeOptions options)
public static Output<GetWafDomainsResult> getWafDomains(GetWafDomainsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWafDomains:getWafDomains
arguments:
# arguments dictionaryThe following arguments are supported:
- Domain string
- Domain name.
- Id string
- Instance
Id string - Unique ID of Instance.
- Result
Output stringFile - Used to save results.
- Domain string
- Domain name.
- Id string
- Instance
Id string - Unique ID of Instance.
- Result
Output stringFile - Used to save results.
- domain String
- Domain name.
- id String
- instance
Id String - Unique ID of Instance.
- result
Output StringFile - Used to save results.
- domain string
- Domain name.
- id string
- instance
Id string - Unique ID of Instance.
- result
Output stringFile - Used to save results.
- domain str
- Domain name.
- id str
- instance_
id str - Unique ID of Instance.
- result_
output_ strfile - Used to save results.
- domain String
- Domain name.
- id String
- instance
Id String - Unique ID of Instance.
- result
Output StringFile - Used to save results.
getWafDomains Result
The following output properties are available:
- Domains
List<Get
Waf Domains Domain> - Domain info list.
- Id string
- Domain string
- Domain name.
- Instance
Id string - Instance unique ID.
- Result
Output stringFile
- Domains
[]Get
Waf Domains Domain - Domain info list.
- Id string
- Domain string
- Domain name.
- Instance
Id string - Instance unique ID.
- Result
Output stringFile
- domains
List<Get
Waf Domains Domain> - Domain info list.
- id String
- domain String
- Domain name.
- instance
Id String - Instance unique ID.
- result
Output StringFile
- domains
Get
Waf Domains Domain[] - Domain info list.
- id string
- domain string
- Domain name.
- instance
Id string - Instance unique ID.
- result
Output stringFile
- domains
Sequence[Get
Waf Domains Domain] - Domain info list.
- id str
- domain str
- Domain name.
- instance_
id str - Instance unique ID.
- result_
output_ strfile
- domains List<Property Map>
- Domain info list.
- id String
- domain String
- Domain name.
- instance
Id String - Instance unique ID.
- result
Output StringFile
Supporting Types
GetWafDomainsDomain
- Alb
Type string - Traffic Source: clb represents Tencent Cloud clb, apisix represents apisix gateway, tsegw represents Tencent Cloud API gateway, default clbNote: This field may return null, indicating that a valid value cannot be obtained.
- Api
Status double - API security switch status, 0 off, 1 onNote: This field may return null, indicating that a valid value cannot be obtained.
- App
Id double - User appid.
- Bot
Status double - BOT switch status, 0 off, 1 on.
- Cc
Lists List<string> - Waf sandbox export addresses, should be added to the whitelist by the upstreams.
- Cdc
Clusters string - Cdc clustersNote: This field may return null, indicating that a valid value cannot be obtained.
- Cls
Status double - Whether to enable access logs, 1 enable, 0 disable.
- Cname string
- Cname address, used for dns access.
- Create
Time string - Create time.
- Domain string
- Domain name.
- Domain
Id string - Domain unique ID.
- Edition string
- Instance type, sparta-waf represents SAAS WAF, clb-waf represents CLB WAF.
- Engine double
- Rule and AI Defense Mode, 10 Rule Engine Observation&&AI Engine Shutdown Mode 11 Rule Engine Observation&&AI Engine Observation Mode 12 Rule Engine Observation&&AI Engine Interception Mode 20 Rule Engine Interception&&AI Engine Shutdown Mode 21 Rule Engine Interception&&AI Engine Observation Mode 22 Rule Engine Interception&&AI Engine Interception Mode.
- Flow
Mode double - CLBWAF traffic mode, 1 cleaning mode, 0 mirroring mode.
- Instance
Id string - Unique ID of Instance.
- Instance
Name string - Instance name.
- Ipv6Status double
- Ipv6 switch status, 0 off, 1 on.
- Level double
- Instance level.
- Load
Balancer List<GetSets Waf Domains Domain Load Balancer Set> - List of bound LB.
- Mode double
- Rule defense mode, 0 observation mode, 1 interception mode.
- Ports
List<Get
Waf Domains Domain Port> - Listening ports.
- Post
Ckafka doubleStatus - Whether to enable the delivery of CKafka function, 0 off, 1 on.
- Post
Cls doubleStatus - Whether to enable the delivery CLS function, 0 off, 1 on.
- Region string
- Region.
- Rs
Lists List<string> - Waf engine export addresses, should be added to the whitelist by the upstreams.
- Sg
Detail string - Detailed explanation of security group statusNote: This field may return null, indicating that a valid value cannot be obtained.
- Sg
State double - Security group status, 0 does not display, 1 non Tencent cloud source site, 2 security group binding failed, 3 security group changedNote: This field may return null, indicating that a valid value cannot be obtained.
- State double
- Clbwaf domain name listener status, 0 operation successful, 4 binding LB, 6 unbinding LB, 7 unbinding LB failed, 8 binding LB failed, 10 internal error.
- Status double
- Waf switch,0 off 1 on.
- Alb
Type string - Traffic Source: clb represents Tencent Cloud clb, apisix represents apisix gateway, tsegw represents Tencent Cloud API gateway, default clbNote: This field may return null, indicating that a valid value cannot be obtained.
- Api
Status float64 - API security switch status, 0 off, 1 onNote: This field may return null, indicating that a valid value cannot be obtained.
- App
Id float64 - User appid.
- Bot
Status float64 - BOT switch status, 0 off, 1 on.
- Cc
Lists []string - Waf sandbox export addresses, should be added to the whitelist by the upstreams.
- Cdc
Clusters string - Cdc clustersNote: This field may return null, indicating that a valid value cannot be obtained.
- Cls
Status float64 - Whether to enable access logs, 1 enable, 0 disable.
- Cname string
- Cname address, used for dns access.
- Create
Time string - Create time.
- Domain string
- Domain name.
- Domain
Id string - Domain unique ID.
- Edition string
- Instance type, sparta-waf represents SAAS WAF, clb-waf represents CLB WAF.
- Engine float64
- Rule and AI Defense Mode, 10 Rule Engine Observation&&AI Engine Shutdown Mode 11 Rule Engine Observation&&AI Engine Observation Mode 12 Rule Engine Observation&&AI Engine Interception Mode 20 Rule Engine Interception&&AI Engine Shutdown Mode 21 Rule Engine Interception&&AI Engine Observation Mode 22 Rule Engine Interception&&AI Engine Interception Mode.
- Flow
Mode float64 - CLBWAF traffic mode, 1 cleaning mode, 0 mirroring mode.
- Instance
Id string - Unique ID of Instance.
- Instance
Name string - Instance name.
- Ipv6Status float64
- Ipv6 switch status, 0 off, 1 on.
- Level float64
- Instance level.
- Load
Balancer []GetSets Waf Domains Domain Load Balancer Set - List of bound LB.
- Mode float64
- Rule defense mode, 0 observation mode, 1 interception mode.
- Ports
[]Get
Waf Domains Domain Port - Listening ports.
- Post
Ckafka float64Status - Whether to enable the delivery of CKafka function, 0 off, 1 on.
- Post
Cls float64Status - Whether to enable the delivery CLS function, 0 off, 1 on.
- Region string
- Region.
- Rs
Lists []string - Waf engine export addresses, should be added to the whitelist by the upstreams.
- Sg
Detail string - Detailed explanation of security group statusNote: This field may return null, indicating that a valid value cannot be obtained.
- Sg
State float64 - Security group status, 0 does not display, 1 non Tencent cloud source site, 2 security group binding failed, 3 security group changedNote: This field may return null, indicating that a valid value cannot be obtained.
- State float64
- Clbwaf domain name listener status, 0 operation successful, 4 binding LB, 6 unbinding LB, 7 unbinding LB failed, 8 binding LB failed, 10 internal error.
- Status float64
- Waf switch,0 off 1 on.
- alb
Type String - Traffic Source: clb represents Tencent Cloud clb, apisix represents apisix gateway, tsegw represents Tencent Cloud API gateway, default clbNote: This field may return null, indicating that a valid value cannot be obtained.
- api
Status Double - API security switch status, 0 off, 1 onNote: This field may return null, indicating that a valid value cannot be obtained.
- app
Id Double - User appid.
- bot
Status Double - BOT switch status, 0 off, 1 on.
- cc
Lists List<String> - Waf sandbox export addresses, should be added to the whitelist by the upstreams.
- cdc
Clusters String - Cdc clustersNote: This field may return null, indicating that a valid value cannot be obtained.
- cls
Status Double - Whether to enable access logs, 1 enable, 0 disable.
- cname String
- Cname address, used for dns access.
- create
Time String - Create time.
- domain String
- Domain name.
- domain
Id String - Domain unique ID.
- edition String
- Instance type, sparta-waf represents SAAS WAF, clb-waf represents CLB WAF.
- engine Double
- Rule and AI Defense Mode, 10 Rule Engine Observation&&AI Engine Shutdown Mode 11 Rule Engine Observation&&AI Engine Observation Mode 12 Rule Engine Observation&&AI Engine Interception Mode 20 Rule Engine Interception&&AI Engine Shutdown Mode 21 Rule Engine Interception&&AI Engine Observation Mode 22 Rule Engine Interception&&AI Engine Interception Mode.
- flow
Mode Double - CLBWAF traffic mode, 1 cleaning mode, 0 mirroring mode.
- instance
Id String - Unique ID of Instance.
- instance
Name String - Instance name.
- ipv6Status Double
- Ipv6 switch status, 0 off, 1 on.
- level Double
- Instance level.
- load
Balancer List<GetSets Waf Domains Domain Load Balancer Set> - List of bound LB.
- mode Double
- Rule defense mode, 0 observation mode, 1 interception mode.
- ports
List<Get
Waf Domains Domain Port> - Listening ports.
- post
Ckafka DoubleStatus - Whether to enable the delivery of CKafka function, 0 off, 1 on.
- post
Cls DoubleStatus - Whether to enable the delivery CLS function, 0 off, 1 on.
- region String
- Region.
- rs
Lists List<String> - Waf engine export addresses, should be added to the whitelist by the upstreams.
- sg
Detail String - Detailed explanation of security group statusNote: This field may return null, indicating that a valid value cannot be obtained.
- sg
State Double - Security group status, 0 does not display, 1 non Tencent cloud source site, 2 security group binding failed, 3 security group changedNote: This field may return null, indicating that a valid value cannot be obtained.
- state Double
- Clbwaf domain name listener status, 0 operation successful, 4 binding LB, 6 unbinding LB, 7 unbinding LB failed, 8 binding LB failed, 10 internal error.
- status Double
- Waf switch,0 off 1 on.
- alb
Type string - Traffic Source: clb represents Tencent Cloud clb, apisix represents apisix gateway, tsegw represents Tencent Cloud API gateway, default clbNote: This field may return null, indicating that a valid value cannot be obtained.
- api
Status number - API security switch status, 0 off, 1 onNote: This field may return null, indicating that a valid value cannot be obtained.
- app
Id number - User appid.
- bot
Status number - BOT switch status, 0 off, 1 on.
- cc
Lists string[] - Waf sandbox export addresses, should be added to the whitelist by the upstreams.
- cdc
Clusters string - Cdc clustersNote: This field may return null, indicating that a valid value cannot be obtained.
- cls
Status number - Whether to enable access logs, 1 enable, 0 disable.
- cname string
- Cname address, used for dns access.
- create
Time string - Create time.
- domain string
- Domain name.
- domain
Id string - Domain unique ID.
- edition string
- Instance type, sparta-waf represents SAAS WAF, clb-waf represents CLB WAF.
- engine number
- Rule and AI Defense Mode, 10 Rule Engine Observation&&AI Engine Shutdown Mode 11 Rule Engine Observation&&AI Engine Observation Mode 12 Rule Engine Observation&&AI Engine Interception Mode 20 Rule Engine Interception&&AI Engine Shutdown Mode 21 Rule Engine Interception&&AI Engine Observation Mode 22 Rule Engine Interception&&AI Engine Interception Mode.
- flow
Mode number - CLBWAF traffic mode, 1 cleaning mode, 0 mirroring mode.
- instance
Id string - Unique ID of Instance.
- instance
Name string - Instance name.
- ipv6Status number
- Ipv6 switch status, 0 off, 1 on.
- level number
- Instance level.
- load
Balancer GetSets Waf Domains Domain Load Balancer Set[] - List of bound LB.
- mode number
- Rule defense mode, 0 observation mode, 1 interception mode.
- ports
Get
Waf Domains Domain Port[] - Listening ports.
- post
Ckafka numberStatus - Whether to enable the delivery of CKafka function, 0 off, 1 on.
- post
Cls numberStatus - Whether to enable the delivery CLS function, 0 off, 1 on.
- region string
- Region.
- rs
Lists string[] - Waf engine export addresses, should be added to the whitelist by the upstreams.
- sg
Detail string - Detailed explanation of security group statusNote: This field may return null, indicating that a valid value cannot be obtained.
- sg
State number - Security group status, 0 does not display, 1 non Tencent cloud source site, 2 security group binding failed, 3 security group changedNote: This field may return null, indicating that a valid value cannot be obtained.
- state number
- Clbwaf domain name listener status, 0 operation successful, 4 binding LB, 6 unbinding LB, 7 unbinding LB failed, 8 binding LB failed, 10 internal error.
- status number
- Waf switch,0 off 1 on.
- alb_
type str - Traffic Source: clb represents Tencent Cloud clb, apisix represents apisix gateway, tsegw represents Tencent Cloud API gateway, default clbNote: This field may return null, indicating that a valid value cannot be obtained.
- api_
status float - API security switch status, 0 off, 1 onNote: This field may return null, indicating that a valid value cannot be obtained.
- app_
id float - User appid.
- bot_
status float - BOT switch status, 0 off, 1 on.
- cc_
lists Sequence[str] - Waf sandbox export addresses, should be added to the whitelist by the upstreams.
- cdc_
clusters str - Cdc clustersNote: This field may return null, indicating that a valid value cannot be obtained.
- cls_
status float - Whether to enable access logs, 1 enable, 0 disable.
- cname str
- Cname address, used for dns access.
- create_
time str - Create time.
- domain str
- Domain name.
- domain_
id str - Domain unique ID.
- edition str
- Instance type, sparta-waf represents SAAS WAF, clb-waf represents CLB WAF.
- engine float
- Rule and AI Defense Mode, 10 Rule Engine Observation&&AI Engine Shutdown Mode 11 Rule Engine Observation&&AI Engine Observation Mode 12 Rule Engine Observation&&AI Engine Interception Mode 20 Rule Engine Interception&&AI Engine Shutdown Mode 21 Rule Engine Interception&&AI Engine Observation Mode 22 Rule Engine Interception&&AI Engine Interception Mode.
- flow_
mode float - CLBWAF traffic mode, 1 cleaning mode, 0 mirroring mode.
- instance_
id str - Unique ID of Instance.
- instance_
name str - Instance name.
- ipv6_
status float - Ipv6 switch status, 0 off, 1 on.
- level float
- Instance level.
- load_
balancer_ Sequence[Getsets Waf Domains Domain Load Balancer Set] - List of bound LB.
- mode float
- Rule defense mode, 0 observation mode, 1 interception mode.
- ports
Sequence[Get
Waf Domains Domain Port] - Listening ports.
- post_
ckafka_ floatstatus - Whether to enable the delivery of CKafka function, 0 off, 1 on.
- post_
cls_ floatstatus - Whether to enable the delivery CLS function, 0 off, 1 on.
- region str
- Region.
- rs_
lists Sequence[str] - Waf engine export addresses, should be added to the whitelist by the upstreams.
- sg_
detail str - Detailed explanation of security group statusNote: This field may return null, indicating that a valid value cannot be obtained.
- sg_
state float - Security group status, 0 does not display, 1 non Tencent cloud source site, 2 security group binding failed, 3 security group changedNote: This field may return null, indicating that a valid value cannot be obtained.
- state float
- Clbwaf domain name listener status, 0 operation successful, 4 binding LB, 6 unbinding LB, 7 unbinding LB failed, 8 binding LB failed, 10 internal error.
- status float
- Waf switch,0 off 1 on.
- alb
Type String - Traffic Source: clb represents Tencent Cloud clb, apisix represents apisix gateway, tsegw represents Tencent Cloud API gateway, default clbNote: This field may return null, indicating that a valid value cannot be obtained.
- api
Status Number - API security switch status, 0 off, 1 onNote: This field may return null, indicating that a valid value cannot be obtained.
- app
Id Number - User appid.
- bot
Status Number - BOT switch status, 0 off, 1 on.
- cc
Lists List<String> - Waf sandbox export addresses, should be added to the whitelist by the upstreams.
- cdc
Clusters String - Cdc clustersNote: This field may return null, indicating that a valid value cannot be obtained.
- cls
Status Number - Whether to enable access logs, 1 enable, 0 disable.
- cname String
- Cname address, used for dns access.
- create
Time String - Create time.
- domain String
- Domain name.
- domain
Id String - Domain unique ID.
- edition String
- Instance type, sparta-waf represents SAAS WAF, clb-waf represents CLB WAF.
- engine Number
- Rule and AI Defense Mode, 10 Rule Engine Observation&&AI Engine Shutdown Mode 11 Rule Engine Observation&&AI Engine Observation Mode 12 Rule Engine Observation&&AI Engine Interception Mode 20 Rule Engine Interception&&AI Engine Shutdown Mode 21 Rule Engine Interception&&AI Engine Observation Mode 22 Rule Engine Interception&&AI Engine Interception Mode.
- flow
Mode Number - CLBWAF traffic mode, 1 cleaning mode, 0 mirroring mode.
- instance
Id String - Unique ID of Instance.
- instance
Name String - Instance name.
- ipv6Status Number
- Ipv6 switch status, 0 off, 1 on.
- level Number
- Instance level.
- load
Balancer List<Property Map>Sets - List of bound LB.
- mode Number
- Rule defense mode, 0 observation mode, 1 interception mode.
- ports List<Property Map>
- Listening ports.
- post
Ckafka NumberStatus - Whether to enable the delivery of CKafka function, 0 off, 1 on.
- post
Cls NumberStatus - Whether to enable the delivery CLS function, 0 off, 1 on.
- region String
- Region.
- rs
Lists List<String> - Waf engine export addresses, should be added to the whitelist by the upstreams.
- sg
Detail String - Detailed explanation of security group statusNote: This field may return null, indicating that a valid value cannot be obtained.
- sg
State Number - Security group status, 0 does not display, 1 non Tencent cloud source site, 2 security group binding failed, 3 security group changedNote: This field may return null, indicating that a valid value cannot be obtained.
- state Number
- Clbwaf domain name listener status, 0 operation successful, 4 binding LB, 6 unbinding LB, 7 unbinding LB failed, 8 binding LB failed, 10 internal error.
- status Number
- Waf switch,0 off 1 on.
GetWafDomainsDomainLoadBalancerSet
- Listener
Id string - Listener unique IDNote: This field may return null, indicating that a valid value cannot be obtained.
- Listener
Name string - Listener nameNote: This field may return null, indicating that a valid value cannot be obtained.
- Load
Balancer stringId - LoadBalancer IDNote: This field may return null, indicating that a valid value cannot be obtained.
- Load
Balancer stringName - LoadBalancer nameNote: This field may return null, indicating that a valid value cannot be obtained.
- Load
Balancer stringType - Loadbalancer typeNote: This field may return null, indicating that a valid value cannot be obtained.
- Numerical
Vpc doubleId - VPCID for load balancer, public network is -1, and internal network is filled in according to actual conditionsNote: This field may return null, indicating that a valid value cannot be obtained.
- Protocol string
- The listening protocol of listening port.
- Region string
- Region.
- Vip string
- LoadBalancer ipNote: This field may return null, indicating that a valid value cannot be obtained.
- Vport double
- Listener portNote: This field may return null, indicating that a valid value cannot be obtained.
- Zone string
- Loadbalancer zoneNote: This field may return null, indicating that a valid value cannot be obtained.
- Listener
Id string - Listener unique IDNote: This field may return null, indicating that a valid value cannot be obtained.
- Listener
Name string - Listener nameNote: This field may return null, indicating that a valid value cannot be obtained.
- Load
Balancer stringId - LoadBalancer IDNote: This field may return null, indicating that a valid value cannot be obtained.
- Load
Balancer stringName - LoadBalancer nameNote: This field may return null, indicating that a valid value cannot be obtained.
- Load
Balancer stringType - Loadbalancer typeNote: This field may return null, indicating that a valid value cannot be obtained.
- Numerical
Vpc float64Id - VPCID for load balancer, public network is -1, and internal network is filled in according to actual conditionsNote: This field may return null, indicating that a valid value cannot be obtained.
- Protocol string
- The listening protocol of listening port.
- Region string
- Region.
- Vip string
- LoadBalancer ipNote: This field may return null, indicating that a valid value cannot be obtained.
- Vport float64
- Listener portNote: This field may return null, indicating that a valid value cannot be obtained.
- Zone string
- Loadbalancer zoneNote: This field may return null, indicating that a valid value cannot be obtained.
- listener
Id String - Listener unique IDNote: This field may return null, indicating that a valid value cannot be obtained.
- listener
Name String - Listener nameNote: This field may return null, indicating that a valid value cannot be obtained.
- load
Balancer StringId - LoadBalancer IDNote: This field may return null, indicating that a valid value cannot be obtained.
- load
Balancer StringName - LoadBalancer nameNote: This field may return null, indicating that a valid value cannot be obtained.
- load
Balancer StringType - Loadbalancer typeNote: This field may return null, indicating that a valid value cannot be obtained.
- numerical
Vpc DoubleId - VPCID for load balancer, public network is -1, and internal network is filled in according to actual conditionsNote: This field may return null, indicating that a valid value cannot be obtained.
- protocol String
- The listening protocol of listening port.
- region String
- Region.
- vip String
- LoadBalancer ipNote: This field may return null, indicating that a valid value cannot be obtained.
- vport Double
- Listener portNote: This field may return null, indicating that a valid value cannot be obtained.
- zone String
- Loadbalancer zoneNote: This field may return null, indicating that a valid value cannot be obtained.
- listener
Id string - Listener unique IDNote: This field may return null, indicating that a valid value cannot be obtained.
- listener
Name string - Listener nameNote: This field may return null, indicating that a valid value cannot be obtained.
- load
Balancer stringId - LoadBalancer IDNote: This field may return null, indicating that a valid value cannot be obtained.
- load
Balancer stringName - LoadBalancer nameNote: This field may return null, indicating that a valid value cannot be obtained.
- load
Balancer stringType - Loadbalancer typeNote: This field may return null, indicating that a valid value cannot be obtained.
- numerical
Vpc numberId - VPCID for load balancer, public network is -1, and internal network is filled in according to actual conditionsNote: This field may return null, indicating that a valid value cannot be obtained.
- protocol string
- The listening protocol of listening port.
- region string
- Region.
- vip string
- LoadBalancer ipNote: This field may return null, indicating that a valid value cannot be obtained.
- vport number
- Listener portNote: This field may return null, indicating that a valid value cannot be obtained.
- zone string
- Loadbalancer zoneNote: This field may return null, indicating that a valid value cannot be obtained.
- listener_
id str - Listener unique IDNote: This field may return null, indicating that a valid value cannot be obtained.
- listener_
name str - Listener nameNote: This field may return null, indicating that a valid value cannot be obtained.
- load_
balancer_ strid - LoadBalancer IDNote: This field may return null, indicating that a valid value cannot be obtained.
- load_
balancer_ strname - LoadBalancer nameNote: This field may return null, indicating that a valid value cannot be obtained.
- load_
balancer_ strtype - Loadbalancer typeNote: This field may return null, indicating that a valid value cannot be obtained.
- numerical_
vpc_ floatid - VPCID for load balancer, public network is -1, and internal network is filled in according to actual conditionsNote: This field may return null, indicating that a valid value cannot be obtained.
- protocol str
- The listening protocol of listening port.
- region str
- Region.
- vip str
- LoadBalancer ipNote: This field may return null, indicating that a valid value cannot be obtained.
- vport float
- Listener portNote: This field may return null, indicating that a valid value cannot be obtained.
- zone str
- Loadbalancer zoneNote: This field may return null, indicating that a valid value cannot be obtained.
- listener
Id String - Listener unique IDNote: This field may return null, indicating that a valid value cannot be obtained.
- listener
Name String - Listener nameNote: This field may return null, indicating that a valid value cannot be obtained.
- load
Balancer StringId - LoadBalancer IDNote: This field may return null, indicating that a valid value cannot be obtained.
- load
Balancer StringName - LoadBalancer nameNote: This field may return null, indicating that a valid value cannot be obtained.
- load
Balancer StringType - Loadbalancer typeNote: This field may return null, indicating that a valid value cannot be obtained.
- numerical
Vpc NumberId - VPCID for load balancer, public network is -1, and internal network is filled in according to actual conditionsNote: This field may return null, indicating that a valid value cannot be obtained.
- protocol String
- The listening protocol of listening port.
- region String
- Region.
- vip String
- LoadBalancer ipNote: This field may return null, indicating that a valid value cannot be obtained.
- vport Number
- Listener portNote: This field may return null, indicating that a valid value cannot be obtained.
- zone String
- Loadbalancer zoneNote: This field may return null, indicating that a valid value cannot be obtained.
GetWafDomainsDomainPort
- Nginx
Server doubleId - Nginx server ID.
- Port string
- Listening port.
- Protocol string
- The listening protocol of listening port.
- Upstream
Port string - The upstream port for listening port.
- Upstream
Protocol string - The upstream protocol for listening port.
- Nginx
Server float64Id - Nginx server ID.
- Port string
- Listening port.
- Protocol string
- The listening protocol of listening port.
- Upstream
Port string - The upstream port for listening port.
- Upstream
Protocol string - The upstream protocol for listening port.
- nginx
Server DoubleId - Nginx server ID.
- port String
- Listening port.
- protocol String
- The listening protocol of listening port.
- upstream
Port String - The upstream port for listening port.
- upstream
Protocol String - The upstream protocol for listening port.
- nginx
Server numberId - Nginx server ID.
- port string
- Listening port.
- protocol string
- The listening protocol of listening port.
- upstream
Port string - The upstream port for listening port.
- upstream
Protocol string - The upstream protocol for listening port.
- nginx_
server_ floatid - Nginx server ID.
- port str
- Listening port.
- protocol str
- The listening protocol of listening port.
- upstream_
port str - The upstream port for listening port.
- upstream_
protocol str - The upstream protocol for listening port.
- nginx
Server NumberId - Nginx server ID.
- port String
- Listening port.
- protocol String
- The listening protocol of listening port.
- upstream
Port String - The upstream port for listening port.
- upstream
Protocol String - The upstream protocol for listening port.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
