1. Packages
  2. Dynatrace
  3. API Docs
  4. OsServices
Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse

dynatrace.OsServices

Explore with Pulumi AI

Create OsServices Resource

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

Constructor syntax

new OsServices(name: string, args: OsServicesArgs, opts?: CustomResourceOptions);
@overload
def OsServices(resource_name: str,
               args: OsServicesArgs,
               opts: Optional[ResourceOptions] = None)

@overload
def OsServices(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               enabled: Optional[bool] = None,
               alerting: Optional[bool] = None,
               system: Optional[str] = None,
               monitoring: Optional[bool] = None,
               metadata: Optional[OsServicesMetadataArgs] = None,
               insert_after: Optional[str] = None,
               alert_activation_duration: Optional[int] = None,
               detection_conditions_windows: Optional[OsServicesDetectionConditionsWindowsArgs] = None,
               name: Optional[str] = None,
               not_installed_alerting: Optional[bool] = None,
               scope: Optional[str] = None,
               status_condition_linux: Optional[str] = None,
               status_condition_windows: Optional[str] = None,
               detection_conditions_linux: Optional[OsServicesDetectionConditionsLinuxArgs] = None)
func NewOsServices(ctx *Context, name string, args OsServicesArgs, opts ...ResourceOption) (*OsServices, error)
public OsServices(string name, OsServicesArgs args, CustomResourceOptions? opts = null)
public OsServices(String name, OsServicesArgs args)
public OsServices(String name, OsServicesArgs args, CustomResourceOptions options)
type: dynatrace:OsServices
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. OsServicesArgs
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. OsServicesArgs
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. OsServicesArgs
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. OsServicesArgs
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. OsServicesArgs
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 osServicesResource = new Dynatrace.OsServices("osServicesResource", new()
{
    Enabled = false,
    Alerting = false,
    System = "string",
    Monitoring = false,
    Metadata = new Dynatrace.Inputs.OsServicesMetadataArgs
    {
        Items = new[]
        {
            new Dynatrace.Inputs.OsServicesMetadataItemArgs
            {
                MetadataKey = "string",
                MetadataValue = "string",
            },
        },
    },
    InsertAfter = "string",
    AlertActivationDuration = 0,
    DetectionConditionsWindows = new Dynatrace.Inputs.OsServicesDetectionConditionsWindowsArgs
    {
        DetectionConditionsWindows = new[]
        {
            new Dynatrace.Inputs.OsServicesDetectionConditionsWindowsDetectionConditionsWindowArgs
            {
                Condition = "string",
                HostMetadataCondition = new Dynatrace.Inputs.OsServicesDetectionConditionsWindowsDetectionConditionsWindowHostMetadataConditionArgs
                {
                    MetadataCondition = "string",
                    MetadataKey = "string",
                    KeyMustExist = false,
                },
                Property = "string",
                RuleType = "string",
                StartupCondition = "string",
            },
        },
    },
    Name = "string",
    NotInstalledAlerting = false,
    Scope = "string",
    StatusConditionLinux = "string",
    StatusConditionWindows = "string",
    DetectionConditionsLinux = new Dynatrace.Inputs.OsServicesDetectionConditionsLinuxArgs
    {
        LinuxDetectionConditions = new[]
        {
            new Dynatrace.Inputs.OsServicesDetectionConditionsLinuxLinuxDetectionConditionArgs
            {
                Condition = "string",
                HostMetadataCondition = new Dynatrace.Inputs.OsServicesDetectionConditionsLinuxLinuxDetectionConditionHostMetadataConditionArgs
                {
                    MetadataCondition = "string",
                    MetadataKey = "string",
                    KeyMustExist = false,
                },
                Property = "string",
                RuleType = "string",
                StartupCondition = "string",
            },
        },
    },
});
Copy
example, err := dynatrace.NewOsServices(ctx, "osServicesResource", &dynatrace.OsServicesArgs{
	Enabled:    pulumi.Bool(false),
	Alerting:   pulumi.Bool(false),
	System:     pulumi.String("string"),
	Monitoring: pulumi.Bool(false),
	Metadata: &dynatrace.OsServicesMetadataArgs{
		Items: dynatrace.OsServicesMetadataItemArray{
			&dynatrace.OsServicesMetadataItemArgs{
				MetadataKey:   pulumi.String("string"),
				MetadataValue: pulumi.String("string"),
			},
		},
	},
	InsertAfter:             pulumi.String("string"),
	AlertActivationDuration: pulumi.Int(0),
	DetectionConditionsWindows: &dynatrace.OsServicesDetectionConditionsWindowsArgs{
		DetectionConditionsWindows: dynatrace.OsServicesDetectionConditionsWindowsDetectionConditionsWindowArray{
			&dynatrace.OsServicesDetectionConditionsWindowsDetectionConditionsWindowArgs{
				Condition: pulumi.String("string"),
				HostMetadataCondition: &dynatrace.OsServicesDetectionConditionsWindowsDetectionConditionsWindowHostMetadataConditionArgs{
					MetadataCondition: pulumi.String("string"),
					MetadataKey:       pulumi.String("string"),
					KeyMustExist:      pulumi.Bool(false),
				},
				Property:         pulumi.String("string"),
				RuleType:         pulumi.String("string"),
				StartupCondition: pulumi.String("string"),
			},
		},
	},
	Name:                   pulumi.String("string"),
	NotInstalledAlerting:   pulumi.Bool(false),
	Scope:                  pulumi.String("string"),
	StatusConditionLinux:   pulumi.String("string"),
	StatusConditionWindows: pulumi.String("string"),
	DetectionConditionsLinux: &dynatrace.OsServicesDetectionConditionsLinuxArgs{
		LinuxDetectionConditions: dynatrace.OsServicesDetectionConditionsLinuxLinuxDetectionConditionArray{
			&dynatrace.OsServicesDetectionConditionsLinuxLinuxDetectionConditionArgs{
				Condition: pulumi.String("string"),
				HostMetadataCondition: &dynatrace.OsServicesDetectionConditionsLinuxLinuxDetectionConditionHostMetadataConditionArgs{
					MetadataCondition: pulumi.String("string"),
					MetadataKey:       pulumi.String("string"),
					KeyMustExist:      pulumi.Bool(false),
				},
				Property:         pulumi.String("string"),
				RuleType:         pulumi.String("string"),
				StartupCondition: pulumi.String("string"),
			},
		},
	},
})
Copy
var osServicesResource = new OsServices("osServicesResource", OsServicesArgs.builder()
    .enabled(false)
    .alerting(false)
    .system("string")
    .monitoring(false)
    .metadata(OsServicesMetadataArgs.builder()
        .items(OsServicesMetadataItemArgs.builder()
            .metadataKey("string")
            .metadataValue("string")
            .build())
        .build())
    .insertAfter("string")
    .alertActivationDuration(0)
    .detectionConditionsWindows(OsServicesDetectionConditionsWindowsArgs.builder()
        .detectionConditionsWindows(OsServicesDetectionConditionsWindowsDetectionConditionsWindowArgs.builder()
            .condition("string")
            .hostMetadataCondition(OsServicesDetectionConditionsWindowsDetectionConditionsWindowHostMetadataConditionArgs.builder()
                .metadataCondition("string")
                .metadataKey("string")
                .keyMustExist(false)
                .build())
            .property("string")
            .ruleType("string")
            .startupCondition("string")
            .build())
        .build())
    .name("string")
    .notInstalledAlerting(false)
    .scope("string")
    .statusConditionLinux("string")
    .statusConditionWindows("string")
    .detectionConditionsLinux(OsServicesDetectionConditionsLinuxArgs.builder()
        .linuxDetectionConditions(OsServicesDetectionConditionsLinuxLinuxDetectionConditionArgs.builder()
            .condition("string")
            .hostMetadataCondition(OsServicesDetectionConditionsLinuxLinuxDetectionConditionHostMetadataConditionArgs.builder()
                .metadataCondition("string")
                .metadataKey("string")
                .keyMustExist(false)
                .build())
            .property("string")
            .ruleType("string")
            .startupCondition("string")
            .build())
        .build())
    .build());
