Monitor

class Monitor : KotlinCustomResource

Manages a Dynatrace monitor.

Example Usage

resources:
example:
type: azure:core:ResourceGroup
properties:
name: example-resources
location: West Europe
exampleMonitor:
type: azure:dynatrace:Monitor
name: example
properties:
name: exmpledynatracemonitor
resourceGroupName: ${example.name}
location: ${test.location}
monitoringEnabled: true
marketplaceSubscriptionStatus: Active
identity:
type: SystemAssigned
user:
firstName: Alice
lastName: Bobab
email: alice@microsoft.com
phoneNumber: '123456'
country: westus
plan:
usageType: COMMITTED
billingCycle: MONTHLY
plan: azureportalintegration_privatepreview@TIDhjdtn7tfnxcy
effectiveDate: 2019-08-30T15:14:33Z

API Providers

This resource uses the following Azure API Providers:

  • Dynatrace.Observability: 2023-04-27

Import

Dynatrace monitor can be imported using the resource id, e.g.

$ pulumi import azure:dynatrace/monitor:Monitor example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Dynatrace.Observability/monitors/monitor1

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The kind of managed identity assigned to this resource. A identity block as defined below.

Link copied to clipboard
val location: Output<String>

The Azure Region where the Dynatrace monitor should exist. Changing this forces a new resource to be created.

Link copied to clipboard

Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. Possible values are Active and Suspended.

Link copied to clipboard

Flag specifying if the resource monitoring is enabled or disabled. Default is true.

Link copied to clipboard
val name: Output<String>

Name of the Dynatrace monitor. Changing this forces a new resource to be created.

Link copied to clipboard
val plan: Output<MonitorPlan>

Billing plan information. A plan block as defined below. Changing this forces a new resource to be created.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name of the Resource Group where the Dynatrace monitor should exist. Changing this forces a new resource to be created.

Link copied to clipboard
val tags: Output<Map<String, String>>?

A mapping of tags to assign to the resource.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val user: Output<MonitorUser>

User's information. A user block as defined below. Chainging this forces a new resource to be created.