dynatrace logo
Dynatrace v0.1.0, May 24 23

dynatrace.Autotag

Explore with Pulumi AI

Create Autotag Resource

new Autotag(name: string, args?: AutotagArgs, opts?: CustomResourceOptions);
@overload
def Autotag(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            entity_selector_based_rules: Optional[Sequence[AutotagEntitySelectorBasedRuleArgs]] = None,
            name: Optional[str] = None,
            rules: Optional[Sequence[AutotagRuleArgs]] = None,
            unknowns: Optional[str] = None)
@overload
def Autotag(resource_name: str,
            args: Optional[AutotagArgs] = None,
            opts: Optional[ResourceOptions] = None)
func NewAutotag(ctx *Context, name string, args *AutotagArgs, opts ...ResourceOption) (*Autotag, error)
public Autotag(string name, AutotagArgs? args = null, CustomResourceOptions? opts = null)
public Autotag(String name, AutotagArgs args)
public Autotag(String name, AutotagArgs args, CustomResourceOptions options)
type: dynatrace:Autotag
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AutotagArgs
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 AutotagArgs
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 AutotagArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AutotagArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AutotagArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

Description string

The description of the auto-tag.

EntitySelectorBasedRules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagEntitySelectorBasedRuleArgs>

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

Name string

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

Rules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleArgs>

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

Description string

The description of the auto-tag.

EntitySelectorBasedRules []AutotagEntitySelectorBasedRuleArgs

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

Name string

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

Rules []AutotagRuleArgs

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

description String

The description of the auto-tag.

entitySelectorBasedRules List<AutotagEntitySelectorBasedRuleArgs>

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

name String

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

rules List<AutotagRuleArgs>

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

description string

The description of the auto-tag.

entitySelectorBasedRules AutotagEntitySelectorBasedRuleArgs[]

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

name string

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

rules AutotagRuleArgs[]

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

description str

The description of the auto-tag.

entity_selector_based_rules Sequence[AutotagEntitySelectorBasedRuleArgs]

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

name str

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

rules Sequence[AutotagRuleArgs]

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

description String

The description of the auto-tag.

entitySelectorBasedRules List<Property Map>

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

name String

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

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 Autotag 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 Autotag Resource

Get an existing Autotag 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?: AutotagState, opts?: CustomResourceOptions): Autotag
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        description: Optional[str] = None,
        entity_selector_based_rules: Optional[Sequence[AutotagEntitySelectorBasedRuleArgs]] = None,
        name: Optional[str] = None,
        rules: Optional[Sequence[AutotagRuleArgs]] = None,
        unknowns: Optional[str] = None) -> Autotag
