tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getGaapProxyAndStatisticsListeners
Start a Neo task
Explain and create a tencentcloud.getGaapProxyAndStatisticsListeners resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of gaap proxy and statistics listeners
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const proxyAndStatisticsListeners = tencentcloud.getGaapProxyAndStatisticsListeners({
projectId: 0,
});
import pulumi
import pulumi_tencentcloud as tencentcloud
proxy_and_statistics_listeners = tencentcloud.get_gaap_proxy_and_statistics_listeners(project_id=0)
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.GetGaapProxyAndStatisticsListeners(ctx, &tencentcloud.GetGaapProxyAndStatisticsListenersArgs{
ProjectId: 0,
}, 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 proxyAndStatisticsListeners = Tencentcloud.GetGaapProxyAndStatisticsListeners.Invoke(new()
{
ProjectId = 0,
});
});
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.GetGaapProxyAndStatisticsListenersArgs;
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 proxyAndStatisticsListeners = TencentcloudFunctions.getGaapProxyAndStatisticsListeners(GetGaapProxyAndStatisticsListenersArgs.builder()
.projectId(0)
.build());
}
}
variables:
proxyAndStatisticsListeners:
fn::invoke:
function: tencentcloud:getGaapProxyAndStatisticsListeners
arguments:
projectId: 0
Using getGaapProxyAndStatisticsListeners
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 getGaapProxyAndStatisticsListeners(args: GetGaapProxyAndStatisticsListenersArgs, opts?: InvokeOptions): Promise<GetGaapProxyAndStatisticsListenersResult>
function getGaapProxyAndStatisticsListenersOutput(args: GetGaapProxyAndStatisticsListenersOutputArgs, opts?: InvokeOptions): Output<GetGaapProxyAndStatisticsListenersResult>def get_gaap_proxy_and_statistics_listeners(id: Optional[str] = None,
project_id: Optional[float] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGaapProxyAndStatisticsListenersResult
def get_gaap_proxy_and_statistics_listeners_output(id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[float]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGaapProxyAndStatisticsListenersResult]func GetGaapProxyAndStatisticsListeners(ctx *Context, args *GetGaapProxyAndStatisticsListenersArgs, opts ...InvokeOption) (*GetGaapProxyAndStatisticsListenersResult, error)
func GetGaapProxyAndStatisticsListenersOutput(ctx *Context, args *GetGaapProxyAndStatisticsListenersOutputArgs, opts ...InvokeOption) GetGaapProxyAndStatisticsListenersResultOutput> Note: This function is named GetGaapProxyAndStatisticsListeners in the Go SDK.
public static class GetGaapProxyAndStatisticsListeners
{
public static Task<GetGaapProxyAndStatisticsListenersResult> InvokeAsync(GetGaapProxyAndStatisticsListenersArgs args, InvokeOptions? opts = null)
public static Output<GetGaapProxyAndStatisticsListenersResult> Invoke(GetGaapProxyAndStatisticsListenersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGaapProxyAndStatisticsListenersResult> getGaapProxyAndStatisticsListeners(GetGaapProxyAndStatisticsListenersArgs args, InvokeOptions options)
public static Output<GetGaapProxyAndStatisticsListenersResult> getGaapProxyAndStatisticsListeners(GetGaapProxyAndStatisticsListenersArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getGaapProxyAndStatisticsListeners:getGaapProxyAndStatisticsListeners
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id double - Project Id.
- Id string
- Result
Output stringFile - Used to save results.
- Project
Id float64 - Project Id.
- Id string
- Result
Output stringFile - Used to save results.
- project
Id Double - Project Id.
- id String
- result
Output StringFile - Used to save results.
- project
Id number - Project Id.
- id string
- result
Output stringFile - Used to save results.
- project_
id float - Project Id.
- id str
- result_
output_ strfile - Used to save results.
- project
Id Number - Project Id.
- id String
- result
Output StringFile - Used to save results.
getGaapProxyAndStatisticsListeners Result
The following output properties are available:
- Id string
- Project
Id double - Proxy
Sets List<GetGaap Proxy And Statistics Listeners Proxy Set> - proxy information that can be counted.
- Result
Output stringFile
- Id string
- Project
Id float64 - Proxy
Sets []GetGaap Proxy And Statistics Listeners Proxy Set - proxy information that can be counted.
- Result
Output stringFile
- id String
- project
Id Double - proxy
Sets List<GetGaap Proxy And Statistics Listeners Proxy Set> - proxy information that can be counted.
- result
Output StringFile
- id string
- project
Id number - proxy
Sets GetGaap Proxy And Statistics Listeners Proxy Set[] - proxy information that can be counted.
- result
Output stringFile
- id str
- project_
id float - proxy_
sets Sequence[GetGaap Proxy And Statistics Listeners Proxy Set] - proxy information that can be counted.
- result_
output_ strfile
- id String
- project
Id Number - proxy
Sets List<Property Map> - proxy information that can be counted.
- result
Output StringFile
Supporting Types
GetGaapProxyAndStatisticsListenersProxySet
- Listener
Lists List<GetGaap Proxy And Statistics Listeners Proxy Set Listener List> - Listener List.
- Proxy
Id string - Proxy Id.
- Proxy
Name string - Proxy Name.
- Listener
Lists []GetGaap Proxy And Statistics Listeners Proxy Set Listener List - Listener List.
- Proxy
Id string - Proxy Id.
- Proxy
Name string - Proxy Name.
- listener
Lists List<GetGaap Proxy And Statistics Listeners Proxy Set Listener List> - Listener List.
- proxy
Id String - Proxy Id.
- proxy
Name String - Proxy Name.
- listener
Lists GetGaap Proxy And Statistics Listeners Proxy Set Listener List[] - Listener List.
- proxy
Id string - Proxy Id.
- proxy
Name string - Proxy Name.
- listener_
lists Sequence[GetGaap Proxy And Statistics Listeners Proxy Set Listener List] - Listener List.
- proxy_
id str - Proxy Id.
- proxy_
name str - Proxy Name.
- listener
Lists List<Property Map> - Listener List.
- proxy
Id String - Proxy Id.
- proxy
Name String - Proxy Name.
GetGaapProxyAndStatisticsListenersProxySetListenerList
- Listener
Id string - Listener Id.
- Listener
Name string - Listener Name.
- Port double
- listerned port.
- Protocol string
- Listener protocol type.
- Listener
Id string - Listener Id.
- Listener
Name string - Listener Name.
- Port float64
- listerned port.
- Protocol string
- Listener protocol type.
- listener
Id String - Listener Id.
- listener
Name String - Listener Name.
- port Double
- listerned port.
- protocol String
- Listener protocol type.
- listener
Id string - Listener Id.
- listener
Name string - Listener Name.
- port number
- listerned port.
- protocol string
- Listener protocol type.
- listener_
id str - Listener Id.
- listener_
name str - Listener Name.
- port float
- listerned port.
- protocol str
- Listener protocol type.
- listener
Id String - Listener Id.
- listener
Name String - Listener Name.
- port Number
- listerned port.
- protocol String
- Listener protocol type.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
