azure-native-v2.insights.ProactiveDetectionConfiguration
Explore with Pulumi AI
A ProactiveDetection configuration definition. Azure REST API version: 2018-05-01-preview. Prior API version in Azure Native 1.x: 2015-05-01.
Other available API versions: 2015-05-01.
Create ProactiveDetectionConfiguration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ProactiveDetectionConfiguration(name: string, args: ProactiveDetectionConfigurationArgs, opts?: CustomResourceOptions);
@overload
def ProactiveDetectionConfiguration(resource_name: str,
args: ProactiveDetectionConfigurationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ProactiveDetectionConfiguration(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
resource_name_: Optional[str] = None,
configuration_id: Optional[str] = None,
custom_emails: Optional[Sequence[str]] = None,
enabled: Optional[bool] = None,
location: Optional[str] = None,
name: Optional[str] = None,
rule_definitions: Optional[ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesRuleDefinitionsArgs] = None,
send_emails_to_subscription_owners: Optional[bool] = None)
func NewProactiveDetectionConfiguration(ctx *Context, name string, args ProactiveDetectionConfigurationArgs, opts ...ResourceOption) (*ProactiveDetectionConfiguration, error)
public ProactiveDetectionConfiguration(string name, ProactiveDetectionConfigurationArgs args, CustomResourceOptions? opts = null)
public ProactiveDetectionConfiguration(String name, ProactiveDetectionConfigurationArgs args)
public ProactiveDetectionConfiguration(String name, ProactiveDetectionConfigurationArgs args, CustomResourceOptions options)
type: azure-native:insights:ProactiveDetectionConfiguration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProactiveDetectionConfigurationArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ProactiveDetectionConfigurationArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProactiveDetectionConfigurationArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProactiveDetectionConfigurationArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ProactiveDetectionConfigurationArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var proactiveDetectionConfigurationResource = new AzureNative.Insights.ProactiveDetectionConfiguration("proactiveDetectionConfigurationResource", new()
{
ResourceGroupName = "string",
ResourceName = "string",
ConfigurationId = "string",
CustomEmails = new[]
{
"string",
},
Enabled = false,
Location = "string",
Name = "string",
RuleDefinitions =
{
{ "description", "string" },
{ "displayName", "string" },
{ "helpUrl", "string" },
{ "isEnabledByDefault", false },
{ "isHidden", false },
{ "isInPreview", false },
{ "name", "string" },
{ "supportsEmailNotifications", false },
},
SendEmailsToSubscriptionOwners = false,
});
example, err := insights.NewProactiveDetectionConfiguration(ctx, "proactiveDetectionConfigurationResource", &insights.ProactiveDetectionConfigurationArgs{
ResourceGroupName: "string",
ResourceName: "string",
ConfigurationId: "string",
CustomEmails: []string{
"string",
},
Enabled: false,
Location: "string",
Name: "string",
RuleDefinitions: map[string]interface{}{
"description": "string",
"displayName": "string",
"helpUrl": "string",
"isEnabledByDefault": false,
"isHidden": false,
"isInPreview": false,
"name": "string",
"supportsEmailNotifications": false,
},
SendEmailsToSubscriptionOwners: false,
})
var proactiveDetectionConfigurationResource = new ProactiveDetectionConfiguration("proactiveDetectionConfigurationResource", ProactiveDetectionConfigurationArgs.builder()
.resourceGroupName("string")
.resourceName("string")
.configurationId("string")
.customEmails("string")
.enabled(false)
.location("string")
.name("string")
.ruleDefinitions(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.sendEmailsToSubscriptionOwners(false)
.build());
proactive_detection_configuration_resource = azure_native.insights.ProactiveDetectionConfiguration("proactiveDetectionConfigurationResource",
resource_group_name=string,
resource_name_=string,
configuration_id=string,
custom_emails=[string],
enabled=False,
location=string,
name=string,
rule_definitions={
description: string,
displayName: string,
helpUrl: string,
isEnabledByDefault: False,
isHidden: False,
isInPreview: False,
name: string,
supportsEmailNotifications: False,
},
send_emails_to_subscription_owners=False)
const proactiveDetectionConfigurationResource = new azure_native.insights.ProactiveDetectionConfiguration("proactiveDetectionConfigurationResource", {
resourceGroupName: "string",
resourceName: "string",
configurationId: "string",
customEmails: ["string"],
enabled: false,
location: "string",
name: "string",
ruleDefinitions: {
description: "string",
displayName: "string",
helpUrl: "string",
isEnabledByDefault: false,
isHidden: false,
isInPreview: false,
name: "string",
supportsEmailNotifications: false,
},
sendEmailsToSubscriptionOwners: false,
});
type: azure-native:insights:ProactiveDetectionConfiguration
properties:
configurationId: string
customEmails:
- string
enabled: false
location: string
name: string
resourceGroupName: string
resourceName: string
ruleDefinitions:
description: string
displayName: string
helpUrl: string
isEnabledByDefault: false
isHidden: false
isInPreview: false
name: string
supportsEmailNotifications: false
sendEmailsToSubscriptionOwners: false
ProactiveDetectionConfiguration Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ProactiveDetectionConfiguration resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the Application Insights component resource.
- Configuration
Id Changes to this property will trigger replacement.
- The ProactiveDetection configuration ID. This is unique within a Application Insights component.
- Custom
Emails List<string> - Custom email addresses for this rule notifications
- Enabled bool
- A flag that indicates whether this rule is enabled by the user
- Location string
- Resource location
- Name string
- Azure resource name
- Rule
Definitions Pulumi.Azure Native. Insights. Inputs. Application Insights Component Proactive Detection Configuration Properties Rule Definitions - Static definitions of the ProactiveDetection configuration rule (same values for all components).
- Send
Emails boolTo Subscription Owners - A flag that indicated whether notifications on this rule should be sent to subscription owners
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the Application Insights component resource.
- Configuration
Id Changes to this property will trigger replacement.
- The ProactiveDetection configuration ID. This is unique within a Application Insights component.
- Custom
Emails []string - Custom email addresses for this rule notifications
- Enabled bool
- A flag that indicates whether this rule is enabled by the user
- Location string
- Resource location
- Name string
- Azure resource name
- Rule
Definitions ApplicationInsights Component Proactive Detection Configuration Properties Rule Definitions Args - Static definitions of the ProactiveDetection configuration rule (same values for all components).
- Send
Emails boolTo Subscription Owners - A flag that indicated whether notifications on this rule should be sent to subscription owners
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the Application Insights component resource.
- configuration
Id Changes to this property will trigger replacement.
- The ProactiveDetection configuration ID. This is unique within a Application Insights component.
- custom
Emails List<String> - Custom email addresses for this rule notifications
- enabled Boolean
- A flag that indicates whether this rule is enabled by the user
- location String
- Resource location
- name String
- Azure resource name
- rule
Definitions ApplicationInsights Component Proactive Detection Configuration Properties Rule Definitions - Static definitions of the ProactiveDetection configuration rule (same values for all components).
- send
Emails BooleanTo Subscription Owners - A flag that indicated whether notifications on this rule should be sent to subscription owners
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the Application Insights component resource.
- configuration
Id Changes to this property will trigger replacement.
- The ProactiveDetection configuration ID. This is unique within a Application Insights component.
- custom
Emails string[] - Custom email addresses for this rule notifications
- enabled boolean
- A flag that indicates whether this rule is enabled by the user
- location string
- Resource location
- name string
- Azure resource name
- rule
Definitions ApplicationInsights Component Proactive Detection Configuration Properties Rule Definitions - Static definitions of the ProactiveDetection configuration rule (same values for all components).
- send
Emails booleanTo Subscription Owners - A flag that indicated whether notifications on this rule should be sent to subscription owners
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- resource_
name This property is required. Changes to this property will trigger replacement.
- The name of the Application Insights component resource.
- configuration_
id Changes to this property will trigger replacement.
- The ProactiveDetection configuration ID. This is unique within a Application Insights component.
- custom_
emails Sequence[str] - Custom email addresses for this rule notifications
- enabled bool
- A flag that indicates whether this rule is enabled by the user
- location str
- Resource location
- name str
- Azure resource name
- rule_
definitions ApplicationInsights Component Proactive Detection Configuration Properties Rule Definitions Args - Static definitions of the ProactiveDetection configuration rule (same values for all components).
- send_
emails_ boolto_ subscription_ owners - A flag that indicated whether notifications on this rule should be sent to subscription owners
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the Application Insights component resource.
- configuration
Id Changes to this property will trigger replacement.
- The ProactiveDetection configuration ID. This is unique within a Application Insights component.
- custom
Emails List<String> - Custom email addresses for this rule notifications
- enabled Boolean
- A flag that indicates whether this rule is enabled by the user
- location String
- Resource location
- name String
- Azure resource name
- rule
Definitions Property Map - Static definitions of the ProactiveDetection configuration rule (same values for all components).
- send
Emails BooleanTo Subscription Owners - A flag that indicated whether notifications on this rule should be sent to subscription owners
Outputs
All input properties are implicitly available as output properties. Additionally, the ProactiveDetectionConfiguration resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime - The last time this rule was updated
- Type string
- Azure resource type
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime - The last time this rule was updated
- Type string
- Azure resource type
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringTime - The last time this rule was updated
- type String
- Azure resource type
- id string
- The provider-assigned unique ID for this managed resource.
- last
Updated stringTime - The last time this rule was updated
- type string
- Azure resource type
- id str
- The provider-assigned unique ID for this managed resource.
- last_
updated_ strtime - The last time this rule was updated
- type str
- Azure resource type
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringTime - The last time this rule was updated
- type String
- Azure resource type
Supporting Types
ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesResponseRuleDefinitions, ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesResponseRuleDefinitionsArgs
- Description string
- The rule description
- Display
Name string - The rule name as it is displayed in UI
- Help
Url string - URL which displays additional info about the proactive detection rule
- Is
Enabled boolBy Default - A flag indicating whether the rule is enabled by default
- bool
- A flag indicating whether the rule is hidden (from the UI)
- Is
In boolPreview - A flag indicating whether the rule is in preview
- Name string
- The rule name
- Supports
Email boolNotifications - A flag indicating whether email notifications are supported for detections for this rule
- Description string
- The rule description
- Display
Name string - The rule name as it is displayed in UI
- Help
Url string - URL which displays additional info about the proactive detection rule
- Is
Enabled boolBy Default - A flag indicating whether the rule is enabled by default
- bool
- A flag indicating whether the rule is hidden (from the UI)
- Is
In boolPreview - A flag indicating whether the rule is in preview
- Name string
- The rule name
- Supports
Email boolNotifications - A flag indicating whether email notifications are supported for detections for this rule
- description String
- The rule description
- display
Name String - The rule name as it is displayed in UI
- help
Url String - URL which displays additional info about the proactive detection rule
- is
Enabled BooleanBy Default - A flag indicating whether the rule is enabled by default
- Boolean
- A flag indicating whether the rule is hidden (from the UI)
- is
In BooleanPreview - A flag indicating whether the rule is in preview
- name String
- The rule name
- supports
Email BooleanNotifications - A flag indicating whether email notifications are supported for detections for this rule
- description string
- The rule description
- display
Name string - The rule name as it is displayed in UI
- help
Url string - URL which displays additional info about the proactive detection rule
- is
Enabled booleanBy Default - A flag indicating whether the rule is enabled by default
- boolean
- A flag indicating whether the rule is hidden (from the UI)
- is
In booleanPreview - A flag indicating whether the rule is in preview
- name string
- The rule name
- supports
Email booleanNotifications - A flag indicating whether email notifications are supported for detections for this rule
- description str
- The rule description
- display_
name str - The rule name as it is displayed in UI
- help_
url str - URL which displays additional info about the proactive detection rule
- is_
enabled_ boolby_ default - A flag indicating whether the rule is enabled by default
- bool
- A flag indicating whether the rule is hidden (from the UI)
- is_
in_ boolpreview - A flag indicating whether the rule is in preview
- name str
- The rule name
- supports_
email_ boolnotifications - A flag indicating whether email notifications are supported for detections for this rule
- description String
- The rule description
- display
Name String - The rule name as it is displayed in UI
- help
Url String - URL which displays additional info about the proactive detection rule
- is
Enabled BooleanBy Default - A flag indicating whether the rule is enabled by default
- Boolean
- A flag indicating whether the rule is hidden (from the UI)
- is
In BooleanPreview - A flag indicating whether the rule is in preview
- name String
- The rule name
- supports
Email BooleanNotifications - A flag indicating whether email notifications are supported for detections for this rule
ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesRuleDefinitions, ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesRuleDefinitionsArgs
- Description string
- The rule description
- Display
Name string - The rule name as it is displayed in UI
- Help
Url string - URL which displays additional info about the proactive detection rule
- Is
Enabled boolBy Default - A flag indicating whether the rule is enabled by default
- bool
- A flag indicating whether the rule is hidden (from the UI)
- Is
In boolPreview - A flag indicating whether the rule is in preview
- Name string
- The rule name
- Supports
Email boolNotifications - A flag indicating whether email notifications are supported for detections for this rule
- Description string
- The rule description
- Display
Name string - The rule name as it is displayed in UI
- Help
Url string - URL which displays additional info about the proactive detection rule
- Is
Enabled boolBy Default - A flag indicating whether the rule is enabled by default
- bool
- A flag indicating whether the rule is hidden (from the UI)
- Is
In boolPreview - A flag indicating whether the rule is in preview
- Name string
- The rule name
- Supports
Email boolNotifications - A flag indicating whether email notifications are supported for detections for this rule
- description String
- The rule description
- display
Name String - The rule name as it is displayed in UI
- help
Url String - URL which displays additional info about the proactive detection rule
- is
Enabled BooleanBy Default - A flag indicating whether the rule is enabled by default
- Boolean
- A flag indicating whether the rule is hidden (from the UI)
- is
In BooleanPreview - A flag indicating whether the rule is in preview
- name String
- The rule name
- supports
Email BooleanNotifications - A flag indicating whether email notifications are supported for detections for this rule
- description string
- The rule description
- display
Name string - The rule name as it is displayed in UI
- help
Url string - URL which displays additional info about the proactive detection rule
- is
Enabled booleanBy Default - A flag indicating whether the rule is enabled by default
- boolean
- A flag indicating whether the rule is hidden (from the UI)
- is
In booleanPreview - A flag indicating whether the rule is in preview
- name string
- The rule name
- supports
Email booleanNotifications - A flag indicating whether email notifications are supported for detections for this rule
- description str
- The rule description
- display_
name str - The rule name as it is displayed in UI
- help_
url str - URL which displays additional info about the proactive detection rule
- is_
enabled_ boolby_ default - A flag indicating whether the rule is enabled by default
- bool
- A flag indicating whether the rule is hidden (from the UI)
- is_
in_ boolpreview - A flag indicating whether the rule is in preview
- name str
- The rule name
- supports_
email_ boolnotifications - A flag indicating whether email notifications are supported for detections for this rule
- description String
- The rule description
- display
Name String - The rule name as it is displayed in UI
- help
Url String - URL which displays additional info about the proactive detection rule
- is
Enabled BooleanBy Default - A flag indicating whether the rule is enabled by default
- Boolean
- A flag indicating whether the rule is hidden (from the UI)
- is
In BooleanPreview - A flag indicating whether the rule is in preview
- name String
- The rule name
- supports
Email BooleanNotifications - A flag indicating whether email notifications are supported for detections for this rule
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:insights:ProactiveDetectionConfiguration slowpageloadtime /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs/{ConfigurationId}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0