Copy
os_services_resource = dynatrace.OsServices("osServicesResource",
    enabled=False,
    alerting=False,
    system="string",
    monitoring=False,
    metadata={
        "items": [{
            "metadata_key": "string",
            "metadata_value": "string",
        }],
    },
    insert_after="string",
    alert_activation_duration=0,
    detection_conditions_windows={
        "detection_conditions_windows": [{
            "condition": "string",
            "host_metadata_condition": {
                "metadata_condition": "string",
                "metadata_key": "string",
                "key_must_exist": False,
            },
            "property": "string",
            "rule_type": "string",
            "startup_condition": "string",
        }],
    },
    name="string",
    not_installed_alerting=False,
    scope="string",
    status_condition_linux="string",
    status_condition_windows="string",
    detection_conditions_linux={
        "linux_detection_conditions": [{
            "condition": "string",
            "host_metadata_condition": {
                "metadata_condition": "string",
                "metadata_key": "string",
                "key_must_exist": False,
            },
            "property": "string",
            "rule_type": "string",
            "startup_condition": "string",
        }],
    })
Copy
const osServicesResource = new dynatrace.OsServices("osServicesResource", {
    enabled: false,
    alerting: false,
    system: "string",
    monitoring: false,
    metadata: {
        items: [{
            metadataKey: "string",
            metadataValue: "string",
        }],
    },
    insertAfter: "string",
    alertActivationDuration: 0,
    detectionConditionsWindows: {
        detectionConditionsWindows: [{
            condition: "string",
            hostMetadataCondition: {
                metadataCondition: "string",
                metadataKey: "string",
                keyMustExist: false,
            },
            property: "string",
            ruleType: "string",
            startupCondition: "string",
        }],
    },
    name: "string",
    notInstalledAlerting: false,
    scope: "string",
    statusConditionLinux: "string",
    statusConditionWindows: "string",
    detectionConditionsLinux: {
        linuxDetectionConditions: [{
            condition: "string",
            hostMetadataCondition: {
                metadataCondition: "string",
                metadataKey: "string",
                keyMustExist: false,
            },
            property: "string",
            ruleType: "string",
            startupCondition: "string",
        }],
    },
});
Copy
type: dynatrace:OsServices
properties:
    alertActivationDuration: 0
    alerting: false
    detectionConditionsLinux:
        linuxDetectionConditions:
            - condition: string
              hostMetadataCondition:
                keyMustExist: false
                metadataCondition: string
                metadataKey: string
              property: string
              ruleType: string
              startupCondition: string
    detectionConditionsWindows:
        detectionConditionsWindows:
            - condition: string
              hostMetadataCondition:
                keyMustExist: false
                metadataCondition: string
                metadataKey: string
              property: string
              ruleType: string
              startupCondition: string
    enabled: false
    insertAfter: string
    metadata:
        items:
            - metadataKey: string
              metadataValue: string
    monitoring: false
    name: string
    notInstalledAlerting: false
    scope: string
    statusConditionLinux: string
    statusConditionWindows: string
    system: string
