1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. getNotificationPolicy
Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi

cloudflare.getNotificationPolicy

Explore with Pulumi AI

cloudflare logo
Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as cloudflare from "@pulumi/cloudflare";
    
    const exampleNotificationPolicy = cloudflare.getNotificationPolicy({
        accountId: "023e105f4ecef8ad9ca31a8372d0c353",
        policyId: "0da2b59e-f118-439d-8097-bdfb215203c9",
    });
    
    import pulumi
    import pulumi_cloudflare as cloudflare
    
    example_notification_policy = cloudflare.get_notification_policy(account_id="023e105f4ecef8ad9ca31a8372d0c353",
        policy_id="0da2b59e-f118-439d-8097-bdfb215203c9")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := cloudflare.LookupNotificationPolicy(ctx, &cloudflare.LookupNotificationPolicyArgs{
    			AccountId: "023e105f4ecef8ad9ca31a8372d0c353",
    			PolicyId:  pulumi.StringRef("0da2b59e-f118-439d-8097-bdfb215203c9"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Cloudflare = Pulumi.Cloudflare;
    
    return await Deployment.RunAsync(() => 
    {
        var exampleNotificationPolicy = Cloudflare.GetNotificationPolicy.Invoke(new()
        {
            AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
            PolicyId = "0da2b59e-f118-439d-8097-bdfb215203c9",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.cloudflare.CloudflareFunctions;
    import com.pulumi.cloudflare.inputs.GetNotificationPolicyArgs;
    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 exampleNotificationPolicy = CloudflareFunctions.getNotificationPolicy(GetNotificationPolicyArgs.builder()
                .accountId("023e105f4ecef8ad9ca31a8372d0c353")
                .policyId("0da2b59e-f118-439d-8097-bdfb215203c9")
                .build());
    
        }
    }
    
    variables:
      exampleNotificationPolicy:
        fn::invoke:
          function: cloudflare:getNotificationPolicy
          arguments:
            accountId: 023e105f4ecef8ad9ca31a8372d0c353
            policyId: 0da2b59e-f118-439d-8097-bdfb215203c9
    

    Using getNotificationPolicy

    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 getNotificationPolicy(args: GetNotificationPolicyArgs, opts?: InvokeOptions): Promise<GetNotificationPolicyResult>
    function getNotificationPolicyOutput(args: GetNotificationPolicyOutputArgs, opts?: InvokeOptions): Output<GetNotificationPolicyResult>
    def get_notification_policy(account_id: Optional[str] = None,
                                policy_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetNotificationPolicyResult
    def get_notification_policy_output(account_id: Optional[pulumi.Input[str]] = None,
                                policy_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetNotificationPolicyResult]
    func LookupNotificationPolicy(ctx *Context, args *LookupNotificationPolicyArgs, opts ...InvokeOption) (*LookupNotificationPolicyResult, error)
    func LookupNotificationPolicyOutput(ctx *Context, args *LookupNotificationPolicyOutputArgs, opts ...InvokeOption) LookupNotificationPolicyResultOutput

    > Note: This function is named LookupNotificationPolicy in the Go SDK.

    public static class GetNotificationPolicy 
    {
        public static Task<GetNotificationPolicyResult> InvokeAsync(GetNotificationPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetNotificationPolicyResult> Invoke(GetNotificationPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNotificationPolicyResult> getNotificationPolicy(GetNotificationPolicyArgs args, InvokeOptions options)
    public static Output<GetNotificationPolicyResult> getNotificationPolicy(GetNotificationPolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: cloudflare:index/getNotificationPolicy:getNotificationPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountId string
    The account id
    PolicyId string
    The unique identifier of a notification policy
    AccountId string
    The account id
    PolicyId string
    The unique identifier of a notification policy
    accountId String
    The account id
    policyId String
    The unique identifier of a notification policy
    accountId string
    The account id
    policyId string
    The unique identifier of a notification policy
    account_id str
    The account id
    policy_id str
    The unique identifier of a notification policy
    accountId String
    The account id
    policyId String
    The unique identifier of a notification policy

    getNotificationPolicy Result

    The following output properties are available:

    AccountId string
    The account id
    AlertInterval string
    Optional specification of how often to re-alert from the same incident, not support on all alert types.
    AlertType string
    Refers to which event will trigger a Notification dispatch. You can use the endpoint to get available alert types which then will give you a list of possible values. Available values: "accesscustomcertificateexpirationtype", "advancedddosattackl4alert", "advancedddosattackl7alert", "advancedhttpalerterror", "bgphijacknotification", "billingusagealert", "blocknotificationblockremoved", "blocknotificationnewblock", "blocknotificationreviewrejected", "brandprotectionalert", "brandprotectiondigest", "clickhousealertfwanomaly", "clickhousealertfwentanomaly", "cloudforceonerequestnotification", "customanalytics", "customsslcertificateeventtype", "dedicatedsslcertificateeventtype", "deviceconnectivityanomalyalert", "dosattackl4", "dosattackl7", "expiringservicetokenalert", "failinglogpushjobdisabledalert", "fbmautoadvertisement", "fbmdosdattack", "fbmvolumetricattack", "healthcheckstatusnotification", "hostnameaopcustomcertificateexpirationtype", "httpalertedgeerror", "httpalertoriginerror", "imagenotification", "imageresizingnotification", "incidentalert", "loadbalancinghealthalert", "loadbalancingpoolenablementalert", "logomatchalert", "magictunnelhealthcheckevent", "magicwantunnelhealth", "maintenanceeventnotification", "mtlscertificatestorecertificateexpirationtype", "pageseventalert", "radarnotification", "realoriginmonitoring", "scriptmonitoralertnewcodechangedetections", "scriptmonitoralertnewhosts", "scriptmonitoralertnewmalicioushosts", "scriptmonitoralertnewmaliciousscripts", "scriptmonitoralertnewmaliciousurl", "scriptmonitoralertnewmaxlengthresourceurl", "scriptmonitoralertnewresources", "secondarydnsallprimariesfailing", "secondarydnsprimariesfailing", "secondarydnswarning", "secondarydnszonesuccessfullyupdated", "secondarydnszonevalidationwarning", "securityinsightsalert", "sentinelalert", "streamlivenotifications", "synthetictestlatencyalert", "synthetictestlowavailabilityalert", "trafficanomaliesalert", "tunnelhealthevent", "tunnelupdateevent", "universalssleventtype", "webanalyticsmetricsupdate", "zoneaopcustomcertificateexpirationtype".
    Created string
    Description string
    Optional description for the Notification policy.
    Enabled bool
    Whether or not the Notification policy is enabled.
    Filters GetNotificationPolicyFilters
    Optional filters that allow you to be alerted only on a subset of events for that alert type based on some criteria. This is only available for select alert types. See alert type documentation for more details.
    Id string
    The unique identifier of a notification policy
    Mechanisms GetNotificationPolicyMechanisms
    List of IDs that will be used when dispatching a notification. IDs for email type will be the email address.
    Modified string
    Name string
    Name of the policy.
    PolicyId string
    The unique identifier of a notification policy
    AccountId string
    The account id
    AlertInterval string
    Optional specification of how often to re-alert from the same incident, not support on all alert types.
    AlertType string
    Refers to which event will trigger a Notification dispatch. You can use the endpoint to get available alert types which then will give you a list of possible values. Available values: "accesscustomcertificateexpirationtype", "advancedddosattackl4alert", "advancedddosattackl7alert", "advancedhttpalerterror", "bgphijacknotification", "billingusagealert", "blocknotificationblockremoved", "blocknotificationnewblock", "blocknotificationreviewrejected", "brandprotectionalert", "brandprotectiondigest", "clickhousealertfwanomaly", "clickhousealertfwentanomaly", "cloudforceonerequestnotification", "customanalytics", "customsslcertificateeventtype", "dedicatedsslcertificateeventtype", "deviceconnectivityanomalyalert", "dosattackl4", "dosattackl7", "expiringservicetokenalert", "failinglogpushjobdisabledalert", "fbmautoadvertisement", "fbmdosdattack", "fbmvolumetricattack", "healthcheckstatusnotification", "hostnameaopcustomcertificateexpirationtype", "httpalertedgeerror", "httpalertoriginerror", "imagenotification", "imageresizingnotification", "incidentalert", "loadbalancinghealthalert", "loadbalancingpoolenablementalert", "logomatchalert", "magictunnelhealthcheckevent", "magicwantunnelhealth", "maintenanceeventnotification", "mtlscertificatestorecertificateexpirationtype", "pageseventalert", "radarnotification", "realoriginmonitoring", "scriptmonitoralertnewcodechangedetections", "scriptmonitoralertnewhosts", "scriptmonitoralertnewmalicioushosts", "scriptmonitoralertnewmaliciousscripts", "scriptmonitoralertnewmaliciousurl", "scriptmonitoralertnewmaxlengthresourceurl", "scriptmonitoralertnewresources", "secondarydnsallprimariesfailing", "secondarydnsprimariesfailing", "secondarydnswarning", "secondarydnszonesuccessfullyupdated", "secondarydnszonevalidationwarning", "securityinsightsalert", "sentinelalert", "streamlivenotifications", "synthetictestlatencyalert", "synthetictestlowavailabilityalert", "trafficanomaliesalert", "tunnelhealthevent", "tunnelupdateevent", "universalssleventtype", "webanalyticsmetricsupdate", "zoneaopcustomcertificateexpirationtype".
    Created string
    Description string
    Optional description for the Notification policy.
    Enabled bool
    Whether or not the Notification policy is enabled.
    Filters GetNotificationPolicyFilters
    Optional filters that allow you to be alerted only on a subset of events for that alert type based on some criteria. This is only available for select alert types. See alert type documentation for more details.
    Id string
    The unique identifier of a notification policy
    Mechanisms GetNotificationPolicyMechanisms
    List of IDs that will be used when dispatching a notification. IDs for email type will be the email address.
    Modified string
    Name string
    Name of the policy.
    PolicyId string
    The unique identifier of a notification policy
    accountId String
    The account id
    alertInterval String
    Optional specification of how often to re-alert from the same incident, not support on all alert types.
    alertType String
    Refers to which event will trigger a Notification dispatch. You can use the endpoint to get available alert types which then will give you a list of possible values. Available values: "accesscustomcertificateexpirationtype", "advancedddosattackl4alert", "advancedddosattackl7alert", "advancedhttpalerterror", "bgphijacknotification", "billingusagealert", "blocknotificationblockremoved", "blocknotificationnewblock", "blocknotificationreviewrejected", "brandprotectionalert", "brandprotectiondigest", "clickhousealertfwanomaly", "clickhousealertfwentanomaly", "cloudforceonerequestnotification", "customanalytics", "customsslcertificateeventtype", "dedicatedsslcertificateeventtype", "deviceconnectivityanomalyalert", "dosattackl4", "dosattackl7", "expiringservicetokenalert", "failinglogpushjobdisabledalert", "fbmautoadvertisement", "fbmdosdattack", "fbmvolumetricattack", "healthcheckstatusnotification", "hostnameaopcustomcertificateexpirationtype", "httpalertedgeerror", "httpalertoriginerror", "imagenotification", "imageresizingnotification", "incidentalert", "loadbalancinghealthalert", "loadbalancingpoolenablementalert", "logomatchalert", "magictunnelhealthcheckevent", "magicwantunnelhealth", "maintenanceeventnotification", "mtlscertificatestorecertificateexpirationtype", "pageseventalert", "radarnotification", "realoriginmonitoring", "scriptmonitoralertnewcodechangedetections", "scriptmonitoralertnewhosts", "scriptmonitoralertnewmalicioushosts", "scriptmonitoralertnewmaliciousscripts", "scriptmonitoralertnewmaliciousurl", "scriptmonitoralertnewmaxlengthresourceurl", "scriptmonitoralertnewresources", "secondarydnsallprimariesfailing", "secondarydnsprimariesfailing", "secondarydnswarning", "secondarydnszonesuccessfullyupdated", "secondarydnszonevalidationwarning", "securityinsightsalert", "sentinelalert", "streamlivenotifications", "synthetictestlatencyalert", "synthetictestlowavailabilityalert", "trafficanomaliesalert", "tunnelhealthevent", "tunnelupdateevent", "universalssleventtype", "webanalyticsmetricsupdate", "zoneaopcustomcertificateexpirationtype".
    created String
    description String
    Optional description for the Notification policy.
    enabled Boolean
    Whether or not the Notification policy is enabled.
    filters GetNotificationPolicyFilters
    Optional filters that allow you to be alerted only on a subset of events for that alert type based on some criteria. This is only available for select alert types. See alert type documentation for more details.
    id String
    The unique identifier of a notification policy
    mechanisms GetNotificationPolicyMechanisms
    List of IDs that will be used when dispatching a notification. IDs for email type will be the email address.
    modified String
    name String
    Name of the policy.
    policyId String
    The unique identifier of a notification policy
    accountId string
    The account id
    alertInterval string
    Optional specification of how often to re-alert from the same incident, not support on all alert types.
    alertType string
    Refers to which event will trigger a Notification dispatch. You can use the endpoint to get available alert types which then will give you a list of possible values. Available values: "accesscustomcertificateexpirationtype", "advancedddosattackl4alert", "advancedddosattackl7alert", "advancedhttpalerterror", "bgphijacknotification", "billingusagealert", "blocknotificationblockremoved", "blocknotificationnewblock", "blocknotificationreviewrejected", "brandprotectionalert", "brandprotectiondigest", "clickhousealertfwanomaly", "clickhousealertfwentanomaly", "cloudforceonerequestnotification", "customanalytics", "customsslcertificateeventtype", "dedicatedsslcertificateeventtype", "deviceconnectivityanomalyalert", "dosattackl4", "dosattackl7", "expiringservicetokenalert", "failinglogpushjobdisabledalert", "fbmautoadvertisement", "fbmdosdattack", "fbmvolumetricattack", "healthcheckstatusnotification", "hostnameaopcustomcertificateexpirationtype", "httpalertedgeerror", "httpalertoriginerror", "imagenotification", "imageresizingnotification", "incidentalert", "loadbalancinghealthalert", "loadbalancingpoolenablementalert", "logomatchalert", "magictunnelhealthcheckevent", "magicwantunnelhealth", "maintenanceeventnotification", "mtlscertificatestorecertificateexpirationtype", "pageseventalert", "radarnotification", "realoriginmonitoring", "scriptmonitoralertnewcodechangedetections", "scriptmonitoralertnewhosts", "scriptmonitoralertnewmalicioushosts", "scriptmonitoralertnewmaliciousscripts", "scriptmonitoralertnewmaliciousurl", "scriptmonitoralertnewmaxlengthresourceurl", "scriptmonitoralertnewresources", "secondarydnsallprimariesfailing", "secondarydnsprimariesfailing", "secondarydnswarning", "secondarydnszonesuccessfullyupdated", "secondarydnszonevalidationwarning", "securityinsightsalert", "sentinelalert", "streamlivenotifications", "synthetictestlatencyalert", "synthetictestlowavailabilityalert", "trafficanomaliesalert", "tunnelhealthevent", "tunnelupdateevent", "universalssleventtype", "webanalyticsmetricsupdate", "zoneaopcustomcertificateexpirationtype".
    created string
    description string
    Optional description for the Notification policy.
    enabled boolean
    Whether or not the Notification policy is enabled.
    filters GetNotificationPolicyFilters
    Optional filters that allow you to be alerted only on a subset of events for that alert type based on some criteria. This is only available for select alert types. See alert type documentation for more details.
    id string
    The unique identifier of a notification policy
    mechanisms GetNotificationPolicyMechanisms
    List of IDs that will be used when dispatching a notification. IDs for email type will be the email address.
    modified string
    name string
    Name of the policy.
    policyId string
    The unique identifier of a notification policy
    account_id str
    The account id
    alert_interval str
    Optional specification of how often to re-alert from the same incident, not support on all alert types.
    alert_type str
    Refers to which event will trigger a Notification dispatch. You can use the endpoint to get available alert types which then will give you a list of possible values. Available values: "accesscustomcertificateexpirationtype", "advancedddosattackl4alert", "advancedddosattackl7alert", "advancedhttpalerterror", "bgphijacknotification", "billingusagealert", "blocknotificationblockremoved", "blocknotificationnewblock", "blocknotificationreviewrejected", "brandprotectionalert", "brandprotectiondigest", "clickhousealertfwanomaly", "clickhousealertfwentanomaly", "cloudforceonerequestnotification", "customanalytics", "customsslcertificateeventtype", "dedicatedsslcertificateeventtype", "deviceconnectivityanomalyalert", "dosattackl4", "dosattackl7", "expiringservicetokenalert", "failinglogpushjobdisabledalert", "fbmautoadvertisement", "fbmdosdattack", "fbmvolumetricattack", "healthcheckstatusnotification", "hostnameaopcustomcertificateexpirationtype", "httpalertedgeerror", "httpalertoriginerror", "imagenotification", "imageresizingnotification", "incidentalert", "loadbalancinghealthalert", "loadbalancingpoolenablementalert", "logomatchalert", "magictunnelhealthcheckevent", "magicwantunnelhealth", "maintenanceeventnotification", "mtlscertificatestorecertificateexpirationtype", "pageseventalert", "radarnotification", "realoriginmonitoring", "scriptmonitoralertnewcodechangedetections", "scriptmonitoralertnewhosts", "scriptmonitoralertnewmalicioushosts", "scriptmonitoralertnewmaliciousscripts", "scriptmonitoralertnewmaliciousurl", "scriptmonitoralertnewmaxlengthresourceurl", "scriptmonitoralertnewresources", "secondarydnsallprimariesfailing", "secondarydnsprimariesfailing", "secondarydnswarning", "secondarydnszonesuccessfullyupdated", "secondarydnszonevalidationwarning", "securityinsightsalert", "sentinelalert", "streamlivenotifications", "synthetictestlatencyalert", "synthetictestlowavailabilityalert", "trafficanomaliesalert", "tunnelhealthevent", "tunnelupdateevent", "universalssleventtype", "webanalyticsmetricsupdate", "zoneaopcustomcertificateexpirationtype".
    created str
    description str
    Optional description for the Notification policy.
    enabled bool
    Whether or not the Notification policy is enabled.
    filters GetNotificationPolicyFilters
    Optional filters that allow you to be alerted only on a subset of events for that alert type based on some criteria. This is only available for select alert types. See alert type documentation for more details.
    id str
    The unique identifier of a notification policy
    mechanisms GetNotificationPolicyMechanisms
    List of IDs that will be used when dispatching a notification. IDs for email type will be the email address.
    modified str
    name str
    Name of the policy.
    policy_id str
    The unique identifier of a notification policy
    accountId String
    The account id
    alertInterval String
    Optional specification of how often to re-alert from the same incident, not support on all alert types.
    alertType String
    Refers to which event will trigger a Notification dispatch. You can use the endpoint to get available alert types which then will give you a list of possible values. Available values: "accesscustomcertificateexpirationtype", "advancedddosattackl4alert", "advancedddosattackl7alert", "advancedhttpalerterror", "bgphijacknotification", "billingusagealert", "blocknotificationblockremoved", "blocknotificationnewblock", "blocknotificationreviewrejected", "brandprotectionalert", "brandprotectiondigest", "clickhousealertfwanomaly", "clickhousealertfwentanomaly", "cloudforceonerequestnotification", "customanalytics", "customsslcertificateeventtype", "dedicatedsslcertificateeventtype", "deviceconnectivityanomalyalert", "dosattackl4", "dosattackl7", "expiringservicetokenalert", "failinglogpushjobdisabledalert", "fbmautoadvertisement", "fbmdosdattack", "fbmvolumetricattack", "healthcheckstatusnotification", "hostnameaopcustomcertificateexpirationtype", "httpalertedgeerror", "httpalertoriginerror", "imagenotification", "imageresizingnotification", "incidentalert", "loadbalancinghealthalert", "loadbalancingpoolenablementalert", "logomatchalert", "magictunnelhealthcheckevent", "magicwantunnelhealth", "maintenanceeventnotification", "mtlscertificatestorecertificateexpirationtype", "pageseventalert", "radarnotification", "realoriginmonitoring", "scriptmonitoralertnewcodechangedetections", "scriptmonitoralertnewhosts", "scriptmonitoralertnewmalicioushosts", "scriptmonitoralertnewmaliciousscripts", "scriptmonitoralertnewmaliciousurl", "scriptmonitoralertnewmaxlengthresourceurl", "scriptmonitoralertnewresources", "secondarydnsallprimariesfailing", "secondarydnsprimariesfailing", "secondarydnswarning", "secondarydnszonesuccessfullyupdated", "secondarydnszonevalidationwarning", "securityinsightsalert", "sentinelalert", "streamlivenotifications", "synthetictestlatencyalert", "synthetictestlowavailabilityalert", "trafficanomaliesalert", "tunnelhealthevent", "tunnelupdateevent", "universalssleventtype", "webanalyticsmetricsupdate", "zoneaopcustomcertificateexpirationtype".
    created String
    description String
    Optional description for the Notification policy.
    enabled Boolean
    Whether or not the Notification policy is enabled.
    filters Property Map
    Optional filters that allow you to be alerted only on a subset of events for that alert type based on some criteria. This is only available for select alert types. See alert type documentation for more details.
    id String
    The unique identifier of a notification policy
    mechanisms Property Map
    List of IDs that will be used when dispatching a notification. IDs for email type will be the email address.
    modified String
    name String
    Name of the policy.
    policyId String
    The unique identifier of a notification policy

    Supporting Types

    GetNotificationPolicyFilters

    Actions List<string>
    Usage depends on specific alert type
    AffectedAsns List<string>
    Used for configuring radar_notification
    AffectedComponents List<string>
    Used for configuring incident_alert
    AffectedLocations List<string>
    Used for configuring radar_notification
    AirportCodes List<string>
    Used for configuring maintenanceeventnotification
    AlertTriggerPreferences List<string>
    Usage depends on specific alert type
    AlertTriggerPreferencesValues List<string>
    Usage depends on specific alert type
    Enableds List<string>
    Used for configuring loadbalancingpoolenablementalert
    Environments List<string>
    Used for configuring pageseventalert
    EventSources List<string>
    Used for configuring loadbalancinghealth_alert
    EventTypes List<string>
    Usage depends on specific alert type
    Events List<string>
    Used for configuring pageseventalert
    GroupBies List<string>
    Usage depends on specific alert type
    HealthCheckIds List<string>
    Used for configuring healthcheckstatus_notification
    IncidentImpacts List<string>
    Used for configuring incident_alert
    InputIds List<string>
    Used for configuring streamlivenotifications
    InsightClasses List<string>
    Used for configuring securityinsightsalert
    Limits List<string>
    Used for configuring billingusagealert
    LogoTags List<string>
    Used for configuring logomatchalert
    MegabitsPerSeconds List<string>
    Used for configuring advancedddosattackl4alert
    NewHealths List<string>
    Used for configuring loadbalancinghealth_alert
    NewStatuses List<string>
    Used for configuring tunnelhealthevent
    PacketsPerSeconds List<string>
    Used for configuring advancedddosattackl4alert
    PoolIds List<string>
    Usage depends on specific alert type
    PopNames List<string>
    Usage depends on specific alert type
    Products List<string>
    Used for configuring billingusagealert
    ProjectIds List<string>
    Used for configuring pageseventalert
    Protocols List<string>
    Used for configuring advancedddosattackl4alert
    QueryTags List<string>
    Usage depends on specific alert type
    RequestsPerSeconds List<string>
    Used for configuring advancedddosattackl7alert
    Selectors List<string>
    Usage depends on specific alert type
    Services List<string>
    Used for configuring clickhousealertfwentanomaly
    Slos List<string>
    Usage depends on specific alert type
    Statuses List<string>
    Used for configuring healthcheckstatus_notification
    TargetHostnames List<string>
    Used for configuring advancedddosattackl7alert
    TargetIps List<string>
    Used for configuring advancedddosattackl4alert
    TargetZoneNames List<string>
    Used for configuring advancedddosattackl7alert
    TrafficExclusions List<string>
    Used for configuring trafficanomaliesalert
    TunnelIds List<string>
    Used for configuring tunnelhealthevent
    TunnelNames List<string>
    Usage depends on specific alert type
    Wheres List<string>
    Usage depends on specific alert type
    Zones List<string>
    Usage depends on specific alert type
    Actions []string
    Usage depends on specific alert type
    AffectedAsns []string
    Used for configuring radar_notification
    AffectedComponents []string
    Used for configuring incident_alert
    AffectedLocations []string
    Used for configuring radar_notification
    AirportCodes []string
    Used for configuring maintenanceeventnotification
    AlertTriggerPreferences []string
    Usage depends on specific alert type
    AlertTriggerPreferencesValues []string
    Usage depends on specific alert type
    Enableds []string
    Used for configuring loadbalancingpoolenablementalert
    Environments []string
    Used for configuring pageseventalert
    EventSources []string
    Used for configuring loadbalancinghealth_alert
    EventTypes []string
    Usage depends on specific alert type
    Events []string
    Used for configuring pageseventalert
    GroupBies []string
    Usage depends on specific alert type
    HealthCheckIds []string
    Used for configuring healthcheckstatus_notification
    IncidentImpacts []string
    Used for configuring incident_alert
    InputIds []string
    Used for configuring streamlivenotifications
    InsightClasses []string
    Used for configuring securityinsightsalert
    Limits []string
    Used for configuring billingusagealert
    LogoTags []string
    Used for configuring logomatchalert
    MegabitsPerSeconds []string
    Used for configuring advancedddosattackl4alert
    NewHealths []string
    Used for configuring loadbalancinghealth_alert
    NewStatuses []string
    Used for configuring tunnelhealthevent
    PacketsPerSeconds []string
    Used for configuring advancedddosattackl4alert
    PoolIds []string
    Usage depends on specific alert type
    PopNames []string
    Usage depends on specific alert type
    Products []string
    Used for configuring billingusagealert
    ProjectIds []string
    Used for configuring pageseventalert
    Protocols []string
    Used for configuring advancedddosattackl4alert
    QueryTags []string
    Usage depends on specific alert type
    RequestsPerSeconds []string
    Used for configuring advancedddosattackl7alert
    Selectors []string
    Usage depends on specific alert type
    Services []string
    Used for configuring clickhousealertfwentanomaly
    Slos []string
    Usage depends on specific alert type
    Statuses []string
    Used for configuring healthcheckstatus_notification
    TargetHostnames []string
    Used for configuring advancedddosattackl7alert
    TargetIps []string
    Used for configuring advancedddosattackl4alert
    TargetZoneNames []string
    Used for configuring advancedddosattackl7alert
    TrafficExclusions []string
    Used for configuring trafficanomaliesalert
    TunnelIds []string
    Used for configuring tunnelhealthevent
    TunnelNames []string
    Usage depends on specific alert type
    Wheres []string
    Usage depends on specific alert type
    Zones []string
    Usage depends on specific alert type
    actions List<String>
    Usage depends on specific alert type
    affectedAsns List<String>
    Used for configuring radar_notification
    affectedComponents List<String>
    Used for configuring incident_alert
    affectedLocations List<String>
    Used for configuring radar_notification
    airportCodes List<String>
    Used for configuring maintenanceeventnotification
    alertTriggerPreferences List<String>
    Usage depends on specific alert type
    alertTriggerPreferencesValues List<String>
    Usage depends on specific alert type
    enableds List<String>
    Used for configuring loadbalancingpoolenablementalert
    environments List<String>
    Used for configuring pageseventalert
    eventSources List<String>
    Used for configuring loadbalancinghealth_alert
    eventTypes List<String>
    Usage depends on specific alert type
    events List<String>
    Used for configuring pageseventalert
    groupBies List<String>
    Usage depends on specific alert type
    healthCheckIds List<String>
    Used for configuring healthcheckstatus_notification
    incidentImpacts List<String>
    Used for configuring incident_alert
    inputIds List<String>
    Used for configuring streamlivenotifications
    insightClasses List<String>
    Used for configuring securityinsightsalert
    limits List<String>
    Used for configuring billingusagealert
    logoTags List<String>
    Used for configuring logomatchalert
    megabitsPerSeconds List<String>
    Used for configuring advancedddosattackl4alert
    newHealths List<String>
    Used for configuring loadbalancinghealth_alert
    newStatuses List<String>
    Used for configuring tunnelhealthevent
    packetsPerSeconds List<String>
    Used for configuring advancedddosattackl4alert
    poolIds List<String>
    Usage depends on specific alert type
    popNames List<String>
    Usage depends on specific alert type
    products List<String>
    Used for configuring billingusagealert
    projectIds List<String>
    Used for configuring pageseventalert
    protocols List<String>
    Used for configuring advancedddosattackl4alert
    queryTags List<String>
    Usage depends on specific alert type
    requestsPerSeconds List<String>
    Used for configuring advancedddosattackl7alert
    selectors List<String>
    Usage depends on specific alert type
    services List<String>
    Used for configuring clickhousealertfwentanomaly
    slos List<String>
    Usage depends on specific alert type
    statuses List<String>
    Used for configuring healthcheckstatus_notification
    targetHostnames List<String>
    Used for configuring advancedddosattackl7alert
    targetIps List<String>
    Used for configuring advancedddosattackl4alert
    targetZoneNames List<String>
    Used for configuring advancedddosattackl7alert
    trafficExclusions List<String>
    Used for configuring trafficanomaliesalert
    tunnelIds List<String>
    Used for configuring tunnelhealthevent
    tunnelNames List<String>
    Usage depends on specific alert type
    wheres List<String>
    Usage depends on specific alert type
    zones List<String>
    Usage depends on specific alert type
    actions string[]
    Usage depends on specific alert type
    affectedAsns string[]
    Used for configuring radar_notification
    affectedComponents string[]
    Used for configuring incident_alert
    affectedLocations string[]
    Used for configuring radar_notification
    airportCodes string[]
    Used for configuring maintenanceeventnotification
    alertTriggerPreferences string[]
    Usage depends on specific alert type
    alertTriggerPreferencesValues string[]
    Usage depends on specific alert type
    enableds string[]
    Used for configuring loadbalancingpoolenablementalert
    environments string[]
    Used for configuring pageseventalert
    eventSources string[]
    Used for configuring loadbalancinghealth_alert
    eventTypes string[]
    Usage depends on specific alert type
    events string[]
    Used for configuring pageseventalert
    groupBies string[]
    Usage depends on specific alert type
    healthCheckIds string[]
    Used for configuring healthcheckstatus_notification
    incidentImpacts string[]
    Used for configuring incident_alert
    inputIds string[]
    Used for configuring streamlivenotifications
    insightClasses string[]
    Used for configuring securityinsightsalert
    limits string[]
    Used for configuring billingusagealert
    logoTags string[]
    Used for configuring logomatchalert
    megabitsPerSeconds string[]
    Used for configuring advancedddosattackl4alert
    newHealths string[]
    Used for configuring loadbalancinghealth_alert
    newStatuses string[]
    Used for configuring tunnelhealthevent
    packetsPerSeconds string[]
    Used for configuring advancedddosattackl4alert
    poolIds string[]
    Usage depends on specific alert type
    popNames string[]
    Usage depends on specific alert type
    products string[]
    Used for configuring billingusagealert
    projectIds string[]
    Used for configuring pageseventalert
    protocols string[]
    Used for configuring advancedddosattackl4alert
    queryTags string[]
    Usage depends on specific alert type
    requestsPerSeconds string[]
    Used for configuring advancedddosattackl7alert
    selectors string[]
    Usage depends on specific alert type
    services string[]
    Used for configuring clickhousealertfwentanomaly
    slos string[]
    Usage depends on specific alert type
    statuses string[]
    Used for configuring healthcheckstatus_notification
    targetHostnames string[]
    Used for configuring advancedddosattackl7alert
    targetIps string[]
    Used for configuring advancedddosattackl4alert
    targetZoneNames string[]
    Used for configuring advancedddosattackl7alert
    trafficExclusions string[]
    Used for configuring trafficanomaliesalert
    tunnelIds string[]
    Used for configuring tunnelhealthevent
    tunnelNames string[]
    Usage depends on specific alert type
    wheres string[]
    Usage depends on specific alert type
    zones string[]
    Usage depends on specific alert type
    actions Sequence[str]
    Usage depends on specific alert type
    affected_asns Sequence[str]
    Used for configuring radar_notification
    affected_components Sequence[str]
    Used for configuring incident_alert
    affected_locations Sequence[str]
    Used for configuring radar_notification
    airport_codes Sequence[str]
    Used for configuring maintenanceeventnotification
    alert_trigger_preferences Sequence[str]
    Usage depends on specific alert type
    alert_trigger_preferences_values Sequence[str]
    Usage depends on specific alert type
    enableds Sequence[str]
    Used for configuring loadbalancingpoolenablementalert
    environments Sequence[str]
    Used for configuring pageseventalert
    event_sources Sequence[str]
    Used for configuring loadbalancinghealth_alert
    event_types Sequence[str]
    Usage depends on specific alert type
    events Sequence[str]
    Used for configuring pageseventalert
    group_bies Sequence[str]
    Usage depends on specific alert type
    health_check_ids Sequence[str]
    Used for configuring healthcheckstatus_notification
    incident_impacts Sequence[str]
    Used for configuring incident_alert
    input_ids Sequence[str]
    Used for configuring streamlivenotifications
    insight_classes Sequence[str]
    Used for configuring securityinsightsalert
    limits Sequence[str]
    Used for configuring billingusagealert
    logo_tags Sequence[str]
    Used for configuring logomatchalert
    megabits_per_seconds Sequence[str]
    Used for configuring advancedddosattackl4alert
    new_healths Sequence[str]
    Used for configuring loadbalancinghealth_alert
    new_statuses Sequence[str]
    Used for configuring tunnelhealthevent
    packets_per_seconds Sequence[str]
    Used for configuring advancedddosattackl4alert
    pool_ids Sequence[str]
    Usage depends on specific alert type
    pop_names Sequence[str]
    Usage depends on specific alert type
    products Sequence[str]
    Used for configuring billingusagealert
    project_ids Sequence[str]
    Used for configuring pageseventalert
    protocols Sequence[str]
    Used for configuring advancedddosattackl4alert
    query_tags Sequence[str]
    Usage depends on specific alert type
    requests_per_seconds Sequence[str]
    Used for configuring advancedddosattackl7alert
    selectors Sequence[str]
    Usage depends on specific alert type
    services Sequence[str]
    Used for configuring clickhousealertfwentanomaly
    slos Sequence[str]
    Usage depends on specific alert type
    statuses Sequence[str]
    Used for configuring healthcheckstatus_notification
    target_hostnames Sequence[str]
    Used for configuring advancedddosattackl7alert
    target_ips Sequence[str]
    Used for configuring advancedddosattackl4alert
    target_zone_names Sequence[str]
    Used for configuring advancedddosattackl7alert
    traffic_exclusions Sequence[str]
    Used for configuring trafficanomaliesalert
    tunnel_ids Sequence[str]
    Used for configuring tunnelhealthevent
    tunnel_names Sequence[str]
    Usage depends on specific alert type
    wheres Sequence[str]
    Usage depends on specific alert type
    zones Sequence[str]
    Usage depends on specific alert type
    actions List<String>
    Usage depends on specific alert type
    affectedAsns List<String>
    Used for configuring radar_notification
    affectedComponents List<String>
    Used for configuring incident_alert
    affectedLocations List<String>
    Used for configuring radar_notification
    airportCodes List<String>
    Used for configuring maintenanceeventnotification
    alertTriggerPreferences List<String>
    Usage depends on specific alert type
    alertTriggerPreferencesValues List<String>
    Usage depends on specific alert type
    enableds List<String>
    Used for configuring loadbalancingpoolenablementalert
    environments List<String>
    Used for configuring pageseventalert
    eventSources List<String>
    Used for configuring loadbalancinghealth_alert
    eventTypes List<String>
    Usage depends on specific alert type
    events List<String>
    Used for configuring pageseventalert
    groupBies List<String>
    Usage depends on specific alert type
    healthCheckIds List<String>
    Used for configuring healthcheckstatus_notification
    incidentImpacts List<String>
    Used for configuring incident_alert
    inputIds List<String>
    Used for configuring streamlivenotifications
    insightClasses List<String>
    Used for configuring securityinsightsalert
    limits List<String>
    Used for configuring billingusagealert
    logoTags List<String>
    Used for configuring logomatchalert
    megabitsPerSeconds List<String>
    Used for configuring advancedddosattackl4alert
    newHealths List<String>
    Used for configuring loadbalancinghealth_alert
    newStatuses List<String>
    Used for configuring tunnelhealthevent
    packetsPerSeconds List<String>
    Used for configuring advancedddosattackl4alert
    poolIds List<String>
    Usage depends on specific alert type
    popNames List<String>
    Usage depends on specific alert type
    products List<String>
    Used for configuring billingusagealert
    projectIds List<String>
    Used for configuring pageseventalert
    protocols List<String>
    Used for configuring advancedddosattackl4alert
    queryTags List<String>
    Usage depends on specific alert type
    requestsPerSeconds List<String>
    Used for configuring advancedddosattackl7alert
    selectors List<String>
    Usage depends on specific alert type
    services List<String>
    Used for configuring clickhousealertfwentanomaly
    slos List<String>
    Usage depends on specific alert type
    statuses List<String>
    Used for configuring healthcheckstatus_notification
    targetHostnames List<String>
    Used for configuring advancedddosattackl7alert
    targetIps List<String>
    Used for configuring advancedddosattackl4alert
    targetZoneNames List<String>
    Used for configuring advancedddosattackl7alert
    trafficExclusions List<String>
    Used for configuring trafficanomaliesalert
    tunnelIds List<String>
    Used for configuring tunnelhealthevent
    tunnelNames List<String>
    Usage depends on specific alert type
    wheres List<String>
    Usage depends on specific alert type
    zones List<String>
    Usage depends on specific alert type

    GetNotificationPolicyMechanisms

    GetNotificationPolicyMechanismsEmail

    Id string
    The email address
    Id string
    The email address
    id String
    The email address
    id string
    The email address
    id str
    The email address
    id String
    The email address

    GetNotificationPolicyMechanismsPagerduty

    Id string
    UUID
    Id string
    UUID
    id String
    UUID
    id string
    UUID
    id str
    UUID
    id String
    UUID

    GetNotificationPolicyMechanismsWebhook

    Id string
    UUID
    Id string
    UUID
    id String
    UUID
    id string
    UUID
    id str
    UUID
    id String
    UUID

    Package Details

    Repository
    Cloudflare pulumi/pulumi-cloudflare
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cloudflare Terraform Provider.
    cloudflare logo
    Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi