
Dynatrace v0.1.0, May 24 23

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.
- Entity
Selector List<Lbrlabs.Based Rules Pulumi Package. Dynatrace. Inputs. Autotag Entity Selector Based Rule Args> 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
.- Rules
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Args> 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.
- Entity
Selector []AutotagBased Rules Entity Selector Based Rule Args 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
.- Rules
[]Autotag
Rule Args 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.
- entity
Selector List<AutotagBased Rules Entity Selector Based Rule Args> 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
.- rules
List<Autotag
Rule Args> 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.
- entity
Selector AutotagBased Rules Entity Selector Based Rule Args[] 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
.- rules
Autotag
Rule Args[] 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_ Sequence[Autotagbased_ rules Entity Selector Based Rule Args] 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
.- rules
Sequence[Autotag
Rule Args] 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.
- entity
Selector List<Property Map>Based Rules 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure: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.
- Description string
The description of the auto-tag.
- Entity
Selector List<Lbrlabs.Based Rules Pulumi Package. Dynatrace. Inputs. Autotag Entity Selector Based Rule Args> 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
.- Rules
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Args> 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.
- Entity
Selector []AutotagBased Rules Entity Selector Based Rule Args 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
.- Rules
[]Autotag
Rule Args 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.
- entity
Selector List<AutotagBased Rules Entity Selector Based Rule Args> 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
.- rules
List<Autotag
Rule Args> 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.
- entity
Selector AutotagBased Rules Entity Selector Based Rule Args[] 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
.- rules
Autotag
Rule Args[] 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_ Sequence[Autotagbased_ rules Entity Selector Based Rule Args] 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
.- rules
Sequence[Autotag
Rule Args] 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.
- entity
Selector List<Property Map>Based Rules 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure: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
- Value
Format string
- Enabled bool
- Normalization string
- Selector string
- Unknowns string
- Value
Format string
- enabled Boolean
- normalization String
- selector String
- unknowns String
- value
Format String
- enabled boolean
- normalization string
- selector string
- unknowns string
- value
Format string
- enabled bool
- normalization str
- selector str
- unknowns str
- value_
format str
- enabled Boolean
- normalization String
- selector String
- unknowns String
- value
Format String
AutotagRule
- Type string
- Conditions
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition> - Enabled bool
- Normalization string
- Propagation
Types List<string> - Unknowns string
- Value
Format string
- Type string
- Conditions
[]Autotag
Rule Condition - Enabled bool
- Normalization string
- Propagation
Types []string - Unknowns string
- Value
Format string
- type String
- conditions
List<Autotag
Rule Condition> - enabled Boolean
- normalization String
- propagation
Types List<String> - unknowns String
- value
Format String
- type string
- conditions
Autotag
Rule Condition[] - enabled boolean
- normalization string
- propagation
Types string[] - unknowns string
- value
Format string
- type str
- conditions
Sequence[Autotag
Rule Condition] - enabled bool
- normalization str
- propagation_
types Sequence[str] - unknowns str
- value_
format str
- type String
- conditions List<Property Map>
- enabled Boolean
- normalization String
- propagation
Types List<String> - unknowns String
- value
Format String
AutotagRuleCondition
- Application
Type List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Application Type Comparison> You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.
- Application
Types List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Application Type> - Azure
Compute List<Lbrlabs.Mode Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Azure Compute Mode Comparison> - Azure
Compute List<Lbrlabs.Modes Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Azure Compute Mode> You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.
- Azure
Sku List<Lbrlabs.Comparisions Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Azure Sku Comparision> You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.
- Azure
Skus List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Azure Skus> - Base
Comparison List<Lbrlabs.Basics Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Base Comparison Basic> You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.
- Base
Condition List<Lbrlabs.Keys Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Base Condition Key> 'base_condition_key' is deprecated. You should use 'key'
- Bitness
Comparisions List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Bitness Comparision> You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.
- Bitnesses
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Bitness> - Cloud
Type List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Cloud Type Comparison> You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.
- Cloud
Types List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Cloud Type> - Comparisons
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Comparison> - Custom
Application List<Lbrlabs.Type Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Custom Application Type Comparison> You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.
- Custom
Application List<Lbrlabs.Types Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Custom Application Type> - Custom
Host List<Lbrlabs.Metadata Condition Keys Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Custom Host Metadata Condition Key> 'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'
- Custom
Host List<Lbrlabs.Metadatas Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Custom Host Metadata> - Custom
Process List<Lbrlabs.Metadata Condition Keys Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Custom Process Metadata Condition Key> 'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'
- Custom
Process List<Lbrlabs.Metadatas Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Custom Process Metadata> - Database
Topologies List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Database Topology> - Database
Topology List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Database Topology Comparison> You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.
- Dcrum
Decoder List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Dcrum Decoder Comparison> You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.
- Dcrum
Decoders List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Dcrum Decoder> - Entities
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Entity> - Entity
Id List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Entity Id Comparison> You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.
- Host
Teches List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Host Tech> - Hypervisor
Type List<Lbrlabs.Comparisions Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Hypervisor Type Comparision> hypervisor_type_comparision
is deprecated. Usehypervisor
instead- Hypervisors
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Hypervisor> - Indexed
Name List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Indexed Name Comparison> You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.
- Indexed
Names List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Indexed Name> - Indexed
String List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Indexed String Comparison> You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.
- Indexed
Strings List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Indexed String> - Indexed
Tag List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Indexed Tag Comparison> You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.
- List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Indexed Tag> - Integer
Comparisons List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Integer Comparison> You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.
- Integers
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Integer> - Ipaddress
Comparisons List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Ipaddress Comparison> You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.
- Ipaddresses
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Ipaddress> - Keys
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Key> - Mobile
Platform List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Mobile Platform Comparison> You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.
- Mobile
Platforms List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Mobile Platform> - Os
Arches List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Os Arch> - Os
Types List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Os Type> - Osarchitecture
Comparisons List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Osarchitecture Comparison> You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.
- Ostype
Comparisons List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Ostype Comparison> You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.
- Paas
Type List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Paas Type Comparison> You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.
- Paas
Types List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Paas Type> - Process
Metadata List<Lbrlabs.Condition Keys Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Process Metadata Condition Key> 'process_metadata_condition_key' is deprecated. You should use 'process_metadata'
- Process
Metadatas List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Process Metadata> - Service
Topologies List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Service Topology> - Service
Topology List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Service Topology Comparison> You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.
- Service
Type List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Service Type Comparison> You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.
- Service
Types List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Service Type> - Simple
Host List<Lbrlabs.Tech Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Simple Host Tech Comparison> You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.
- Simple
Tech List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Simple Tech Comparison> You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.
- String
Comparisons List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition String Comparison> You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.
- String
Condition List<Lbrlabs.Keys Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition String Condition Key> 'string_condition_key' is deprecated. You should use 'string_key'
- String
Keys List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition String Key> - Strings
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition String> - Synthetic
Engine List<Lbrlabs.Type Comparisons Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Synthetic Engine Type Comparison> You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.
- Synthetic
Engines List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Synthetic Engine> - Tag
Comparisons List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Tag Comparison> You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.
- List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Tag> - Teches
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Tech> - Unknowns string
- Application
Type []AutotagComparisons Rule Condition Application Type Comparison You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.
- Application
Types []AutotagRule Condition Application Type - Azure
Compute []AutotagMode Comparisons Rule Condition Azure Compute Mode Comparison - Azure
Compute []AutotagModes Rule Condition Azure Compute Mode You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.
- Azure
Sku []AutotagComparisions Rule Condition Azure Sku Comparision You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.
- Azure
Skus []AutotagRule Condition Azure Skus - Base
Comparison []AutotagBasics Rule Condition Base Comparison Basic You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.
- Base
Condition []AutotagKeys Rule Condition Base Condition Key 'base_condition_key' is deprecated. You should use 'key'
- Bitness
Comparisions []AutotagRule Condition Bitness Comparision You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.
- Bitnesses
[]Autotag
Rule Condition Bitness - Cloud
Type []AutotagComparisons Rule Condition Cloud Type Comparison You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.
- Cloud
Types []AutotagRule Condition Cloud Type - Comparisons
[]Autotag
Rule Condition Comparison - Custom
Application []AutotagType Comparisons Rule Condition Custom Application Type Comparison You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.
- Custom
Application []AutotagTypes Rule Condition Custom Application Type - Custom
Host []AutotagMetadata Condition Keys Rule Condition Custom Host Metadata Condition Key 'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'
- Custom
Host []AutotagMetadatas Rule Condition Custom Host Metadata - Custom
Process []AutotagMetadata Condition Keys Rule Condition Custom Process Metadata Condition Key 'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'
- Custom
Process []AutotagMetadatas Rule Condition Custom Process Metadata - Database
Topologies []AutotagRule Condition Database Topology - Database
Topology []AutotagComparisons Rule Condition Database Topology Comparison You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.
- Dcrum
Decoder []AutotagComparisons Rule Condition Dcrum Decoder Comparison You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.
- Dcrum
Decoders []AutotagRule Condition Dcrum Decoder - Entities
[]Autotag
Rule Condition Entity - Entity
Id []AutotagComparisons Rule Condition Entity Id Comparison You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.
- Host
Teches []AutotagRule Condition Host Tech - Hypervisor
Type []AutotagComparisions Rule Condition Hypervisor Type Comparision hypervisor_type_comparision
is deprecated. Usehypervisor
instead- Hypervisors
[]Autotag
Rule Condition Hypervisor - Indexed
Name []AutotagComparisons Rule Condition Indexed Name Comparison You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.
- Indexed
Names []AutotagRule Condition Indexed Name - Indexed
String []AutotagComparisons Rule Condition Indexed String Comparison You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.
- Indexed
Strings []AutotagRule Condition Indexed String - Indexed
Tag []AutotagComparisons Rule Condition Indexed Tag Comparison You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.
- []Autotag
Rule Condition Indexed Tag - Integer
Comparisons []AutotagRule Condition Integer Comparison You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.
- Integers
[]Autotag
Rule Condition Integer - Ipaddress
Comparisons []AutotagRule Condition Ipaddress Comparison You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.
- Ipaddresses
[]Autotag
Rule Condition Ipaddress - Keys
[]Autotag
Rule Condition Key - Mobile
Platform []AutotagComparisons Rule Condition Mobile Platform Comparison You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.
- Mobile
Platforms []AutotagRule Condition Mobile Platform - Os
Arches []AutotagRule Condition Os Arch - Os
Types []AutotagRule Condition Os Type - Osarchitecture
Comparisons []AutotagRule Condition Osarchitecture Comparison You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.
- Ostype
Comparisons []AutotagRule Condition Ostype Comparison You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.
- Paas
Type []AutotagComparisons Rule Condition Paas Type Comparison You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.
- Paas
Types []AutotagRule Condition Paas Type - Process
Metadata []AutotagCondition Keys Rule Condition Process Metadata Condition Key 'process_metadata_condition_key' is deprecated. You should use 'process_metadata'
- Process
Metadatas []AutotagRule Condition Process Metadata - Service
Topologies []AutotagRule Condition Service Topology - Service
Topology []AutotagComparisons Rule Condition Service Topology Comparison You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.
- Service
Type []AutotagComparisons Rule Condition Service Type Comparison You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.
- Service
Types []AutotagRule Condition Service Type - Simple
Host []AutotagTech Comparisons Rule Condition Simple Host Tech Comparison You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.
- Simple
Tech []AutotagComparisons Rule Condition Simple Tech Comparison You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.
- String
Comparisons []AutotagRule Condition String Comparison You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.
- String
Condition []AutotagKeys Rule Condition String Condition Key 'string_condition_key' is deprecated. You should use 'string_key'
- String
Keys []AutotagRule Condition String Key - Strings
[]Autotag
Rule Condition String - Synthetic
Engine []AutotagType Comparisons Rule Condition Synthetic Engine Type Comparison You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.
- Synthetic
Engines []AutotagRule Condition Synthetic Engine - Tag
Comparisons []AutotagRule Condition Tag Comparison You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.
- []Autotag
Rule Condition Tag - Teches
[]Autotag
Rule Condition Tech - Unknowns string
- application
Type List<AutotagComparisons Rule Condition Application Type Comparison> You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.
- application
Types List<AutotagRule Condition Application Type> - azure
Compute List<AutotagMode Comparisons Rule Condition Azure Compute Mode Comparison> - azure
Compute List<AutotagModes Rule Condition Azure Compute Mode> You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.
- azure
Sku List<AutotagComparisions Rule Condition Azure Sku Comparision> You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.
- azure
Skus List<AutotagRule Condition Azure Skus> - base
Comparison List<AutotagBasics Rule Condition Base Comparison Basic> You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.
- base
Condition List<AutotagKeys Rule Condition Base Condition Key> 'base_condition_key' is deprecated. You should use 'key'
- bitness
Comparisions List<AutotagRule Condition Bitness Comparision> You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.
- bitnesses
List<Autotag
Rule Condition Bitness> - cloud
Type List<AutotagComparisons Rule Condition Cloud Type Comparison> You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.
- cloud
Types List<AutotagRule Condition Cloud Type> - comparisons
List<Autotag
Rule Condition Comparison> - custom
Application List<AutotagType Comparisons Rule Condition Custom Application Type Comparison> You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.
- custom
Application List<AutotagTypes Rule Condition Custom Application Type> - custom
Host List<AutotagMetadata Condition Keys Rule Condition Custom Host Metadata Condition Key> 'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'
- custom
Host List<AutotagMetadatas Rule Condition Custom Host Metadata> - custom
Process List<AutotagMetadata Condition Keys Rule Condition Custom Process Metadata Condition Key> 'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'
- custom
Process List<AutotagMetadatas Rule Condition Custom Process Metadata> - database
Topologies List<AutotagRule Condition Database Topology> - database
Topology List<AutotagComparisons Rule Condition Database Topology Comparison> You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.
- dcrum
Decoder List<AutotagComparisons Rule Condition Dcrum Decoder Comparison> You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.
- dcrum
Decoders List<AutotagRule Condition Dcrum Decoder> - entities
List<Autotag
Rule Condition Entity> - entity
Id List<AutotagComparisons Rule Condition Entity Id Comparison> You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.
- host
Teches List<AutotagRule Condition Host Tech> - hypervisor
Type List<AutotagComparisions Rule Condition Hypervisor Type Comparision> hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
List<Autotag
Rule Condition Hypervisor> - indexed
Name List<AutotagComparisons Rule Condition Indexed Name Comparison> You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.
- indexed
Names List<AutotagRule Condition Indexed Name> - indexed
String List<AutotagComparisons Rule Condition Indexed String Comparison> You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.
- indexed
Strings List<AutotagRule Condition Indexed String> - indexed
Tag List<AutotagComparisons Rule Condition Indexed Tag Comparison> You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.
- List<Autotag
Rule Condition Indexed Tag> - integer
Comparisons List<AutotagRule Condition Integer Comparison> You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.
- integers
List<Autotag
Rule Condition Integer> - ipaddress
Comparisons List<AutotagRule Condition Ipaddress Comparison> You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.
- ipaddresses
List<Autotag
Rule Condition Ipaddress> - keys
List<Autotag
Rule Condition Key> - mobile
Platform List<AutotagComparisons Rule Condition Mobile Platform Comparison> You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.
- mobile
Platforms List<AutotagRule Condition Mobile Platform> - os
Arches List<AutotagRule Condition Os Arch> - os
Types List<AutotagRule Condition Os Type> - osarchitecture
Comparisons List<AutotagRule Condition Osarchitecture Comparison> You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.
- ostype
Comparisons List<AutotagRule Condition Ostype Comparison> You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.
- paas
Type List<AutotagComparisons Rule Condition Paas Type Comparison> You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.
- paas
Types List<AutotagRule Condition Paas Type> - process
Metadata List<AutotagCondition Keys Rule Condition Process Metadata Condition Key> 'process_metadata_condition_key' is deprecated. You should use 'process_metadata'
- process
Metadatas List<AutotagRule Condition Process Metadata> - service
Topologies List<AutotagRule Condition Service Topology> - service
Topology List<AutotagComparisons Rule Condition Service Topology Comparison> You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.
- service
Type List<AutotagComparisons Rule Condition Service Type Comparison> You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.
- service
Types List<AutotagRule Condition Service Type> - simple
Host List<AutotagTech Comparisons Rule Condition Simple Host Tech Comparison> You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.
- simple
Tech List<AutotagComparisons Rule Condition Simple Tech Comparison> You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.
- string
Comparisons List<AutotagRule Condition String Comparison> You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.
- string
Condition List<AutotagKeys Rule Condition String Condition Key> 'string_condition_key' is deprecated. You should use 'string_key'
- string
Keys List<AutotagRule Condition String Key> - strings
List<Autotag
Rule Condition String> - synthetic
Engine List<AutotagType Comparisons Rule Condition Synthetic Engine Type Comparison> You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.
- synthetic
Engines List<AutotagRule Condition Synthetic Engine> - tag
Comparisons List<AutotagRule Condition Tag Comparison> You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.
- List<Autotag
Rule Condition Tag> - teches
List<Autotag
Rule Condition Tech> - unknowns String
- application
Type AutotagComparisons Rule Condition Application Type Comparison[] You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.
- application
Types AutotagRule Condition Application Type[] - azure
Compute AutotagMode Comparisons Rule Condition Azure Compute Mode Comparison[] - azure
Compute AutotagModes Rule Condition Azure Compute Mode[] You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.
- azure
Sku AutotagComparisions Rule Condition Azure Sku Comparision[] You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.
- azure
Skus AutotagRule Condition Azure Skus[] - base
Comparison AutotagBasics Rule Condition Base Comparison Basic[] You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.
- base
Condition AutotagKeys Rule Condition Base Condition Key[] 'base_condition_key' is deprecated. You should use 'key'
- bitness
Comparisions AutotagRule Condition Bitness Comparision[] You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.
- bitnesses
Autotag
Rule Condition Bitness[] - cloud
Type AutotagComparisons Rule Condition Cloud Type Comparison[] You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.
- cloud
Types AutotagRule Condition Cloud Type[] - comparisons
Autotag
Rule Condition Comparison[] - custom
Application AutotagType Comparisons Rule Condition Custom Application Type Comparison[] You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.
- custom
Application AutotagTypes Rule Condition Custom Application Type[] - custom
Host AutotagMetadata Condition Keys Rule Condition Custom Host Metadata Condition Key[] 'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'
- custom
Host AutotagMetadatas Rule Condition Custom Host Metadata[] - custom
Process AutotagMetadata Condition Keys Rule Condition Custom Process Metadata Condition Key[] 'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'
- custom
Process AutotagMetadatas Rule Condition Custom Process Metadata[] - database
Topologies AutotagRule Condition Database Topology[] - database
Topology AutotagComparisons Rule Condition Database Topology Comparison[] You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.
- dcrum
Decoder AutotagComparisons Rule Condition Dcrum Decoder Comparison[] You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.
- dcrum
Decoders AutotagRule Condition Dcrum Decoder[] - entities
Autotag
Rule Condition Entity[] - entity
Id AutotagComparisons Rule Condition Entity Id Comparison[] You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.
- host
Teches AutotagRule Condition Host Tech[] - hypervisor
Type AutotagComparisions Rule Condition Hypervisor Type Comparision[] hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
Autotag
Rule Condition Hypervisor[] - indexed
Name AutotagComparisons Rule Condition Indexed Name Comparison[] You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.
- indexed
Names AutotagRule Condition Indexed Name[] - indexed
String AutotagComparisons Rule Condition Indexed String Comparison[] You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.
- indexed
Strings AutotagRule Condition Indexed String[] - indexed
Tag AutotagComparisons Rule Condition Indexed Tag Comparison[] You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.
- Autotag
Rule Condition Indexed Tag[] - integer
Comparisons AutotagRule Condition Integer Comparison[] You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.
- integers
Autotag
Rule Condition Integer[] - ipaddress
Comparisons AutotagRule Condition Ipaddress Comparison[] You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.
- ipaddresses
Autotag
Rule Condition Ipaddress[] - keys
Autotag
Rule Condition Key[] - mobile
Platform AutotagComparisons Rule Condition Mobile Platform Comparison[] You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.
- mobile
Platforms AutotagRule Condition Mobile Platform[] - os
Arches AutotagRule Condition Os Arch[] - os
Types AutotagRule Condition Os Type[] - osarchitecture
Comparisons AutotagRule Condition Osarchitecture Comparison[] You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.
- ostype
Comparisons AutotagRule Condition Ostype Comparison[] You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.
- paas
Type AutotagComparisons Rule Condition Paas Type Comparison[] You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.
- paas
Types AutotagRule Condition Paas Type[] - process
Metadata AutotagCondition Keys Rule Condition Process Metadata Condition Key[] 'process_metadata_condition_key' is deprecated. You should use 'process_metadata'
- process
Metadatas AutotagRule Condition Process Metadata[] - service
Topologies AutotagRule Condition Service Topology[] - service
Topology AutotagComparisons Rule Condition Service Topology Comparison[] You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.
- service
Type AutotagComparisons Rule Condition Service Type Comparison[] You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.
- service
Types AutotagRule Condition Service Type[] - simple
Host AutotagTech Comparisons Rule Condition Simple Host Tech Comparison[] You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.
- simple
Tech AutotagComparisons Rule Condition Simple Tech Comparison[] You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.
- string
Comparisons AutotagRule Condition String Comparison[] You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.
- string
Condition AutotagKeys Rule Condition String Condition Key[] 'string_condition_key' is deprecated. You should use 'string_key'
- string
Keys AutotagRule Condition String Key[] - strings
Autotag
Rule Condition String[] - synthetic
Engine AutotagType Comparisons Rule Condition Synthetic Engine Type Comparison[] You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.
- synthetic
Engines AutotagRule Condition Synthetic Engine[] - tag
Comparisons AutotagRule Condition Tag Comparison[] You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.
- Autotag
Rule Condition Tag[] - teches
Autotag
Rule Condition Tech[] - unknowns string
- application_
type_ Sequence[Autotagcomparisons Rule Condition Application Type Comparison] You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.
- application_
types Sequence[AutotagRule Condition Application Type] - azure_
compute_ Sequence[Autotagmode_ comparisons Rule Condition Azure Compute Mode Comparison] - azure_
compute_ Sequence[Autotagmodes Rule Condition Azure Compute Mode] You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.
- azure_
sku_ Sequence[Autotagcomparisions Rule Condition Azure Sku Comparision] You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.
- azure_
skus Sequence[AutotagRule Condition Azure Skus] - base_
comparison_ Sequence[Autotagbasics Rule Condition Base Comparison Basic] You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.
- base_
condition_ Sequence[Autotagkeys Rule Condition Base Condition Key] 'base_condition_key' is deprecated. You should use 'key'
- bitness_
comparisions Sequence[AutotagRule Condition Bitness Comparision] You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.
- bitnesses
Sequence[Autotag
Rule Condition Bitness] - cloud_
type_ Sequence[Autotagcomparisons Rule Condition Cloud Type Comparison] You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.
- cloud_
types Sequence[AutotagRule Condition Cloud Type] - comparisons
Sequence[Autotag
Rule Condition Comparison] - custom_
application_ Sequence[Autotagtype_ comparisons Rule Condition Custom Application Type Comparison] You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.
- custom_
application_ Sequence[Autotagtypes Rule Condition Custom Application Type] - custom_
host_ Sequence[Autotagmetadata_ condition_ keys Rule Condition Custom Host Metadata Condition Key] 'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'
- custom_
host_ Sequence[Autotagmetadatas Rule Condition Custom Host Metadata] - custom_
process_ Sequence[Autotagmetadata_ condition_ keys Rule Condition Custom Process Metadata Condition Key] 'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'
- custom_
process_ Sequence[Autotagmetadatas Rule Condition Custom Process Metadata] - database_
topologies Sequence[AutotagRule Condition Database Topology] - database_
topology_ Sequence[Autotagcomparisons Rule Condition Database Topology Comparison] You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.
- dcrum_
decoder_ Sequence[Autotagcomparisons Rule Condition Dcrum Decoder Comparison] You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.
- dcrum_
decoders Sequence[AutotagRule Condition Dcrum Decoder] - entities
Sequence[Autotag
Rule Condition Entity] - entity_
id_ Sequence[Autotagcomparisons Rule Condition Entity Id Comparison] You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.
- host_
teches Sequence[AutotagRule Condition Host Tech] - hypervisor_
type_ Sequence[Autotagcomparisions Rule Condition Hypervisor Type Comparision] hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
Sequence[Autotag
Rule Condition Hypervisor] - indexed_
name_ Sequence[Autotagcomparisons Rule Condition Indexed Name Comparison] You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.
- indexed_
names Sequence[AutotagRule Condition Indexed Name] - indexed_
string_ Sequence[Autotagcomparisons Rule Condition Indexed String Comparison] You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.
- indexed_
strings Sequence[AutotagRule Condition Indexed String] - indexed_
tag_ Sequence[Autotagcomparisons Rule Condition Indexed Tag Comparison] You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.
- Sequence[Autotag
Rule Condition Indexed Tag] - integer_
comparisons Sequence[AutotagRule Condition Integer Comparison] You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.
- integers
Sequence[Autotag
Rule Condition Integer] - ipaddress_
comparisons Sequence[AutotagRule Condition Ipaddress Comparison] You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.
- ipaddresses
Sequence[Autotag
Rule Condition Ipaddress] - keys
Sequence[Autotag
Rule Condition Key] - mobile_
platform_ Sequence[Autotagcomparisons Rule Condition Mobile Platform Comparison] You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.
- mobile_
platforms Sequence[AutotagRule Condition Mobile Platform] - os_
arches Sequence[AutotagRule Condition Os Arch] - os_
types Sequence[AutotagRule Condition Os Type] - osarchitecture_
comparisons Sequence[AutotagRule Condition Osarchitecture Comparison] You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.
- ostype_
comparisons Sequence[AutotagRule Condition Ostype Comparison] You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.
- paas_
type_ Sequence[Autotagcomparisons Rule Condition Paas Type Comparison] You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.
- paas_
types Sequence[AutotagRule Condition Paas Type] - process_
metadata_ Sequence[Autotagcondition_ keys Rule Condition Process Metadata Condition Key] 'process_metadata_condition_key' is deprecated. You should use 'process_metadata'
- process_
metadatas Sequence[AutotagRule Condition Process Metadata] - service_
topologies Sequence[AutotagRule Condition Service Topology] - service_
topology_ Sequence[Autotagcomparisons Rule Condition Service Topology Comparison] You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.
- service_
type_ Sequence[Autotagcomparisons Rule Condition Service Type Comparison] You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.
- service_
types Sequence[AutotagRule Condition Service Type] - simple_
host_ Sequence[Autotagtech_ comparisons Rule Condition Simple Host Tech Comparison] You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.
- simple_
tech_ Sequence[Autotagcomparisons Rule Condition Simple Tech Comparison] You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.
- string_
comparisons Sequence[AutotagRule Condition String Comparison] You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.
- string_
condition_ Sequence[Autotagkeys Rule Condition String Condition Key] 'string_condition_key' is deprecated. You should use 'string_key'
- string_
keys Sequence[AutotagRule Condition String Key] - strings
Sequence[Autotag
Rule Condition String] - synthetic_
engine_ Sequence[Autotagtype_ comparisons Rule Condition Synthetic Engine Type Comparison] You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.
- synthetic_
engines Sequence[AutotagRule Condition Synthetic Engine] - tag_
comparisons Sequence[AutotagRule Condition Tag Comparison] You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.
- Sequence[Autotag
Rule Condition Tag] - teches
Sequence[Autotag
Rule Condition Tech] - unknowns str
- application
Type List<Property Map>Comparisons You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.
- application
Types List<Property Map> - azure
Compute List<Property Map>Mode Comparisons - azure
Compute List<Property Map>Modes You should use 'azure_compute_mode' instead of 'azure_compute_mode_comparison'. This attribute still exists for backwards compatibility.
- azure
Sku List<Property Map>Comparisions You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.
- azure
Skus List<Property Map> - base
Comparison List<Property Map>Basics You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.
- base
Condition List<Property Map>Keys 'base_condition_key' is deprecated. You should use 'key'
- bitness
Comparisions List<Property Map> You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.
- bitnesses List<Property Map>
- cloud
Type List<Property Map>Comparisons You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.
- cloud
Types List<Property Map> - comparisons List<Property Map>
- custom
Application List<Property Map>Type Comparisons You should use 'custom_application_type' instead of 'custom_application_type_comparison'. This attribute still exists for backwards compatibility.
- custom
Application List<Property Map>Types - custom
Host List<Property Map>Metadata Condition Keys 'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'
- custom
Host List<Property Map>Metadatas - custom
Process List<Property Map>Metadata Condition Keys 'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'
- custom
Process List<Property Map>Metadatas - database
Topologies List<Property Map> - database
Topology List<Property Map>Comparisons You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.
- dcrum
Decoder List<Property Map>Comparisons You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.
- dcrum
Decoders List<Property Map> - entities List<Property Map>
- entity
Id List<Property Map>Comparisons You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.
- host
Teches List<Property Map> - hypervisor
Type List<Property Map>Comparisions hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors List<Property Map>
- indexed
Name List<Property Map>Comparisons You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.
- indexed
Names List<Property Map> - indexed
String List<Property Map>Comparisons You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.
- indexed
Strings List<Property Map> - indexed
Tag List<Property Map>Comparisons You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.
- List<Property Map>
- integer
Comparisons List<Property Map> You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.
- integers List<Property Map>
- ipaddress
Comparisons List<Property Map> You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.
- ipaddresses List<Property Map>
- keys List<Property Map>
- mobile
Platform List<Property Map>Comparisons You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.
- mobile
Platforms List<Property Map> - os
Arches List<Property Map> - os
Types List<Property Map> - osarchitecture
Comparisons List<Property Map> You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.
- ostype
Comparisons List<Property Map> You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.
- paas
Type List<Property Map>Comparisons You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.
- paas
Types List<Property Map> - process
Metadata List<Property Map>Condition Keys 'process_metadata_condition_key' is deprecated. You should use 'process_metadata'
- process
Metadatas List<Property Map> - service
Topologies List<Property Map> - service
Topology List<Property Map>Comparisons You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.
- service
Type List<Property Map>Comparisons You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.
- service
Types List<Property Map> - simple
Host List<Property Map>Tech Comparisons You should use 'host_tech' instead of 'simple_host_tech_comparison'. This attribute still exists for backwards compatibility.
- simple
Tech List<Property Map>Comparisons You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.
- string
Comparisons List<Property Map> You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.
- string
Condition List<Property Map>Keys 'string_condition_key' is deprecated. You should use 'string_key'
- string
Keys List<Property Map> - strings List<Property Map>
- synthetic
Engine List<Property Map>Type Comparisons You should use 'synthetic_engine' instead of 'synthetic_engine_type_comparison'. This attribute still exists for backwards compatibility.
- synthetic
Engines List<Property Map> - tag
Comparisons List<Property Map> You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.
- List<Property Map>
- teches List<Property Map>
- unknowns String
AutotagRuleConditionApplicationType
AutotagRuleConditionApplicationTypeComparison
AutotagRuleConditionAzureComputeMode
AutotagRuleConditionAzureComputeModeComparison
AutotagRuleConditionAzureSkuComparision
AutotagRuleConditionAzureSkus
AutotagRuleConditionBaseComparisonBasic
AutotagRuleConditionBaseConditionKey
AutotagRuleConditionBitness
AutotagRuleConditionBitnessComparision
AutotagRuleConditionCloudType
AutotagRuleConditionCloudTypeComparison
AutotagRuleConditionComparison
AutotagRuleConditionCustomApplicationType
AutotagRuleConditionCustomApplicationTypeComparison
AutotagRuleConditionCustomHostMetadata
- attribute String
- dynamic
Key Property Map - unknowns String
AutotagRuleConditionCustomHostMetadataConditionKey
- Attribute string
- Dynamic
Key Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Custom Host Metadata Condition Key Dynamic Key - Type string
The value of the attribute type is implicit, therefore shouldn't get specified
- Unknowns string
- Attribute string
- Dynamic
Key AutotagRule Condition Custom Host Metadata Condition Key Dynamic Key - Type string
The value of the attribute type is implicit, therefore shouldn't get specified
- Unknowns string
- attribute String
- dynamic
Key AutotagRule Condition Custom Host Metadata Condition Key Dynamic Key - type String
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns String
- attribute string
- dynamic
Key AutotagRule Condition Custom Host Metadata Condition Key Dynamic Key - type string
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns string
- attribute str
- dynamic_
key AutotagRule Condition Custom Host Metadata Condition Key Dynamic Key - type str
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns str
- attribute String
- dynamic
Key Property Map - type String
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns String
AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey
AutotagRuleConditionCustomHostMetadataDynamicKey
AutotagRuleConditionCustomProcessMetadata
- attribute String
- dynamic
Key Property Map - unknowns String
AutotagRuleConditionCustomProcessMetadataConditionKey
- Attribute string
- Dynamic
Key Lbrlabs.Pulumi Package. Dynatrace. Inputs. Autotag Rule Condition Custom Process Metadata Condition Key Dynamic Key - Type string
The value of the attribute type is implicit, therefore shouldn't get specified
- Unknowns string
- Attribute string
- Dynamic
Key AutotagRule Condition Custom Process Metadata Condition Key Dynamic Key - Type string
The value of the attribute type is implicit, therefore shouldn't get specified
- Unknowns string
- attribute String
- dynamic
Key AutotagRule Condition Custom Process Metadata Condition Key Dynamic Key - type String
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns String
- attribute string
- dynamic
Key AutotagRule Condition Custom Process Metadata Condition Key Dynamic Key - type string
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns string
- attribute str
- dynamic_
key AutotagRule Condition Custom Process Metadata Condition Key Dynamic Key - type str
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns str
- attribute String
- dynamic
Key Property Map - type String
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns String
AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey
AutotagRuleConditionCustomProcessMetadataDynamicKey
AutotagRuleConditionDatabaseTopology
AutotagRuleConditionDatabaseTopologyComparison
AutotagRuleConditionDcrumDecoder
AutotagRuleConditionDcrumDecoderComparison
AutotagRuleConditionEntity
AutotagRuleConditionEntityIdComparison
AutotagRuleConditionHostTech
- Operator string
- Negate bool
- Unknowns string
- Value
Autotag
Rule Condition Host Tech Value
- operator String
- negate Boolean
- unknowns String
- value
Autotag
Rule Condition Host Tech Value
- operator string
- negate boolean
- unknowns string
- value
Autotag
Rule Condition Host Tech Value
- operator String
- negate Boolean
- unknowns String
- value Property Map
AutotagRuleConditionHostTechValue
- Type string
- Unknowns string
- Verbatim
Type string
- Type string
- Unknowns string
- Verbatim
Type string
- type String
- unknowns String
- verbatim
Type String
- type string
- unknowns string
- verbatim
Type string
- type str
- unknowns str
- verbatim_
type str
- type String
- unknowns String
- verbatim
Type String
AutotagRuleConditionHypervisor
AutotagRuleConditionHypervisorTypeComparision
AutotagRuleConditionIndexedName
AutotagRuleConditionIndexedNameComparison
AutotagRuleConditionIndexedString
AutotagRuleConditionIndexedStringComparison
AutotagRuleConditionIndexedTag
- Operator string
- Negate bool
- Unknowns string
- Value
Autotag
Rule Condition Indexed Tag Value
- operator String
- negate Boolean
- unknowns String
- value
Autotag
Rule Condition Indexed Tag Value
- operator string
- negate boolean
- unknowns string
- value
Autotag
Rule Condition Indexed Tag Value
- operator String
- negate Boolean
- unknowns String
- value Property Map
AutotagRuleConditionIndexedTagComparison
AutotagRuleConditionIndexedTagComparisonValue
AutotagRuleConditionIndexedTagValue
AutotagRuleConditionInteger
AutotagRuleConditionIntegerComparison
AutotagRuleConditionIpaddress
- Operator string
- Case
Sensitive bool - Negate bool
- Unknowns string
- Value string
- Operator string
- Case
Sensitive bool - Negate bool
- Unknowns string
- Value string
- operator String
- case
Sensitive Boolean - negate Boolean
- unknowns String
- value String
- operator string
- case
Sensitive boolean - negate boolean
- unknowns string
- value string
- operator str
- case_
sensitive bool - negate bool
- unknowns str
- value str
- operator String
- case
Sensitive Boolean - negate Boolean
- unknowns String
- value String
AutotagRuleConditionIpaddressComparison
AutotagRuleConditionKey
AutotagRuleConditionMobilePlatform
AutotagRuleConditionMobilePlatformComparison
AutotagRuleConditionOsArch
AutotagRuleConditionOsType
AutotagRuleConditionOsarchitectureComparison
AutotagRuleConditionOstypeComparison
AutotagRuleConditionPaasType
AutotagRuleConditionPaasTypeComparison
AutotagRuleConditionProcessMetadata
- Attribute string
- Dynamic
Key string - Unknowns string
- Attribute string
- Dynamic
Key string - Unknowns string
- attribute String
- dynamic
Key String - unknowns String
- attribute string
- dynamic
Key string - unknowns string
- attribute str
- dynamic_
key str - unknowns str
- attribute String
- dynamic
Key String - unknowns String
AutotagRuleConditionProcessMetadataConditionKey
- Attribute string
- Dynamic
Key string - Type string
The value of the attribute type is implicit, therefore shouldn't get specified
- Unknowns string
- Attribute string
- Dynamic
Key string - Type string
The value of the attribute type is implicit, therefore shouldn't get specified
- Unknowns string
- attribute String
- dynamic
Key String - type String
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns String
- attribute string
- dynamic
Key string - type string
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns string
- attribute str
- dynamic_
key str - type str
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns str
- attribute String
- dynamic
Key String - type String
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns String
AutotagRuleConditionServiceTopology
AutotagRuleConditionServiceTopologyComparison
AutotagRuleConditionServiceType
AutotagRuleConditionServiceTypeComparison
AutotagRuleConditionSimpleHostTechComparison
AutotagRuleConditionSimpleHostTechComparisonValue
- Type string
- Unknowns string
- Verbatim
Type string
- Type string
- Unknowns string
- Verbatim
Type string
- type String
- unknowns String
- verbatim
Type String
- type string
- unknowns string
- verbatim
Type string
- type str
- unknowns str
- verbatim_
type str
- type String
- unknowns String
- verbatim
Type String
AutotagRuleConditionSimpleTechComparison
AutotagRuleConditionSimpleTechComparisonValue
- Type string
- Unknowns string
- Verbatim
Type string
- Type string
- Unknowns string
- Verbatim
Type string
- type String
- unknowns String
- verbatim
Type String
- type string
- unknowns string
- verbatim
Type string
- type str
- unknowns str
- verbatim_
type str
- type String
- unknowns String
- verbatim
Type String
AutotagRuleConditionString
- Operator string
- Case
Sensitive bool - Negate bool
- Unknowns string
- Value string
- Operator string
- Case
Sensitive bool - Negate bool
- Unknowns string
- Value string
- operator String
- case
Sensitive Boolean - negate Boolean
- unknowns String
- value String
- operator string
- case
Sensitive boolean - negate boolean
- unknowns string
- value string
- operator str
- case_
sensitive bool - negate bool
- unknowns str
- value str
- operator String
- case
Sensitive Boolean - negate Boolean
- unknowns String
- value String
AutotagRuleConditionStringComparison
AutotagRuleConditionStringConditionKey
- Attribute string
- Dynamic
Key string - Type string
The value of the attribute type is implicit, therefore shouldn't get specified
- Unknowns string
- Attribute string
- Dynamic
Key string - Type string
The value of the attribute type is implicit, therefore shouldn't get specified
- Unknowns string
- attribute String
- dynamic
Key String - type String
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns String
- attribute string
- dynamic
Key string - type string
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns string
- attribute str
- dynamic_
key str - type str
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns str
- attribute String
- dynamic
Key String - type String
The value of the attribute type is implicit, therefore shouldn't get specified
- unknowns String
AutotagRuleConditionStringKey
- Attribute string
- Dynamic
Key string - Unknowns string
- Attribute string
- Dynamic
Key string - Unknowns string
- attribute String
- dynamic
Key String - unknowns String
- attribute string
- dynamic
Key string - unknowns string
- attribute str
- dynamic_
key str - unknowns str
- attribute String
- dynamic
Key String - unknowns String
AutotagRuleConditionSyntheticEngine
AutotagRuleConditionSyntheticEngineTypeComparison
AutotagRuleConditionTag
- Operator string
- Negate bool
- Unknowns string
- Value
Autotag
Rule Condition Tag Value
- operator String
- negate Boolean
- unknowns String
- value
Autotag
Rule Condition Tag Value
- operator string
- negate boolean
- unknowns string
- value
Autotag
Rule Condition Tag Value
- operator str
- negate bool
- unknowns str
- value
Autotag
Rule Condition Tag Value
- operator String
- negate Boolean
- unknowns String
- value Property Map
AutotagRuleConditionTagComparison
AutotagRuleConditionTagComparisonValue
AutotagRuleConditionTagValue
AutotagRuleConditionTech
- Operator string
- Negate bool
- Unknowns string
- Value
Autotag
Rule Condition Tech Value
- operator String
- negate Boolean
- unknowns String
- value
Autotag
Rule Condition Tech Value
- operator string
- negate boolean
- unknowns string
- value
Autotag
Rule Condition Tech Value
- operator str
- negate bool
- unknowns str
- value
Autotag
Rule Condition Tech Value
- operator String
- negate Boolean
- unknowns String
- value Property Map
AutotagRuleConditionTechValue
- Type string
- Unknowns string
- Verbatim
Type string
- Type string
- Unknowns string
- Verbatim
Type string
- type String
- unknowns String
- verbatim
Type String
- type string
- unknowns string
- verbatim
Type string
- type str
- unknowns str
- verbatim_
type str
- type String
- unknowns String
- verbatim
Type String
Package Details
- Repository
- dynatrace lbrlabs/pulumi-dynatrace
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dynatrace
Terraform Provider.