Copy

OsServices 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 OsServices resource accepts the following input properties:

Alerting This property is required. bool
Toggle the switch in order to enable or disable alerting for this policy
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Monitoring This property is required. bool
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
System This property is required. string
Possible Values: LINUX, WINDOWS
AlertActivationDuration int
The number of 10-second measurement cycles before alerting is triggered
DetectionConditionsLinux Pulumiverse.Dynatrace.Inputs.OsServicesDetectionConditionsLinux
Detection rules
DetectionConditionsWindows Pulumiverse.Dynatrace.Inputs.OsServicesDetectionConditionsWindows
Detection rules
InsertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
Metadata Pulumiverse.Dynatrace.Inputs.OsServicesMetadata
Set of additional key-value properties to be attached to the triggered event.
Name string
Rule name
NotInstalledAlerting bool
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
Scope Changes to this property will trigger replacement. string
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
StatusConditionLinux string
This string has to match a required format. See OS services monitoring.
StatusConditionWindows string
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused
Alerting This property is required. bool
Toggle the switch in order to enable or disable alerting for this policy
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Monitoring This property is required. bool
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
System This property is required. string
Possible Values: LINUX, WINDOWS
AlertActivationDuration int
The number of 10-second measurement cycles before alerting is triggered
DetectionConditionsLinux OsServicesDetectionConditionsLinuxArgs
Detection rules
DetectionConditionsWindows OsServicesDetectionConditionsWindowsArgs
Detection rules
InsertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
Metadata OsServicesMetadataArgs
Set of additional key-value properties to be attached to the triggered event.
Name string
Rule name
NotInstalledAlerting bool
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
Scope Changes to this property will trigger replacement. string
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
StatusConditionLinux string
This string has to match a required format. See OS services monitoring.
StatusConditionWindows string
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused
alerting This property is required. Boolean
Toggle the switch in order to enable or disable alerting for this policy
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
monitoring This property is required. Boolean
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
system This property is required. String
Possible Values: LINUX, WINDOWS
alertActivationDuration Integer
The number of 10-second measurement cycles before alerting is triggered
detectionConditionsLinux OsServicesDetectionConditionsLinux
Detection rules
detectionConditionsWindows OsServicesDetectionConditionsWindows
Detection rules
insertAfter String
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
metadata OsServicesMetadata
Set of additional key-value properties to be attached to the triggered event.
name String
Rule name
notInstalledAlerting Boolean
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
scope Changes to this property will trigger replacement. String
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
statusConditionLinux String
This string has to match a required format. See OS services monitoring.
statusConditionWindows String
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused
alerting This property is required. boolean
Toggle the switch in order to enable or disable alerting for this policy
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
monitoring This property is required. boolean
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
system This property is required. string
Possible Values: LINUX, WINDOWS
alertActivationDuration number
The number of 10-second measurement cycles before alerting is triggered
detectionConditionsLinux OsServicesDetectionConditionsLinux
Detection rules
detectionConditionsWindows OsServicesDetectionConditionsWindows
Detection rules
insertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
metadata OsServicesMetadata
Set of additional key-value properties to be attached to the triggered event.
name string
Rule name
notInstalledAlerting boolean
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
scope Changes to this property will trigger replacement. string
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
statusConditionLinux string
This string has to match a required format. See OS services monitoring.
statusConditionWindows string
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused
alerting This property is required. bool
Toggle the switch in order to enable or disable alerting for this policy
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
monitoring This property is required. bool
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
system This property is required. str
Possible Values: LINUX, WINDOWS
alert_activation_duration int
The number of 10-second measurement cycles before alerting is triggered
detection_conditions_linux OsServicesDetectionConditionsLinuxArgs
Detection rules
detection_conditions_windows OsServicesDetectionConditionsWindowsArgs
Detection rules
insert_after str
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
metadata OsServicesMetadataArgs
Set of additional key-value properties to be attached to the triggered event.
name str
Rule name
not_installed_alerting bool
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
scope Changes to this property will trigger replacement. str
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
status_condition_linux str
This string has to match a required format. See OS services monitoring.
status_condition_windows str
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused
alerting This property is required. Boolean
Toggle the switch in order to enable or disable alerting for this policy
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
monitoring This property is required. Boolean
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
system This property is required. String
Possible Values: LINUX, WINDOWS
alertActivationDuration Number
The number of 10-second measurement cycles before alerting is triggered
detectionConditionsLinux Property Map
Detection rules
detectionConditionsWindows Property Map
Detection rules
insertAfter String
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
metadata Property Map
Set of additional key-value properties to be attached to the triggered event.
name String
Rule name
notInstalledAlerting Boolean
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
scope Changes to this property will trigger replacement. String
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
statusConditionLinux String
This string has to match a required format. See OS services monitoring.
statusConditionWindows String
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused

