1. Packages
  2. Volcengine
  3. API Docs
  4. tls
  5. AlarmWebhookIntegrations
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.AlarmWebhookIntegrations has been deprecated in favor of volcengine.tls.getAlarmWebhookIntegrations

    Use this data source to query detailed information of tls alarm webhook integrations

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const foo = volcengine.tls.getAlarmWebhookIntegrations({});
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    foo = volcengine.tls.get_alarm_webhook_integrations()
    
    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.GetAlarmWebhookIntegrations(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 foo = Volcengine.Tls.GetAlarmWebhookIntegrations.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.GetAlarmWebhookIntegrationsArgs;
    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 foo = TlsFunctions.getAlarmWebhookIntegrations();
    
        }
    }
    
    variables:
      foo:
        fn::invoke:
          Function: volcengine:tls:getAlarmWebhookIntegrations
          Arguments: {}
    

    Using AlarmWebhookIntegrations

    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 alarmWebhookIntegrations(args: AlarmWebhookIntegrationsArgs, opts?: InvokeOptions): Promise<AlarmWebhookIntegrationsResult>
    function alarmWebhookIntegrationsOutput(args: AlarmWebhookIntegrationsOutputArgs, opts?: InvokeOptions): Output<AlarmWebhookIntegrationsResult>
    def alarm_webhook_integrations(output_file: Optional[str] = None,
                                   webhook_id: Optional[str] = None,
                                   webhook_name: Optional[str] = None,
                                   webhook_type: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> AlarmWebhookIntegrationsResult
    def alarm_webhook_integrations_output(output_file: Optional[pulumi.Input[str]] = None,
                                   webhook_id: Optional[pulumi.Input[str]] = None,
                                   webhook_name: Optional[pulumi.Input[str]] = None,
                                   webhook_type: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[AlarmWebhookIntegrationsResult]
    func AlarmWebhookIntegrations(ctx *Context, args *AlarmWebhookIntegrationsArgs, opts ...InvokeOption) (*AlarmWebhookIntegrationsResult, error)
    func AlarmWebhookIntegrationsOutput(ctx *Context, args *AlarmWebhookIntegrationsOutputArgs, opts ...InvokeOption) AlarmWebhookIntegrationsResultOutput
    public static class AlarmWebhookIntegrations 
    {
        public static Task<AlarmWebhookIntegrationsResult> InvokeAsync(AlarmWebhookIntegrationsArgs args, InvokeOptions? opts = null)
        public static Output<AlarmWebhookIntegrationsResult> Invoke(AlarmWebhookIntegrationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<AlarmWebhookIntegrationsResult> alarmWebhookIntegrations(AlarmWebhookIntegrationsArgs args, InvokeOptions options)
    public static Output<AlarmWebhookIntegrationsResult> alarmWebhookIntegrations(AlarmWebhookIntegrationsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:tls:AlarmWebhookIntegrations
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OutputFile string
    File name where to save data source results.
    WebhookId string
    The ID of the alarm webhook integration.
    WebhookName string
    The name of the webhook integration. Fuzzy matching is supported.
    WebhookType string
    The type of the webhook integration.
    OutputFile string
    File name where to save data source results.
    WebhookId string
    The ID of the alarm webhook integration.
    WebhookName string
    The name of the webhook integration. Fuzzy matching is supported.
    WebhookType string
    The type of the webhook integration.
    outputFile String
    File name where to save data source results.
    webhookId String
    The ID of the alarm webhook integration.
    webhookName String
    The name of the webhook integration. Fuzzy matching is supported.
    webhookType String
    The type of the webhook integration.
    outputFile string
    File name where to save data source results.
    webhookId string
    The ID of the alarm webhook integration.
    webhookName string
    The name of the webhook integration. Fuzzy matching is supported.
    webhookType string
    The type of the webhook integration.
    output_file str
    File name where to save data source results.
    webhook_id str
    The ID of the alarm webhook integration.
    webhook_name str
    The name of the webhook integration. Fuzzy matching is supported.
    webhook_type str
    The type of the webhook integration.
    outputFile String
    File name where to save data source results.
    webhookId String
    The ID of the alarm webhook integration.
    webhookName String
    The name of the webhook integration. Fuzzy matching is supported.
    webhookType String
    The type of the webhook integration.

    AlarmWebhookIntegrations Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Integrations List<AlarmWebhookIntegrationsIntegration>
    The list of alarm webhook integrations.
    TotalCount int
    The total count of alarm webhook integrations.
    OutputFile string
    WebhookId string
    The ID of the alarm webhook integration.
    WebhookName string
    The name of the webhook integration.
    WebhookType string
    The type of the webhook.
    Id string
    The provider-assigned unique ID for this managed resource.
    Integrations []AlarmWebhookIntegrationsIntegration
    The list of alarm webhook integrations.
    TotalCount int
    The total count of alarm webhook integrations.
    OutputFile string
    WebhookId string
    The ID of the alarm webhook integration.
    WebhookName string
    The name of the webhook integration.
    WebhookType string
    The type of the webhook.
    id String
    The provider-assigned unique ID for this managed resource.
    integrations List<AlarmWebhookIntegrationsIntegration>
    The list of alarm webhook integrations.
    totalCount Integer
    The total count of alarm webhook integrations.
    outputFile String
    webhookId String
    The ID of the alarm webhook integration.
    webhookName String
    The name of the webhook integration.
    webhookType String
    The type of the webhook.
    id string
    The provider-assigned unique ID for this managed resource.
    integrations AlarmWebhookIntegrationsIntegration[]
    The list of alarm webhook integrations.
    totalCount number
    The total count of alarm webhook integrations.
    outputFile string
    webhookId string
    The ID of the alarm webhook integration.
    webhookName string
    The name of the webhook integration.
    webhookType string
    The type of the webhook.
    id str
    The provider-assigned unique ID for this managed resource.
    integrations Sequence[AlarmWebhookIntegrationsIntegration]
    The list of alarm webhook integrations.
    total_count int
    The total count of alarm webhook integrations.
    output_file str
    webhook_id str
    The ID of the alarm webhook integration.
    webhook_name str
    The name of the webhook integration.
    webhook_type str
    The type of the webhook.
    id String
    The provider-assigned unique ID for this managed resource.
    integrations List<Property Map>
    The list of alarm webhook integrations.
    totalCount Number
    The total count of alarm webhook integrations.
    outputFile String
    webhookId String
    The ID of the alarm webhook integration.
    webhookName String
    The name of the webhook integration.
    webhookType String
    The type of the webhook.

    Supporting Types

    AlarmWebhookIntegrationsIntegration

    CreateTime string
    The creation time of the webhook integration.
    ModifyTime string
    The update time of the webhook integration.
    WebhookHeaders List<AlarmWebhookIntegrationsIntegrationWebhookHeader>
    The headers of the webhook.
    WebhookId string
    The ID of the alarm webhook integration.
    WebhookMethod string
    The method of the webhook.
    WebhookName string
    The name of the webhook integration. Fuzzy matching is supported.
    WebhookSecret string
    The secret of the webhook.
    WebhookType string
    The type of the webhook integration.
    WebhookUrl string
    The URL of the webhook.
    CreateTime string
    The creation time of the webhook integration.
    ModifyTime string
    The update time of the webhook integration.
    WebhookHeaders []AlarmWebhookIntegrationsIntegrationWebhookHeader
    The headers of the webhook.
    WebhookId string
    The ID of the alarm webhook integration.
    WebhookMethod string
    The method of the webhook.
    WebhookName string
    The name of the webhook integration. Fuzzy matching is supported.
    WebhookSecret string
    The secret of the webhook.
    WebhookType string
    The type of the webhook integration.
    WebhookUrl string
    The URL of the webhook.
    createTime String
    The creation time of the webhook integration.
    modifyTime String
    The update time of the webhook integration.
    webhookHeaders List<AlarmWebhookIntegrationsIntegrationWebhookHeader>
    The headers of the webhook.
    webhookId String
    The ID of the alarm webhook integration.
    webhookMethod String
    The method of the webhook.
    webhookName String
    The name of the webhook integration. Fuzzy matching is supported.
    webhookSecret String
    The secret of the webhook.
    webhookType String
    The type of the webhook integration.
    webhookUrl String
    The URL of the webhook.
    createTime string
    The creation time of the webhook integration.
    modifyTime string
    The update time of the webhook integration.
    webhookHeaders AlarmWebhookIntegrationsIntegrationWebhookHeader[]
    The headers of the webhook.
    webhookId string
    The ID of the alarm webhook integration.
    webhookMethod string
    The method of the webhook.
    webhookName string
    The name of the webhook integration. Fuzzy matching is supported.
    webhookSecret string
    The secret of the webhook.
    webhookType string
    The type of the webhook integration.
    webhookUrl string
    The URL of the webhook.
    create_time str
    The creation time of the webhook integration.
    modify_time str
    The update time of the webhook integration.
    webhook_headers Sequence[AlarmWebhookIntegrationsIntegrationWebhookHeader]
    The headers of the webhook.
    webhook_id str
    The ID of the alarm webhook integration.
    webhook_method str
    The method of the webhook.
    webhook_name str
    The name of the webhook integration. Fuzzy matching is supported.
    webhook_secret str
    The secret of the webhook.
    webhook_type str
    The type of the webhook integration.
    webhook_url str
    The URL of the webhook.
    createTime String
    The creation time of the webhook integration.
    modifyTime String
    The update time of the webhook integration.
    webhookHeaders List<Property Map>
    The headers of the webhook.
    webhookId String
    The ID of the alarm webhook integration.
    webhookMethod String
    The method of the webhook.
    webhookName String
    The name of the webhook integration. Fuzzy matching is supported.
    webhookSecret String
    The secret of the webhook.
    webhookType String
    The type of the webhook integration.
    webhookUrl String
    The URL of the webhook.

    AlarmWebhookIntegrationsIntegrationWebhookHeader

    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