tencentcloud 1.82.45 published on Tuesday, Dec 16, 2025 by tencentcloudstack
tencentcloud 1.82.45 published on Tuesday, Dec 16, 2025 by tencentcloudstack
Use this data source to query detailed information of IGTM detectors
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getIgtmDetectors({});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_igtm_detectors()
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.GetIgtmDetectors(ctx, &tencentcloud.GetIgtmDetectorsArgs{}, 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.GetIgtmDetectors.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.GetIgtmDetectorsArgs;
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.getIgtmDetectors(GetIgtmDetectorsArgs.builder()
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getIgtmDetectors
arguments: {}
Using getIgtmDetectors
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 getIgtmDetectors(args: GetIgtmDetectorsArgs, opts?: InvokeOptions): Promise<GetIgtmDetectorsResult>
function getIgtmDetectorsOutput(args: GetIgtmDetectorsOutputArgs, opts?: InvokeOptions): Output<GetIgtmDetectorsResult>def get_igtm_detectors(id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIgtmDetectorsResult
def get_igtm_detectors_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIgtmDetectorsResult]func GetIgtmDetectors(ctx *Context, args *GetIgtmDetectorsArgs, opts ...InvokeOption) (*GetIgtmDetectorsResult, error)
func GetIgtmDetectorsOutput(ctx *Context, args *GetIgtmDetectorsOutputArgs, opts ...InvokeOption) GetIgtmDetectorsResultOutput> Note: This function is named GetIgtmDetectors in the Go SDK.
public static class GetIgtmDetectors
{
public static Task<GetIgtmDetectorsResult> InvokeAsync(GetIgtmDetectorsArgs args, InvokeOptions? opts = null)
public static Output<GetIgtmDetectorsResult> Invoke(GetIgtmDetectorsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIgtmDetectorsResult> getIgtmDetectors(GetIgtmDetectorsArgs args, InvokeOptions options)
public static Output<GetIgtmDetectorsResult> getIgtmDetectors(GetIgtmDetectorsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getIgtmDetectors:getIgtmDetectors
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Result
Output stringFile - Used to save results.
- Id string
- Result
Output stringFile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
- id string
- result
Output stringFile - Used to save results.
- id str
- result_
output_ strfile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
getIgtmDetectors Result
The following output properties are available:
- Detector
Group List<GetSets Igtm Detectors Detector Group Set> - Detector group list.
- Id string
- Result
Output stringFile
- Detector
Group []GetSets Igtm Detectors Detector Group Set - Detector group list.
- Id string
- Result
Output stringFile
- detector
Group List<GetSets Igtm Detectors Detector Group Set> - Detector group list.
- id String
- result
Output StringFile
- detector
Group GetSets Igtm Detectors Detector Group Set[] - Detector group list.
- id string
- result
Output stringFile
- detector_
group_ Sequence[Getsets Igtm Detectors Detector Group Set] - Detector group list.
- id str
- result_
output_ strfile
- detector
Group List<Property Map>Sets - Detector group list.
- id String
- result
Output StringFile
Supporting Types
GetIgtmDetectorsDetectorGroupSet
- Gid double
- Line group ID GroupLineId.
- Group
Name string - Group name.
- Group
Type string - bgp, international, isp.
- Internet
Family string - ipv4, ipv6.
- Package
Sets List<string> - Supported package types.
- Gid float64
- Line group ID GroupLineId.
- Group
Name string - Group name.
- Group
Type string - bgp, international, isp.
- Internet
Family string - ipv4, ipv6.
- Package
Sets []string - Supported package types.
- gid Double
- Line group ID GroupLineId.
- group
Name String - Group name.
- group
Type String - bgp, international, isp.
- internet
Family String - ipv4, ipv6.
- package
Sets List<String> - Supported package types.
- gid number
- Line group ID GroupLineId.
- group
Name string - Group name.
- group
Type string - bgp, international, isp.
- internet
Family string - ipv4, ipv6.
- package
Sets string[] - Supported package types.
- gid float
- Line group ID GroupLineId.
- group_
name str - Group name.
- group_
type str - bgp, international, isp.
- internet_
family str - ipv4, ipv6.
- package_
sets Sequence[str] - Supported package types.
- gid Number
- Line group ID GroupLineId.
- group
Name String - Group name.
- group
Type String - bgp, international, isp.
- internet
Family String - ipv4, ipv6.
- package
Sets List<String> - Supported package types.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.45 published on Tuesday, Dec 16, 2025 by tencentcloudstack