Outputs

All input properties are implicitly available as output properties. Additionally, the OsServices 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 OsServices Resource

Get an existing OsServices 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?: OsServicesState, opts?: CustomResourceOptions): OsServices
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        alert_activation_duration: Optional[int] = None,
        alerting: Optional[bool] = None,
        detection_conditions_linux: Optional[OsServicesDetectionConditionsLinuxArgs] = None,
        detection_conditions_windows: Optional[OsServicesDetectionConditionsWindowsArgs] = None,
        enabled: Optional[bool] = None,
        insert_after: Optional[str] = None,
        metadata: Optional[OsServicesMetadataArgs] = None,
        monitoring: Optional[bool] = None,
        name: Optional[str] = None,
        not_installed_alerting: Optional[bool] = None,
        scope: Optional[str] = None,
        status_condition_linux: Optional[str] = None,
        status_condition_windows: Optional[str] = None,
        system: Optional[str] = None) -> OsServices
func GetOsServices(ctx *Context, name string, id IDInput, state *OsServicesState, opts ...ResourceOption) (*OsServices, error)
public static OsServices Get(string name, Input<string> id, OsServicesState? state, CustomResourceOptions? opts = null)
public static OsServices get(String name, Output<String> id, OsServicesState state, CustomResourceOptions options)
resources:  _:    type: dynatrace:OsServices    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
AlertActivationDuration int
The number of 10-second measurement cycles before alerting is triggered
Alerting bool
Toggle the switch in order to enable or disable alerting for this policy
DetectionConditionsLinux Pulumiverse.Dynatrace.Inputs.OsServicesDetectionConditionsLinux
Detection rules
DetectionConditionsWindows Pulumiverse.Dynatrace.Inputs.OsServicesDetectionConditionsWindows
Detection rules
Enabled bool
This setting is enabled (true) or disabled (false)
InsertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
Metadata Pulumiverse.Dynatrace.Inputs.OsServicesMetadata
Set of additional key-value properties to be attached to the triggered event.
Monitoring bool
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
Name string
Rule name
NotInstalledAlerting bool
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
Scope Changes to this property will trigger replacement. string
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
StatusConditionLinux string
This string has to match a required format. See OS services monitoring.
StatusConditionWindows string
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused
System string
Possible Values: LINUX, WINDOWS
AlertActivationDuration int
The number of 10-second measurement cycles before alerting is triggered
Alerting bool
Toggle the switch in order to enable or disable alerting for this policy
DetectionConditionsLinux OsServicesDetectionConditionsLinuxArgs
Detection rules
DetectionConditionsWindows OsServicesDetectionConditionsWindowsArgs
Detection rules
Enabled bool
This setting is enabled (true) or disabled (false)
InsertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
Metadata OsServicesMetadataArgs
Set of additional key-value properties to be attached to the triggered event.
Monitoring bool
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
Name string
Rule name
NotInstalledAlerting bool
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
Scope Changes to this property will trigger replacement. string
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
StatusConditionLinux string
This string has to match a required format. See OS services monitoring.
StatusConditionWindows string
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused
System string
Possible Values: LINUX, WINDOWS
alertActivationDuration Integer
The number of 10-second measurement cycles before alerting is triggered
alerting Boolean
Toggle the switch in order to enable or disable alerting for this policy
detectionConditionsLinux OsServicesDetectionConditionsLinux
Detection rules
detectionConditionsWindows OsServicesDetectionConditionsWindows
Detection rules
enabled Boolean
This setting is enabled (true) or disabled (false)
insertAfter String
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
metadata OsServicesMetadata
Set of additional key-value properties to be attached to the triggered event.
monitoring Boolean
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
name String
Rule name
notInstalledAlerting Boolean
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
scope Changes to this property will trigger replacement. String
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
statusConditionLinux String
This string has to match a required format. See OS services monitoring.
statusConditionWindows String
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused
system String
Possible Values: LINUX, WINDOWS
alertActivationDuration number
The number of 10-second measurement cycles before alerting is triggered
alerting boolean
Toggle the switch in order to enable or disable alerting for this policy
detectionConditionsLinux OsServicesDetectionConditionsLinux
Detection rules
detectionConditionsWindows OsServicesDetectionConditionsWindows
Detection rules
enabled boolean
This setting is enabled (true) or disabled (false)
insertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
metadata OsServicesMetadata
Set of additional key-value properties to be attached to the triggered event.
monitoring boolean
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
name string
Rule name
notInstalledAlerting boolean
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
scope Changes to this property will trigger replacement. string
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
statusConditionLinux string
This string has to match a required format. See OS services monitoring.
statusConditionWindows string
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused
system string
Possible Values: LINUX, WINDOWS
alert_activation_duration int
The number of 10-second measurement cycles before alerting is triggered
alerting bool
Toggle the switch in order to enable or disable alerting for this policy
detection_conditions_linux OsServicesDetectionConditionsLinuxArgs
Detection rules
detection_conditions_windows OsServicesDetectionConditionsWindowsArgs
Detection rules
enabled bool
This setting is enabled (true) or disabled (false)
insert_after str
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
metadata OsServicesMetadataArgs
Set of additional key-value properties to be attached to the triggered event.
monitoring bool
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
name str
Rule name
not_installed_alerting bool
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
scope Changes to this property will trigger replacement. str
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
status_condition_linux str
This string has to match a required format. See OS services monitoring.
status_condition_windows str
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused
system str
Possible Values: LINUX, WINDOWS
alertActivationDuration Number
The number of 10-second measurement cycles before alerting is triggered
alerting Boolean
Toggle the switch in order to enable or disable alerting for this policy
detectionConditionsLinux Property Map
Detection rules
detectionConditionsWindows Property Map
Detection rules
enabled Boolean
This setting is enabled (true) or disabled (false)
insertAfter String
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
metadata Property Map
Set of additional key-value properties to be attached to the triggered event.
monitoring Boolean
Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric.
name String
Rule name
notInstalledAlerting Boolean
By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature
scope Changes to this property will trigger replacement. String
The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
statusConditionLinux String
This string has to match a required format. See OS services monitoring.
statusConditionWindows String
This string has to match a required format. See OS services monitoring. - $eq(paused) – Matches services that are in paused state. Available logic operations: - $not($eq(paused)) – Matches services that are in state different from paused. - $or($eq(paused),$eq(running)) – Matches services that are either in paused or running state. Use one of the following values as a parameter for this condition: - running - stopped - start_pending - stop_pending - continue_pending - pause_pending - paused
system String
Possible Values: LINUX, WINDOWS

