tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getMonitorAlarmMonitorType
Start a Neo task
Explain and create a tencentcloud.getMonitorAlarmMonitorType resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of monitor alarm_monitor_type
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const alarmMonitorType = tencentcloud.getMonitorAlarmMonitorType({});
import pulumi
import pulumi_tencentcloud as tencentcloud
alarm_monitor_type = tencentcloud.get_monitor_alarm_monitor_type()
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.GetMonitorAlarmMonitorType(ctx, &tencentcloud.GetMonitorAlarmMonitorTypeArgs{}, 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 alarmMonitorType = Tencentcloud.GetMonitorAlarmMonitorType.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.GetMonitorAlarmMonitorTypeArgs;
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 alarmMonitorType = TencentcloudFunctions.getMonitorAlarmMonitorType(GetMonitorAlarmMonitorTypeArgs.builder()
.build());
}
}
variables:
alarmMonitorType:
fn::invoke:
function: tencentcloud:getMonitorAlarmMonitorType
arguments: {}
Using getMonitorAlarmMonitorType
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 getMonitorAlarmMonitorType(args: GetMonitorAlarmMonitorTypeArgs, opts?: InvokeOptions): Promise<GetMonitorAlarmMonitorTypeResult>
function getMonitorAlarmMonitorTypeOutput(args: GetMonitorAlarmMonitorTypeOutputArgs, opts?: InvokeOptions): Output<GetMonitorAlarmMonitorTypeResult>def get_monitor_alarm_monitor_type(id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMonitorAlarmMonitorTypeResult
def get_monitor_alarm_monitor_type_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMonitorAlarmMonitorTypeResult]func GetMonitorAlarmMonitorType(ctx *Context, args *GetMonitorAlarmMonitorTypeArgs, opts ...InvokeOption) (*GetMonitorAlarmMonitorTypeResult, error)
func GetMonitorAlarmMonitorTypeOutput(ctx *Context, args *GetMonitorAlarmMonitorTypeOutputArgs, opts ...InvokeOption) GetMonitorAlarmMonitorTypeResultOutput> Note: This function is named GetMonitorAlarmMonitorType in the Go SDK.
public static class GetMonitorAlarmMonitorType
{
public static Task<GetMonitorAlarmMonitorTypeResult> InvokeAsync(GetMonitorAlarmMonitorTypeArgs args, InvokeOptions? opts = null)
public static Output<GetMonitorAlarmMonitorTypeResult> Invoke(GetMonitorAlarmMonitorTypeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMonitorAlarmMonitorTypeResult> getMonitorAlarmMonitorType(GetMonitorAlarmMonitorTypeArgs args, InvokeOptions options)
public static Output<GetMonitorAlarmMonitorTypeResult> getMonitorAlarmMonitorType(GetMonitorAlarmMonitorTypeArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getMonitorAlarmMonitorType:getMonitorAlarmMonitorType
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Monitoring type ID.
- Result
Output stringFile - Used to save results.
- Id string
- Monitoring type ID.
- Result
Output stringFile - Used to save results.
- id String
- Monitoring type ID.
- result
Output StringFile - Used to save results.
- id string
- Monitoring type ID.
- result
Output stringFile - Used to save results.
- id str
- Monitoring type ID.
- result_
output_ strfile - Used to save results.
- id String
- Monitoring type ID.
- result
Output StringFile - Used to save results.
getMonitorAlarmMonitorType Result
The following output properties are available:
- Id string
- Monitoring type ID.
- Monitor
Type List<GetInfos Monitor Alarm Monitor Type Monitor Type Info> - Monitoring type details.
- Monitor
Types List<string> - Monitoring type, cloud product monitoring is MT_ QCE.
- Result
Output stringFile
- Id string
- Monitoring type ID.
- Monitor
Type []GetInfos Monitor Alarm Monitor Type Monitor Type Info - Monitoring type details.
- Monitor
Types []string - Monitoring type, cloud product monitoring is MT_ QCE.
- Result
Output stringFile
- id String
- Monitoring type ID.
- monitor
Type List<GetInfos Monitor Alarm Monitor Type Monitor Type Info> - Monitoring type details.
- monitor
Types List<String> - Monitoring type, cloud product monitoring is MT_ QCE.
- result
Output StringFile
- id string
- Monitoring type ID.
- monitor
Type GetInfos Monitor Alarm Monitor Type Monitor Type Info[] - Monitoring type details.
- monitor
Types string[] - Monitoring type, cloud product monitoring is MT_ QCE.
- result
Output stringFile
- id str
- Monitoring type ID.
- monitor_
type_ Sequence[Getinfos Monitor Alarm Monitor Type Monitor Type Info] - Monitoring type details.
- monitor_
types Sequence[str] - Monitoring type, cloud product monitoring is MT_ QCE.
- result_
output_ strfile
- id String
- Monitoring type ID.
- monitor
Type List<Property Map>Infos - Monitoring type details.
- monitor
Types List<String> - Monitoring type, cloud product monitoring is MT_ QCE.
- result
Output StringFile
Supporting Types
GetMonitorAlarmMonitorTypeMonitorTypeInfo
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
