Volcengine v0.0.46 published on Friday, Feb 27, 2026 by Volcengine
Volcengine v0.0.46 published on Friday, Feb 27, 2026 by Volcengine
Use this data source to query detailed information of tls alarm notify groups
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.tls.getAlarmNotifyGroups({});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.tls.get_alarm_notify_groups()
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/tls"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tls.GetAlarmNotifyGroups(ctx, nil, 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 @default = Volcengine.Tls.GetAlarmNotifyGroups.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.tls.TlsFunctions;
import com.pulumi.volcengine.tls.inputs.GetAlarmNotifyGroupsArgs;
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 default = TlsFunctions.getAlarmNotifyGroups();
}
}
variables:
default:
fn::invoke:
Function: volcengine:tls:getAlarmNotifyGroups
Arguments: {}
Using getAlarmNotifyGroups
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 getAlarmNotifyGroups(args: GetAlarmNotifyGroupsArgs, opts?: InvokeOptions): Promise<GetAlarmNotifyGroupsResult>
function getAlarmNotifyGroupsOutput(args: GetAlarmNotifyGroupsOutputArgs, opts?: InvokeOptions): Output<GetAlarmNotifyGroupsResult>def get_alarm_notify_groups(alarm_notify_group_id: Optional[str] = None,
alarm_notify_group_name: Optional[str] = None,
iam_project_name: Optional[str] = None,
output_file: Optional[str] = None,
receiver_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlarmNotifyGroupsResult
def get_alarm_notify_groups_output(alarm_notify_group_id: Optional[pulumi.Input[str]] = None,
alarm_notify_group_name: Optional[pulumi.Input[str]] = None,
iam_project_name: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
receiver_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAlarmNotifyGroupsResult]func GetAlarmNotifyGroups(ctx *Context, args *GetAlarmNotifyGroupsArgs, opts ...InvokeOption) (*GetAlarmNotifyGroupsResult, error)
func GetAlarmNotifyGroupsOutput(ctx *Context, args *GetAlarmNotifyGroupsOutputArgs, opts ...InvokeOption) GetAlarmNotifyGroupsResultOutput> Note: This function is named GetAlarmNotifyGroups in the Go SDK.
public static class GetAlarmNotifyGroups
{
public static Task<GetAlarmNotifyGroupsResult> InvokeAsync(GetAlarmNotifyGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetAlarmNotifyGroupsResult> Invoke(GetAlarmNotifyGroupsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAlarmNotifyGroupsResult> getAlarmNotifyGroups(GetAlarmNotifyGroupsArgs args, InvokeOptions options)
public static Output<GetAlarmNotifyGroupsResult> getAlarmNotifyGroups(GetAlarmNotifyGroupsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:tls/getAlarmNotifyGroups:getAlarmNotifyGroups
arguments:
# arguments dictionaryThe following arguments are supported:
- Alarm
Notify stringGroup Id - The id of the alarm notify group.
- Alarm
Notify stringGroup Name - The name of the alarm notify group.
- Iam
Project stringName - The name of the iam project.
- Output
File string - File name where to save data source results.
- Receiver
Name string - The name of the receiver.
- Alarm
Notify stringGroup Id - The id of the alarm notify group.
- Alarm
Notify stringGroup Name - The name of the alarm notify group.
- Iam
Project stringName - The name of the iam project.
- Output
File string - File name where to save data source results.
- Receiver
Name string - The name of the receiver.
- alarm
Notify StringGroup Id - The id of the alarm notify group.
- alarm
Notify StringGroup Name - The name of the alarm notify group.
- iam
Project StringName - The name of the iam project.
- output
File String - File name where to save data source results.
- receiver
Name String - The name of the receiver.
- alarm
Notify stringGroup Id - The id of the alarm notify group.
- alarm
Notify stringGroup Name - The name of the alarm notify group.
- iam
Project stringName - The name of the iam project.
- output
File string - File name where to save data source results.
- receiver
Name string - The name of the receiver.
- alarm_
notify_ strgroup_ id - The id of the alarm notify group.
- alarm_
notify_ strgroup_ name - The name of the alarm notify group.
- iam_
project_ strname - The name of the iam project.
- output_
file str - File name where to save data source results.
- receiver_
name str - The name of the receiver.
- alarm
Notify StringGroup Id - The id of the alarm notify group.
- alarm
Notify StringGroup Name - The name of the alarm notify group.
- iam
Project StringName - The name of the iam project.
- output
File String - File name where to save data source results.
- receiver
Name String - The name of the receiver.
getAlarmNotifyGroups Result
The following output properties are available:
- Groups
List<Get
Alarm Notify Groups Group> - The list of the notify groups.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Alarm
Notify stringGroup Id - The id of the notify group.
- Alarm
Notify stringGroup Name - Name of the notification group.
- Iam
Project stringName - The iam project name.
- Output
File string - Receiver
Name string
- Groups
[]Get
Alarm Notify Groups Group - The list of the notify groups.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Alarm
Notify stringGroup Id - The id of the notify group.
- Alarm
Notify stringGroup Name - Name of the notification group.
- Iam
Project stringName - The iam project name.
- Output
File string - Receiver
Name string
- groups
List<Get
Alarm Notify Groups Group> - The list of the notify groups.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - The total count of query.
- alarm
Notify StringGroup Id - The id of the notify group.
- alarm
Notify StringGroup Name - Name of the notification group.
- iam
Project StringName - The iam project name.
- output
File String - receiver
Name String
- groups
Get
Alarm Notify Groups Group[] - The list of the notify groups.
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - The total count of query.
- alarm
Notify stringGroup Id - The id of the notify group.
- alarm
Notify stringGroup Name - Name of the notification group.
- iam
Project stringName - The iam project name.
- output
File string - receiver
Name string
- groups
Sequence[Get
Alarm Notify Groups Group] - The list of the notify groups.
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - The total count of query.
- alarm_
notify_ strgroup_ id - The id of the notify group.
- alarm_
notify_ strgroup_ name - Name of the notification group.
- iam_
project_ strname - The iam project name.
- output_
file str - receiver_
name str
- groups List<Property Map>
- The list of the notify groups.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - The total count of query.
- alarm
Notify StringGroup Id - The id of the notify group.
- alarm
Notify StringGroup Name - Name of the notification group.
- iam
Project StringName - The iam project name.
- output
File String - receiver
Name String
Supporting Types
GetAlarmNotifyGroupsGroup
- Alarm
Notify stringGroup Id - The id of the alarm notify group.
- Alarm
Notify stringGroup Name - The name of the alarm notify group.
- Create
Time string - The create time the notification.
- Iam
Project stringName - The name of the iam project.
- Modify
Time string - The modification time the notification.
- Notice
Rules List<GetAlarm Notify Groups Group Notice Rule> - The list of the notice rules.
- Notify
Types List<string> - The notify group type.
- Receivers
List<Get
Alarm Notify Groups Group Receiver> - List of IAM users to receive alerts.
- Alarm
Notify stringGroup Id - The id of the alarm notify group.
- Alarm
Notify stringGroup Name - The name of the alarm notify group.
- Create
Time string - The create time the notification.
- Iam
Project stringName - The name of the iam project.
- Modify
Time string - The modification time the notification.
- Notice
Rules []GetAlarm Notify Groups Group Notice Rule - The list of the notice rules.
- Notify
Types []string - The notify group type.
- Receivers
[]Get
Alarm Notify Groups Group Receiver - List of IAM users to receive alerts.
- alarm
Notify StringGroup Id - The id of the alarm notify group.
- alarm
Notify StringGroup Name - The name of the alarm notify group.
- create
Time String - The create time the notification.
- iam
Project StringName - The name of the iam project.
- modify
Time String - The modification time the notification.
- notice
Rules List<GetAlarm Notify Groups Group Notice Rule> - The list of the notice rules.
- notify
Types List<String> - The notify group type.
- receivers
List<Get
Alarm Notify Groups Group Receiver> - List of IAM users to receive alerts.
- alarm
Notify stringGroup Id - The id of the alarm notify group.
- alarm
Notify stringGroup Name - The name of the alarm notify group.
- create
Time string - The create time the notification.
- iam
Project stringName - The name of the iam project.
- modify
Time string - The modification time the notification.
- notice
Rules GetAlarm Notify Groups Group Notice Rule[] - The list of the notice rules.
- notify
Types string[] - The notify group type.
- receivers
Get
Alarm Notify Groups Group Receiver[] - List of IAM users to receive alerts.
- alarm_
notify_ strgroup_ id - The id of the alarm notify group.
- alarm_
notify_ strgroup_ name - The name of the alarm notify group.
- create_
time str - The create time the notification.
- iam_
project_ strname - The name of the iam project.
- modify_
time str - The modification time the notification.
- notice_
rules Sequence[GetAlarm Notify Groups Group Notice Rule] - The list of the notice rules.
- notify_
types Sequence[str] - The notify group type.
- receivers
Sequence[Get
Alarm Notify Groups Group Receiver] - List of IAM users to receive alerts.
- alarm
Notify StringGroup Id - The id of the alarm notify group.
- alarm
Notify StringGroup Name - The name of the alarm notify group.
- create
Time String - The create time the notification.
- iam
Project StringName - The name of the iam project.
- modify
Time String - The modification time the notification.
- notice
Rules List<Property Map> - The list of the notice rules.
- notify
Types List<String> - The notify group type.
- receivers List<Property Map>
- List of IAM users to receive alerts.
GetAlarmNotifyGroupsGroupNoticeRule
- Has
End boolNode - Whether there is an end node behind.
- Has
Next bool - Whether to continue to the next level of condition judgment.
- Receiver
Infos List<GetAlarm Notify Groups Group Notice Rule Receiver Info> - List of IAM users to receive alerts.
- Rule
Nodes List<GetAlarm Notify Groups Group Notice Rule Rule Node> - The rule node.
- Has
End boolNode - Whether there is an end node behind.
- Has
Next bool - Whether to continue to the next level of condition judgment.
- Receiver
Infos []GetAlarm Notify Groups Group Notice Rule Receiver Info - List of IAM users to receive alerts.
- Rule
Nodes []GetAlarm Notify Groups Group Notice Rule Rule Node - The rule node.
- has
End BooleanNode - Whether there is an end node behind.
- has
Next Boolean - Whether to continue to the next level of condition judgment.
- receiver
Infos List<GetAlarm Notify Groups Group Notice Rule Receiver Info> - List of IAM users to receive alerts.
- rule
Nodes List<GetAlarm Notify Groups Group Notice Rule Rule Node> - The rule node.
- has
End booleanNode - Whether there is an end node behind.
- has
Next boolean - Whether to continue to the next level of condition judgment.
- receiver
Infos GetAlarm Notify Groups Group Notice Rule Receiver Info[] - List of IAM users to receive alerts.
- rule
Nodes GetAlarm Notify Groups Group Notice Rule Rule Node[] - The rule node.
- has_
end_ boolnode - Whether there is an end node behind.
- has_
next bool - Whether to continue to the next level of condition judgment.
- receiver_
infos Sequence[GetAlarm Notify Groups Group Notice Rule Receiver Info] - List of IAM users to receive alerts.
- rule_
nodes Sequence[GetAlarm Notify Groups Group Notice Rule Rule Node] - The rule node.
- has
End BooleanNode - Whether there is an end node behind.
- has
Next Boolean - Whether to continue to the next level of condition judgment.
- receiver
Infos List<Property Map> - List of IAM users to receive alerts.
- rule
Nodes List<Property Map> - The rule node.
GetAlarmNotifyGroupsGroupNoticeRuleReceiverInfo
- Alarm
Content stringTemplate Id - The alarm content template id.
- Alarm
Webhook List<string>At Users - The alarm webhook at users.
- Alarm
Webhook stringIntegration Id - The alarm webhook integration id.
- Alarm
Webhook stringIntegration Name - The alarm webhook integration name.
- Alarm
Webhook boolIs At All - The alarm webhook is at all.
- End
Time string - The end time.
- General
Webhook string - The general webhook.
- General
Webhook stringBody - The webhook body.
- General
Webhook List<GetHeaders Alarm Notify Groups Group Notice Rule Receiver Info General Webhook Header> - The general webhook headers.
- General
Webhook stringMethod - The general webhook method.
- General
Webhook stringUrl - The webhook url.
- Receiver
Channels List<string> - The list of the receiver channels.
- Receiver
Names List<string> - List of the receiver names.
- Receiver
Type string - The receiver type.
- Start
Time string - The start time.
- Alarm
Content stringTemplate Id - The alarm content template id.
- Alarm
Webhook []stringAt Users - The alarm webhook at users.
- Alarm
Webhook stringIntegration Id - The alarm webhook integration id.
- Alarm
Webhook stringIntegration Name - The alarm webhook integration name.
- Alarm
Webhook boolIs At All - The alarm webhook is at all.
- End
Time string - The end time.
- General
Webhook string - The general webhook.
- General
Webhook stringBody - The webhook body.
- General
Webhook []GetHeaders Alarm Notify Groups Group Notice Rule Receiver Info General Webhook Header - The general webhook headers.
- General
Webhook stringMethod - The general webhook method.
- General
Webhook stringUrl - The webhook url.
- Receiver
Channels []string - The list of the receiver channels.
- Receiver
Names []string - List of the receiver names.
- Receiver
Type string - The receiver type.
- Start
Time string - The start time.
- alarm
Content StringTemplate Id - The alarm content template id.
- alarm
Webhook List<String>At Users - The alarm webhook at users.
- alarm
Webhook StringIntegration Id - The alarm webhook integration id.
- alarm
Webhook StringIntegration Name - The alarm webhook integration name.
- alarm
Webhook BooleanIs At All - The alarm webhook is at all.
- end
Time String - The end time.
- general
Webhook String - The general webhook.
- general
Webhook StringBody - The webhook body.
- general
Webhook List<GetHeaders Alarm Notify Groups Group Notice Rule Receiver Info General Webhook Header> - The general webhook headers.
- general
Webhook StringMethod - The general webhook method.
- general
Webhook StringUrl - The webhook url.
- receiver
Channels List<String> - The list of the receiver channels.
- receiver
Names List<String> - List of the receiver names.
- receiver
Type String - The receiver type.
- start
Time String - The start time.
- alarm
Content stringTemplate Id - The alarm content template id.
- alarm
Webhook string[]At Users - The alarm webhook at users.
- alarm
Webhook stringIntegration Id - The alarm webhook integration id.
- alarm
Webhook stringIntegration Name - The alarm webhook integration name.
- alarm
Webhook booleanIs At All - The alarm webhook is at all.
- end
Time string - The end time.
- general
Webhook string - The general webhook.
- general
Webhook stringBody - The webhook body.
- general
Webhook GetHeaders Alarm Notify Groups Group Notice Rule Receiver Info General Webhook Header[] - The general webhook headers.
- general
Webhook stringMethod - The general webhook method.
- general
Webhook stringUrl - The webhook url.
- receiver
Channels string[] - The list of the receiver channels.
- receiver
Names string[] - List of the receiver names.
- receiver
Type string - The receiver type.
- start
Time string - The start time.
- alarm_
content_ strtemplate_ id - The alarm content template id.
- alarm_
webhook_ Sequence[str]at_ users - The alarm webhook at users.
- alarm_
webhook_ strintegration_ id - The alarm webhook integration id.
- alarm_
webhook_ strintegration_ name - The alarm webhook integration name.
- alarm_
webhook_ boolis_ at_ all - The alarm webhook is at all.
- end_
time str - The end time.
- general_
webhook str - The general webhook.
- general_
webhook_ strbody - The webhook body.
- general_
webhook_ Sequence[Getheaders Alarm Notify Groups Group Notice Rule Receiver Info General Webhook Header] - The general webhook headers.
- general_
webhook_ strmethod - The general webhook method.
- general_
webhook_ strurl - The webhook url.
- receiver_
channels Sequence[str] - The list of the receiver channels.
- receiver_
names Sequence[str] - List of the receiver names.
- receiver_
type str - The receiver type.
- start_
time str - The start time.
- alarm
Content StringTemplate Id - The alarm content template id.
- alarm
Webhook List<String>At Users - The alarm webhook at users.
- alarm
Webhook StringIntegration Id - The alarm webhook integration id.
- alarm
Webhook StringIntegration Name - The alarm webhook integration name.
- alarm
Webhook BooleanIs At All - The alarm webhook is at all.
- end
Time String - The end time.
- general
Webhook String - The general webhook.
- general
Webhook StringBody - The webhook body.
- general
Webhook List<Property Map>Headers - The general webhook headers.
- general
Webhook StringMethod - The general webhook method.
- general
Webhook StringUrl - The webhook url.
- receiver
Channels List<String> - The list of the receiver channels.
- receiver
Names List<String> - List of the receiver names.
- receiver
Type String - The receiver type.
- start
Time String - The start time.
GetAlarmNotifyGroupsGroupNoticeRuleReceiverInfoGeneralWebhookHeader
GetAlarmNotifyGroupsGroupNoticeRuleRuleNode
- Childrens
List<Get
Alarm Notify Groups Group Notice Rule Rule Node Children> - The children of the rule node.
- Type string
- The type of the rule node.
- Values List<string>
- The value of the header.
- Childrens
[]Get
Alarm Notify Groups Group Notice Rule Rule Node Children - The children of the rule node.
- Type string
- The type of the rule node.
- Values []string
- The value of the header.
- childrens
List<Get
Alarm Notify Groups Group Notice Rule Rule Node Children> - The children of the rule node.
- type String
- The type of the rule node.
- values List<String>
- The value of the header.
- childrens
Get
Alarm Notify Groups Group Notice Rule Rule Node Children[] - The children of the rule node.
- type string
- The type of the rule node.
- values string[]
- The value of the header.
- childrens
Sequence[Get
Alarm Notify Groups Group Notice Rule Rule Node Children] - The children of the rule node.
- type str
- The type of the rule node.
- values Sequence[str]
- The value of the header.
- childrens List<Property Map>
- The children of the rule node.
- type String
- The type of the rule node.
- values List<String>
- The value of the header.
GetAlarmNotifyGroupsGroupNoticeRuleRuleNodeChildren
GetAlarmNotifyGroupsGroupReceiver
- Alarm
Content stringTemplate Id - The alarm content template id.
- Alarm
Webhook List<string>At Users - The alarm webhook at users.
- Alarm
Webhook stringIntegration Id - The alarm webhook integration id.
- Alarm
Webhook stringIntegration Name - The alarm webhook integration name.
- Alarm
Webhook boolIs At All - The alarm webhook is at all.
- End
Time string - The end time.
- General
Webhook string - The general webhook.
- General
Webhook stringBody - The webhook body.
- General
Webhook List<GetHeaders Alarm Notify Groups Group Receiver General Webhook Header> - The general webhook headers.
- General
Webhook stringMethod - The general webhook method.
- General
Webhook stringUrl - The webhook url.
- Receiver
Channels List<string> - The list of the receiver channels.
- Receiver
Names List<string> - List of the receiver names.
- Receiver
Type string - The receiver type.
- Start
Time string - The start time.
- Alarm
Content stringTemplate Id - The alarm content template id.
- Alarm
Webhook []stringAt Users - The alarm webhook at users.
- Alarm
Webhook stringIntegration Id - The alarm webhook integration id.
- Alarm
Webhook stringIntegration Name - The alarm webhook integration name.
- Alarm
Webhook boolIs At All - The alarm webhook is at all.
- End
Time string - The end time.
- General
Webhook string - The general webhook.
- General
Webhook stringBody - The webhook body.
- General
Webhook []GetHeaders Alarm Notify Groups Group Receiver General Webhook Header - The general webhook headers.
- General
Webhook stringMethod - The general webhook method.
- General
Webhook stringUrl - The webhook url.
- Receiver
Channels []string - The list of the receiver channels.
- Receiver
Names []string - List of the receiver names.
- Receiver
Type string - The receiver type.
- Start
Time string - The start time.
- alarm
Content StringTemplate Id - The alarm content template id.
- alarm
Webhook List<String>At Users - The alarm webhook at users.
- alarm
Webhook StringIntegration Id - The alarm webhook integration id.
- alarm
Webhook StringIntegration Name - The alarm webhook integration name.
- alarm
Webhook BooleanIs At All - The alarm webhook is at all.
- end
Time String - The end time.
- general
Webhook String - The general webhook.
- general
Webhook StringBody - The webhook body.
- general
Webhook List<GetHeaders Alarm Notify Groups Group Receiver General Webhook Header> - The general webhook headers.
- general
Webhook StringMethod - The general webhook method.
- general
Webhook StringUrl - The webhook url.
- receiver
Channels List<String> - The list of the receiver channels.
- receiver
Names List<String> - List of the receiver names.
- receiver
Type String - The receiver type.
- start
Time String - The start time.
- alarm
Content stringTemplate Id - The alarm content template id.
- alarm
Webhook string[]At Users - The alarm webhook at users.
- alarm
Webhook stringIntegration Id - The alarm webhook integration id.
- alarm
Webhook stringIntegration Name - The alarm webhook integration name.
- alarm
Webhook booleanIs At All - The alarm webhook is at all.
- end
Time string - The end time.
- general
Webhook string - The general webhook.
- general
Webhook stringBody - The webhook body.
- general
Webhook GetHeaders Alarm Notify Groups Group Receiver General Webhook Header[] - The general webhook headers.
- general
Webhook stringMethod - The general webhook method.
- general
Webhook stringUrl - The webhook url.
- receiver
Channels string[] - The list of the receiver channels.
- receiver
Names string[] - List of the receiver names.
- receiver
Type string - The receiver type.
- start
Time string - The start time.
- alarm_
content_ strtemplate_ id - The alarm content template id.
- alarm_
webhook_ Sequence[str]at_ users - The alarm webhook at users.
- alarm_
webhook_ strintegration_ id - The alarm webhook integration id.
- alarm_
webhook_ strintegration_ name - The alarm webhook integration name.
- alarm_
webhook_ boolis_ at_ all - The alarm webhook is at all.
- end_
time str - The end time.
- general_
webhook str - The general webhook.
- general_
webhook_ strbody - The webhook body.
- general_
webhook_ Sequence[Getheaders Alarm Notify Groups Group Receiver General Webhook Header] - The general webhook headers.
- general_
webhook_ strmethod - The general webhook method.
- general_
webhook_ strurl - The webhook url.
- receiver_
channels Sequence[str] - The list of the receiver channels.
- receiver_
names Sequence[str] - List of the receiver names.
- receiver_
type str - The receiver type.
- start_
time str - The start time.
- alarm
Content StringTemplate Id - The alarm content template id.
- alarm
Webhook List<String>At Users - The alarm webhook at users.
- alarm
Webhook StringIntegration Id - The alarm webhook integration id.
- alarm
Webhook StringIntegration Name - The alarm webhook integration name.
- alarm
Webhook BooleanIs At All - The alarm webhook is at all.
- end
Time String - The end time.
- general
Webhook String - The general webhook.
- general
Webhook StringBody - The webhook body.
- general
Webhook List<Property Map>Headers - The general webhook headers.
- general
Webhook StringMethod - The general webhook method.
- general
Webhook StringUrl - The webhook url.
- receiver
Channels List<String> - The list of the receiver channels.
- receiver
Names List<String> - List of the receiver names.
- receiver
Type String - The receiver type.
- start
Time String - The start time.
GetAlarmNotifyGroupsGroupReceiverGeneralWebhookHeader
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.46 published on Friday, Feb 27, 2026 by Volcengine