Supporting Types

OsServicesDetectionConditionsLinux
, OsServicesDetectionConditionsLinuxArgs

linuxDetectionConditions This property is required. List<Property Map>

OsServicesDetectionConditionsLinuxLinuxDetectionCondition
, OsServicesDetectionConditionsLinuxLinuxDetectionConditionArgs

Condition string
This string has to match a required format. See OS services monitoring.
HostMetadataCondition Pulumiverse.Dynatrace.Inputs.OsServicesDetectionConditionsLinuxLinuxDetectionConditionHostMetadataCondition
Custom metadata
Property string
Possible Values: ServiceName, StartupType
RuleType string
Possible Values: RuleTypeHost, RuleTypeOsService
StartupCondition string

This string has to match a required format. See OS services monitoring.

  • $eq(enabled) – Matches services with startup type equal to enabled.

Available logic operations:

  • $not($eq(enabled)) – Matches services with startup type different from enabled.
  • $or($eq(enabled),$eq(disabled)) - Matches services that are either enabled or disabled.

Use one of the following values as a parameter for this condition:

  • enabled
  • enabled-runtime
  • static
  • disabled
Condition string
This string has to match a required format. See OS services monitoring.
HostMetadataCondition OsServicesDetectionConditionsLinuxLinuxDetectionConditionHostMetadataCondition
Custom metadata
Property string
Possible Values: ServiceName, StartupType
RuleType string
Possible Values: RuleTypeHost, RuleTypeOsService
StartupCondition string

