1. Packages
  2. Dynatrace
  3. API Docs
  4. AlertingProfile
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.AlertingProfile

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    Create AlertingProfile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AlertingProfile(name: string, args: AlertingProfileArgs, opts?: CustomResourceOptions);
    @overload
    def AlertingProfile(resource_name: str,
                        args: AlertingProfileArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def AlertingProfile(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        display_name: Optional[str] = None,
                        event_type_filters: Optional[Sequence[AlertingProfileEventTypeFilterArgs]] = None,
                        metadata: Optional[AlertingProfileMetadataArgs] = None,
                        mz_id: Optional[str] = None,
                        rules: Optional[Sequence[AlertingProfileRuleArgs]] = None,
                        unknowns: Optional[str] = None)
    func NewAlertingProfile(ctx *Context, name string, args AlertingProfileArgs, opts ...ResourceOption) (*AlertingProfile, error)
    public AlertingProfile(string name, AlertingProfileArgs args, CustomResourceOptions? opts = null)
    public AlertingProfile(String name, AlertingProfileArgs args)
    public AlertingProfile(String name, AlertingProfileArgs args, CustomResourceOptions options)
    
    type: dynatrace:AlertingProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AlertingProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AlertingProfileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AlertingProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AlertingProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AlertingProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var alertingProfileResource = new Dynatrace.AlertingProfile("alertingProfileResource", new()
    {
        DisplayName = "string",
        EventTypeFilters = new[]
        {
            new Dynatrace.Inputs.AlertingProfileEventTypeFilterArgs
            {
                CustomEventFilters = new[]
                {
                    new Dynatrace.Inputs.AlertingProfileEventTypeFilterCustomEventFilterArgs
                    {
                        CustomDescriptionFilters = new[]
                        {
                            new Dynatrace.Inputs.AlertingProfileEventTypeFilterCustomEventFilterCustomDescriptionFilterArgs
                            {
                                Operator = "string",
                                Value = "string",
                                CaseInsensitive = false,
                                Enabled = false,
                                Negate = false,
                                Unknowns = "string",
                            },
                        },
                        CustomTitleFilters = new[]
                        {
                            new Dynatrace.Inputs.AlertingProfileEventTypeFilterCustomEventFilterCustomTitleFilterArgs
                            {
                                Operator = "string",
                                Value = "string",
                                CaseInsensitive = false,
                                Enabled = false,
                                Negate = false,
                                Unknowns = "string",
                            },
                        },
                        Unknowns = "string",
                    },
                },
                PredefinedEventFilters = new[]
                {
                    new Dynatrace.Inputs.AlertingProfileEventTypeFilterPredefinedEventFilterArgs
                    {
                        EventType = "string",
                        Negate = false,
                        Unknowns = "string",
                    },
                },
                Unknowns = "string",
            },
        },
        MzId = "string",
        Rules = new[]
        {
            new Dynatrace.Inputs.AlertingProfileRuleArgs
            {
                DelayInMinutes = 0,
                SeverityLevel = "string",
                TagFilters = new[]
                {
                    new Dynatrace.Inputs.AlertingProfileRuleTagFilterArgs
                    {
                        IncludeMode = "string",
                        TagFilters = new[]
                        {
                            new Dynatrace.Inputs.AlertingProfileRuleTagFilterTagFilterArgs
                            {
                                Context = "string",
                                Key = "string",
                                Value = "string",
                            },
                        },
                        Unknowns = "string",
                    },
                },
                Unknowns = "string",
            },
        },
        Unknowns = "string",
    });
    
    example, err := dynatrace.NewAlertingProfile(ctx, "alertingProfileResource", &dynatrace.AlertingProfileArgs{
    	DisplayName: pulumi.String("string"),
    	EventTypeFilters: dynatrace.AlertingProfileEventTypeFilterArray{
    		&dynatrace.AlertingProfileEventTypeFilterArgs{
    			CustomEventFilters: dynatrace.AlertingProfileEventTypeFilterCustomEventFilterArray{
    				&dynatrace.AlertingProfileEventTypeFilterCustomEventFilterArgs{
    					CustomDescriptionFilters: dynatrace.AlertingProfileEventTypeFilterCustomEventFilterCustomDescriptionFilterArray{
    						&dynatrace.AlertingProfileEventTypeFilterCustomEventFilterCustomDescriptionFilterArgs{
    							Operator:        pulumi.String("string"),
    							Value:           pulumi.String("string"),
    							CaseInsensitive: pulumi.Bool(false),
    							Enabled:         pulumi.Bool(false),
    							Negate:          pulumi.Bool(false),
    							Unknowns:        pulumi.String("string"),
    						},
    					},
    					CustomTitleFilters: dynatrace.AlertingProfileEventTypeFilterCustomEventFilterCustomTitleFilterArray{
    						&dynatrace.AlertingProfileEventTypeFilterCustomEventFilterCustomTitleFilterArgs{
    							Operator:        pulumi.String("string"),
    							Value:           pulumi.String("string"),
    							CaseInsensitive: pulumi.Bool(false),
    							Enabled:         pulumi.Bool(false),
    							Negate:          pulumi.Bool(false),
    							Unknowns:        pulumi.String("string"),
    						},
    					},
    					Unknowns: pulumi.String("string"),
    				},
    			},
    			PredefinedEventFilters: dynatrace.AlertingProfileEventTypeFilterPredefinedEventFilterArray{
    				&dynatrace.AlertingProfileEventTypeFilterPredefinedEventFilterArgs{
    					EventType: pulumi.String("string"),
    					Negate:    pulumi.Bool(false),
    					Unknowns:  pulumi.String("string"),
    				},
    			},
    			Unknowns: pulumi.String("string"),
    		},
    	},
    	MzId: pulumi.String("string"),
    	Rules: dynatrace.AlertingProfileRuleArray{
    		&dynatrace.AlertingProfileRuleArgs{
    			DelayInMinutes: pulumi.Int(0),
    			SeverityLevel:  pulumi.String("string"),
    			TagFilters: dynatrace.AlertingProfileRuleTagFilterArray{
    				&dynatrace.AlertingProfileRuleTagFilterArgs{
    					IncludeMode: pulumi.String("string"),
    					TagFilters: dynatrace.AlertingProfileRuleTagFilterTagFilterArray{
    						&dynatrace.AlertingProfileRuleTagFilterTagFilterArgs{
    							Context: pulumi.String("string"),
    							Key:     pulumi.String("string"),
    							Value:   pulumi.String("string"),
    						},
    					},
    					Unknowns: pulumi.String("string"),
    				},
    			},
    			Unknowns: pulumi.String("string"),
    		},
    	},
    	Unknowns: pulumi.String("string"),
    })
    
    var alertingProfileResource = new AlertingProfile("alertingProfileResource", AlertingProfileArgs.builder()        
        .displayName("string")
        .eventTypeFilters(AlertingProfileEventTypeFilterArgs.builder()
            .customEventFilters(AlertingProfileEventTypeFilterCustomEventFilterArgs.builder()
                .customDescriptionFilters(AlertingProfileEventTypeFilterCustomEventFilterCustomDescriptionFilterArgs.builder()
                    .operator("string")
                    .value("string")
                    .caseInsensitive(false)
                    .enabled(false)
                    .negate(false)
                    .unknowns("string")
                    .build())
                .customTitleFilters(AlertingProfileEventTypeFilterCustomEventFilterCustomTitleFilterArgs.builder()
                    .operator("string")
                    .value("string")
                    .caseInsensitive(false)
                    .enabled(false)
                    .negate(false)
                    .unknowns("string")
                    .build())
                .unknowns("string")
                .build())
            .predefinedEventFilters(AlertingProfileEventTypeFilterPredefinedEventFilterArgs.builder()
                .eventType("string")
                .negate(false)
                .unknowns("string")
                .build())
            .unknowns("string")
            .build())
        .mzId("string")
        .rules(AlertingProfileRuleArgs.builder()
            .delayInMinutes(0)
            .severityLevel("string")
            .tagFilters(AlertingProfileRuleTagFilterArgs.builder()
                .includeMode("string")
                .tagFilters(AlertingProfileRuleTagFilterTagFilterArgs.builder()
                    .context("string")
                    .key("string")
                    .value("string")
                    .build())
                .unknowns("string")
                .build())
            .unknowns("string")
            .build())
        .unknowns("string")
        .build());
    
    alerting_profile_resource = dynatrace.AlertingProfile("alertingProfileResource",
        display_name="string",
        event_type_filters=[dynatrace.AlertingProfileEventTypeFilterArgs(
            custom_event_filters=[dynatrace.AlertingProfileEventTypeFilterCustomEventFilterArgs(
                custom_description_filters=[dynatrace.AlertingProfileEventTypeFilterCustomEventFilterCustomDescriptionFilterArgs(
                    operator="string",
                    value="string",
                    case_insensitive=False,
                    enabled=False,
                    negate=False,
                    unknowns="string",
                )],
                custom_title_filters=[dynatrace.AlertingProfileEventTypeFilterCustomEventFilterCustomTitleFilterArgs(
                    operator="string",
                    value="string",
                    case_insensitive=False,
                    enabled=False,
                    negate=False,
                    unknowns="string",
                )],
                unknowns="string",
            )],
            predefined_event_filters=[dynatrace.AlertingProfileEventTypeFilterPredefinedEventFilterArgs(
                event_type="string",
                negate=False,
                unknowns="string",
            )],
            unknowns="string",
        )],
        mz_id="string",
        rules=[dynatrace.AlertingProfileRuleArgs(
            delay_in_minutes=0,
            severity_level="string",
            tag_filters=[dynatrace.AlertingProfileRuleTagFilterArgs(
                include_mode="string",
                tag_filters=[dynatrace.AlertingProfileRuleTagFilterTagFilterArgs(
                    context="string",
                    key="string",
                    value="string",
                )],
                unknowns="string",
            )],
            unknowns="string",
        )],
        unknowns="string")
    
    const alertingProfileResource = new dynatrace.AlertingProfile("alertingProfileResource", {
        displayName: "string",
        eventTypeFilters: [{
            customEventFilters: [{
                customDescriptionFilters: [{
                    operator: "string",
                    value: "string",
                    caseInsensitive: false,
                    enabled: false,
                    negate: false,
                    unknowns: "string",
                }],
                customTitleFilters: [{
                    operator: "string",
                    value: "string",
                    caseInsensitive: false,
                    enabled: false,
                    negate: false,
                    unknowns: "string",
                }],
                unknowns: "string",
            }],
            predefinedEventFilters: [{
                eventType: "string",
                negate: false,
                unknowns: "string",
            }],
            unknowns: "string",
        }],
        mzId: "string",
        rules: [{
            delayInMinutes: 0,
            severityLevel: "string",
            tagFilters: [{
                includeMode: "string",
                tagFilters: [{
                    context: "string",
                    key: "string",
                    value: "string",
                }],
                unknowns: "string",
            }],
            unknowns: "string",
        }],
        unknowns: "string",
    });
    
    type: dynatrace:AlertingProfile
    properties:
        displayName: string
        eventTypeFilters:
            - customEventFilters:
                - customDescriptionFilters:
                    - caseInsensitive: false
                      enabled: false
                      negate: false
                      operator: string
                      unknowns: string
                      value: string
                  customTitleFilters:
                    - caseInsensitive: false
                      enabled: false
                      negate: false
                      operator: string
                      unknowns: string
                      value: string
                  unknowns: string
              predefinedEventFilters:
                - eventType: string
                  negate: false
                  unknowns: string
              unknowns: string
        mzId: string
        rules:
            - delayInMinutes: 0
              severityLevel: string
              tagFilters:
                - includeMode: string
                  tagFilters:
                    - context: string
                      key: string
                      value: string
                  unknowns: string
              unknowns: string
        unknowns: string
    

    AlertingProfile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The AlertingProfile resource accepts the following input properties:

    DisplayName string
    The name of the alerting profile, displayed in the UI
    EventTypeFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileEventTypeFilter>
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    Metadata Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    MzId string
    The ID of the management zone to which the alerting profile applies
    Rules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileRule>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    DisplayName string
    The name of the alerting profile, displayed in the UI
    EventTypeFilters []AlertingProfileEventTypeFilterArgs
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    Metadata AlertingProfileMetadataArgs
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    MzId string
    The ID of the management zone to which the alerting profile applies
    Rules []AlertingProfileRuleArgs
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    displayName String
    The name of the alerting profile, displayed in the UI
    eventTypeFilters List<AlertingProfileEventTypeFilter>
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    metadata AlertingProfileMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId String
    The ID of the management zone to which the alerting profile applies
    rules List<AlertingProfileRule>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    displayName string
    The name of the alerting profile, displayed in the UI
    eventTypeFilters AlertingProfileEventTypeFilter[]
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    metadata AlertingProfileMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId string
    The ID of the management zone to which the alerting profile applies
    rules AlertingProfileRule[]
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    display_name str
    The name of the alerting profile, displayed in the UI
    event_type_filters Sequence[AlertingProfileEventTypeFilterArgs]
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    metadata AlertingProfileMetadataArgs
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    mz_id str
    The ID of the management zone to which the alerting profile applies
    rules Sequence[AlertingProfileRuleArgs]
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    displayName String
    The name of the alerting profile, displayed in the UI
    eventTypeFilters List<Property Map>
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    metadata Property Map
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId String
    The ID of the management zone to which the alerting profile applies
    rules List<Property Map>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AlertingProfile resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing AlertingProfile Resource

    Get an existing AlertingProfile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AlertingProfileState, opts?: CustomResourceOptions): AlertingProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            display_name: Optional[str] = None,
            event_type_filters: Optional[Sequence[AlertingProfileEventTypeFilterArgs]] = None,
            metadata: Optional[AlertingProfileMetadataArgs] = None,
            mz_id: Optional[str] = None,
            rules: Optional[Sequence[AlertingProfileRuleArgs]] = None,
            unknowns: Optional[str] = None) -> AlertingProfile
    func GetAlertingProfile(ctx *Context, name string, id IDInput, state *AlertingProfileState, opts ...ResourceOption) (*AlertingProfile, error)
    public static AlertingProfile Get(string name, Input<string> id, AlertingProfileState? state, CustomResourceOptions? opts = null)
    public static AlertingProfile get(String name, Output<String> id, AlertingProfileState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    DisplayName string
    The name of the alerting profile, displayed in the UI
    EventTypeFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileEventTypeFilter>
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    Metadata Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    MzId string
    The ID of the management zone to which the alerting profile applies
    Rules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileRule>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    DisplayName string
    The name of the alerting profile, displayed in the UI
    EventTypeFilters []AlertingProfileEventTypeFilterArgs
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    Metadata AlertingProfileMetadataArgs
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    MzId string
    The ID of the management zone to which the alerting profile applies
    Rules []AlertingProfileRuleArgs
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    displayName String
    The name of the alerting profile, displayed in the UI
    eventTypeFilters List<AlertingProfileEventTypeFilter>
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    metadata AlertingProfileMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId String
    The ID of the management zone to which the alerting profile applies
    rules List<AlertingProfileRule>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    displayName string
    The name of the alerting profile, displayed in the UI
    eventTypeFilters AlertingProfileEventTypeFilter[]
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    metadata AlertingProfileMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId string
    The ID of the management zone to which the alerting profile applies
    rules AlertingProfileRule[]
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    display_name str
    The name of the alerting profile, displayed in the UI
    event_type_filters Sequence[AlertingProfileEventTypeFilterArgs]
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    metadata AlertingProfileMetadataArgs
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    mz_id str
    The ID of the management zone to which the alerting profile applies
    rules Sequence[AlertingProfileRuleArgs]
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    displayName String
    The name of the alerting profile, displayed in the UI
    eventTypeFilters List<Property Map>
    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies
    metadata Property Map
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId String
    The ID of the management zone to which the alerting profile applies
    rules List<Property Map>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    Supporting Types

    AlertingProfileEventTypeFilter, AlertingProfileEventTypeFilterArgs

    CustomEventFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileEventTypeFilterCustomEventFilter>
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    PredefinedEventFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileEventTypeFilterPredefinedEventFilter>
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    CustomEventFilters []AlertingProfileEventTypeFilterCustomEventFilter
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    PredefinedEventFilters []AlertingProfileEventTypeFilterPredefinedEventFilter
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customEventFilters List<AlertingProfileEventTypeFilterCustomEventFilter>
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    predefinedEventFilters List<AlertingProfileEventTypeFilterPredefinedEventFilter>
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customEventFilters AlertingProfileEventTypeFilterCustomEventFilter[]
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    predefinedEventFilters AlertingProfileEventTypeFilterPredefinedEventFilter[]
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    custom_event_filters Sequence[AlertingProfileEventTypeFilterCustomEventFilter]
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    predefined_event_filters Sequence[AlertingProfileEventTypeFilterPredefinedEventFilter]
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customEventFilters List<Property Map>
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    predefinedEventFilters List<Property Map>
    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileEventTypeFilterCustomEventFilter, AlertingProfileEventTypeFilterCustomEventFilterArgs

    customDescriptionFilters List<Property Map>
    customTitleFilters List<Property Map>
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileEventTypeFilterCustomEventFilterCustomDescriptionFilter, AlertingProfileEventTypeFilterCustomEventFilterCustomDescriptionFilterArgs

    Operator string
    Value string
    CaseInsensitive bool
    Enabled bool
    Negate bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Operator string
    Value string
    CaseInsensitive bool
    Enabled bool
    Negate bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    operator String
    value String
    caseInsensitive Boolean
    enabled Boolean
    negate Boolean
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    operator string
    value string
    caseInsensitive boolean
    enabled boolean
    negate boolean
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    operator str
    value str
    case_insensitive bool
    enabled bool
    negate bool
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    operator String
    value String
    caseInsensitive Boolean
    enabled Boolean
    negate Boolean
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileEventTypeFilterCustomEventFilterCustomTitleFilter, AlertingProfileEventTypeFilterCustomEventFilterCustomTitleFilterArgs

    Operator string
    Value string
    CaseInsensitive bool
    Enabled bool
    Negate bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Operator string
    Value string
    CaseInsensitive bool
    Enabled bool
    Negate bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    operator String
    value String
    caseInsensitive Boolean
    enabled Boolean
    negate Boolean
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    operator string
    value string
    caseInsensitive boolean
    enabled boolean
    negate boolean
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    operator str
    value str
    case_insensitive bool
    enabled bool
    negate bool
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    operator String
    value String
    caseInsensitive Boolean
    enabled Boolean
    negate Boolean
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileEventTypeFilterPredefinedEventFilter, AlertingProfileEventTypeFilterPredefinedEventFilterArgs

    EventType string
    Negate bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    EventType string
    Negate bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    eventType String
    negate Boolean
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    eventType string
    negate boolean
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    event_type str
    negate bool
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    eventType String
    negate Boolean
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileMetadata, AlertingProfileMetadataArgs

    ClusterVersion string
    Dynatrace server version
    ConfigurationVersions List<int>
    A Sorted list of the version numbers of the configuration
    CurrentConfigurationVersions List<string>
    A Sorted list of the version numbers of the configuration
    ClusterVersion string
    Dynatrace server version
    ConfigurationVersions []int
    A Sorted list of the version numbers of the configuration
    CurrentConfigurationVersions []string
    A Sorted list of the version numbers of the configuration
    clusterVersion String
    Dynatrace server version
    configurationVersions List<Integer>
    A Sorted list of the version numbers of the configuration
    currentConfigurationVersions List<String>
    A Sorted list of the version numbers of the configuration
    clusterVersion string
    Dynatrace server version
    configurationVersions number[]
    A Sorted list of the version numbers of the configuration
    currentConfigurationVersions string[]
    A Sorted list of the version numbers of the configuration
    cluster_version str
    Dynatrace server version
    configuration_versions Sequence[int]
    A Sorted list of the version numbers of the configuration
    current_configuration_versions Sequence[str]
    A Sorted list of the version numbers of the configuration
    clusterVersion String
    Dynatrace server version
    configurationVersions List<Number>
    A Sorted list of the version numbers of the configuration
    currentConfigurationVersions List<String>
    A Sorted list of the version numbers of the configuration

    AlertingProfileRule, AlertingProfileRuleArgs

    DelayInMinutes int
    Send a notification if a problem remains open longer than X minutes
    SeverityLevel string
    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.
    TagFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileRuleTagFilter>
    Configuration of the tag filtering of the alerting profile
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    DelayInMinutes int
    Send a notification if a problem remains open longer than X minutes
    SeverityLevel string
    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.
    TagFilters []AlertingProfileRuleTagFilter
    Configuration of the tag filtering of the alerting profile
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    delayInMinutes Integer
    Send a notification if a problem remains open longer than X minutes
    severityLevel String
    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.
    tagFilters List<AlertingProfileRuleTagFilter>
    Configuration of the tag filtering of the alerting profile
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    delayInMinutes number
    Send a notification if a problem remains open longer than X minutes
    severityLevel string
    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.
    tagFilters AlertingProfileRuleTagFilter[]
    Configuration of the tag filtering of the alerting profile
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    delay_in_minutes int
    Send a notification if a problem remains open longer than X minutes
    severity_level str
    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.
    tag_filters Sequence[AlertingProfileRuleTagFilter]
    Configuration of the tag filtering of the alerting profile
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    delayInMinutes Number
    Send a notification if a problem remains open longer than X minutes
    severityLevel String
    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.
    tagFilters List<Property Map>
    Configuration of the tag filtering of the alerting profile
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileRuleTagFilter, AlertingProfileRuleTagFilterArgs

    IncludeMode string
    TagFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileRuleTagFilterTagFilter>
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    IncludeMode string
    TagFilters []AlertingProfileRuleTagFilterTagFilter
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    includeMode String
    tagFilters List<AlertingProfileRuleTagFilterTagFilter>
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    includeMode string
    tagFilters AlertingProfileRuleTagFilterTagFilter[]
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    include_mode str
    tag_filters Sequence[AlertingProfileRuleTagFilterTagFilter]
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    includeMode String
    tagFilters List<Property Map>
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileRuleTagFilterTagFilter, AlertingProfileRuleTagFilterTagFilterArgs

    Context string
    Key string
    Value string
    Context string
    Key string
    Value string
    context String
    key String
    value String
    context string
    key string
    value string
    context str
    key str
    value str
    context String
    key String
    value String

    Package Details

    Repository
    dynatrace lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs