1. Packages
  2. Volcengine
  3. API Docs
  4. tls
  5. AlarmNotifyGroups
Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
volcengine logo
Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
    Deprecated: volcengine.tls.AlarmNotifyGroups has been deprecated in favor of volcengine.tls.getAlarmNotifyGroups

    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 AlarmNotifyGroups

    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 alarmNotifyGroups(args: AlarmNotifyGroupsArgs, opts?: InvokeOptions): Promise<AlarmNotifyGroupsResult>
    function alarmNotifyGroupsOutput(args: AlarmNotifyGroupsOutputArgs, opts?: InvokeOptions): Output<AlarmNotifyGroupsResult>
    def 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) -> AlarmNotifyGroupsResult
    def 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[AlarmNotifyGroupsResult]
    func AlarmNotifyGroups(ctx *Context, args *AlarmNotifyGroupsArgs, opts ...InvokeOption) (*AlarmNotifyGroupsResult, error)
    func AlarmNotifyGroupsOutput(ctx *Context, args *AlarmNotifyGroupsOutputArgs, opts ...InvokeOption) AlarmNotifyGroupsResultOutput
    public static class AlarmNotifyGroups 
    {
        public static Task<AlarmNotifyGroupsResult> InvokeAsync(AlarmNotifyGroupsArgs args, InvokeOptions? opts = null)
        public static Output<AlarmNotifyGroupsResult> Invoke(AlarmNotifyGroupsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<AlarmNotifyGroupsResult> alarmNotifyGroups(AlarmNotifyGroupsArgs args, InvokeOptions options)
    public static Output<AlarmNotifyGroupsResult> alarmNotifyGroups(AlarmNotifyGroupsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:tls:AlarmNotifyGroups
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AlarmNotifyGroupId string
    The id of the alarm notify group.
    AlarmNotifyGroupName string
    The name of the alarm notify group.
    IamProjectName string
    The name of the iam project.
    OutputFile string
    File name where to save data source results.
    ReceiverName string
    The name of the receiver.
    AlarmNotifyGroupId string
    The id of the alarm notify group.
    AlarmNotifyGroupName string
    The name of the alarm notify group.
    IamProjectName string
    The name of the iam project.
    OutputFile string
    File name where to save data source results.
    ReceiverName string
    The name of the receiver.
    alarmNotifyGroupId String
    The id of the alarm notify group.
    alarmNotifyGroupName String
    The name of the alarm notify group.
    iamProjectName String
    The name of the iam project.
    outputFile String
    File name where to save data source results.
    receiverName String
    The name of the receiver.
    alarmNotifyGroupId string
    The id of the alarm notify group.
    alarmNotifyGroupName string
    The name of the alarm notify group.
    iamProjectName string
    The name of the iam project.
    outputFile string
    File name where to save data source results.
    receiverName string
    The name of the receiver.
    alarm_notify_group_id str
    The id of the alarm notify group.
    alarm_notify_group_name str
    The name of the alarm notify group.
    iam_project_name str
    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.
    alarmNotifyGroupId String
    The id of the alarm notify group.
    alarmNotifyGroupName String
    The name of the alarm notify group.
    iamProjectName String
    The name of the iam project.
    outputFile String
    File name where to save data source results.
    receiverName String
    The name of the receiver.

    AlarmNotifyGroups Result

    The following output properties are available:

    Groups List<AlarmNotifyGroupsGroup>
    The list of the notify groups.
    Id string
    The provider-assigned unique ID for this managed resource.
    TotalCount int
    The total count of query.
    AlarmNotifyGroupId string
    The id of the notify group.
    AlarmNotifyGroupName string
    Name of the notification group.
    IamProjectName string
    The iam project name.
    OutputFile string
    ReceiverName string
    Groups []AlarmNotifyGroupsGroup
    The list of the notify groups.
    Id string
    The provider-assigned unique ID for this managed resource.
    TotalCount int
    The total count of query.
    AlarmNotifyGroupId string
    The id of the notify group.
    AlarmNotifyGroupName string
    Name of the notification group.
    IamProjectName string
    The iam project name.
    OutputFile string
    ReceiverName string
    groups List<AlarmNotifyGroupsGroup>
    The list of the notify groups.
    id String
    The provider-assigned unique ID for this managed resource.
    totalCount Integer
    The total count of query.
    alarmNotifyGroupId String
    The id of the notify group.
    alarmNotifyGroupName String
    Name of the notification group.
    iamProjectName String
    The iam project name.
    outputFile String
    receiverName String
    groups AlarmNotifyGroupsGroup[]
    The list of the notify groups.
    id string
    The provider-assigned unique ID for this managed resource.
    totalCount number
    The total count of query.
    alarmNotifyGroupId string
    The id of the notify group.
    alarmNotifyGroupName string
    Name of the notification group.
    iamProjectName string
    The iam project name.
    outputFile string
    receiverName string
    groups Sequence[AlarmNotifyGroupsGroup]
    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_group_id str
    The id of the notify group.
    alarm_notify_group_name str
    Name of the notification group.
    iam_project_name str
    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.
    totalCount Number
    The total count of query.
    alarmNotifyGroupId String
    The id of the notify group.
    alarmNotifyGroupName String
    Name of the notification group.
    iamProjectName String
    The iam project name.
    outputFile String
    receiverName String

    Supporting Types

    AlarmNotifyGroupsGroup

    AlarmNotifyGroupId string
    The id of the alarm notify group.
    AlarmNotifyGroupName string
    The name of the alarm notify group.
    CreateTime string
    The create time the notification.
    IamProjectName string
    The name of the iam project.
    ModifyTime string
    The modification time the notification.
    NoticeRules List<AlarmNotifyGroupsGroupNoticeRule>
    The list of the notice rules.
    NotifyTypes List<string>
    The notify group type.
    Receivers List<AlarmNotifyGroupsGroupReceiver>
    List of IAM users to receive alerts.
    AlarmNotifyGroupId string
    The id of the alarm notify group.
    AlarmNotifyGroupName string
    The name of the alarm notify group.
    CreateTime string
    The create time the notification.
    IamProjectName string
    The name of the iam project.
    ModifyTime string
    The modification time the notification.
    NoticeRules []AlarmNotifyGroupsGroupNoticeRule
    The list of the notice rules.
    NotifyTypes []string
    The notify group type.
    Receivers []AlarmNotifyGroupsGroupReceiver
    List of IAM users to receive alerts.
    alarmNotifyGroupId String
    The id of the alarm notify group.
    alarmNotifyGroupName String
    The name of the alarm notify group.
    createTime String
    The create time the notification.
    iamProjectName String
    The name of the iam project.
    modifyTime String
    The modification time the notification.
    noticeRules List<AlarmNotifyGroupsGroupNoticeRule>
    The list of the notice rules.
    notifyTypes List<String>
    The notify group type.
    receivers List<AlarmNotifyGroupsGroupReceiver>
    List of IAM users to receive alerts.
    alarmNotifyGroupId string
    The id of the alarm notify group.
    alarmNotifyGroupName string
    The name of the alarm notify group.
    createTime string
    The create time the notification.
    iamProjectName string
    The name of the iam project.
    modifyTime string
    The modification time the notification.
    noticeRules AlarmNotifyGroupsGroupNoticeRule[]
    The list of the notice rules.
    notifyTypes string[]
    The notify group type.
    receivers AlarmNotifyGroupsGroupReceiver[]
    List of IAM users to receive alerts.
    alarm_notify_group_id str
    The id of the alarm notify group.
    alarm_notify_group_name str
    The name of the alarm notify group.
    create_time str
    The create time the notification.
    iam_project_name str
    The name of the iam project.
    modify_time str
    The modification time the notification.
    notice_rules Sequence[AlarmNotifyGroupsGroupNoticeRule]
    The list of the notice rules.
    notify_types Sequence[str]
    The notify group type.
    receivers Sequence[AlarmNotifyGroupsGroupReceiver]
    List of IAM users to receive alerts.
    alarmNotifyGroupId String
    The id of the alarm notify group.
    alarmNotifyGroupName String
    The name of the alarm notify group.
    createTime String
    The create time the notification.
    iamProjectName String
    The name of the iam project.
    modifyTime String
    The modification time the notification.
    noticeRules List<Property Map>
    The list of the notice rules.
    notifyTypes List<String>
    The notify group type.
    receivers List<Property Map>
    List of IAM users to receive alerts.

    AlarmNotifyGroupsGroupNoticeRule

    HasEndNode bool
    Whether there is an end node behind.
    HasNext bool
    Whether to continue to the next level of condition judgment.
    ReceiverInfos List<AlarmNotifyGroupsGroupNoticeRuleReceiverInfo>
    List of IAM users to receive alerts.
    RuleNodes List<AlarmNotifyGroupsGroupNoticeRuleRuleNode>
    The rule node.
    HasEndNode bool
    Whether there is an end node behind.
    HasNext bool
    Whether to continue to the next level of condition judgment.
    ReceiverInfos []AlarmNotifyGroupsGroupNoticeRuleReceiverInfo
    List of IAM users to receive alerts.
    RuleNodes []AlarmNotifyGroupsGroupNoticeRuleRuleNode
    The rule node.
    hasEndNode Boolean
    Whether there is an end node behind.
    hasNext Boolean
    Whether to continue to the next level of condition judgment.
    receiverInfos List<AlarmNotifyGroupsGroupNoticeRuleReceiverInfo>
    List of IAM users to receive alerts.
    ruleNodes List<AlarmNotifyGroupsGroupNoticeRuleRuleNode>
    The rule node.
    hasEndNode boolean
    Whether there is an end node behind.
    hasNext boolean
    Whether to continue to the next level of condition judgment.
    receiverInfos AlarmNotifyGroupsGroupNoticeRuleReceiverInfo[]
    List of IAM users to receive alerts.
    ruleNodes AlarmNotifyGroupsGroupNoticeRuleRuleNode[]
    The rule node.
    has_end_node bool
    Whether there is an end node behind.
    has_next bool
    Whether to continue to the next level of condition judgment.
    receiver_infos Sequence[AlarmNotifyGroupsGroupNoticeRuleReceiverInfo]
    List of IAM users to receive alerts.
    rule_nodes Sequence[AlarmNotifyGroupsGroupNoticeRuleRuleNode]
    The rule node.
    hasEndNode Boolean
    Whether there is an end node behind.
    hasNext Boolean
    Whether to continue to the next level of condition judgment.
    receiverInfos List<Property Map>
    List of IAM users to receive alerts.
    ruleNodes List<Property Map>
    The rule node.

    AlarmNotifyGroupsGroupNoticeRuleReceiverInfo

    AlarmContentTemplateId string
    The alarm content template id.
    AlarmWebhookAtUsers List<string>
    The alarm webhook at users.
    AlarmWebhookIntegrationId string
    The alarm webhook integration id.
    AlarmWebhookIntegrationName string
    The alarm webhook integration name.
    AlarmWebhookIsAtAll bool
    The alarm webhook is at all.
    EndTime string
    The end time.
    GeneralWebhook string
    The general webhook.
    GeneralWebhookBody string
    The webhook body.
    GeneralWebhookHeaders List<AlarmNotifyGroupsGroupNoticeRuleReceiverInfoGeneralWebhookHeader>
    The general webhook headers.
    GeneralWebhookMethod string
    The general webhook method.
    GeneralWebhookUrl string
    The webhook url.
    ReceiverChannels List<string>
    The list of the receiver channels.
    ReceiverNames List<string>
    List of the receiver names.
    ReceiverType string
    The receiver type.
    StartTime string
    The start time.
    AlarmContentTemplateId string
    The alarm content template id.
    AlarmWebhookAtUsers []string
    The alarm webhook at users.
    AlarmWebhookIntegrationId string
    The alarm webhook integration id.
    AlarmWebhookIntegrationName string
    The alarm webhook integration name.
    AlarmWebhookIsAtAll bool
    The alarm webhook is at all.
    EndTime string
    The end time.
    GeneralWebhook string
    The general webhook.
    GeneralWebhookBody string
    The webhook body.
    GeneralWebhookHeaders []AlarmNotifyGroupsGroupNoticeRuleReceiverInfoGeneralWebhookHeader
    The general webhook headers.
    GeneralWebhookMethod string
    The general webhook method.
    GeneralWebhookUrl string
    The webhook url.
    ReceiverChannels []string
    The list of the receiver channels.
    ReceiverNames []string
    List of the receiver names.
    ReceiverType string
    The receiver type.
    StartTime string
    The start time.
    alarmContentTemplateId String
    The alarm content template id.
    alarmWebhookAtUsers List<String>
    The alarm webhook at users.
    alarmWebhookIntegrationId String
    The alarm webhook integration id.
    alarmWebhookIntegrationName String
    The alarm webhook integration name.
    alarmWebhookIsAtAll Boolean
    The alarm webhook is at all.
    endTime String
    The end time.
    generalWebhook String
    The general webhook.
    generalWebhookBody String
    The webhook body.
    generalWebhookHeaders List<AlarmNotifyGroupsGroupNoticeRuleReceiverInfoGeneralWebhookHeader>
    The general webhook headers.
    generalWebhookMethod String
    The general webhook method.
    generalWebhookUrl String
    The webhook url.
    receiverChannels List<String>
    The list of the receiver channels.
    receiverNames List<String>
    List of the receiver names.
    receiverType String
    The receiver type.
    startTime String
    The start time.
    alarmContentTemplateId string
    The alarm content template id.
    alarmWebhookAtUsers string[]
    The alarm webhook at users.
    alarmWebhookIntegrationId string
    The alarm webhook integration id.
    alarmWebhookIntegrationName string
    The alarm webhook integration name.
    alarmWebhookIsAtAll boolean
    The alarm webhook is at all.
    endTime string
    The end time.
    generalWebhook string
    The general webhook.
    generalWebhookBody string
    The webhook body.
    generalWebhookHeaders AlarmNotifyGroupsGroupNoticeRuleReceiverInfoGeneralWebhookHeader[]
    The general webhook headers.
    generalWebhookMethod string
    The general webhook method.
    generalWebhookUrl string
    The webhook url.
    receiverChannels string[]
    The list of the receiver channels.
    receiverNames string[]
    List of the receiver names.
    receiverType string
    The receiver type.
    startTime string
    The start time.
    alarm_content_template_id str
    The alarm content template id.
    alarm_webhook_at_users Sequence[str]
    The alarm webhook at users.
    alarm_webhook_integration_id str
    The alarm webhook integration id.
    alarm_webhook_integration_name str
    The alarm webhook integration name.
    alarm_webhook_is_at_all bool
    The alarm webhook is at all.
    end_time str
    The end time.
    general_webhook str
    The general webhook.
    general_webhook_body str
    The webhook body.
    general_webhook_headers Sequence[AlarmNotifyGroupsGroupNoticeRuleReceiverInfoGeneralWebhookHeader]
    The general webhook headers.
    general_webhook_method str
    The general webhook method.
    general_webhook_url str
    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.
    alarmContentTemplateId String
    The alarm content template id.
    alarmWebhookAtUsers List<String>
    The alarm webhook at users.
    alarmWebhookIntegrationId String
    The alarm webhook integration id.
    alarmWebhookIntegrationName String
    The alarm webhook integration name.
    alarmWebhookIsAtAll Boolean
    The alarm webhook is at all.
    endTime String
    The end time.
    generalWebhook String
    The general webhook.
    generalWebhookBody String
    The webhook body.
    generalWebhookHeaders List<Property Map>
    The general webhook headers.
    generalWebhookMethod String
    The general webhook method.
    generalWebhookUrl String
    The webhook url.
    receiverChannels List<String>
    The list of the receiver channels.
    receiverNames List<String>
    List of the receiver names.
    receiverType String
    The receiver type.
    startTime String
    The start time.

    AlarmNotifyGroupsGroupNoticeRuleReceiverInfoGeneralWebhookHeader

    Key string
    The key of the header.
    Value string
    The value of the header.
    Key string
    The key of the header.
    Value string
    The value of the header.
    key String
    The key of the header.
    value String
    The value of the header.
    key string
    The key of the header.
    value string
    The value of the header.
    key str
    The key of the header.
    value str
    The value of the header.
    key String
    The key of the header.
    value String
    The value of the header.

    AlarmNotifyGroupsGroupNoticeRuleRuleNode

    Childrens List<AlarmNotifyGroupsGroupNoticeRuleRuleNodeChildren>
    The children of the rule node.
    Type string
    The type of the rule node.
    Values List<string>
    The value of the header.
    Childrens []AlarmNotifyGroupsGroupNoticeRuleRuleNodeChildren
    The children of the rule node.
    Type string
    The type of the rule node.
    Values []string
    The value of the header.
    childrens List<AlarmNotifyGroupsGroupNoticeRuleRuleNodeChildren>
    The children of the rule node.
    type String
    The type of the rule node.
    values List<String>
    The value of the header.
    childrens AlarmNotifyGroupsGroupNoticeRuleRuleNodeChildren[]
    The children of the rule node.
    type string
    The type of the rule node.
    values string[]
    The value of the header.
    childrens Sequence[AlarmNotifyGroupsGroupNoticeRuleRuleNodeChildren]
    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.

    AlarmNotifyGroupsGroupNoticeRuleRuleNodeChildren

    Type string
    The type of the rule node.
    Values List<string>
    The value of the header.
    Type string
    The type of the rule node.
    Values []string
    The value of the header.
    type String
    The type of the rule node.
    values List<String>
    The value of the header.
    type string
    The type of the rule node.
    values string[]
    The value of the header.
    type str
    The type of the rule node.
    values Sequence[str]
    The value of the header.
    type String
    The type of the rule node.
    values List<String>
    The value of the header.

    AlarmNotifyGroupsGroupReceiver

    AlarmContentTemplateId string
    The alarm content template id.
    AlarmWebhookAtUsers List<string>
    The alarm webhook at users.
    AlarmWebhookIntegrationId string
    The alarm webhook integration id.
    AlarmWebhookIntegrationName string
    The alarm webhook integration name.
    AlarmWebhookIsAtAll bool
    The alarm webhook is at all.
    EndTime string
    The end time.
    GeneralWebhook string
    The general webhook.
    GeneralWebhookBody string
    The webhook body.
    GeneralWebhookHeaders List<AlarmNotifyGroupsGroupReceiverGeneralWebhookHeader>
    The general webhook headers.
    GeneralWebhookMethod string
    The general webhook method.
    GeneralWebhookUrl string
    The webhook url.
    ReceiverChannels List<string>
    The list of the receiver channels.
    ReceiverNames List<string>
    List of the receiver names.
    ReceiverType string
    The receiver type.
    StartTime string
    The start time.
    AlarmContentTemplateId string
    The alarm content template id.
    AlarmWebhookAtUsers []string
    The alarm webhook at users.
    AlarmWebhookIntegrationId string
    The alarm webhook integration id.
    AlarmWebhookIntegrationName string
    The alarm webhook integration name.
    AlarmWebhookIsAtAll bool
    The alarm webhook is at all.
    EndTime string
    The end time.
    GeneralWebhook string
    The general webhook.
    GeneralWebhookBody string
    The webhook body.
    GeneralWebhookHeaders []AlarmNotifyGroupsGroupReceiverGeneralWebhookHeader
    The general webhook headers.
    GeneralWebhookMethod string
    The general webhook method.
    GeneralWebhookUrl string
    The webhook url.
    ReceiverChannels []string
    The list of the receiver channels.
    ReceiverNames []string
    List of the receiver names.
    ReceiverType string
    The receiver type.
    StartTime string
    The start time.
    alarmContentTemplateId String
    The alarm content template id.
    alarmWebhookAtUsers List<String>
    The alarm webhook at users.
    alarmWebhookIntegrationId String
    The alarm webhook integration id.
    alarmWebhookIntegrationName String
    The alarm webhook integration name.
    alarmWebhookIsAtAll Boolean
    The alarm webhook is at all.
    endTime String
    The end time.
    generalWebhook String
    The general webhook.
    generalWebhookBody String
    The webhook body.
    generalWebhookHeaders List<AlarmNotifyGroupsGroupReceiverGeneralWebhookHeader>
    The general webhook headers.
    generalWebhookMethod String
    The general webhook method.
    generalWebhookUrl String
    The webhook url.
    receiverChannels List<String>
    The list of the receiver channels.
    receiverNames List<String>
    List of the receiver names.
    receiverType String
    The receiver type.
    startTime String
    The start time.
    alarmContentTemplateId string
    The alarm content template id.
    alarmWebhookAtUsers string[]
    The alarm webhook at users.
    alarmWebhookIntegrationId string
    The alarm webhook integration id.
    alarmWebhookIntegrationName string
    The alarm webhook integration name.
    alarmWebhookIsAtAll boolean
    The alarm webhook is at all.
    endTime string
    The end time.
    generalWebhook string
    The general webhook.
    generalWebhookBody string
    The webhook body.
    generalWebhookHeaders AlarmNotifyGroupsGroupReceiverGeneralWebhookHeader[]
    The general webhook headers.
    generalWebhookMethod string
    The general webhook method.
    generalWebhookUrl string
    The webhook url.
    receiverChannels string[]
    The list of the receiver channels.
    receiverNames string[]
    List of the receiver names.
    receiverType string
    The receiver type.
    startTime string
    The start time.
    alarm_content_template_id str
    The alarm content template id.
    alarm_webhook_at_users Sequence[str]
    The alarm webhook at users.
    alarm_webhook_integration_id str
    The alarm webhook integration id.
    alarm_webhook_integration_name str
    The alarm webhook integration name.
    alarm_webhook_is_at_all bool
    The alarm webhook is at all.
    end_time str
    The end time.
    general_webhook str
    The general webhook.
    general_webhook_body str
    The webhook body.
    general_webhook_headers Sequence[AlarmNotifyGroupsGroupReceiverGeneralWebhookHeader]
    The general webhook headers.
    general_webhook_method str
    The general webhook method.
    general_webhook_url str
    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.
    alarmContentTemplateId String
    The alarm content template id.
    alarmWebhookAtUsers List<String>
    The alarm webhook at users.
    alarmWebhookIntegrationId String
    The alarm webhook integration id.
    alarmWebhookIntegrationName String
    The alarm webhook integration name.
    alarmWebhookIsAtAll Boolean
    The alarm webhook is at all.
    endTime String
    The end time.
    generalWebhook String
    The general webhook.
    generalWebhookBody String
    The webhook body.
    generalWebhookHeaders List<Property Map>
    The general webhook headers.
    generalWebhookMethod String
    The general webhook method.
    generalWebhookUrl String
    The webhook url.
    receiverChannels List<String>
    The list of the receiver channels.
    receiverNames List<String>
    List of the receiver names.
    receiverType String
    The receiver type.
    startTime String
    The start time.

    AlarmNotifyGroupsGroupReceiverGeneralWebhookHeader

    Key string
    The key of the header.
    Value string
    The value of the header.
    Key string
    The key of the header.
    Value string
    The value of the header.
    key String
    The key of the header.
    value String
    The value of the header.
    key string
    The key of the header.
    value string
    The value of the header.
    key str
    The key of the header.
    value str
    The value of the header.
    key String
    The key of the header.
    value String
    The value of the header.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
      Meet Neo: Your AI Platform Teammate