This string has to match a required format. See OS services monitoring.

  • $eq(enabled) – Matches services with startup type equal to enabled.

Available logic operations:

  • $not($eq(enabled)) – Matches services with startup type different from enabled.
  • $or($eq(enabled),$eq(disabled)) - Matches services that are either enabled or disabled.

Use one of the following values as a parameter for this condition:

  • enabled
  • enabled-runtime
  • static
  • disabled
condition String
This string has to match a required format. See OS services monitoring.
hostMetadataCondition OsServicesDetectionConditionsLinuxLinuxDetectionConditionHostMetadataCondition
Custom metadata
property String
Possible Values: ServiceName, StartupType
ruleType String
Possible Values: RuleTypeHost, RuleTypeOsService
startupCondition String

This string has to match a required format. See OS services monitoring.

  • $eq(enabled) – Matches services with startup type equal to enabled.

Available logic operations:

  • $not($eq(enabled)) – Matches services with startup type different from enabled.
  • $or($eq(enabled),$eq(disabled)) - Matches services that are either enabled or disabled.

Use one of the following values as a parameter for this condition:

  • enabled
  • enabled-runtime
  • static
  • disabled
condition string
This string has to match a required format. See OS services monitoring.
hostMetadataCondition OsServicesDetectionConditionsLinuxLinuxDetectionConditionHostMetadataCondition
Custom metadata
property string
Possible Values: ServiceName, StartupType
ruleType string
Possible Values: RuleTypeHost, RuleTypeOsService
startupCondition string

This string has to match a required format. See OS services monitoring.

  • $eq(enabled) – Matches services with startup type equal to enabled.

Available logic operations:

  • $not($eq(enabled)) – Matches services with startup type different from enabled.
  • $or($eq(enabled),$eq(disabled)) - Matches services that are either enabled or disabled.

Use one of the following values as a parameter for this condition:

  • enabled
  • enabled-runtime
  • static
  • disabled
condition str
This string has to match a required format. See OS services monitoring.
host_metadata_condition OsServicesDetectionConditionsLinuxLinuxDetectionConditionHostMetadataCondition
Custom metadata
property str
Possible Values: ServiceName, StartupType
rule_type str
Possible Values: RuleTypeHost, RuleTypeOsService
startup_condition str

This string has to match a required format. See OS services monitoring.

  • $eq(enabled) – Matches services with startup type equal to enabled.

Available logic operations:

  • $not($eq(enabled)) – Matches services with startup type different from enabled.
  • $or($eq(enabled),$eq(disabled)) - Matches services that are either enabled or disabled.

Use one of the following values as a parameter for this condition:

  • enabled
  • enabled-runtime
  • static
  • disabled
condition String
This string has to match a required format. See OS services monitoring.
hostMetadataCondition Property Map
Custom metadata
property String
Possible Values: ServiceName, StartupType
ruleType String
Possible Values: RuleTypeHost, RuleTypeOsService
startupCondition String

This string has to match a required format. See OS services monitoring.

  • $eq(enabled) – Matches services with startup type equal to enabled.

Available logic operations:

  • $not($eq(enabled)) – Matches services with startup type different from enabled.
  • $or($eq(enabled),$eq(disabled)) - Matches services that are either enabled or disabled.

Use one of the following values as a parameter for this condition:

  • enabled
  • enabled-runtime
  • static
  • disabled

OsServicesDetectionConditionsLinuxLinuxDetectionConditionHostMetadataCondition
, OsServicesDetectionConditionsLinuxLinuxDetectionConditionHostMetadataConditionArgs

