dynatrace.ManagementZone
Explore with Pulumi AI
Create ManagementZone Resource
new ManagementZone(name: string, args?: ManagementZoneArgs, opts?: CustomResourceOptions);
@overload
def ManagementZone(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
dimensional_rules: Optional[Sequence[ManagementZoneDimensionalRuleArgs]] = None,
entity_selector_based_rules: Optional[Sequence[ManagementZoneEntitySelectorBasedRuleArgs]] = None,
name: Optional[str] = None,
rules: Optional[Sequence[ManagementZoneRuleArgs]] = None,
unknowns: Optional[str] = None)
@overload
def ManagementZone(resource_name: str,
args: Optional[ManagementZoneArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewManagementZone(ctx *Context, name string, args *ManagementZoneArgs, opts ...ResourceOption) (*ManagementZone, error)
public ManagementZone(string name, ManagementZoneArgs? args = null, CustomResourceOptions? opts = null)
public ManagementZone(String name, ManagementZoneArgs args)
public ManagementZone(String name, ManagementZoneArgs args, CustomResourceOptions options)
type: dynatrace:ManagementZone
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementZoneArgs
- 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 ManagementZoneArgs
- 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 ManagementZoneArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementZoneArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementZoneArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ManagementZone 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 ManagementZone resource accepts the following input properties:
- Description string
The description of the management zone
- Dimensional
Rules List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone Dimensional Rule> A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- Entity
Selector List<Lbrlabs.Based Rules Pulumi Package. Dynatrace. Inputs. Management Zone Entity Selector Based Rule> 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 management zone
- Rules
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Management Zone Rule> 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 management zone
- Dimensional
Rules []ManagementZone Dimensional Rule Args A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- Entity
Selector []ManagementBased Rules Zone 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 management zone
- Rules
[]Management
Zone 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 management zone
- dimensional
Rules List<ManagementZone Dimensional Rule> A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- entity
Selector List<ManagementBased Rules Zone Entity Selector Based Rule> 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 management zone
- rules
List<Management
Zone Rule> 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 management zone
- dimensional
Rules ManagementZone Dimensional Rule[] A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- entity
Selector ManagementBased Rules Zone Entity Selector Based Rule[] 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 management zone
- rules
Management
Zone Rule[] 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 management zone
- dimensional_
rules Sequence[ManagementZone Dimensional Rule Args] A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- entity_
selector_ Sequence[Managementbased_ rules Zone 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 management zone
- rules
Sequence[Management
Zone 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 management zone
- dimensional
Rules List<Property Map> A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- 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 management zone
- 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 ManagementZone 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 ManagementZone Resource
Get an existing ManagementZone 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?: ManagementZoneState, opts?: CustomResourceOptions): ManagementZone
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
dimensional_rules: Optional[Sequence[ManagementZoneDimensionalRuleArgs]] = None,
entity_selector_based_rules: Optional[Sequence[ManagementZoneEntitySelectorBasedRuleArgs]] = None,
name: Optional[str] = None,
rules: Optional[Sequence[ManagementZoneRuleArgs]] = None,
unknowns: Optional[str] = None) -> ManagementZone
func GetManagementZone(ctx *Context, name string, id IDInput, state *ManagementZoneState, opts ...ResourceOption) (*ManagementZone, error)
public static ManagementZone Get(string name, Input<string> id, ManagementZoneState? state, CustomResourceOptions? opts = null)
public static ManagementZone get(String name, Output<String> id, ManagementZoneState 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 management zone
- Dimensional
Rules List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone Dimensional Rule> A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- Entity
Selector List<Lbrlabs.Based Rules Pulumi Package. Dynatrace. Inputs. Management Zone Entity Selector Based Rule> 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 management zone
- Rules
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Management Zone Rule> 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 management zone
- Dimensional
Rules []ManagementZone Dimensional Rule Args A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- Entity
Selector []ManagementBased Rules Zone 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 management zone
- Rules
[]Management
Zone 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 management zone
- dimensional
Rules List<ManagementZone Dimensional Rule> A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- entity
Selector List<ManagementBased Rules Zone Entity Selector Based Rule> 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 management zone
- rules
List<Management
Zone Rule> 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 management zone
- dimensional
Rules ManagementZone Dimensional Rule[] A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- entity
Selector ManagementBased Rules Zone Entity Selector Based Rule[] 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 management zone
- rules
Management
Zone Rule[] 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 management zone
- dimensional_
rules Sequence[ManagementZone Dimensional Rule Args] A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- entity_
selector_ Sequence[Managementbased_ rules Zone 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 management zone
- rules
Sequence[Management
Zone 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 management zone
- dimensional
Rules List<Property Map> A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies- 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 management zone
- 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
ManagementZoneDimensionalRule, ManagementZoneDimensionalRuleArgs
- Applies
To string - Conditions
[]Management
Zone Dimensional Rule Condition - Enabled bool
- Unknowns string
- applies
To String - conditions
List<Management
Zone Dimensional Rule Condition> - enabled Boolean
- unknowns String
- applies
To string - conditions
Management
Zone Dimensional Rule Condition[] - enabled boolean
- unknowns string
- applies
To String - conditions List<Property Map>
- enabled Boolean
- unknowns String
ManagementZoneDimensionalRuleCondition, ManagementZoneDimensionalRuleConditionArgs
ManagementZoneEntitySelectorBasedRule, ManagementZoneEntitySelectorBasedRuleArgs
ManagementZoneRule, ManagementZoneRuleArgs
- Type string
- Conditions
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition> - Enabled bool
- Propagation
Types List<string> - Unknowns string
- Type string
- Conditions
[]Management
Zone Rule Condition - Enabled bool
- Propagation
Types []string - Unknowns string
- type String
- conditions
List<Management
Zone Rule Condition> - enabled Boolean
- propagation
Types List<String> - unknowns String
- type string
- conditions
Management
Zone Rule Condition[] - enabled boolean
- propagation
Types string[] - unknowns string
- type str
- conditions
Sequence[Management
Zone Rule Condition] - enabled bool
- propagation_
types Sequence[str] - unknowns str
- type String
- conditions List<Property Map>
- enabled Boolean
- propagation
Types List<String> - unknowns String
ManagementZoneRuleCondition, ManagementZoneRuleConditionArgs
- Application
Type List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Application Type> - Azure
Compute List<Lbrlabs.Mode Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition Azure Compute Mode Comparison> - Azure
Compute List<Lbrlabs.Modes Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone 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. Management Zone Rule Condition Azure Skus> - Base
Comparison List<Lbrlabs.Basics Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Base Condition Key> 'base_condition_key' is deprecated. You should use 'key'
- Bitness
Comparisions List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Bitness> - Cloud
Type List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Cloud Type> - Comparisons
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition Comparison> - Custom
Application List<Lbrlabs.Type Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Custom Application Type> - Custom
Host List<Lbrlabs.Metadata Condition Keys Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Custom Host Metadata> - Custom
Process List<Lbrlabs.Metadata Condition Keys Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Custom Process Metadata> - Database
Topologies List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition Database Topology> - Database
Topology List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone 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. Management Zone Rule Condition Dcrum Decoder> - Entities
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition Entity> - Entity
Id List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Host Tech> - Hypervisor
Type List<Lbrlabs.Comparisions Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition Hypervisor Type Comparision> hypervisor_type_comparision
is deprecated. Usehypervisor
instead- Hypervisors
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition Hypervisor> - Indexed
Name List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Indexed Name> - Indexed
String List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Indexed String> - Indexed
Tag List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Indexed Tag> - Integer
Comparisons List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Integer> - Ipaddress
Comparisons List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Ipaddress> - Keys
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition Key> - Mobile
Platform List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Mobile Platform> - Os
Arches List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition Os Arch> - Os
Types List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition Os Type> - Osarchitecture
Comparisons List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone 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. Management Zone 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. Management Zone Rule Condition Paas Type> - Process
Metadata List<Lbrlabs.Condition Keys Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Process Metadata> - Service
Topologies List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition Service Topology> - Service
Topology List<Lbrlabs.Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone 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. Management Zone Rule Condition Service Type> - Simple
Host List<Lbrlabs.Tech Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone 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. Management Zone 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. Management Zone Rule Condition String Condition Key> 'string_condition_key' is deprecated. You should use 'string_key'
- String
Keys List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition String Key> - Strings
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition String> - Synthetic
Engine List<Lbrlabs.Type Comparisons Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Synthetic Engine> - Tag
Comparisons List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Tag> - Teches
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Management Zone Rule Condition Tech> - Unknowns string
- Application
Type []ManagementComparisons Zone Rule Condition Application Type Comparison You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.
- Application
Types []ManagementZone Rule Condition Application Type - Azure
Compute []ManagementMode Comparisons Zone Rule Condition Azure Compute Mode Comparison - Azure
Compute []ManagementModes Zone 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 []ManagementComparisions Zone Rule Condition Azure Sku Comparision You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.
- Azure
Skus []ManagementZone Rule Condition Azure Skus - Base
Comparison []ManagementBasics Zone Rule Condition Base Comparison Basic You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.
- Base
Condition []ManagementKeys Zone Rule Condition Base Condition Key 'base_condition_key' is deprecated. You should use 'key'
- Bitness
Comparisions []ManagementZone Rule Condition Bitness Comparision You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.
- Bitnesses
[]Management
Zone Rule Condition Bitness - Cloud
Type []ManagementComparisons Zone Rule Condition Cloud Type Comparison You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.
- Cloud
Types []ManagementZone Rule Condition Cloud Type - Comparisons
[]Management
Zone Rule Condition Comparison - Custom
Application []ManagementType Comparisons Zone 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 []ManagementTypes Zone Rule Condition Custom Application Type - Custom
Host []ManagementMetadata Condition Keys Zone Rule Condition Custom Host Metadata Condition Key 'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'
- Custom
Host []ManagementMetadatas Zone Rule Condition Custom Host Metadata - Custom
Process []ManagementMetadata Condition Keys Zone Rule Condition Custom Process Metadata Condition Key 'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'
- Custom
Process []ManagementMetadatas Zone Rule Condition Custom Process Metadata - Database
Topologies []ManagementZone Rule Condition Database Topology - Database
Topology []ManagementComparisons Zone Rule Condition Database Topology Comparison You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.
- Dcrum
Decoder []ManagementComparisons Zone Rule Condition Dcrum Decoder Comparison You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.
- Dcrum
Decoders []ManagementZone Rule Condition Dcrum Decoder - Entities
[]Management
Zone Rule Condition Entity - Entity
Id []ManagementComparisons Zone Rule Condition Entity Id Comparison You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.
- Host
Teches []ManagementZone Rule Condition Host Tech - Hypervisor
Type []ManagementComparisions Zone Rule Condition Hypervisor Type Comparision hypervisor_type_comparision
is deprecated. Usehypervisor
instead- Hypervisors
[]Management
Zone Rule Condition Hypervisor - Indexed
Name []ManagementComparisons Zone Rule Condition Indexed Name Comparison You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.
- Indexed
Names []ManagementZone Rule Condition Indexed Name - Indexed
String []ManagementComparisons Zone Rule Condition Indexed String Comparison You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.
- Indexed
Strings []ManagementZone Rule Condition Indexed String - Indexed
Tag []ManagementComparisons Zone Rule Condition Indexed Tag Comparison You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.
- []Management
Zone Rule Condition Indexed Tag - Integer
Comparisons []ManagementZone Rule Condition Integer Comparison You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.
- Integers
[]Management
Zone Rule Condition Integer - Ipaddress
Comparisons []ManagementZone Rule Condition Ipaddress Comparison You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.
- Ipaddresses
[]Management
Zone Rule Condition Ipaddress - Keys
[]Management
Zone Rule Condition Key - Mobile
Platform []ManagementComparisons Zone Rule Condition Mobile Platform Comparison You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.
- Mobile
Platforms []ManagementZone Rule Condition Mobile Platform - Os
Arches []ManagementZone Rule Condition Os Arch - Os
Types []ManagementZone Rule Condition Os Type - Osarchitecture
Comparisons []ManagementZone Rule Condition Osarchitecture Comparison You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.
- Ostype
Comparisons []ManagementZone Rule Condition Ostype Comparison You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.
- Paas
Type []ManagementComparisons Zone Rule Condition Paas Type Comparison You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.
- Paas
Types []ManagementZone Rule Condition Paas Type - Process
Metadata []ManagementCondition Keys Zone Rule Condition Process Metadata Condition Key 'process_metadata_condition_key' is deprecated. You should use 'process_metadata'
- Process
Metadatas []ManagementZone Rule Condition Process Metadata - Service
Topologies []ManagementZone Rule Condition Service Topology - Service
Topology []ManagementComparisons Zone Rule Condition Service Topology Comparison You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.
- Service
Type []ManagementComparisons Zone Rule Condition Service Type Comparison You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.
- Service
Types []ManagementZone Rule Condition Service Type - Simple
Host []ManagementTech Comparisons Zone 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 []ManagementComparisons Zone Rule Condition Simple Tech Comparison You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.
- String
Comparisons []ManagementZone Rule Condition String Comparison You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.
- String
Condition []ManagementKeys Zone Rule Condition String Condition Key 'string_condition_key' is deprecated. You should use 'string_key'
- String
Keys []ManagementZone Rule Condition String Key - Strings
[]Management
Zone Rule Condition String - Synthetic
Engine []ManagementType Comparisons Zone 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 []ManagementZone Rule Condition Synthetic Engine - Tag
Comparisons []ManagementZone Rule Condition Tag Comparison You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.
- []Management
Zone Rule Condition Tag - Teches
[]Management
Zone Rule Condition Tech - Unknowns string
- application
Type List<ManagementComparisons Zone 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<ManagementZone Rule Condition Application Type> - azure
Compute List<ManagementMode Comparisons Zone Rule Condition Azure Compute Mode Comparison> - azure
Compute List<ManagementModes Zone 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<ManagementComparisions Zone 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<ManagementZone Rule Condition Azure Skus> - base
Comparison List<ManagementBasics Zone Rule Condition Base Comparison Basic> You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.
- base
Condition List<ManagementKeys Zone Rule Condition Base Condition Key> 'base_condition_key' is deprecated. You should use 'key'
- bitness
Comparisions List<ManagementZone Rule Condition Bitness Comparision> You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.
- bitnesses
List<Management
Zone Rule Condition Bitness> - cloud
Type List<ManagementComparisons Zone 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<ManagementZone Rule Condition Cloud Type> - comparisons
List<Management
Zone Rule Condition Comparison> - custom
Application List<ManagementType Comparisons Zone 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<ManagementTypes Zone Rule Condition Custom Application Type> - custom
Host List<ManagementMetadata Condition Keys Zone Rule Condition Custom Host Metadata Condition Key> 'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'
- custom
Host List<ManagementMetadatas Zone Rule Condition Custom Host Metadata> - custom
Process List<ManagementMetadata Condition Keys Zone Rule Condition Custom Process Metadata Condition Key> 'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'
- custom
Process List<ManagementMetadatas Zone Rule Condition Custom Process Metadata> - database
Topologies List<ManagementZone Rule Condition Database Topology> - database
Topology List<ManagementComparisons Zone 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<ManagementComparisons Zone 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<ManagementZone Rule Condition Dcrum Decoder> - entities
List<Management
Zone Rule Condition Entity> - entity
Id List<ManagementComparisons Zone Rule Condition Entity Id Comparison> You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.
- host
Teches List<ManagementZone Rule Condition Host Tech> - hypervisor
Type List<ManagementComparisions Zone Rule Condition Hypervisor Type Comparision> hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
List<Management
Zone Rule Condition Hypervisor> - indexed
Name List<ManagementComparisons Zone 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<ManagementZone Rule Condition Indexed Name> - indexed
String List<ManagementComparisons Zone 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<ManagementZone Rule Condition Indexed String> - indexed
Tag List<ManagementComparisons Zone Rule Condition Indexed Tag Comparison> You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.
- List<Management
Zone Rule Condition Indexed Tag> - integer
Comparisons List<ManagementZone Rule Condition Integer Comparison> You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.
- integers
List<Management
Zone Rule Condition Integer> - ipaddress
Comparisons List<ManagementZone Rule Condition Ipaddress Comparison> You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.
- ipaddresses
List<Management
Zone Rule Condition Ipaddress> - keys
List<Management
Zone Rule Condition Key> - mobile
Platform List<ManagementComparisons Zone 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<ManagementZone Rule Condition Mobile Platform> - os
Arches List<ManagementZone Rule Condition Os Arch> - os
Types List<ManagementZone Rule Condition Os Type> - osarchitecture
Comparisons List<ManagementZone Rule Condition Osarchitecture Comparison> You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.
- ostype
Comparisons List<ManagementZone Rule Condition Ostype Comparison> You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.
- paas
Type List<ManagementComparisons Zone 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<ManagementZone Rule Condition Paas Type> - process
Metadata List<ManagementCondition Keys Zone Rule Condition Process Metadata Condition Key> 'process_metadata_condition_key' is deprecated. You should use 'process_metadata'
- process
Metadatas List<ManagementZone Rule Condition Process Metadata> - service
Topologies List<ManagementZone Rule Condition Service Topology> - service
Topology List<ManagementComparisons Zone 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<ManagementComparisons Zone 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<ManagementZone Rule Condition Service Type> - simple
Host List<ManagementTech Comparisons Zone 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<ManagementComparisons Zone Rule Condition Simple Tech Comparison> You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.
- string
Comparisons List<ManagementZone Rule Condition String Comparison> You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.
- string
Condition List<ManagementKeys Zone Rule Condition String Condition Key> 'string_condition_key' is deprecated. You should use 'string_key'
- string
Keys List<ManagementZone Rule Condition String Key> - strings
List<Management
Zone Rule Condition String> - synthetic
Engine List<ManagementType Comparisons Zone 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<ManagementZone Rule Condition Synthetic Engine> - tag
Comparisons List<ManagementZone Rule Condition Tag Comparison> You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.
- List<Management
Zone Rule Condition Tag> - teches
List<Management
Zone Rule Condition Tech> - unknowns String
- application
Type ManagementComparisons Zone Rule Condition Application Type Comparison[] You should use 'application_type' instead of 'application_type_comparison'. This attribute still exists for backwards compatibility.
- application
Types ManagementZone Rule Condition Application Type[] - azure
Compute ManagementMode Comparisons Zone Rule Condition Azure Compute Mode Comparison[] - azure
Compute ManagementModes Zone 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 ManagementComparisions Zone Rule Condition Azure Sku Comparision[] You should use 'azure_sku' instead of 'azure_sku_comparision'. This attribute still exists for backwards compatibility.
- azure
Skus ManagementZone Rule Condition Azure Skus[] - base
Comparison ManagementBasics Zone Rule Condition Base Comparison Basic[] You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.
- base
Condition ManagementKeys Zone Rule Condition Base Condition Key[] 'base_condition_key' is deprecated. You should use 'key'
- bitness
Comparisions ManagementZone Rule Condition Bitness Comparision[] You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.
- bitnesses
Management
Zone Rule Condition Bitness[] - cloud
Type ManagementComparisons Zone Rule Condition Cloud Type Comparison[] You should use 'cloud_type' instead of 'cloud_type_comparison'. This attribute still exists for backwards compatibility.
- cloud
Types ManagementZone Rule Condition Cloud Type[] - comparisons
Management
Zone Rule Condition Comparison[] - custom
Application ManagementType Comparisons Zone 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 ManagementTypes Zone Rule Condition Custom Application Type[] - custom
Host ManagementMetadata Condition Keys Zone Rule Condition Custom Host Metadata Condition Key[] 'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'
- custom
Host ManagementMetadatas Zone Rule Condition Custom Host Metadata[] - custom
Process ManagementMetadata Condition Keys Zone Rule Condition Custom Process Metadata Condition Key[] 'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'
- custom
Process ManagementMetadatas Zone Rule Condition Custom Process Metadata[] - database
Topologies ManagementZone Rule Condition Database Topology[] - database
Topology ManagementComparisons Zone Rule Condition Database Topology Comparison[] You should use 'database_topology' instead of 'database_topology_comparison'. This attribute still exists for backwards compatibility.
- dcrum
Decoder ManagementComparisons Zone Rule Condition Dcrum Decoder Comparison[] You should use 'dcrum_decoder' instead of 'dcrum_decoder_comparison'. This attribute still exists for backwards compatibility.
- dcrum
Decoders ManagementZone Rule Condition Dcrum Decoder[] - entities
Management
Zone Rule Condition Entity[] - entity
Id ManagementComparisons Zone Rule Condition Entity Id Comparison[] You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.
- host
Teches ManagementZone Rule Condition Host Tech[] - hypervisor
Type ManagementComparisions Zone Rule Condition Hypervisor Type Comparision[] hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
Management
Zone Rule Condition Hypervisor[] - indexed
Name ManagementComparisons Zone Rule Condition Indexed Name Comparison[] You should use 'indexed_name' instead of 'indexed_name_comparison'. This attribute still exists for backwards compatibility.
- indexed
Names ManagementZone Rule Condition Indexed Name[] - indexed
String ManagementComparisons Zone Rule Condition Indexed String Comparison[] You should use 'indexed_string' instead of 'indexed_string_comparison'. This attribute still exists for backwards compatibility.
- indexed
Strings ManagementZone Rule Condition Indexed String[] - indexed
Tag ManagementComparisons Zone Rule Condition Indexed Tag Comparison[] You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.
- Management
Zone Rule Condition Indexed Tag[] - integer
Comparisons ManagementZone Rule Condition Integer Comparison[] You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.
- integers
Management
Zone Rule Condition Integer[] - ipaddress
Comparisons ManagementZone Rule Condition Ipaddress Comparison[] You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.
- ipaddresses
Management
Zone Rule Condition Ipaddress[] - keys
Management
Zone Rule Condition Key[] - mobile
Platform ManagementComparisons Zone Rule Condition Mobile Platform Comparison[] You should use 'mobile_platform' instead of 'mobile_platform_comparison'. This attribute still exists for backwards compatibility.
- mobile
Platforms ManagementZone Rule Condition Mobile Platform[] - os
Arches ManagementZone Rule Condition Os Arch[] - os
Types ManagementZone Rule Condition Os Type[] - osarchitecture
Comparisons ManagementZone Rule Condition Osarchitecture Comparison[] You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.
- ostype
Comparisons ManagementZone Rule Condition Ostype Comparison[] You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.
- paas
Type ManagementComparisons Zone Rule Condition Paas Type Comparison[] You should use 'paas_type' instead of 'paas_type_comparison'. This attribute still exists for backwards compatibility.
- paas
Types ManagementZone Rule Condition Paas Type[] - process
Metadata ManagementCondition Keys Zone Rule Condition Process Metadata Condition Key[] 'process_metadata_condition_key' is deprecated. You should use 'process_metadata'
- process
Metadatas ManagementZone Rule Condition Process Metadata[] - service
Topologies ManagementZone Rule Condition Service Topology[] - service
Topology ManagementComparisons Zone Rule Condition Service Topology Comparison[] You should use 'service_topology' instead of 'service_topology_comparison'. This attribute still exists for backwards compatibility.
- service
Type ManagementComparisons Zone Rule Condition Service Type Comparison[] You should use 'service_type' instead of 'service_type_comparison'. This attribute still exists for backwards compatibility.
- service
Types ManagementZone Rule Condition Service Type[] - simple
Host ManagementTech Comparisons Zone 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 ManagementComparisons Zone Rule Condition Simple Tech Comparison[] You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.
- string
Comparisons ManagementZone Rule Condition String Comparison[] You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.
- string
Condition ManagementKeys Zone Rule Condition String Condition Key[] 'string_condition_key' is deprecated. You should use 'string_key'
- string
Keys ManagementZone Rule Condition String Key[] - strings
Management
Zone Rule Condition String[] - synthetic
Engine ManagementType Comparisons Zone 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 ManagementZone Rule Condition Synthetic Engine[] - tag
Comparisons ManagementZone Rule Condition Tag Comparison[] You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.
- Management
Zone Rule Condition Tag[] - teches
Management
Zone Rule Condition Tech[] - unknowns string
- application_
type_ Sequence[Managementcomparisons Zone 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[ManagementZone Rule Condition Application Type] - azure_
compute_ Sequence[Managementmode_ comparisons Zone Rule Condition Azure Compute Mode Comparison] - azure_
compute_ Sequence[Managementmodes Zone 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[Managementcomparisions Zone 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[ManagementZone Rule Condition Azure Skus] - base_
comparison_ Sequence[Managementbasics Zone Rule Condition Base Comparison Basic] You should use 'comparison' instead of 'base_comparison_basic'. This attribute still exists for backwards compatibility.
- base_
condition_ Sequence[Managementkeys Zone Rule Condition Base Condition Key] 'base_condition_key' is deprecated. You should use 'key'
- bitness_
comparisions Sequence[ManagementZone Rule Condition Bitness Comparision] You should use 'bitness' instead of 'bitness_comparision'. This attribute still exists for backwards compatibility.
- bitnesses
Sequence[Management
Zone Rule Condition Bitness] - cloud_
type_ Sequence[Managementcomparisons Zone 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[ManagementZone Rule Condition Cloud Type] - comparisons
Sequence[Management
Zone Rule Condition Comparison] - custom_
application_ Sequence[Managementtype_ comparisons Zone 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[Managementtypes Zone Rule Condition Custom Application Type] - custom_
host_ Sequence[Managementmetadata_ condition_ keys Zone Rule Condition Custom Host Metadata Condition Key] 'custom_host_metadata_condition_key' is deprecated. You should use 'custom_host_metadata'
- custom_
host_ Sequence[Managementmetadatas Zone Rule Condition Custom Host Metadata] - custom_
process_ Sequence[Managementmetadata_ condition_ keys Zone Rule Condition Custom Process Metadata Condition Key] 'custom_process_metadata_condition_key' is deprecated. You should use 'custom_process_metadata'
- custom_
process_ Sequence[Managementmetadatas Zone Rule Condition Custom Process Metadata] - database_
topologies Sequence[ManagementZone Rule Condition Database Topology] - database_
topology_ Sequence[Managementcomparisons Zone 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[Managementcomparisons Zone 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[ManagementZone Rule Condition Dcrum Decoder] - entities
Sequence[Management
Zone Rule Condition Entity] - entity_
id_ Sequence[Managementcomparisons Zone Rule Condition Entity Id Comparison] You should use 'entity' instead of 'entity_id_comparison'. This attribute still exists for backwards compatibility.
- host_
teches Sequence[ManagementZone Rule Condition Host Tech] - hypervisor_
type_ Sequence[Managementcomparisions Zone Rule Condition Hypervisor Type Comparision] hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
Sequence[Management
Zone Rule Condition Hypervisor] - indexed_
name_ Sequence[Managementcomparisons Zone 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[ManagementZone Rule Condition Indexed Name] - indexed_
string_ Sequence[Managementcomparisons Zone 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[ManagementZone Rule Condition Indexed String] - indexed_
tag_ Sequence[Managementcomparisons Zone Rule Condition Indexed Tag Comparison] You should use 'indexed_tag' instead of 'indexed_tag_comparison'. This attribute still exists for backwards compatibility.
- Sequence[Management
Zone Rule Condition Indexed Tag] - integer_
comparisons Sequence[ManagementZone Rule Condition Integer Comparison] You should use 'integer' instead of 'integer_comparison'. This attribute still exists for backwards compatibility.
- integers
Sequence[Management
Zone Rule Condition Integer] - ipaddress_
comparisons Sequence[ManagementZone Rule Condition Ipaddress Comparison] You should use 'ipaddress' instead of 'ipaddress_comparison'. This attribute still exists for backwards compatibility.
- ipaddresses
Sequence[Management
Zone Rule Condition Ipaddress] - keys
Sequence[Management
Zone Rule Condition Key] - mobile_
platform_ Sequence[Managementcomparisons Zone 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[ManagementZone Rule Condition Mobile Platform] - os_
arches Sequence[ManagementZone Rule Condition Os Arch] - os_
types Sequence[ManagementZone Rule Condition Os Type] - osarchitecture_
comparisons Sequence[ManagementZone Rule Condition Osarchitecture Comparison] You should use 'os_arch' instead of 'osarchitecture_comparison'. This attribute still exists for backwards compatibility.
- ostype_
comparisons Sequence[ManagementZone Rule Condition Ostype Comparison] You should use 'os_type' instead of 'ostype_comparison'. This attribute still exists for backwards compatibility.
- paas_
type_ Sequence[Managementcomparisons Zone 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[ManagementZone Rule Condition Paas Type] - process_
metadata_ Sequence[Managementcondition_ keys Zone Rule Condition Process Metadata Condition Key] 'process_metadata_condition_key' is deprecated. You should use 'process_metadata'
- process_
metadatas Sequence[ManagementZone Rule Condition Process Metadata] - service_
topologies Sequence[ManagementZone Rule Condition Service Topology] - service_
topology_ Sequence[Managementcomparisons Zone 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[Managementcomparisons Zone 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[ManagementZone Rule Condition Service Type] - simple_
host_ Sequence[Managementtech_ comparisons Zone 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[Managementcomparisons Zone Rule Condition Simple Tech Comparison] You should use 'tech' instead of 'simple_tech_comparison'. This attribute still exists for backwards compatibility.
- string_
comparisons Sequence[ManagementZone Rule Condition String Comparison] You should use 'string' instead of 'string_comparison'. This attribute still exists for backwards compatibility.
- string_
condition_ Sequence[Managementkeys Zone Rule Condition String Condition Key] 'string_condition_key' is deprecated. You should use 'string_key'
- string_
keys Sequence[ManagementZone Rule Condition String Key] - strings
Sequence[Management
Zone Rule Condition String] - synthetic_
engine_ Sequence[Managementtype_ comparisons Zone 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[ManagementZone Rule Condition Synthetic Engine] - tag_
comparisons Sequence[ManagementZone Rule Condition Tag Comparison] You should use 'tag' instead of 'tag_comparison'. This attribute still exists for backwards compatibility.
- Sequence[Management
Zone Rule Condition Tag] - teches
Sequence[Management
Zone 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
ManagementZoneRuleConditionApplicationType, ManagementZoneRuleConditionApplicationTypeArgs
ManagementZoneRuleConditionApplicationTypeComparison, ManagementZoneRuleConditionApplicationTypeComparisonArgs
ManagementZoneRuleConditionAzureComputeMode, ManagementZoneRuleConditionAzureComputeModeArgs
ManagementZoneRuleConditionAzureComputeModeComparison, ManagementZoneRuleConditionAzureComputeModeComparisonArgs
ManagementZoneRuleConditionAzureSkuComparision, ManagementZoneRuleConditionAzureSkuComparisionArgs
ManagementZoneRuleConditionAzureSkus, ManagementZoneRuleConditionAzureSkusArgs
ManagementZoneRuleConditionBaseComparisonBasic, ManagementZoneRuleConditionBaseComparisonBasicArgs
ManagementZoneRuleConditionBaseConditionKey, ManagementZoneRuleConditionBaseConditionKeyArgs
ManagementZoneRuleConditionBitness, ManagementZoneRuleConditionBitnessArgs
ManagementZoneRuleConditionBitnessComparision, ManagementZoneRuleConditionBitnessComparisionArgs
ManagementZoneRuleConditionCloudType, ManagementZoneRuleConditionCloudTypeArgs
ManagementZoneRuleConditionCloudTypeComparison, ManagementZoneRuleConditionCloudTypeComparisonArgs
ManagementZoneRuleConditionComparison, ManagementZoneRuleConditionComparisonArgs
ManagementZoneRuleConditionCustomApplicationType, ManagementZoneRuleConditionCustomApplicationTypeArgs
ManagementZoneRuleConditionCustomApplicationTypeComparison, ManagementZoneRuleConditionCustomApplicationTypeComparisonArgs
ManagementZoneRuleConditionCustomHostMetadata, ManagementZoneRuleConditionCustomHostMetadataArgs
- attribute String
- dynamic
Key Property Map - unknowns String
ManagementZoneRuleConditionCustomHostMetadataConditionKey, ManagementZoneRuleConditionCustomHostMetadataConditionKeyArgs
- Attribute string
- Dynamic
Key Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone 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 ManagementZone 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 ManagementZone 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 ManagementZone 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 str
- dynamic_
key ManagementZone Rule 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
ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey, ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKeyArgs
ManagementZoneRuleConditionCustomHostMetadataDynamicKey, ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs
ManagementZoneRuleConditionCustomProcessMetadata, ManagementZoneRuleConditionCustomProcessMetadataArgs
- attribute String
- dynamic
Key Property Map - unknowns String
ManagementZoneRuleConditionCustomProcessMetadataConditionKey, ManagementZoneRuleConditionCustomProcessMetadataConditionKeyArgs
- Attribute string
- Dynamic
Key Lbrlabs.Pulumi Package. Dynatrace. Inputs. Management Zone 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 ManagementZone 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 ManagementZone 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 ManagementZone 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 str
- dynamic_
key ManagementZone Rule 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
ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey, ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKeyArgs
ManagementZoneRuleConditionCustomProcessMetadataDynamicKey, ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs
ManagementZoneRuleConditionDatabaseTopology, ManagementZoneRuleConditionDatabaseTopologyArgs
ManagementZoneRuleConditionDatabaseTopologyComparison, ManagementZoneRuleConditionDatabaseTopologyComparisonArgs
ManagementZoneRuleConditionDcrumDecoder, ManagementZoneRuleConditionDcrumDecoderArgs
ManagementZoneRuleConditionDcrumDecoderComparison, ManagementZoneRuleConditionDcrumDecoderComparisonArgs
ManagementZoneRuleConditionEntity, ManagementZoneRuleConditionEntityArgs
ManagementZoneRuleConditionEntityIdComparison, ManagementZoneRuleConditionEntityIdComparisonArgs
ManagementZoneRuleConditionHostTech, ManagementZoneRuleConditionHostTechArgs
- Operator string
- Negate bool
- Unknowns string
- Value
Management
Zone Rule Condition Host Tech Value
- operator String
- negate Boolean
- unknowns String
- value
Management
Zone Rule Condition Host Tech Value
- operator string
- negate boolean
- unknowns string
- value
Management
Zone Rule Condition Host Tech Value
- operator String
- negate Boolean
- unknowns String
- value Property Map
ManagementZoneRuleConditionHostTechValue, ManagementZoneRuleConditionHostTechValueArgs
- 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
ManagementZoneRuleConditionHypervisor, ManagementZoneRuleConditionHypervisorArgs
ManagementZoneRuleConditionHypervisorTypeComparision, ManagementZoneRuleConditionHypervisorTypeComparisionArgs
ManagementZoneRuleConditionIndexedName, ManagementZoneRuleConditionIndexedNameArgs
ManagementZoneRuleConditionIndexedNameComparison, ManagementZoneRuleConditionIndexedNameComparisonArgs
ManagementZoneRuleConditionIndexedString, ManagementZoneRuleConditionIndexedStringArgs
ManagementZoneRuleConditionIndexedStringComparison, ManagementZoneRuleConditionIndexedStringComparisonArgs
ManagementZoneRuleConditionIndexedTag, ManagementZoneRuleConditionIndexedTagArgs
- Operator string
- Negate bool
- Unknowns string
- Value
Management
Zone Rule Condition Indexed Tag Value
- operator String
- negate Boolean
- unknowns String
- value
Management
Zone Rule Condition Indexed Tag Value
- operator string
- negate boolean
- unknowns string
- value
Management
Zone Rule Condition Indexed Tag Value
- operator String
- negate Boolean
- unknowns String
- value Property Map
ManagementZoneRuleConditionIndexedTagComparison, ManagementZoneRuleConditionIndexedTagComparisonArgs
ManagementZoneRuleConditionIndexedTagComparisonValue, ManagementZoneRuleConditionIndexedTagComparisonValueArgs
ManagementZoneRuleConditionIndexedTagValue, ManagementZoneRuleConditionIndexedTagValueArgs
ManagementZoneRuleConditionInteger, ManagementZoneRuleConditionIntegerArgs
ManagementZoneRuleConditionIntegerComparison, ManagementZoneRuleConditionIntegerComparisonArgs
ManagementZoneRuleConditionIpaddress, ManagementZoneRuleConditionIpaddressArgs
- 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
ManagementZoneRuleConditionIpaddressComparison, ManagementZoneRuleConditionIpaddressComparisonArgs
ManagementZoneRuleConditionKey, ManagementZoneRuleConditionKeyArgs
ManagementZoneRuleConditionMobilePlatform, ManagementZoneRuleConditionMobilePlatformArgs
ManagementZoneRuleConditionMobilePlatformComparison, ManagementZoneRuleConditionMobilePlatformComparisonArgs
ManagementZoneRuleConditionOsArch, ManagementZoneRuleConditionOsArchArgs
ManagementZoneRuleConditionOsType, ManagementZoneRuleConditionOsTypeArgs
ManagementZoneRuleConditionOsarchitectureComparison, ManagementZoneRuleConditionOsarchitectureComparisonArgs
ManagementZoneRuleConditionOstypeComparison, ManagementZoneRuleConditionOstypeComparisonArgs
ManagementZoneRuleConditionPaasType, ManagementZoneRuleConditionPaasTypeArgs
ManagementZoneRuleConditionPaasTypeComparison, ManagementZoneRuleConditionPaasTypeComparisonArgs
ManagementZoneRuleConditionProcessMetadata, ManagementZoneRuleConditionProcessMetadataArgs
- 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
ManagementZoneRuleConditionProcessMetadataConditionKey, ManagementZoneRuleConditionProcessMetadataConditionKeyArgs
- 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
ManagementZoneRuleConditionServiceTopology, ManagementZoneRuleConditionServiceTopologyArgs
ManagementZoneRuleConditionServiceTopologyComparison, ManagementZoneRuleConditionServiceTopologyComparisonArgs
ManagementZoneRuleConditionServiceType, ManagementZoneRuleConditionServiceTypeArgs
ManagementZoneRuleConditionServiceTypeComparison, ManagementZoneRuleConditionServiceTypeComparisonArgs
ManagementZoneRuleConditionSimpleHostTechComparison, ManagementZoneRuleConditionSimpleHostTechComparisonArgs
ManagementZoneRuleConditionSimpleHostTechComparisonValue, ManagementZoneRuleConditionSimpleHostTechComparisonValueArgs
- 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
ManagementZoneRuleConditionSimpleTechComparison, ManagementZoneRuleConditionSimpleTechComparisonArgs
ManagementZoneRuleConditionSimpleTechComparisonValue, ManagementZoneRuleConditionSimpleTechComparisonValueArgs
- 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
ManagementZoneRuleConditionString, ManagementZoneRuleConditionStringArgs
- 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
ManagementZoneRuleConditionStringComparison, ManagementZoneRuleConditionStringComparisonArgs
ManagementZoneRuleConditionStringConditionKey, ManagementZoneRuleConditionStringConditionKeyArgs
- 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
ManagementZoneRuleConditionStringKey, ManagementZoneRuleConditionStringKeyArgs
- 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
ManagementZoneRuleConditionSyntheticEngine, ManagementZoneRuleConditionSyntheticEngineArgs
ManagementZoneRuleConditionSyntheticEngineTypeComparison, ManagementZoneRuleConditionSyntheticEngineTypeComparisonArgs
ManagementZoneRuleConditionTag, ManagementZoneRuleConditionTagArgs
- Operator string
- Negate bool
- Unknowns string
- Value
Management
Zone Rule Condition Tag Value
- operator String
- negate Boolean
- unknowns String
- value
Management
Zone Rule Condition Tag Value
- operator string
- negate boolean
- unknowns string
- value
Management
Zone Rule Condition Tag Value
- operator String
- negate Boolean
- unknowns String
- value Property Map
ManagementZoneRuleConditionTagComparison, ManagementZoneRuleConditionTagComparisonArgs
ManagementZoneRuleConditionTagComparisonValue, ManagementZoneRuleConditionTagComparisonValueArgs
ManagementZoneRuleConditionTagValue, ManagementZoneRuleConditionTagValueArgs
ManagementZoneRuleConditionTech, ManagementZoneRuleConditionTechArgs
- Operator string
- Negate bool
- Unknowns string
- Value
Management
Zone Rule Condition Tech Value
- operator String
- negate Boolean
- unknowns String
- value
Management
Zone Rule Condition Tech Value
- operator string
- negate boolean
- unknowns string
- value
Management
Zone Rule Condition Tech Value
- operator String
- negate Boolean
- unknowns String
- value Property Map
ManagementZoneRuleConditionTechValue, ManagementZoneRuleConditionTechValueArgs
- 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.