func GetAutotag(ctx *Context, name string, id IDInput, state *AutotagState, opts ...ResourceOption) (*Autotag, error)
public static Autotag Get(string name, Input<string> id, AutotagState? state, CustomResourceOptions? opts = null)
public static Autotag get(String name, Output<String> id, AutotagState 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:
Description string

The description of the auto-tag.

EntitySelectorBasedRules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagEntitySelectorBasedRuleArgs>

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

Name string

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

Rules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleArgs>

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

Description string

The description of the auto-tag.

EntitySelectorBasedRules []AutotagEntitySelectorBasedRuleArgs

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

Name string

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

Rules []AutotagRuleArgs

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

description String

The description of the auto-tag.

entitySelectorBasedRules List<AutotagEntitySelectorBasedRuleArgs>

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

name String

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

rules List<AutotagRuleArgs>

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

description string

The description of the auto-tag.

entitySelectorBasedRules AutotagEntitySelectorBasedRuleArgs[]

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

name string

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

rules AutotagRuleArgs[]

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

description str

The description of the auto-tag.

entity_selector_based_rules Sequence[AutotagEntitySelectorBasedRuleArgs]

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

name str

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

rules Sequence[AutotagRuleArgs]

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

description String

The description of the auto-tag.

entitySelectorBasedRules List<Property Map>

A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies

name String

The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.

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

AutotagEntitySelectorBasedRule

Enabled bool
Normalization string
Selector string
Unknowns string
ValueFormat string
Enabled bool
Normalization string
Selector string
Unknowns string
ValueFormat string
enabled Boolean
normalization String
selector String
unknowns String
valueFormat String
enabled boolean
normalization string
selector string
unknowns string
valueFormat string
enabled Boolean
normalization String
selector String
unknowns String
valueFormat String

AutotagRule

AutotagRuleCondition

ApplicationTypeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionApplicationTypeComparison>

Deprecated:

You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.

ApplicationTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionApplicationType>
AzureComputeModeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionAzureComputeModeComparison>
AzureComputeModes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionAzureComputeMode>

Deprecated:

You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.

AzureSkuComparisions List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionAzureSkuComparision>

Deprecated:

You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.

AzureSkus List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionAzureSkus>
BaseComparisonBasics List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionBaseComparisonBasic>

Deprecated:

You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.

BaseConditionKeys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionBaseConditionKey>

Deprecated:

'base_condition_key' is deprecated. You should use 'key'

BitnessComparisions List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionBitnessComparision>

Deprecated:

You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.

Bitnesses List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionBitness>
CloudTypeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionCloudTypeComparison>

Deprecated:

You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.

CloudTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionCloudType>
Comparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionComparison>
CustomApplicationTypeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionCustomApplicationTypeComparison>

Deprecated:

You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.

CustomApplicationTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionCustomApplicationType>
CustomHostMetadataConditionKeys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionCustomHostMetadataConditionKey>

Deprecated:

'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'

CustomHostMetadatas List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionCustomHostMetadata>
CustomProcessMetadataConditionKeys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionCustomProcessMetadataConditionKey>

Deprecated:

'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'

CustomProcessMetadatas List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionCustomProcessMetadata>
DatabaseTopologies List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionDatabaseTopology>
DatabaseTopologyComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionDatabaseTopologyComparison>

Deprecated:

You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.

DcrumDecoderComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionDcrumDecoderComparison>

Deprecated:

You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.

DcrumDecoders List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionDcrumDecoder>
Entities List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionEntity>
EntityIdComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionEntityIdComparison>

Deprecated:

You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.

HostTeches List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionHostTech>
HypervisorTypeComparisions List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionHypervisorTypeComparision>

Deprecated:

hypervisor_type_comparision is deprecated. Use hypervisor instead

Hypervisors List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionHypervisor>
IndexedNameComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionIndexedNameComparison>

Deprecated:

You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.

IndexedNames List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionIndexedName>
IndexedStringComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionIndexedStringComparison>

Deprecated:

You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.

IndexedStrings List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionIndexedString>
IndexedTagComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionIndexedTagComparison>

Deprecated:

You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.

IndexedTags List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionIndexedTag>
IntegerComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionIntegerComparison>

Deprecated:

You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.

Integers List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionInteger>
IpaddressComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionIpaddressComparison>

Deprecated:

You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.

Ipaddresses List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionIpaddress>
Keys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionKey>
MobilePlatformComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionMobilePlatformComparison>

Deprecated:

You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.

MobilePlatforms List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionMobilePlatform>
OsArches List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionOsArch>
OsTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionOsType>
OsarchitectureComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionOsarchitectureComparison>

Deprecated:

You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.

OstypeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionOstypeComparison>

Deprecated:

You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.

PaasTypeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionPaasTypeComparison>

Deprecated:

You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.

PaasTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionPaasType>
ProcessMetadataConditionKeys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionProcessMetadataConditionKey>

Deprecated:

'process_metadata_condition_key' is deprecated. You should use 'process_metadata'

ProcessMetadatas List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionProcessMetadata>
ServiceTopologies List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionServiceTopology>
ServiceTopologyComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionServiceTopologyComparison>

Deprecated:

You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.

ServiceTypeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionServiceTypeComparison>

Deprecated:

You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.

ServiceTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionServiceType>
SimpleHostTechComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionSimpleHostTechComparison>

Deprecated:

You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.

SimpleTechComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionSimpleTechComparison>

Deprecated:

You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.

StringComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionStringComparison>

Deprecated:

You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.

StringConditionKeys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionStringConditionKey>

Deprecated:

'string_condition_key' is deprecated. You should use 'string_key'

StringKeys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionStringKey>
Strings List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionString>
SyntheticEngineTypeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionSyntheticEngineTypeComparison>

Deprecated:

You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.

SyntheticEngines List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionSyntheticEngine>
TagComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionTagComparison>

Deprecated:

You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.

Tags List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionTag>
Teches List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionTech>
Unknowns string
ApplicationTypeComparisons []AutotagRuleConditionApplicationTypeComparison

Deprecated:

You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.

ApplicationTypes []AutotagRuleConditionApplicationType
AzureComputeModeComparisons []AutotagRuleConditionAzureComputeModeComparison
AzureComputeModes []AutotagRuleConditionAzureComputeMode

Deprecated:

You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.

AzureSkuComparisions []AutotagRuleConditionAzureSkuComparision

Deprecated:

You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.

AzureSkus []AutotagRuleConditionAzureSkus
BaseComparisonBasics []AutotagRuleConditionBaseComparisonBasic

Deprecated:

You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.

BaseConditionKeys []AutotagRuleConditionBaseConditionKey

Deprecated:

'base_condition_key' is deprecated. You should use 'key'

BitnessComparisions []AutotagRuleConditionBitnessComparision

Deprecated:

You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.

Bitnesses []AutotagRuleConditionBitness
CloudTypeComparisons []AutotagRuleConditionCloudTypeComparison

Deprecated:

You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.

CloudTypes []AutotagRuleConditionCloudType
Comparisons []AutotagRuleConditionComparison
CustomApplicationTypeComparisons []AutotagRuleConditionCustomApplicationTypeComparison

Deprecated:

You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.

CustomApplicationTypes []AutotagRuleConditionCustomApplicationType
CustomHostMetadataConditionKeys []AutotagRuleConditionCustomHostMetadataConditionKey

Deprecated:

'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'

CustomHostMetadatas []AutotagRuleConditionCustomHostMetadata
CustomProcessMetadataConditionKeys []AutotagRuleConditionCustomProcessMetadataConditionKey

Deprecated:

'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'

CustomProcessMetadatas []AutotagRuleConditionCustomProcessMetadata
DatabaseTopologies []AutotagRuleConditionDatabaseTopology
DatabaseTopologyComparisons []AutotagRuleConditionDatabaseTopologyComparison

Deprecated:

You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.

DcrumDecoderComparisons []AutotagRuleConditionDcrumDecoderComparison

Deprecated:

You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.

DcrumDecoders []AutotagRuleConditionDcrumDecoder
Entities []AutotagRuleConditionEntity
EntityIdComparisons []AutotagRuleConditionEntityIdComparison

Deprecated:

You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.

HostTeches []AutotagRuleConditionHostTech
HypervisorTypeComparisions []AutotagRuleConditionHypervisorTypeComparision

Deprecated:

hypervisor_type_comparision is deprecated. Use hypervisor instead

Hypervisors []AutotagRuleConditionHypervisor
IndexedNameComparisons []AutotagRuleConditionIndexedNameComparison

Deprecated:

You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.

IndexedNames []AutotagRuleConditionIndexedName
IndexedStringComparisons []AutotagRuleConditionIndexedStringComparison

Deprecated:

You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.

IndexedStrings []AutotagRuleConditionIndexedString
IndexedTagComparisons []AutotagRuleConditionIndexedTagComparison

Deprecated:

You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.

IndexedTags []AutotagRuleConditionIndexedTag
IntegerComparisons []AutotagRuleConditionIntegerComparison

Deprecated:

You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.

Integers []AutotagRuleConditionInteger
IpaddressComparisons []AutotagRuleConditionIpaddressComparison

Deprecated:

You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.

Ipaddresses []AutotagRuleConditionIpaddress
Keys []AutotagRuleConditionKey
MobilePlatformComparisons []AutotagRuleConditionMobilePlatformComparison

Deprecated:

You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.

MobilePlatforms []AutotagRuleConditionMobilePlatform
OsArches []AutotagRuleConditionOsArch
OsTypes []AutotagRuleConditionOsType
OsarchitectureComparisons []AutotagRuleConditionOsarchitectureComparison

Deprecated:

You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.

OstypeComparisons []AutotagRuleConditionOstypeComparison

Deprecated:

You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.

PaasTypeComparisons []AutotagRuleConditionPaasTypeComparison

Deprecated:

You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.

PaasTypes []AutotagRuleConditionPaasType
ProcessMetadataConditionKeys []AutotagRuleConditionProcessMetadataConditionKey

Deprecated:

'process_metadata_condition_key' is deprecated. You should use 'process_metadata'

ProcessMetadatas []AutotagRuleConditionProcessMetadata
ServiceTopologies []AutotagRuleConditionServiceTopology
ServiceTopologyComparisons []AutotagRuleConditionServiceTopologyComparison

Deprecated:

You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.

ServiceTypeComparisons []AutotagRuleConditionServiceTypeComparison

Deprecated:

You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.

ServiceTypes []AutotagRuleConditionServiceType
SimpleHostTechComparisons []AutotagRuleConditionSimpleHostTechComparison

Deprecated:

You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.

SimpleTechComparisons []AutotagRuleConditionSimpleTechComparison

Deprecated:

You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.

StringComparisons []AutotagRuleConditionStringComparison

Deprecated:

You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.

StringConditionKeys []AutotagRuleConditionStringConditionKey

Deprecated:

'string_condition_key' is deprecated. You should use 'string_key'

StringKeys []AutotagRuleConditionStringKey
Strings []AutotagRuleConditionString
SyntheticEngineTypeComparisons []AutotagRuleConditionSyntheticEngineTypeComparison

Deprecated:

You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.

SyntheticEngines []AutotagRuleConditionSyntheticEngine
TagComparisons []AutotagRuleConditionTagComparison

Deprecated:

You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.

Tags []AutotagRuleConditionTag
Teches []AutotagRuleConditionTech
Unknowns string
applicationTypeComparisons List<AutotagRuleConditionApplicationTypeComparison>

Deprecated:

You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.

applicationTypes List<AutotagRuleConditionApplicationType>
azureComputeModeComparisons List<AutotagRuleConditionAzureComputeModeComparison>
azureComputeModes List<AutotagRuleConditionAzureComputeMode>

Deprecated:

You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.

azureSkuComparisions List<AutotagRuleConditionAzureSkuComparision>

Deprecated:

You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.

azureSkus List<AutotagRuleConditionAzureSkus>
baseComparisonBasics List<AutotagRuleConditionBaseComparisonBasic>

Deprecated:

You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.

baseConditionKeys List<AutotagRuleConditionBaseConditionKey>

Deprecated:

'base_condition_key' is deprecated. You should use 'key'

bitnessComparisions List<AutotagRuleConditionBitnessComparision>

Deprecated:

You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.

bitnesses List<AutotagRuleConditionBitness>
cloudTypeComparisons List<AutotagRuleConditionCloudTypeComparison>

Deprecated:

You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.

cloudTypes List<AutotagRuleConditionCloudType>
comparisons List<AutotagRuleConditionComparison>
customApplicationTypeComparisons List<AutotagRuleConditionCustomApplicationTypeComparison>

Deprecated:

You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.

customApplicationTypes List<AutotagRuleConditionCustomApplicationType>
customHostMetadataConditionKeys List<AutotagRuleConditionCustomHostMetadataConditionKey>

Deprecated:

'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'

customHostMetadatas List<AutotagRuleConditionCustomHostMetadata>
customProcessMetadataConditionKeys List<AutotagRuleConditionCustomProcessMetadataConditionKey>

Deprecated:

'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'

customProcessMetadatas List<AutotagRuleConditionCustomProcessMetadata>
databaseTopologies List<AutotagRuleConditionDatabaseTopology>
databaseTopologyComparisons List<AutotagRuleConditionDatabaseTopologyComparison>

Deprecated:

You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.

dcrumDecoderComparisons List<AutotagRuleConditionDcrumDecoderComparison>

Deprecated:

You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.

dcrumDecoders List<AutotagRuleConditionDcrumDecoder>
entities List<AutotagRuleConditionEntity>
entityIdComparisons List<AutotagRuleConditionEntityIdComparison>

Deprecated:

You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.

hostTeches List<AutotagRuleConditionHostTech>
hypervisorTypeComparisions List<AutotagRuleConditionHypervisorTypeComparision>

Deprecated:

hypervisor_type_comparision is deprecated. Use hypervisor instead

hypervisors List<AutotagRuleConditionHypervisor>
indexedNameComparisons List<AutotagRuleConditionIndexedNameComparison>

Deprecated:

You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.

indexedNames List<AutotagRuleConditionIndexedName>
indexedStringComparisons List<AutotagRuleConditionIndexedStringComparison>

Deprecated:

You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.

indexedStrings List<AutotagRuleConditionIndexedString>
indexedTagComparisons List<AutotagRuleConditionIndexedTagComparison>

Deprecated:

You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.

indexedTags List<AutotagRuleConditionIndexedTag>
integerComparisons List<AutotagRuleConditionIntegerComparison>

Deprecated:

You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.

integers List<AutotagRuleConditionInteger>
ipaddressComparisons List<AutotagRuleConditionIpaddressComparison>

Deprecated:

You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.

ipaddresses List<AutotagRuleConditionIpaddress>
keys List<AutotagRuleConditionKey>
mobilePlatformComparisons List<AutotagRuleConditionMobilePlatformComparison>

Deprecated:

You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.

mobilePlatforms List<AutotagRuleConditionMobilePlatform>
osArches List<AutotagRuleConditionOsArch>
osTypes List<AutotagRuleConditionOsType>
osarchitectureComparisons List<AutotagRuleConditionOsarchitectureComparison>

Deprecated:

You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.

ostypeComparisons List<AutotagRuleConditionOstypeComparison>

Deprecated:

You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.

paasTypeComparisons List<AutotagRuleConditionPaasTypeComparison>

Deprecated:

You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.

paasTypes List<AutotagRuleConditionPaasType>
processMetadataConditionKeys List<AutotagRuleConditionProcessMetadataConditionKey>

Deprecated:

'process_metadata_condition_key' is deprecated. You should use 'process_metadata'

processMetadatas List<AutotagRuleConditionProcessMetadata>
serviceTopologies List<AutotagRuleConditionServiceTopology>
serviceTopologyComparisons List<AutotagRuleConditionServiceTopologyComparison>

Deprecated:

You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.

serviceTypeComparisons List<AutotagRuleConditionServiceTypeComparison>

Deprecated:

You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.

serviceTypes List<AutotagRuleConditionServiceType>
simpleHostTechComparisons List<AutotagRuleConditionSimpleHostTechComparison>

Deprecated:

You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.

simpleTechComparisons List<AutotagRuleConditionSimpleTechComparison>

Deprecated:

You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.

stringComparisons List<AutotagRuleConditionStringComparison>

Deprecated:

You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.

stringConditionKeys List<AutotagRuleConditionStringConditionKey>

Deprecated:

'string_condition_key' is deprecated. You should use 'string_key'

stringKeys List<AutotagRuleConditionStringKey>
strings List<AutotagRuleConditionString>
syntheticEngineTypeComparisons List<AutotagRuleConditionSyntheticEngineTypeComparison>

Deprecated:

You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.

syntheticEngines List<AutotagRuleConditionSyntheticEngine>
tagComparisons List<AutotagRuleConditionTagComparison>

Deprecated:

You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.

tags List<AutotagRuleConditionTag>
teches List<AutotagRuleConditionTech>
unknowns String
applicationTypeComparisons AutotagRuleConditionApplicationTypeComparison[]

Deprecated:

You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.

applicationTypes AutotagRuleConditionApplicationType[]
azureComputeModeComparisons AutotagRuleConditionAzureComputeModeComparison[]
azureComputeModes AutotagRuleConditionAzureComputeMode[]

Deprecated:

You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.

azureSkuComparisions AutotagRuleConditionAzureSkuComparision[]

Deprecated:

You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.

azureSkus AutotagRuleConditionAzureSkus[]
baseComparisonBasics AutotagRuleConditionBaseComparisonBasic[]

Deprecated:

You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.

baseConditionKeys AutotagRuleConditionBaseConditionKey[]

Deprecated:

'base_condition_key' is deprecated. You should use 'key'

bitnessComparisions AutotagRuleConditionBitnessComparision[]

Deprecated:

You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.

bitnesses AutotagRuleConditionBitness[]
cloudTypeComparisons AutotagRuleConditionCloudTypeComparison[]

Deprecated:

You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.

cloudTypes AutotagRuleConditionCloudType[]
comparisons AutotagRuleConditionComparison[]
customApplicationTypeComparisons AutotagRuleConditionCustomApplicationTypeComparison[]

Deprecated:

You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.

customApplicationTypes AutotagRuleConditionCustomApplicationType[]
customHostMetadataConditionKeys AutotagRuleConditionCustomHostMetadataConditionKey[]

Deprecated:

'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'

customHostMetadatas AutotagRuleConditionCustomHostMetadata[]
customProcessMetadataConditionKeys AutotagRuleConditionCustomProcessMetadataConditionKey[]

Deprecated:

'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'

customProcessMetadatas AutotagRuleConditionCustomProcessMetadata[]
databaseTopologies AutotagRuleConditionDatabaseTopology[]
databaseTopologyComparisons AutotagRuleConditionDatabaseTopologyComparison[]

Deprecated:

You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.

dcrumDecoderComparisons AutotagRuleConditionDcrumDecoderComparison[]

Deprecated:

You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.

dcrumDecoders AutotagRuleConditionDcrumDecoder[]
entities AutotagRuleConditionEntity[]
entityIdComparisons AutotagRuleConditionEntityIdComparison[]

Deprecated:

You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.

hostTeches AutotagRuleConditionHostTech[]
hypervisorTypeComparisions AutotagRuleConditionHypervisorTypeComparision[]

Deprecated:

hypervisor_type_comparision is deprecated. Use hypervisor instead

hypervisors AutotagRuleConditionHypervisor[]
indexedNameComparisons AutotagRuleConditionIndexedNameComparison[]

Deprecated:

You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.

indexedNames AutotagRuleConditionIndexedName[]
indexedStringComparisons AutotagRuleConditionIndexedStringComparison[]

Deprecated:

You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.

indexedStrings AutotagRuleConditionIndexedString[]
indexedTagComparisons AutotagRuleConditionIndexedTagComparison[]

Deprecated:

You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.

indexedTags AutotagRuleConditionIndexedTag[]
integerComparisons AutotagRuleConditionIntegerComparison[]

Deprecated:

You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.

integers AutotagRuleConditionInteger[]
ipaddressComparisons AutotagRuleConditionIpaddressComparison[]

Deprecated:

You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.

ipaddresses AutotagRuleConditionIpaddress[]
keys AutotagRuleConditionKey[]
mobilePlatformComparisons AutotagRuleConditionMobilePlatformComparison[]

Deprecated:

You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.

mobilePlatforms AutotagRuleConditionMobilePlatform[]
osArches AutotagRuleConditionOsArch[]
osTypes AutotagRuleConditionOsType[]
osarchitectureComparisons AutotagRuleConditionOsarchitectureComparison[]

Deprecated:

You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.

ostypeComparisons AutotagRuleConditionOstypeComparison[]

Deprecated:

You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.

paasTypeComparisons AutotagRuleConditionPaasTypeComparison[]

Deprecated:

You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.

paasTypes AutotagRuleConditionPaasType[]
processMetadataConditionKeys AutotagRuleConditionProcessMetadataConditionKey[]

Deprecated:

'process_metadata_condition_key' is deprecated. You should use 'process_metadata'

processMetadatas AutotagRuleConditionProcessMetadata[]
serviceTopologies AutotagRuleConditionServiceTopology[]
serviceTopologyComparisons AutotagRuleConditionServiceTopologyComparison[]

Deprecated:

You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.

serviceTypeComparisons AutotagRuleConditionServiceTypeComparison[]

Deprecated:

You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.

serviceTypes AutotagRuleConditionServiceType[]
simpleHostTechComparisons AutotagRuleConditionSimpleHostTechComparison[]

Deprecated:

You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.

simpleTechComparisons AutotagRuleConditionSimpleTechComparison[]

Deprecated:

You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.

stringComparisons AutotagRuleConditionStringComparison[]

Deprecated:

You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.

stringConditionKeys AutotagRuleConditionStringConditionKey[]

Deprecated:

'string_condition_key' is deprecated. You should use 'string_key'

stringKeys AutotagRuleConditionStringKey[]
strings AutotagRuleConditionString[]
syntheticEngineTypeComparisons AutotagRuleConditionSyntheticEngineTypeComparison[]

Deprecated:

You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.

syntheticEngines AutotagRuleConditionSyntheticEngine[]
tagComparisons AutotagRuleConditionTagComparison[]

Deprecated:

You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.

tags AutotagRuleConditionTag[]
teches AutotagRuleConditionTech[]
unknowns string
application_type_comparisons Sequence[AutotagRuleConditionApplicationTypeComparison]

Deprecated:

You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.

application_types Sequence[AutotagRuleConditionApplicationType]
azure_compute_mode_comparisons Sequence[AutotagRuleConditionAzureComputeModeComparison]
azure_compute_modes Sequence[AutotagRuleConditionAzureComputeMode]

Deprecated:

You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.

azure_sku_comparisions Sequence[AutotagRuleConditionAzureSkuComparision]

Deprecated:

You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.

azure_skus Sequence[AutotagRuleConditionAzureSkus]
base_comparison_basics Sequence[AutotagRuleConditionBaseComparisonBasic]

Deprecated:

You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.

base_condition_keys Sequence[AutotagRuleConditionBaseConditionKey]

Deprecated:

'base_condition_key' is deprecated. You should use 'key'

bitness_comparisions Sequence[AutotagRuleConditionBitnessComparision]

Deprecated:

You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.

bitnesses Sequence[AutotagRuleConditionBitness]
cloud_type_comparisons Sequence[AutotagRuleConditionCloudTypeComparison]

Deprecated:

You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.

cloud_types Sequence[AutotagRuleConditionCloudType]
comparisons Sequence[AutotagRuleConditionComparison]
custom_application_type_comparisons Sequence[AutotagRuleConditionCustomApplicationTypeComparison]

Deprecated:

You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.

custom_application_types Sequence[AutotagRuleConditionCustomApplicationType]
custom_host_metadata_condition_keys Sequence[AutotagRuleConditionCustomHostMetadataConditionKey]

Deprecated:

'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'

custom_host_metadatas Sequence[AutotagRuleConditionCustomHostMetadata]
custom_process_metadata_condition_keys Sequence[AutotagRuleConditionCustomProcessMetadataConditionKey]

Deprecated:

'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'

custom_process_metadatas Sequence[AutotagRuleConditionCustomProcessMetadata]
database_topologies Sequence[AutotagRuleConditionDatabaseTopology]
database_topology_comparisons Sequence[AutotagRuleConditionDatabaseTopologyComparison]

Deprecated:

You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.

dcrum_decoder_comparisons Sequence[AutotagRuleConditionDcrumDecoderComparison]

Deprecated:

You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.

dcrum_decoders Sequence[AutotagRuleConditionDcrumDecoder]
entities Sequence[AutotagRuleConditionEntity]
entity_id_comparisons Sequence[AutotagRuleConditionEntityIdComparison]

Deprecated:

You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.

host_teches Sequence[AutotagRuleConditionHostTech]
hypervisor_type_comparisions Sequence[AutotagRuleConditionHypervisorTypeComparision]

Deprecated:

hypervisor_type_comparision is deprecated. Use hypervisor instead

hypervisors Sequence[AutotagRuleConditionHypervisor]
indexed_name_comparisons Sequence[AutotagRuleConditionIndexedNameComparison]

Deprecated:

You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.

indexed_names Sequence[AutotagRuleConditionIndexedName]
indexed_string_comparisons Sequence[AutotagRuleConditionIndexedStringComparison]

Deprecated:

You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.

indexed_strings Sequence[AutotagRuleConditionIndexedString]
indexed_tag_comparisons Sequence[AutotagRuleConditionIndexedTagComparison]

Deprecated:

You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.

indexed_tags Sequence[AutotagRuleConditionIndexedTag]
integer_comparisons Sequence[AutotagRuleConditionIntegerComparison]

Deprecated:

You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.

integers Sequence[AutotagRuleConditionInteger]
ipaddress_comparisons Sequence[AutotagRuleConditionIpaddressComparison]

Deprecated:

You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.

ipaddresses Sequence[AutotagRuleConditionIpaddress]
keys Sequence[AutotagRuleConditionKey]
mobile_platform_comparisons Sequence[AutotagRuleConditionMobilePlatformComparison]

Deprecated:

You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.

mobile_platforms Sequence[AutotagRuleConditionMobilePlatform]
os_arches Sequence[AutotagRuleConditionOsArch]
os_types Sequence[AutotagRuleConditionOsType]
osarchitecture_comparisons Sequence[AutotagRuleConditionOsarchitectureComparison]

Deprecated:

You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.

ostype_comparisons Sequence[AutotagRuleConditionOstypeComparison]

Deprecated:

You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.

paas_type_comparisons Sequence[AutotagRuleConditionPaasTypeComparison]

Deprecated:

You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.

paas_types Sequence[AutotagRuleConditionPaasType]
process_metadata_condition_keys Sequence[AutotagRuleConditionProcessMetadataConditionKey]

Deprecated:

'process_metadata_condition_key' is deprecated. You should use 'process_metadata'

process_metadatas Sequence[AutotagRuleConditionProcessMetadata]
service_topologies Sequence[AutotagRuleConditionServiceTopology]
service_topology_comparisons Sequence[AutotagRuleConditionServiceTopologyComparison]

Deprecated:

You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.

service_type_comparisons Sequence[AutotagRuleConditionServiceTypeComparison]

Deprecated:

You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.

service_types Sequence[AutotagRuleConditionServiceType]
simple_host_tech_comparisons Sequence[AutotagRuleConditionSimpleHostTechComparison]

Deprecated:

You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.

simple_tech_comparisons Sequence[AutotagRuleConditionSimpleTechComparison]

Deprecated:

You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.

string_comparisons Sequence[AutotagRuleConditionStringComparison]

Deprecated:

You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.

string_condition_keys Sequence[AutotagRuleConditionStringConditionKey]

Deprecated:

'string_condition_key' is deprecated. You should use 'string_key'

string_keys Sequence[AutotagRuleConditionStringKey]
strings Sequence[AutotagRuleConditionString]
synthetic_engine_type_comparisons Sequence[AutotagRuleConditionSyntheticEngineTypeComparison]

Deprecated:

You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.

synthetic_engines Sequence[AutotagRuleConditionSyntheticEngine]
tag_comparisons Sequence[AutotagRuleConditionTagComparison]

Deprecated:

You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.

tags Sequence[AutotagRuleConditionTag]
teches Sequence[AutotagRuleConditionTech]
unknowns str
applicationTypeComparisons List<Property Map>

Deprecated:

You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.

applicationTypes List<Property Map>
azureComputeModeComparisons List<Property Map>
azureComputeModes List<Property Map>

Deprecated:

You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.

azureSkuComparisions List<Property Map>

Deprecated:

You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.

azureSkus List<Property Map>
baseComparisonBasics List<Property Map>

Deprecated:

You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.

baseConditionKeys List<Property Map>

Deprecated:

'base_condition_key' is deprecated. You should use 'key'

bitnessComparisions List<Property Map>

Deprecated:

You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.

bitnesses List<Property Map>
cloudTypeComparisons List<Property Map>

Deprecated:

You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.

cloudTypes List<Property Map>
comparisons List<Property Map>
customApplicationTypeComparisons List<Property Map>

Deprecated:

You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.

customApplicationTypes List<Property Map>
customHostMetadataConditionKeys List<Property Map>

Deprecated:

'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'

customHostMetadatas List<Property Map>
customProcessMetadataConditionKeys List<Property Map>

Deprecated:

'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'

customProcessMetadatas List<Property Map>
databaseTopologies List<Property Map>
databaseTopologyComparisons List<Property Map>

Deprecated:

You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.

dcrumDecoderComparisons List<Property Map>

Deprecated:

You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.

dcrumDecoders List<Property Map>
entities List<Property Map>
entityIdComparisons List<Property Map>

Deprecated:

You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.

hostTeches List<Property Map>
hypervisorTypeComparisions List<Property Map>

Deprecated:

hypervisor_type_comparision is deprecated. Use hypervisor instead

hypervisors List<Property Map>
indexedNameComparisons List<Property Map>

Deprecated:

You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.

indexedNames List<Property Map>
indexedStringComparisons List<Property Map>

Deprecated:

You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.

indexedStrings List<Property Map>
indexedTagComparisons List<Property Map>

Deprecated:

You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.

indexedTags List<Property Map>
integerComparisons List<Property Map>

Deprecated:

You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.

integers List<Property Map>
ipaddressComparisons List<Property Map>

Deprecated:

You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.

ipaddresses List<Property Map>
keys List<Property Map>
mobilePlatformComparisons List<Property Map>

Deprecated:

You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.

mobilePlatforms List<Property Map>
osArches List<Property Map>
osTypes List<Property Map>
osarchitectureComparisons List<Property Map>

Deprecated:

You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.

ostypeComparisons List<Property Map>

Deprecated:

You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.

paasTypeComparisons List<Property Map>

Deprecated:

You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.

paasTypes List<Property Map>
processMetadataConditionKeys List<Property Map>

Deprecated:

'process_metadata_condition_key' is deprecated. You should use 'process_metadata'

processMetadatas List<Property Map>
serviceTopologies List<Property Map>
serviceTopologyComparisons List<Property Map>

Deprecated:

You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.

serviceTypeComparisons List<Property Map>

Deprecated:

You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.

serviceTypes List<Property Map>
simpleHostTechComparisons List<Property Map>

Deprecated:

You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.

simpleTechComparisons List<Property Map>

Deprecated:

You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.

stringComparisons List<Property Map>

Deprecated:

You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.

stringConditionKeys List<Property Map>

Deprecated:

'string_condition_key' is deprecated. You should use 'string_key'

stringKeys List<Property Map>
strings List<Property Map>
syntheticEngineTypeComparisons List<Property Map>

Deprecated:

You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.

syntheticEngines List<Property Map>
tagComparisons List<Property Map>

Deprecated:

You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.

tags List<Property Map>
teches List<Property Map>
unknowns String

AutotagRuleConditionApplicationType

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionApplicationTypeComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionAzureComputeMode

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionAzureComputeModeComparison

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionAzureSkuComparision

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionAzureSkus

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionBaseComparisonBasic

Type string
Negate bool
Unknowns string
Type string
Negate bool
Unknowns string
type String
negate Boolean
unknowns String
type string
negate boolean
unknowns string
type str
negate bool
unknowns str
type String
negate Boolean
unknowns String

AutotagRuleConditionBaseConditionKey

Attribute string
Type string
Unknowns string
Attribute string
Type string
Unknowns string
attribute String
type String
unknowns String
attribute string
type string
unknowns string
attribute String
type String
unknowns String

AutotagRuleConditionBitness

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionBitnessComparision

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionCloudType

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionCloudTypeComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionComparison

Type string
Negate bool
Unknowns string
Type string
Negate bool
Unknowns string
type String
negate Boolean
unknowns String
type string
negate boolean
unknowns string
type str
negate bool
unknowns str
type String
negate Boolean
unknowns String

AutotagRuleConditionCustomApplicationType

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionCustomApplicationTypeComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionCustomHostMetadata

AutotagRuleConditionCustomHostMetadataConditionKey

Attribute string
DynamicKey Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Attribute string
DynamicKey AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
attribute String
dynamicKey AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
attribute string
dynamicKey AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
attribute str
dynamic_key AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
attribute String
dynamicKey Property Map
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String

AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey

Key string
Source string
Unknowns string
Key string
Source string
Unknowns string
key String
source String
unknowns String
key string
source string
unknowns string
key str
source str
unknowns str
key String
source String
unknowns String

AutotagRuleConditionCustomHostMetadataDynamicKey

Key string
Source string
Unknowns string
Key string
Source string
Unknowns string
key String
source String
unknowns String
key string
source string
unknowns string
key str
source str
unknowns str
key String
source String
unknowns String

AutotagRuleConditionCustomProcessMetadata

AutotagRuleConditionCustomProcessMetadataConditionKey

Attribute string
DynamicKey Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Attribute string
DynamicKey AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
attribute String
dynamicKey AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
attribute string
dynamicKey AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
attribute str
dynamic_key AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
attribute String
dynamicKey Property Map
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String

AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey

Key string
Source string
Unknowns string
Key string
Source string
Unknowns string
key String
source String
unknowns String
key string
source string
unknowns string
key str
source str
unknowns str
key String
source String
unknowns String

AutotagRuleConditionCustomProcessMetadataDynamicKey

Key string
Source string
Unknowns string
Key string
Source string
Unknowns string
key String
source String
unknowns String
key string
source string
unknowns string
key str
source str
unknowns str
key String
source String
unknowns String

AutotagRuleConditionDatabaseTopology

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionDatabaseTopologyComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionDcrumDecoder

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionDcrumDecoderComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionEntity

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionEntityIdComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionHostTech

AutotagRuleConditionHostTechValue

Type string
Unknowns string
VerbatimType string
Type string
Unknowns string
VerbatimType string
type String
unknowns String
verbatimType String
type string
unknowns string
verbatimType string
type String
unknowns String
verbatimType String

AutotagRuleConditionHypervisor

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionHypervisorTypeComparision

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionIndexedName

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionIndexedNameComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionIndexedString

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionIndexedStringComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionIndexedTag

AutotagRuleConditionIndexedTagComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionIndexedTagComparisonValue
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value AutotagRuleConditionIndexedTagComparisonValue
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value AutotagRuleConditionIndexedTagComparisonValue
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value AutotagRuleConditionIndexedTagComparisonValue
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value AutotagRuleConditionIndexedTagComparisonValue
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value Property Map

AutotagRuleConditionIndexedTagComparisonValue

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

AutotagRuleConditionIndexedTagValue

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

AutotagRuleConditionInteger

Operator string
Negate bool
Unknowns string
Value int
Operator string
Negate bool
Unknowns string
Value int
operator String
negate Boolean
unknowns String
value Integer
operator string
negate boolean
unknowns string
value number
operator String
negate Boolean
unknowns String
value Number

AutotagRuleConditionIntegerComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value int
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value int
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value Integer
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value number
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value int
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value Number

AutotagRuleConditionIpaddress

Operator string
CaseSensitive bool
Negate bool
Unknowns string
Value string
Operator string
CaseSensitive bool
Negate bool
Unknowns string
Value string
operator String
caseSensitive Boolean
negate Boolean
unknowns String
value String
operator string
caseSensitive boolean
negate boolean
unknowns string
value string
operator String
caseSensitive Boolean
negate Boolean
unknowns String
value String

AutotagRuleConditionIpaddressComparison

Operator string
CaseSensitive bool
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
CaseSensitive bool
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
caseSensitive Boolean
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
caseSensitive boolean
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
case_sensitive bool
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
caseSensitive Boolean
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionKey

Attribute string
Type string
Unknowns string
Attribute string
Type string
Unknowns string
attribute String
type String
unknowns String
attribute string
type string
unknowns string
attribute String
type String
unknowns String

AutotagRuleConditionMobilePlatform

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionMobilePlatformComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionOsArch

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionOsType

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionOsarchitectureComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionOstypeComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionPaasType

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionPaasTypeComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionProcessMetadata

Attribute string
DynamicKey string
Unknowns string
Attribute string
DynamicKey string
Unknowns string
attribute String
dynamicKey String
unknowns String
attribute string
dynamicKey string
unknowns string
attribute String
dynamicKey String
unknowns String

AutotagRuleConditionProcessMetadataConditionKey

Attribute string
DynamicKey string
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Attribute string
DynamicKey string
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
attribute String
dynamicKey String
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
attribute string
dynamicKey string
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
attribute str
dynamic_key str
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
attribute String
dynamicKey String
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String

AutotagRuleConditionServiceTopology

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionServiceTopologyComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionServiceType

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionServiceTypeComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionSimpleHostTechComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionSimpleHostTechComparisonValue
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value AutotagRuleConditionSimpleHostTechComparisonValue
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value AutotagRuleConditionSimpleHostTechComparisonValue
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value AutotagRuleConditionSimpleHostTechComparisonValue
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value AutotagRuleConditionSimpleHostTechComparisonValue
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value Property Map

AutotagRuleConditionSimpleHostTechComparisonValue

Type string
Unknowns string
VerbatimType string
Type string
Unknowns string
VerbatimType string
type String
unknowns String
verbatimType String
type string
unknowns string
verbatimType string
type String
unknowns String
verbatimType String

AutotagRuleConditionSimpleTechComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionSimpleTechComparisonValue
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value AutotagRuleConditionSimpleTechComparisonValue
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value AutotagRuleConditionSimpleTechComparisonValue
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value AutotagRuleConditionSimpleTechComparisonValue
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value AutotagRuleConditionSimpleTechComparisonValue
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value Property Map

AutotagRuleConditionSimpleTechComparisonValue

Type string
Unknowns string
VerbatimType string
Type string
Unknowns string
VerbatimType string
type String
unknowns String
verbatimType String
type string
unknowns string
verbatimType string
type String
unknowns String
verbatimType String

AutotagRuleConditionString

Operator string
CaseSensitive bool
Negate bool
Unknowns string
Value string
Operator string
CaseSensitive bool
Negate bool
Unknowns string
Value string
operator String
caseSensitive Boolean
negate Boolean
unknowns String
value String
operator string
caseSensitive boolean
negate boolean
unknowns string
value string
operator String
caseSensitive Boolean
negate Boolean
unknowns String
value String

AutotagRuleConditionStringComparison

Operator string
CaseSensitive bool
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
CaseSensitive bool
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
caseSensitive Boolean
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
caseSensitive boolean
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
case_sensitive bool
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
caseSensitive Boolean
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionStringConditionKey

Attribute string
DynamicKey string
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Attribute string
DynamicKey string
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
attribute String
dynamicKey String
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
attribute string
dynamicKey string
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
attribute str
dynamic_key str
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
attribute String
dynamicKey String
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String

AutotagRuleConditionStringKey

Attribute string
DynamicKey string
Unknowns string
Attribute string
DynamicKey string
Unknowns string
attribute String
dynamicKey String
unknowns String
attribute string
dynamicKey string
unknowns string
attribute String
dynamicKey String
unknowns String

AutotagRuleConditionSyntheticEngine

Operator string
Negate bool
Unknowns string
Value string
Operator string
Negate bool
Unknowns string
Value string
operator String
negate Boolean
unknowns String
value String
operator string
negate boolean
unknowns string
value string
operator String
negate Boolean
unknowns String
value String

AutotagRuleConditionSyntheticEngineTypeComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value string
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value string
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value str
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value String

AutotagRuleConditionTag

AutotagRuleConditionTagComparison

Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRuleConditionTagComparisonValue
Operator string
Negate bool
Type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

Unknowns string
Value AutotagRuleConditionTagComparisonValue
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value AutotagRuleConditionTagComparisonValue
operator string
negate boolean
type string

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns string
value AutotagRuleConditionTagComparisonValue
operator str
negate bool
type str

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns str
value AutotagRuleConditionTagComparisonValue
operator String
negate Boolean
type String

Deprecated:

The value of the attribute type is implicit, therefore shouldn't get specified

unknowns String
value Property Map

AutotagRuleConditionTagComparisonValue

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

AutotagRuleConditionTagValue

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

AutotagRuleConditionTech

AutotagRuleConditionTechValue

Type string
Unknowns string
VerbatimType string
Type string
Unknowns string
VerbatimType string
type String
unknowns String
verbatimType String
type string
unknowns string
verbatimType string
type String
unknowns String
verbatimType String

Package Details

Repository
dynatrace lbrlabs/pulumi-dynatrace
License
Apache-2.0
Notes

This Pulumi package is based on the dynatrace Terraform Provider.