MetadataCondition This property is required. string
This string has to match a required format.
MetadataKey This property is required. string
Key
KeyMustExist bool
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.
MetadataCondition This property is required. string
This string has to match a required format.
MetadataKey This property is required. string
Key
KeyMustExist bool
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.
metadataCondition This property is required. String
This string has to match a required format.
metadataKey This property is required. String
Key
keyMustExist Boolean
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.
metadataCondition This property is required. string
This string has to match a required format.
metadataKey This property is required. string
Key
keyMustExist boolean
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.
metadata_condition This property is required. str
This string has to match a required format.
metadata_key This property is required. str
Key
key_must_exist bool
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.
metadataCondition This property is required. String
This string has to match a required format.
metadataKey This property is required. String
Key
keyMustExist Boolean
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.

OsServicesDetectionConditionsWindows
, OsServicesDetectionConditionsWindowsArgs

OsServicesDetectionConditionsWindowsDetectionConditionsWindow
, OsServicesDetectionConditionsWindowsDetectionConditionsWindowArgs

Condition string
This string has to match a required format. See OS services monitoring.
HostMetadataCondition Pulumiverse.Dynatrace.Inputs.OsServicesDetectionConditionsWindowsDetectionConditionsWindowHostMetadataCondition
Custom metadata
Property string
Possible Values: DisplayName, Manufacturer, Path, ServiceName, StartupType
RuleType string
Possible Values: RuleTypeHost, RuleTypeOsService
StartupCondition string

This string has to match a required format. See OS services monitoring.

  • $eq(manual) – Matches services that are started manually.

Available logic operations:

  • $not($eq(auto)) – Matches services with startup type different from Automatic.
  • $or($eq(auto),$eq(manual)) – Matches if service's startup type is either Automatic or Manual.

Use one of the following values as a parameter for this condition:

  • manual for Manual
  • manual_trigger for Manual (Trigger Start)
  • auto for Automatic
  • auto_delay for Automatic (Delayed Start)
  • auto_trigger for Automatic (Trigger Start)
  • auto_delay_trigger for Automatic (Delayed Start, Trigger Start)
  • disabled for Disabled
Condition string
This string has to match a required format. See OS services monitoring.
HostMetadataCondition OsServicesDetectionConditionsWindowsDetectionConditionsWindowHostMetadataCondition
Custom metadata
Property string
Possible Values: DisplayName, Manufacturer, Path, ServiceName, StartupType
RuleType string
Possible Values: RuleTypeHost, RuleTypeOsService
StartupCondition string

This string has to match a required format. See OS services monitoring.

  • $eq(manual) – Matches services that are started manually.

Available logic operations:

  • $not($eq(auto)) – Matches services with startup type different from Automatic.
  • $or($eq(auto),$eq(manual)) – Matches if service's startup type is either Automatic or Manual.

Use one of the following values as a parameter for this condition:

  • manual for Manual
  • manual_trigger for Manual (Trigger Start)
  • auto for Automatic
  • auto_delay for Automatic (Delayed Start)
  • auto_trigger for Automatic (Trigger Start)
  • auto_delay_trigger for Automatic (Delayed Start, Trigger Start)
  • disabled for Disabled
condition String
This string has to match a required format. See OS services monitoring.
hostMetadataCondition OsServicesDetectionConditionsWindowsDetectionConditionsWindowHostMetadataCondition
Custom metadata
property String
Possible Values: DisplayName, Manufacturer, Path, ServiceName, StartupType
ruleType String
Possible Values: RuleTypeHost, RuleTypeOsService
startupCondition String

This string has to match a required format. See OS services monitoring.

  • $eq(manual) – Matches services that are started manually.

Available logic operations:

  • $not($eq(auto)) – Matches services with startup type different from Automatic.
  • $or($eq(auto),$eq(manual)) – Matches if service's startup type is either Automatic or Manual.

Use one of the following values as a parameter for this condition:

  • manual for Manual
  • manual_trigger for Manual (Trigger Start)
  • auto for Automatic
  • auto_delay for Automatic (Delayed Start)
  • auto_trigger for Automatic (Trigger Start)
  • auto_delay_trigger for Automatic (Delayed Start, Trigger Start)
  • disabled for Disabled
condition string
This string has to match a required format. See OS services monitoring.
hostMetadataCondition OsServicesDetectionConditionsWindowsDetectionConditionsWindowHostMetadataCondition
Custom metadata
property string
Possible Values: DisplayName, Manufacturer, Path, ServiceName, StartupType
ruleType string
Possible Values: RuleTypeHost, RuleTypeOsService
startupCondition string

This string has to match a required format. See OS services monitoring.

  • $eq(manual) – Matches services that are started manually.

Available logic operations:

  • $not($eq(auto)) – Matches services with startup type different from Automatic.
  • $or($eq(auto),$eq(manual)) – Matches if service's startup type is either Automatic or Manual.

