import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; export declare class AppsecNotification extends pulumi.CustomResource { /** * Get an existing AppsecNotification resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: AppsecNotificationState, opts?: pulumi.CustomResourceOptions): AppsecNotification; /** * Returns true if the given object is an instance of AppsecNotification. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is AppsecNotification; /** * For attack candidate alerts, select an [alerting profile](https://www.terraform.io/ui/settings/builtin:appsec.notification-attack-alerting-profile) to control the delivery of security notifications related to this integration. */ readonly attackCandidateBasedAlertingProfile: pulumi.Output; /** * Attack candidate based email payload, required when `trigger` equals `ATTACK_CANDIDATE` and `type` equals `EMAIL` */ readonly attackCandidateBasedEmailPayload: pulumi.Output; /** * Attack candidate based Jira payload, required when `trigger` equals `ATTACK_CANDIDATE` and `type` equals `JIRA` */ readonly attackCandidateBasedJiraPayload: pulumi.Output; /** * Attack candidate based webhook payload, required when `trigger` equals `ATTACK_CANDIDATE` and `type` equals `WEBHOOK` */ readonly attackCandidateBasedWebhookPayload: pulumi.Output; /** * Display name of the security notification */ readonly displayName: pulumi.Output; /** * Email configuration, required when `type` equals `EMAIL` */ readonly emailConfiguration: pulumi.Output; /** * Enable/Disable the security notification, enabled (`true`) or disabled (`false`) */ readonly enabled: pulumi.Output; /** * Jira configuration, required when `type` equals `JIRA` */ readonly jiraConfiguration: pulumi.Output; /** * For security problem alerts, select an [alerting profile](https://www.terraform.io/ui/settings/builtin:appsec.notification-alerting-profile) to control the delivery of security notifications related to this integration. */ readonly securityProblemBasedAlertingProfile: pulumi.Output; /** * Security problem based email payload, required when `trigger` equals `SECURITY_PROBLEM` and `type` equals `EMAIL` */ readonly securityProblemBasedEmailPayload: pulumi.Output; /** * Security problem based Jira payload, required when `trigger` equals `SECURITY_PROBLEM` and `type` equals `JIRA` */ readonly securityProblemBasedJiraPayload: pulumi.Output; /** * Security problem based webhook payload, required when `trigger` equals `SECURITY_PROBLEM` and `type` equals `WEBHOOK` */ readonly securityProblemBasedWebhookPayload: pulumi.Output; /** * Security alert type, possible Values: `ATTACK_CANDIDATE`, `SECURITY_PROBLEM` */ readonly trigger: pulumi.Output; /** * Notification type, possible Values: `EMAIL`, `JIRA`, `WEBHOOK` */ readonly type: pulumi.Output; /** * Webhook configuration, required when `type` equals `WEBHOOK` */ readonly webhookConfiguration: pulumi.Output; /** * Create a AppsecNotification resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: AppsecNotificationArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering AppsecNotification resources. */ export interface AppsecNotificationState { /** * For attack candidate alerts, select an [alerting profile](https://www.terraform.io/ui/settings/builtin:appsec.notification-attack-alerting-profile) to control the delivery of security notifications related to this integration. */ attackCandidateBasedAlertingProfile?: pulumi.Input; /** * Attack candidate based email payload, required when `trigger` equals `ATTACK_CANDIDATE` and `type` equals `EMAIL` */ attackCandidateBasedEmailPayload?: pulumi.Input; /** * Attack candidate based Jira payload, required when `trigger` equals `ATTACK_CANDIDATE` and `type` equals `JIRA` */ attackCandidateBasedJiraPayload?: pulumi.Input; /** * Attack candidate based webhook payload, required when `trigger` equals `ATTACK_CANDIDATE` and `type` equals `WEBHOOK` */ attackCandidateBasedWebhookPayload?: pulumi.Input; /** * Display name of the security notification */ displayName?: pulumi.Input; /** * Email configuration, required when `type` equals `EMAIL` */ emailConfiguration?: pulumi.Input; /** * Enable/Disable the security notification, enabled (`true`) or disabled (`false`) */ enabled?: pulumi.Input; /** * Jira configuration, required when `type` equals `JIRA` */ jiraConfiguration?: pulumi.Input; /** * For security problem alerts, select an [alerting profile](https://www.terraform.io/ui/settings/builtin:appsec.notification-alerting-profile) to control the delivery of security notifications related to this integration. */ securityProblemBasedAlertingProfile?: pulumi.Input; /** * Security problem based email payload, required when `trigger` equals `SECURITY_PROBLEM` and `type` equals `EMAIL` */ securityProblemBasedEmailPayload?: pulumi.Input; /** * Security problem based Jira payload, required when `trigger` equals `SECURITY_PROBLEM` and `type` equals `JIRA` */ securityProblemBasedJiraPayload?: pulumi.Input; /** * Security problem based webhook payload, required when `trigger` equals `SECURITY_PROBLEM` and `type` equals `WEBHOOK` */ securityProblemBasedWebhookPayload?: pulumi.Input; /** * Security alert type, possible Values: `ATTACK_CANDIDATE`, `SECURITY_PROBLEM` */ trigger?: pulumi.Input; /** * Notification type, possible Values: `EMAIL`, `JIRA`, `WEBHOOK` */ type?: pulumi.Input; /** * Webhook configuration, required when `type` equals `WEBHOOK` */ webhookConfiguration?: pulumi.Input; } /** * The set of arguments for constructing a AppsecNotification resource. */ export interface AppsecNotificationArgs { /** * For attack candidate alerts, select an [alerting profile](https://www.terraform.io/ui/settings/builtin:appsec.notification-attack-alerting-profile) to control the delivery of security notifications related to this integration. */ attackCandidateBasedAlertingProfile?: pulumi.Input; /** * Attack candidate based email payload, required when `trigger` equals `ATTACK_CANDIDATE` and `type` equals `EMAIL` */ attackCandidateBasedEmailPayload?: pulumi.Input; /** * Attack candidate based Jira payload, required when `trigger` equals `ATTACK_CANDIDATE` and `type` equals `JIRA` */ attackCandidateBasedJiraPayload?: pulumi.Input; /** * Attack candidate based webhook payload, required when `trigger` equals `ATTACK_CANDIDATE` and `type` equals `WEBHOOK` */ attackCandidateBasedWebhookPayload?: pulumi.Input; /** * Display name of the security notification */ displayName: pulumi.Input; /** * Email configuration, required when `type` equals `EMAIL` */ emailConfiguration?: pulumi.Input; /** * Enable/Disable the security notification, enabled (`true`) or disabled (`false`) */ enabled: pulumi.Input; /** * Jira configuration, required when `type` equals `JIRA` */ jiraConfiguration?: pulumi.Input; /** * For security problem alerts, select an [alerting profile](https://www.terraform.io/ui/settings/builtin:appsec.notification-alerting-profile) to control the delivery of security notifications related to this integration. */ securityProblemBasedAlertingProfile?: pulumi.Input; /** * Security problem based email payload, required when `trigger` equals `SECURITY_PROBLEM` and `type` equals `EMAIL` */ securityProblemBasedEmailPayload?: pulumi.Input; /** * Security problem based Jira payload, required when `trigger` equals `SECURITY_PROBLEM` and `type` equals `JIRA` */ securityProblemBasedJiraPayload?: pulumi.Input; /** * Security problem based webhook payload, required when `trigger` equals `SECURITY_PROBLEM` and `type` equals `WEBHOOK` */ securityProblemBasedWebhookPayload?: pulumi.Input; /** * Security alert type, possible Values: `ATTACK_CANDIDATE`, `SECURITY_PROBLEM` */ trigger: pulumi.Input; /** * Notification type, possible Values: `EMAIL`, `JIRA`, `WEBHOOK` */ type: pulumi.Input; /** * Webhook configuration, required when `type` equals `WEBHOOK` */ webhookConfiguration?: pulumi.Input; }