Use one of the following values as a parameter for this condition:

  • manual for Manual
  • manual_trigger for Manual (Trigger Start)
  • auto for Automatic
  • auto_delay for Automatic (Delayed Start)
  • auto_trigger for Automatic (Trigger Start)
  • auto_delay_trigger for Automatic (Delayed Start, Trigger Start)
  • disabled for Disabled
condition str
This string has to match a required format. See OS services monitoring.
host_metadata_condition OsServicesDetectionConditionsWindowsDetectionConditionsWindowHostMetadataCondition
Custom metadata
property str
Possible Values: DisplayName, Manufacturer, Path, ServiceName, StartupType
rule_type str
Possible Values: RuleTypeHost, RuleTypeOsService
startup_condition str

This string has to match a required format. See OS services monitoring.

  • $eq(manual) – Matches services that are started manually.

Available logic operations:

  • $not($eq(auto)) – Matches services with startup type different from Automatic.
  • $or($eq(auto),$eq(manual)) – Matches if service's startup type is either Automatic or Manual.

Use one of the following values as a parameter for this condition:

  • manual for Manual
  • manual_trigger for Manual (Trigger Start)
  • auto for Automatic
  • auto_delay for Automatic (Delayed Start)
  • auto_trigger for Automatic (Trigger Start)
  • auto_delay_trigger for Automatic (Delayed Start, Trigger Start)
  • disabled for Disabled
condition String
This string has to match a required format. See OS services monitoring.
hostMetadataCondition Property Map
Custom metadata
property String
Possible Values: DisplayName, Manufacturer, Path, ServiceName, StartupType
ruleType String
Possible Values: RuleTypeHost, RuleTypeOsService
startupCondition String

This string has to match a required format. See OS services monitoring.

  • $eq(manual) – Matches services that are started manually.

Available logic operations:

  • $not($eq(auto)) – Matches services with startup type different from Automatic.
  • $or($eq(auto),$eq(manual)) – Matches if service's startup type is either Automatic or Manual.

Use one of the following values as a parameter for this condition:

  • manual for Manual
  • manual_trigger for Manual (Trigger Start)
  • auto for Automatic
  • auto_delay for Automatic (Delayed Start)
  • auto_trigger for Automatic (Trigger Start)
  • auto_delay_trigger for Automatic (Delayed Start, Trigger Start)
  • disabled for Disabled

OsServicesDetectionConditionsWindowsDetectionConditionsWindowHostMetadataCondition
, OsServicesDetectionConditionsWindowsDetectionConditionsWindowHostMetadataConditionArgs

MetadataCondition This property is required. string
This string has to match a required format.
MetadataKey This property is required. string
Key
KeyMustExist bool
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.
MetadataCondition This property is required. string
This string has to match a required format.
MetadataKey This property is required. string
Key
KeyMustExist bool
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.
metadataCondition This property is required. String
This string has to match a required format.
metadataKey This property is required. String
Key
keyMustExist Boolean
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.
metadataCondition This property is required. string
This string has to match a required format.
metadataKey This property is required. string
Key
keyMustExist boolean
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.
metadata_condition This property is required. str
This string has to match a required format.
metadata_key This property is required. str
Key
key_must_exist bool
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.
metadataCondition This property is required. String
This string has to match a required format.
metadataKey This property is required. String
Key
keyMustExist Boolean
When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present.

OsServicesMetadata
, OsServicesMetadataArgs

Items This property is required. []OsServicesMetadataItem
items This property is required. List<OsServicesMetadataItem>
items This property is required. OsServicesMetadataItem[]
items This property is required. Sequence[OsServicesMetadataItem]
items This property is required. List<Property Map>

OsServicesMetadataItem
, OsServicesMetadataItemArgs

MetadataKey This property is required. string
Type 'dt.' for key hints.
MetadataValue This property is required. string
no documentation available
MetadataKey This property is required. string
Type 'dt.' for key hints.
MetadataValue This property is required. string
no documentation available
metadataKey This property is required. String
Type 'dt.' for key hints.
metadataValue This property is required. String
no documentation available
metadataKey This property is required. string
Type 'dt.' for key hints.
metadataValue This property is required. string
no documentation available
metadata_key This property is required. str
Type 'dt.' for key hints.
metadata_value This property is required. str
no documentation available
metadataKey This property is required. String
Type 'dt.' for key hints.
metadataValue This property is required. String
no documentation available

Package Details

Repository
dynatrace pulumiverse/pulumi-dynatrace
License
Apache-2.0
Notes
This Pulumi package is based on the dynatrace Terraform Provider.