1. Packages
  2. Dynatrace
  3. API Docs
  4. ManagementZone
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.ManagementZone

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    Create ManagementZone Resource

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

    Constructor syntax

    new ManagementZone(name: string, args?: ManagementZoneArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementZone(resource_name: str,
                       args: Optional[ManagementZoneArgs] = None,
                       opts: Optional[ResourceOptions] = None)
    
    @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)
    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.
    
    

    Parameters

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    var managementZoneResource = new Dynatrace.ManagementZone("managementZoneResource", new()
    {
        Description = "string",
        DimensionalRules = new[]
        {
            new Dynatrace.Inputs.ManagementZoneDimensionalRuleArgs
            {
                AppliesTo = "string",
                Conditions = new[]
                {
                    new Dynatrace.Inputs.ManagementZoneDimensionalRuleConditionArgs
                    {
                        Key = "string",
                        Match = "string",
                        Type = "string",
                        Unknowns = "string",
                        Value = "string",
                    },
                },
                Enabled = false,
                Unknowns = "string",
            },
        },
        EntitySelectorBasedRules = new[]
        {
            new Dynatrace.Inputs.ManagementZoneEntitySelectorBasedRuleArgs
            {
                Enabled = false,
                Selector = "string",
                Unknowns = "string",
            },
        },
        Name = "string",
        Rules = new[]
        {
            new Dynatrace.Inputs.ManagementZoneRuleArgs
            {
                Type = "string",
                Conditions = new[]
                {
                    new Dynatrace.Inputs.ManagementZoneRuleConditionArgs
                    {
                        ApplicationTypes = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionApplicationTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        AzureComputeModeComparisons = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionAzureComputeModeComparisonArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        AzureSkus = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionAzureSkusArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        Bitnesses = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionBitnessArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        CloudTypes = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionCloudTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        Comparisons = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionComparisonArgs
                            {
                                Type = "string",
                                Negate = false,
                                Unknowns = "string",
                            },
                        },
                        CustomApplicationTypes = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionCustomApplicationTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        CustomHostMetadatas = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionCustomHostMetadataArgs
                            {
                                Attribute = "string",
                                DynamicKey = new Dynatrace.Inputs.ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs
                                {
                                    Key = "string",
                                    Source = "string",
                                    Unknowns = "string",
                                },
                                Unknowns = "string",
                            },
                        },
                        CustomProcessMetadatas = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionCustomProcessMetadataArgs
                            {
                                Attribute = "string",
                                DynamicKey = new Dynatrace.Inputs.ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs
                                {
                                    Key = "string",
                                    Source = "string",
                                    Unknowns = "string",
                                },
                                Unknowns = "string",
                            },
                        },
                        DatabaseTopologies = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionDatabaseTopologyArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        DcrumDecoders = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionDcrumDecoderArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        Entities = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionEntityArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        HostTeches = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionHostTechArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = new Dynatrace.Inputs.ManagementZoneRuleConditionHostTechValueArgs
                                {
                                    Type = "string",
                                    Unknowns = "string",
                                    VerbatimType = "string",
                                },
                            },
                        },
                        Hypervisors = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionHypervisorArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        IndexedNames = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionIndexedNameArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        IndexedStrings = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionIndexedStringArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        IndexedTags = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionIndexedTagArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = new Dynatrace.Inputs.ManagementZoneRuleConditionIndexedTagValueArgs
                                {
                                    Context = "string",
                                    Key = "string",
                                    Unknowns = "string",
                                    Value = "string",
                                },
                            },
                        },
                        Integers = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionIntegerArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = 0,
                            },
                        },
                        Ipaddresses = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionIpaddressArgs
                            {
                                Operator = "string",
                                CaseSensitive = false,
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        Keys = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionKeyArgs
                            {
                                Attribute = "string",
                                Type = "string",
                                Unknowns = "string",
                            },
                        },
                        MobilePlatforms = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionMobilePlatformArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        OsArches = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionOsArchArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        OsTypes = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionOsTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        PaasTypes = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionPaasTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        ProcessMetadatas = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionProcessMetadataArgs
                            {
                                Attribute = "string",
                                DynamicKey = "string",
                                Unknowns = "string",
                            },
                        },
                        ServiceTopologies = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionServiceTopologyArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        ServiceTypes = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionServiceTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        StringKeys = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionStringKeyArgs
                            {
                                Attribute = "string",
                                DynamicKey = "string",
                                Unknowns = "string",
                            },
                        },
                        Strings = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionStringArgs
                            {
                                Operator = "string",
                                CaseSensitive = false,
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        SyntheticEngines = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionSyntheticEngineArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        Tags = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionTagArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = new Dynatrace.Inputs.ManagementZoneRuleConditionTagValueArgs
                                {
                                    Context = "string",
                                    Key = "string",
                                    Unknowns = "string",
                                    Value = "string",
                                },
                            },
                        },
                        Teches = new[]
                        {
                            new Dynatrace.Inputs.ManagementZoneRuleConditionTechArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = new Dynatrace.Inputs.ManagementZoneRuleConditionTechValueArgs
                                {
                                    Type = "string",
                                    Unknowns = "string",
                                    VerbatimType = "string",
                                },
                            },
                        },
                        Unknowns = "string",
                    },
                },
                Enabled = false,
                PropagationTypes = new[]
                {
                    "string",
                },
                Unknowns = "string",
            },
        },
        Unknowns = "string",
    });
    
    example, err := dynatrace.NewManagementZone(ctx, "managementZoneResource", &dynatrace.ManagementZoneArgs{
    	Description: pulumi.String("string"),
    	DimensionalRules: dynatrace.ManagementZoneDimensionalRuleArray{
    		&dynatrace.ManagementZoneDimensionalRuleArgs{
    			AppliesTo: pulumi.String("string"),
    			Conditions: dynatrace.ManagementZoneDimensionalRuleConditionArray{
    				&dynatrace.ManagementZoneDimensionalRuleConditionArgs{
    					Key:      pulumi.String("string"),
    					Match:    pulumi.String("string"),
    					Type:     pulumi.String("string"),
    					Unknowns: pulumi.String("string"),
    					Value:    pulumi.String("string"),
    				},
    			},
    			Enabled:  pulumi.Bool(false),
    			Unknowns: pulumi.String("string"),
    		},
    	},
    	EntitySelectorBasedRules: dynatrace.ManagementZoneEntitySelectorBasedRuleArray{
    		&dynatrace.ManagementZoneEntitySelectorBasedRuleArgs{
    			Enabled:  pulumi.Bool(false),
    			Selector: pulumi.String("string"),
    			Unknowns: pulumi.String("string"),
    		},
    	},
    	Name: pulumi.String("string"),
    	Rules: dynatrace.ManagementZoneRuleArray{
    		&dynatrace.ManagementZoneRuleArgs{
    			Type: pulumi.String("string"),
    			Conditions: dynatrace.ManagementZoneRuleConditionArray{
    				&dynatrace.ManagementZoneRuleConditionArgs{
    					ApplicationTypes: dynatrace.ManagementZoneRuleConditionApplicationTypeArray{
    						&dynatrace.ManagementZoneRuleConditionApplicationTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					AzureComputeModeComparisons: dynatrace.ManagementZoneRuleConditionAzureComputeModeComparisonArray{
    						&dynatrace.ManagementZoneRuleConditionAzureComputeModeComparisonArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					AzureSkus: dynatrace.ManagementZoneRuleConditionAzureSkusArray{
    						&dynatrace.ManagementZoneRuleConditionAzureSkusArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					Bitnesses: dynatrace.ManagementZoneRuleConditionBitnessArray{
    						&dynatrace.ManagementZoneRuleConditionBitnessArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					CloudTypes: dynatrace.ManagementZoneRuleConditionCloudTypeArray{
    						&dynatrace.ManagementZoneRuleConditionCloudTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					Comparisons: dynatrace.ManagementZoneRuleConditionComparisonArray{
    						&dynatrace.ManagementZoneRuleConditionComparisonArgs{
    							Type:     pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    						},
    					},
    					CustomApplicationTypes: dynatrace.ManagementZoneRuleConditionCustomApplicationTypeArray{
    						&dynatrace.ManagementZoneRuleConditionCustomApplicationTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					CustomHostMetadatas: dynatrace.ManagementZoneRuleConditionCustomHostMetadataArray{
    						&dynatrace.ManagementZoneRuleConditionCustomHostMetadataArgs{
    							Attribute: pulumi.String("string"),
    							DynamicKey: &dynatrace.ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs{
    								Key:      pulumi.String("string"),
    								Source:   pulumi.String("string"),
    								Unknowns: pulumi.String("string"),
    							},
    							Unknowns: pulumi.String("string"),
    						},
    					},
    					CustomProcessMetadatas: dynatrace.ManagementZoneRuleConditionCustomProcessMetadataArray{
    						&dynatrace.ManagementZoneRuleConditionCustomProcessMetadataArgs{
    							Attribute: pulumi.String("string"),
    							DynamicKey: &dynatrace.ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs{
    								Key:      pulumi.String("string"),
    								Source:   pulumi.String("string"),
    								Unknowns: pulumi.String("string"),
    							},
    							Unknowns: pulumi.String("string"),
    						},
    					},
    					DatabaseTopologies: dynatrace.ManagementZoneRuleConditionDatabaseTopologyArray{
    						&dynatrace.ManagementZoneRuleConditionDatabaseTopologyArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					DcrumDecoders: dynatrace.ManagementZoneRuleConditionDcrumDecoderArray{
    						&dynatrace.ManagementZoneRuleConditionDcrumDecoderArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					Entities: dynatrace.ManagementZoneRuleConditionEntityArray{
    						&dynatrace.ManagementZoneRuleConditionEntityArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					HostTeches: dynatrace.ManagementZoneRuleConditionHostTechArray{
    						&dynatrace.ManagementZoneRuleConditionHostTechArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value: &dynatrace.ManagementZoneRuleConditionHostTechValueArgs{
    								Type:         pulumi.String("string"),
    								Unknowns:     pulumi.String("string"),
    								VerbatimType: pulumi.String("string"),
    							},
    						},
    					},
    					Hypervisors: dynatrace.ManagementZoneRuleConditionHypervisorArray{
    						&dynatrace.ManagementZoneRuleConditionHypervisorArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					IndexedNames: dynatrace.ManagementZoneRuleConditionIndexedNameArray{
    						&dynatrace.ManagementZoneRuleConditionIndexedNameArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					IndexedStrings: dynatrace.ManagementZoneRuleConditionIndexedStringArray{
    						&dynatrace.ManagementZoneRuleConditionIndexedStringArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					IndexedTags: dynatrace.ManagementZoneRuleConditionIndexedTagArray{
    						&dynatrace.ManagementZoneRuleConditionIndexedTagArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value: &dynatrace.ManagementZoneRuleConditionIndexedTagValueArgs{
    								Context:  pulumi.String("string"),
    								Key:      pulumi.String("string"),
    								Unknowns: pulumi.String("string"),
    								Value:    pulumi.String("string"),
    							},
    						},
    					},
    					Integers: dynatrace.ManagementZoneRuleConditionIntegerArray{
    						&dynatrace.ManagementZoneRuleConditionIntegerArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.Int(0),
    						},
    					},
    					Ipaddresses: dynatrace.ManagementZoneRuleConditionIpaddressArray{
    						&dynatrace.ManagementZoneRuleConditionIpaddressArgs{
    							Operator:      pulumi.String("string"),
    							CaseSensitive: pulumi.Bool(false),
    							Negate:        pulumi.Bool(false),
    							Unknowns:      pulumi.String("string"),
    							Value:         pulumi.String("string"),
    						},
    					},
    					Keys: dynatrace.ManagementZoneRuleConditionKeyArray{
    						&dynatrace.ManagementZoneRuleConditionKeyArgs{
    							Attribute: pulumi.String("string"),
    							Type:      pulumi.String("string"),
    							Unknowns:  pulumi.String("string"),
    						},
    					},
    					MobilePlatforms: dynatrace.ManagementZoneRuleConditionMobilePlatformArray{
    						&dynatrace.ManagementZoneRuleConditionMobilePlatformArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					OsArches: dynatrace.ManagementZoneRuleConditionOsArchArray{
    						&dynatrace.ManagementZoneRuleConditionOsArchArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					OsTypes: dynatrace.ManagementZoneRuleConditionOsTypeArray{
    						&dynatrace.ManagementZoneRuleConditionOsTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					PaasTypes: dynatrace.ManagementZoneRuleConditionPaasTypeArray{
    						&dynatrace.ManagementZoneRuleConditionPaasTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					ProcessMetadatas: dynatrace.ManagementZoneRuleConditionProcessMetadataArray{
    						&dynatrace.ManagementZoneRuleConditionProcessMetadataArgs{
    							Attribute:  pulumi.String("string"),
    							DynamicKey: pulumi.String("string"),
    							Unknowns:   pulumi.String("string"),
    						},
    					},
    					ServiceTopologies: dynatrace.ManagementZoneRuleConditionServiceTopologyArray{
    						&dynatrace.ManagementZoneRuleConditionServiceTopologyArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					ServiceTypes: dynatrace.ManagementZoneRuleConditionServiceTypeArray{
    						&dynatrace.ManagementZoneRuleConditionServiceTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					StringKeys: dynatrace.ManagementZoneRuleConditionStringKeyArray{
    						&dynatrace.ManagementZoneRuleConditionStringKeyArgs{
    							Attribute:  pulumi.String("string"),
    							DynamicKey: pulumi.String("string"),
    							Unknowns:   pulumi.String("string"),
    						},
    					},
    					Strings: dynatrace.ManagementZoneRuleConditionStringArray{
    						&dynatrace.ManagementZoneRuleConditionStringArgs{
    							Operator:      pulumi.String("string"),
    							CaseSensitive: pulumi.Bool(false),
    							Negate:        pulumi.Bool(false),
    							Unknowns:      pulumi.String("string"),
    							Value:         pulumi.String("string"),
    						},
    					},
    					SyntheticEngines: dynatrace.ManagementZoneRuleConditionSyntheticEngineArray{
    						&dynatrace.ManagementZoneRuleConditionSyntheticEngineArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					Tags: dynatrace.ManagementZoneRuleConditionTagArray{
    						&dynatrace.ManagementZoneRuleConditionTagArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value: &dynatrace.ManagementZoneRuleConditionTagValueArgs{
    								Context:  pulumi.String("string"),
    								Key:      pulumi.String("string"),
    								Unknowns: pulumi.String("string"),
    								Value:    pulumi.String("string"),
    							},
    						},
    					},
    					Teches: dynatrace.ManagementZoneRuleConditionTechArray{
    						&dynatrace.ManagementZoneRuleConditionTechArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value: &dynatrace.ManagementZoneRuleConditionTechValueArgs{
    								Type:         pulumi.String("string"),
    								Unknowns:     pulumi.String("string"),
    								VerbatimType: pulumi.String("string"),
    							},
    						},
    					},
    					Unknowns: pulumi.String("string"),
    				},
    			},
    			Enabled: pulumi.Bool(false),
    			PropagationTypes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			Unknowns: pulumi.String("string"),
    		},
    	},
    	Unknowns: pulumi.String("string"),
    })
    
    var managementZoneResource = new ManagementZone("managementZoneResource", ManagementZoneArgs.builder()        
        .description("string")
        .dimensionalRules(ManagementZoneDimensionalRuleArgs.builder()
            .appliesTo("string")
            .conditions(ManagementZoneDimensionalRuleConditionArgs.builder()
                .key("string")
                .match("string")
                .type("string")
                .unknowns("string")
                .value("string")
                .build())
            .enabled(false)
            .unknowns("string")
            .build())
        .entitySelectorBasedRules(ManagementZoneEntitySelectorBasedRuleArgs.builder()
            .enabled(false)
            .selector("string")
            .unknowns("string")
            .build())
        .name("string")
        .rules(ManagementZoneRuleArgs.builder()
            .type("string")
            .conditions(ManagementZoneRuleConditionArgs.builder()
                .applicationTypes(ManagementZoneRuleConditionApplicationTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .azureComputeModeComparisons(ManagementZoneRuleConditionAzureComputeModeComparisonArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .azureSkus(ManagementZoneRuleConditionAzureSkusArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .bitnesses(ManagementZoneRuleConditionBitnessArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .cloudTypes(ManagementZoneRuleConditionCloudTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .comparisons(ManagementZoneRuleConditionComparisonArgs.builder()
                    .type("string")
                    .negate(false)
                    .unknowns("string")
                    .build())
                .customApplicationTypes(ManagementZoneRuleConditionCustomApplicationTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .customHostMetadatas(ManagementZoneRuleConditionCustomHostMetadataArgs.builder()
                    .attribute("string")
                    .dynamicKey(ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs.builder()
                        .key("string")
                        .source("string")
                        .unknowns("string")
                        .build())
                    .unknowns("string")
                    .build())
                .customProcessMetadatas(ManagementZoneRuleConditionCustomProcessMetadataArgs.builder()
                    .attribute("string")
                    .dynamicKey(ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs.builder()
                        .key("string")
                        .source("string")
                        .unknowns("string")
                        .build())
                    .unknowns("string")
                    .build())
                .databaseTopologies(ManagementZoneRuleConditionDatabaseTopologyArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .dcrumDecoders(ManagementZoneRuleConditionDcrumDecoderArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .entities(ManagementZoneRuleConditionEntityArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .hostTeches(ManagementZoneRuleConditionHostTechArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value(ManagementZoneRuleConditionHostTechValueArgs.builder()
                        .type("string")
                        .unknowns("string")
                        .verbatimType("string")
                        .build())
                    .build())
                .hypervisors(ManagementZoneRuleConditionHypervisorArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .indexedNames(ManagementZoneRuleConditionIndexedNameArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .indexedStrings(ManagementZoneRuleConditionIndexedStringArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .indexedTags(ManagementZoneRuleConditionIndexedTagArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value(ManagementZoneRuleConditionIndexedTagValueArgs.builder()
                        .context("string")
                        .key("string")
                        .unknowns("string")
                        .value("string")
                        .build())
                    .build())
                .integers(ManagementZoneRuleConditionIntegerArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value(0)
                    .build())
                .ipaddresses(ManagementZoneRuleConditionIpaddressArgs.builder()
                    .operator("string")
                    .caseSensitive(false)
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .keys(ManagementZoneRuleConditionKeyArgs.builder()
                    .attribute("string")
                    .type("string")
                    .unknowns("string")
                    .build())
                .mobilePlatforms(ManagementZoneRuleConditionMobilePlatformArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .osArches(ManagementZoneRuleConditionOsArchArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .osTypes(ManagementZoneRuleConditionOsTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .paasTypes(ManagementZoneRuleConditionPaasTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .processMetadatas(ManagementZoneRuleConditionProcessMetadataArgs.builder()
                    .attribute("string")
                    .dynamicKey("string")
                    .unknowns("string")
                    .build())
                .serviceTopologies(ManagementZoneRuleConditionServiceTopologyArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .serviceTypes(ManagementZoneRuleConditionServiceTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .stringKeys(ManagementZoneRuleConditionStringKeyArgs.builder()
                    .attribute("string")
                    .dynamicKey("string")
                    .unknowns("string")
                    .build())
                .strings(ManagementZoneRuleConditionStringArgs.builder()
                    .operator("string")
                    .caseSensitive(false)
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .syntheticEngines(ManagementZoneRuleConditionSyntheticEngineArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .tags(ManagementZoneRuleConditionTagArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value(ManagementZoneRuleConditionTagValueArgs.builder()
                        .context("string")
                        .key("string")
                        .unknowns("string")
                        .value("string")
                        .build())
                    .build())
                .teches(ManagementZoneRuleConditionTechArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value(ManagementZoneRuleConditionTechValueArgs.builder()
                        .type("string")
                        .unknowns("string")
                        .verbatimType("string")
                        .build())
                    .build())
                .unknowns("string")
                .build())
            .enabled(false)
            .propagationTypes("string")
            .unknowns("string")
            .build())
        .unknowns("string")
        .build());
    
    management_zone_resource = dynatrace.ManagementZone("managementZoneResource",
        description="string",
        dimensional_rules=[dynatrace.ManagementZoneDimensionalRuleArgs(
            applies_to="string",
            conditions=[dynatrace.ManagementZoneDimensionalRuleConditionArgs(
                key="string",
                match="string",
                type="string",
                unknowns="string",
                value="string",
            )],
            enabled=False,
            unknowns="string",
        )],
        entity_selector_based_rules=[dynatrace.ManagementZoneEntitySelectorBasedRuleArgs(
            enabled=False,
            selector="string",
            unknowns="string",
        )],
        name="string",
        rules=[dynatrace.ManagementZoneRuleArgs(
            type="string",
            conditions=[dynatrace.ManagementZoneRuleConditionArgs(
                application_types=[dynatrace.ManagementZoneRuleConditionApplicationTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                azure_compute_mode_comparisons=[dynatrace.ManagementZoneRuleConditionAzureComputeModeComparisonArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                azure_skus=[dynatrace.ManagementZoneRuleConditionAzureSkusArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                bitnesses=[dynatrace.ManagementZoneRuleConditionBitnessArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                cloud_types=[dynatrace.ManagementZoneRuleConditionCloudTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                comparisons=[dynatrace.ManagementZoneRuleConditionComparisonArgs(
                    type="string",
                    negate=False,
                    unknowns="string",
                )],
                custom_application_types=[dynatrace.ManagementZoneRuleConditionCustomApplicationTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                custom_host_metadatas=[dynatrace.ManagementZoneRuleConditionCustomHostMetadataArgs(
                    attribute="string",
                    dynamic_key=dynatrace.ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs(
                        key="string",
                        source="string",
                        unknowns="string",
                    ),
                    unknowns="string",
                )],
                custom_process_metadatas=[dynatrace.ManagementZoneRuleConditionCustomProcessMetadataArgs(
                    attribute="string",
                    dynamic_key=dynatrace.ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs(
                        key="string",
                        source="string",
                        unknowns="string",
                    ),
                    unknowns="string",
                )],
                database_topologies=[dynatrace.ManagementZoneRuleConditionDatabaseTopologyArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                dcrum_decoders=[dynatrace.ManagementZoneRuleConditionDcrumDecoderArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                entities=[dynatrace.ManagementZoneRuleConditionEntityArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                host_teches=[dynatrace.ManagementZoneRuleConditionHostTechArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value=dynatrace.ManagementZoneRuleConditionHostTechValueArgs(
                        type="string",
                        unknowns="string",
                        verbatim_type="string",
                    ),
                )],
                hypervisors=[dynatrace.ManagementZoneRuleConditionHypervisorArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                indexed_names=[dynatrace.ManagementZoneRuleConditionIndexedNameArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                indexed_strings=[dynatrace.ManagementZoneRuleConditionIndexedStringArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                indexed_tags=[dynatrace.ManagementZoneRuleConditionIndexedTagArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value=dynatrace.ManagementZoneRuleConditionIndexedTagValueArgs(
                        context="string",
                        key="string",
                        unknowns="string",
                        value="string",
                    ),
                )],
                integers=[dynatrace.ManagementZoneRuleConditionIntegerArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value=0,
                )],
                ipaddresses=[dynatrace.ManagementZoneRuleConditionIpaddressArgs(
                    operator="string",
                    case_sensitive=False,
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                keys=[dynatrace.ManagementZoneRuleConditionKeyArgs(
                    attribute="string",
                    type="string",
                    unknowns="string",
                )],
                mobile_platforms=[dynatrace.ManagementZoneRuleConditionMobilePlatformArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                os_arches=[dynatrace.ManagementZoneRuleConditionOsArchArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                os_types=[dynatrace.ManagementZoneRuleConditionOsTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                paas_types=[dynatrace.ManagementZoneRuleConditionPaasTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                process_metadatas=[dynatrace.ManagementZoneRuleConditionProcessMetadataArgs(
                    attribute="string",
                    dynamic_key="string",
                    unknowns="string",
                )],
                service_topologies=[dynatrace.ManagementZoneRuleConditionServiceTopologyArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                service_types=[dynatrace.ManagementZoneRuleConditionServiceTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                string_keys=[dynatrace.ManagementZoneRuleConditionStringKeyArgs(
                    attribute="string",
                    dynamic_key="string",
                    unknowns="string",
                )],
                strings=[dynatrace.ManagementZoneRuleConditionStringArgs(
                    operator="string",
                    case_sensitive=False,
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                synthetic_engines=[dynatrace.ManagementZoneRuleConditionSyntheticEngineArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                tags=[dynatrace.ManagementZoneRuleConditionTagArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value=dynatrace.ManagementZoneRuleConditionTagValueArgs(
                        context="string",
                        key="string",
                        unknowns="string",
                        value="string",
                    ),
                )],
                teches=[dynatrace.ManagementZoneRuleConditionTechArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value=dynatrace.ManagementZoneRuleConditionTechValueArgs(
                        type="string",
                        unknowns="string",
                        verbatim_type="string",
                    ),
                )],
                unknowns="string",
            )],
            enabled=False,
            propagation_types=["string"],
            unknowns="string",
        )],
        unknowns="string")
    
    const managementZoneResource = new dynatrace.ManagementZone("managementZoneResource", {
        description: "string",
        dimensionalRules: [{
            appliesTo: "string",
            conditions: [{
                key: "string",
                match: "string",
                type: "string",
                unknowns: "string",
                value: "string",
            }],
            enabled: false,
            unknowns: "string",
        }],
        entitySelectorBasedRules: [{
            enabled: false,
            selector: "string",
            unknowns: "string",
        }],
        name: "string",
        rules: [{
            type: "string",
            conditions: [{
                applicationTypes: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                azureComputeModeComparisons: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                azureSkus: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                bitnesses: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                cloudTypes: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                comparisons: [{
                    type: "string",
                    negate: false,
                    unknowns: "string",
                }],
                customApplicationTypes: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                customHostMetadatas: [{
                    attribute: "string",
                    dynamicKey: {
                        key: "string",
                        source: "string",
                        unknowns: "string",
                    },
                    unknowns: "string",
                }],
                customProcessMetadatas: [{
                    attribute: "string",
                    dynamicKey: {
                        key: "string",
                        source: "string",
                        unknowns: "string",
                    },
                    unknowns: "string",
                }],
                databaseTopologies: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                dcrumDecoders: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                entities: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                hostTeches: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: {
                        type: "string",
                        unknowns: "string",
                        verbatimType: "string",
                    },
                }],
                hypervisors: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                indexedNames: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                indexedStrings: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                indexedTags: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: {
                        context: "string",
                        key: "string",
                        unknowns: "string",
                        value: "string",
                    },
                }],
                integers: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: 0,
                }],
                ipaddresses: [{
                    operator: "string",
                    caseSensitive: false,
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                keys: [{
                    attribute: "string",
                    type: "string",
                    unknowns: "string",
                }],
                mobilePlatforms: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                osArches: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                osTypes: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                paasTypes: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                processMetadatas: [{
                    attribute: "string",
                    dynamicKey: "string",
                    unknowns: "string",
                }],
                serviceTopologies: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                serviceTypes: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                stringKeys: [{
                    attribute: "string",
                    dynamicKey: "string",
                    unknowns: "string",
                }],
                strings: [{
                    operator: "string",
                    caseSensitive: false,
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                syntheticEngines: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: "string",
                }],
                tags: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: {
                        context: "string",
                        key: "string",
                        unknowns: "string",
                        value: "string",
                    },
                }],
                teches: [{
                    operator: "string",
                    negate: false,
                    unknowns: "string",
                    value: {
                        type: "string",
                        unknowns: "string",
                        verbatimType: "string",
                    },
                }],
                unknowns: "string",
            }],
            enabled: false,
            propagationTypes: ["string"],
            unknowns: "string",
        }],
        unknowns: "string",
    });
    
    type: dynatrace:ManagementZone
    properties:
        description: string
        dimensionalRules:
            - appliesTo: string
              conditions:
                - key: string
                  match: string
                  type: string
                  unknowns: string
                  value: string
              enabled: false
              unknowns: string
        entitySelectorBasedRules:
            - enabled: false
              selector: string
              unknowns: string
        name: string
        rules:
            - conditions:
                - applicationTypes:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  azureComputeModeComparisons:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  azureSkus:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  bitnesses:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  cloudTypes:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  comparisons:
                    - negate: false
                      type: string
                      unknowns: string
                  customApplicationTypes:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  customHostMetadatas:
                    - attribute: string
                      dynamicKey:
                        key: string
                        source: string
                        unknowns: string
                      unknowns: string
                  customProcessMetadatas:
                    - attribute: string
                      dynamicKey:
                        key: string
                        source: string
                        unknowns: string
                      unknowns: string
                  databaseTopologies:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  dcrumDecoders:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  entities:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  hostTeches:
                    - negate: false
                      operator: string
                      unknowns: string
                      value:
                        type: string
                        unknowns: string
                        verbatimType: string
                  hypervisors:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  indexedNames:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  indexedStrings:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  indexedTags:
                    - negate: false
                      operator: string
                      unknowns: string
                      value:
                        context: string
                        key: string
                        unknowns: string
                        value: string
                  integers:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: 0
                  ipaddresses:
                    - caseSensitive: false
                      negate: false
                      operator: string
                      unknowns: string
                      value: string
                  keys:
                    - attribute: string
                      type: string
                      unknowns: string
                  mobilePlatforms:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  osArches:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  osTypes:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  paasTypes:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  processMetadatas:
                    - attribute: string
                      dynamicKey: string
                      unknowns: string
                  serviceTopologies:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  serviceTypes:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  stringKeys:
                    - attribute: string
                      dynamicKey: string
                      unknowns: string
                  strings:
                    - caseSensitive: false
                      negate: false
                      operator: string
                      unknowns: string
                      value: string
                  syntheticEngines:
                    - negate: false
                      operator: string
                      unknowns: string
                      value: string
                  tags:
                    - negate: false
                      operator: string
                      unknowns: string
                      value:
                        context: string
                        key: string
                        unknowns: string
                        value: string
                  teches:
                    - negate: false
                      operator: string
                      unknowns: string
                      value:
                        type: string
                        unknowns: string
                        verbatimType: string
                  unknowns: string
              enabled: false
              propagationTypes:
                - string
              type: string
              unknowns: string
        unknowns: string
    

    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
    DimensionalRules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneDimensionalRule>
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    EntitySelectorBasedRules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneEntitySelectorBasedRule>
    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.PulumiPackage.Dynatrace.Inputs.ManagementZoneRule>
    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
    DimensionalRules []ManagementZoneDimensionalRuleArgs
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    EntitySelectorBasedRules []ManagementZoneEntitySelectorBasedRuleArgs
    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 []ManagementZoneRuleArgs
    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
    dimensionalRules List<ManagementZoneDimensionalRule>
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    entitySelectorBasedRules List<ManagementZoneEntitySelectorBasedRule>
    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<ManagementZoneRule>
    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
    dimensionalRules ManagementZoneDimensionalRule[]
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    entitySelectorBasedRules ManagementZoneEntitySelectorBasedRule[]
    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 ManagementZoneRule[]
    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[ManagementZoneDimensionalRuleArgs]
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    entity_selector_based_rules Sequence[ManagementZoneEntitySelectorBasedRuleArgs]
    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[ManagementZoneRuleArgs]
    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
    dimensionalRules List<Property Map>
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    entitySelectorBasedRules List<Property Map>
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    name String
    The name of the 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.
    The following state arguments are supported:
    Description string
    The description of the management zone
    DimensionalRules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneDimensionalRule>
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    EntitySelectorBasedRules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneEntitySelectorBasedRule>
    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.PulumiPackage.Dynatrace.Inputs.ManagementZoneRule>
    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
    DimensionalRules []ManagementZoneDimensionalRuleArgs
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    EntitySelectorBasedRules []ManagementZoneEntitySelectorBasedRuleArgs
    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 []ManagementZoneRuleArgs
    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
    dimensionalRules List<ManagementZoneDimensionalRule>
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    entitySelectorBasedRules List<ManagementZoneEntitySelectorBasedRule>
    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<ManagementZoneRule>
    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
    dimensionalRules ManagementZoneDimensionalRule[]
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    entitySelectorBasedRules ManagementZoneEntitySelectorBasedRule[]
    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 ManagementZoneRule[]
    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[ManagementZoneDimensionalRuleArgs]
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    entity_selector_based_rules Sequence[ManagementZoneEntitySelectorBasedRuleArgs]
    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[ManagementZoneRuleArgs]
    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
    dimensionalRules List<Property Map>
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    entitySelectorBasedRules List<Property Map>
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    name String
    The name of the 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

    ManagementZoneDimensionalRuleCondition, ManagementZoneDimensionalRuleConditionArgs

    Key string
    Match string
    Type string
    Unknowns string
    Value string
    Key string
    Match string
    Type string
    Unknowns string
    Value string
    key String
    match String
    type String
    unknowns String
    value String
    key string
    match string
    type string
    unknowns string
    value string
    key str
    match str
    type str
    unknowns str
    value str
    key String
    match String
    type String
    unknowns String
    value String

    ManagementZoneEntitySelectorBasedRule, ManagementZoneEntitySelectorBasedRuleArgs

    Enabled bool
    Selector string
    Unknowns string
    Enabled bool
    Selector string
    Unknowns string
    enabled Boolean
    selector String
    unknowns String
    enabled boolean
    selector string
    unknowns string
    enabled Boolean
    selector String
    unknowns String

    ManagementZoneRule, ManagementZoneRuleArgs

    ManagementZoneRuleCondition, ManagementZoneRuleConditionArgs

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

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

    ApplicationTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionApplicationType>
    AzureComputeModeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionAzureComputeModeComparison>
    AzureComputeModes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionAzureComputeMode>

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

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

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

    AzureSkus List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionAzureSkus>
    BaseComparisonBasics List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionBaseComparisonBasic>

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

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

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

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

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

    Bitnesses List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionBitness>
    CloudTypeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionCloudTypeComparison>

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

    CloudTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionCloudType>
    Comparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionComparison>
    CustomApplicationTypeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionCustomApplicationTypeComparison>

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

    CustomApplicationTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionCustomApplicationType>
    CustomHostMetadataConditionKeys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionCustomHostMetadataConditionKey>

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

    CustomHostMetadatas List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionCustomHostMetadata>
    CustomProcessMetadataConditionKeys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionCustomProcessMetadataConditionKey>

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

    CustomProcessMetadatas List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionCustomProcessMetadata>
    DatabaseTopologies List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionDatabaseTopology>
    DatabaseTopologyComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionDatabaseTopologyComparison>

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

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

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

    DcrumDecoders List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionDcrumDecoder>
    Entities List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionEntity>
    EntityIdComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionEntityIdComparison>

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

    HostTeches List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionHostTech>
    HypervisorTypeComparisions List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionHypervisorTypeComparision>

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    Hypervisors List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionHypervisor>
    IndexedNameComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedNameComparison>

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

    IndexedNames List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedName>
    IndexedStringComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedStringComparison>

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

    IndexedStrings List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedString>
    IndexedTagComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedTagComparison>

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

    IndexedTags List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedTag>
    IntegerComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionIntegerComparison>

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

    Integers List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionInteger>
    IpaddressComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionIpaddressComparison>

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

    Ipaddresses List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionIpaddress>
    Keys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionKey>
    MobilePlatformComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionMobilePlatformComparison>

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

    MobilePlatforms List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionMobilePlatform>
    OsArches List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionOsArch>
    OsTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionOsType>
    OsarchitectureComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionOsarchitectureComparison>

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

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

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

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

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

    PaasTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionPaasType>
    ProcessMetadataConditionKeys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionProcessMetadataConditionKey>

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

    ProcessMetadatas List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionProcessMetadata>
    ServiceTopologies List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionServiceTopology>
    ServiceTopologyComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionServiceTopologyComparison>

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

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

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

    ServiceTypes List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionServiceType>
    SimpleHostTechComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionSimpleHostTechComparison>

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

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

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

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

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

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

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

    StringKeys List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionStringKey>
    Strings List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionString>
    SyntheticEngineTypeComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionSyntheticEngineTypeComparison>

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

    SyntheticEngines List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionSyntheticEngine>
    TagComparisons List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionTagComparison>

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

    Tags List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionTag>
    Teches List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ManagementZoneRuleConditionTech>
    Unknowns string
    ApplicationTypeComparisons []ManagementZoneRuleConditionApplicationTypeComparison

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

    ApplicationTypes []ManagementZoneRuleConditionApplicationType
    AzureComputeModeComparisons []ManagementZoneRuleConditionAzureComputeModeComparison
    AzureComputeModes []ManagementZoneRuleConditionAzureComputeMode

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

    AzureSkuComparisions []ManagementZoneRuleConditionAzureSkuComparision

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

    AzureSkus []ManagementZoneRuleConditionAzureSkus
    BaseComparisonBasics []ManagementZoneRuleConditionBaseComparisonBasic

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

    BaseConditionKeys []ManagementZoneRuleConditionBaseConditionKey

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

    BitnessComparisions []ManagementZoneRuleConditionBitnessComparision

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

    Bitnesses []ManagementZoneRuleConditionBitness
    CloudTypeComparisons []ManagementZoneRuleConditionCloudTypeComparison

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

    CloudTypes []ManagementZoneRuleConditionCloudType
    Comparisons []ManagementZoneRuleConditionComparison
    CustomApplicationTypeComparisons []ManagementZoneRuleConditionCustomApplicationTypeComparison

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

    CustomApplicationTypes []ManagementZoneRuleConditionCustomApplicationType
    CustomHostMetadataConditionKeys []ManagementZoneRuleConditionCustomHostMetadataConditionKey

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

    CustomHostMetadatas []ManagementZoneRuleConditionCustomHostMetadata
    CustomProcessMetadataConditionKeys []ManagementZoneRuleConditionCustomProcessMetadataConditionKey

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

    CustomProcessMetadatas []ManagementZoneRuleConditionCustomProcessMetadata
    DatabaseTopologies []ManagementZoneRuleConditionDatabaseTopology
    DatabaseTopologyComparisons []ManagementZoneRuleConditionDatabaseTopologyComparison

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

    DcrumDecoderComparisons []ManagementZoneRuleConditionDcrumDecoderComparison

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

    DcrumDecoders []ManagementZoneRuleConditionDcrumDecoder
    Entities []ManagementZoneRuleConditionEntity
    EntityIdComparisons []ManagementZoneRuleConditionEntityIdComparison

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

    HostTeches []ManagementZoneRuleConditionHostTech
    HypervisorTypeComparisions []ManagementZoneRuleConditionHypervisorTypeComparision

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    Hypervisors []ManagementZoneRuleConditionHypervisor
    IndexedNameComparisons []ManagementZoneRuleConditionIndexedNameComparison

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

    IndexedNames []ManagementZoneRuleConditionIndexedName
    IndexedStringComparisons []ManagementZoneRuleConditionIndexedStringComparison

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

    IndexedStrings []ManagementZoneRuleConditionIndexedString
    IndexedTagComparisons []ManagementZoneRuleConditionIndexedTagComparison

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

    IndexedTags []ManagementZoneRuleConditionIndexedTag
    IntegerComparisons []ManagementZoneRuleConditionIntegerComparison

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

    Integers []ManagementZoneRuleConditionInteger
    IpaddressComparisons []ManagementZoneRuleConditionIpaddressComparison

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

    Ipaddresses []ManagementZoneRuleConditionIpaddress
    Keys []ManagementZoneRuleConditionKey
    MobilePlatformComparisons []ManagementZoneRuleConditionMobilePlatformComparison

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

    MobilePlatforms []ManagementZoneRuleConditionMobilePlatform
    OsArches []ManagementZoneRuleConditionOsArch
    OsTypes []ManagementZoneRuleConditionOsType
    OsarchitectureComparisons []ManagementZoneRuleConditionOsarchitectureComparison

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

    OstypeComparisons []ManagementZoneRuleConditionOstypeComparison

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

    PaasTypeComparisons []ManagementZoneRuleConditionPaasTypeComparison

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

    PaasTypes []ManagementZoneRuleConditionPaasType
    ProcessMetadataConditionKeys []ManagementZoneRuleConditionProcessMetadataConditionKey

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

    ProcessMetadatas []ManagementZoneRuleConditionProcessMetadata
    ServiceTopologies []ManagementZoneRuleConditionServiceTopology
    ServiceTopologyComparisons []ManagementZoneRuleConditionServiceTopologyComparison

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

    ServiceTypeComparisons []ManagementZoneRuleConditionServiceTypeComparison

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

    ServiceTypes []ManagementZoneRuleConditionServiceType
    SimpleHostTechComparisons []ManagementZoneRuleConditionSimpleHostTechComparison

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

    SimpleTechComparisons []ManagementZoneRuleConditionSimpleTechComparison

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

    StringComparisons []ManagementZoneRuleConditionStringComparison

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

    StringConditionKeys []ManagementZoneRuleConditionStringConditionKey

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

    StringKeys []ManagementZoneRuleConditionStringKey
    Strings []ManagementZoneRuleConditionString
    SyntheticEngineTypeComparisons []ManagementZoneRuleConditionSyntheticEngineTypeComparison

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

    SyntheticEngines []ManagementZoneRuleConditionSyntheticEngine
    TagComparisons []ManagementZoneRuleConditionTagComparison

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

    Tags []ManagementZoneRuleConditionTag
    Teches []ManagementZoneRuleConditionTech
    Unknowns string
    applicationTypeComparisons List<ManagementZoneRuleConditionApplicationTypeComparison>

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

    applicationTypes List<ManagementZoneRuleConditionApplicationType>
    azureComputeModeComparisons List<ManagementZoneRuleConditionAzureComputeModeComparison>
    azureComputeModes List<ManagementZoneRuleConditionAzureComputeMode>

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

    azureSkuComparisions List<ManagementZoneRuleConditionAzureSkuComparision>

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

    azureSkus List<ManagementZoneRuleConditionAzureSkus>
    baseComparisonBasics List<ManagementZoneRuleConditionBaseComparisonBasic>

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

    baseConditionKeys List<ManagementZoneRuleConditionBaseConditionKey>

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

    bitnessComparisions List<ManagementZoneRuleConditionBitnessComparision>

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

    bitnesses List<ManagementZoneRuleConditionBitness>
    cloudTypeComparisons List<ManagementZoneRuleConditionCloudTypeComparison>

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

    cloudTypes List<ManagementZoneRuleConditionCloudType>
    comparisons List<ManagementZoneRuleConditionComparison>
    customApplicationTypeComparisons List<ManagementZoneRuleConditionCustomApplicationTypeComparison>

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

    customApplicationTypes List<ManagementZoneRuleConditionCustomApplicationType>
    customHostMetadataConditionKeys List<ManagementZoneRuleConditionCustomHostMetadataConditionKey>

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

    customHostMetadatas List<ManagementZoneRuleConditionCustomHostMetadata>
    customProcessMetadataConditionKeys List<ManagementZoneRuleConditionCustomProcessMetadataConditionKey>

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

    customProcessMetadatas List<ManagementZoneRuleConditionCustomProcessMetadata>
    databaseTopologies List<ManagementZoneRuleConditionDatabaseTopology>
    databaseTopologyComparisons List<ManagementZoneRuleConditionDatabaseTopologyComparison>

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

    dcrumDecoderComparisons List<ManagementZoneRuleConditionDcrumDecoderComparison>

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

    dcrumDecoders List<ManagementZoneRuleConditionDcrumDecoder>
    entities List<ManagementZoneRuleConditionEntity>
    entityIdComparisons List<ManagementZoneRuleConditionEntityIdComparison>

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

    hostTeches List<ManagementZoneRuleConditionHostTech>
    hypervisorTypeComparisions List<ManagementZoneRuleConditionHypervisorTypeComparision>

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    hypervisors List<ManagementZoneRuleConditionHypervisor>
    indexedNameComparisons List<ManagementZoneRuleConditionIndexedNameComparison>

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

    indexedNames List<ManagementZoneRuleConditionIndexedName>
    indexedStringComparisons List<ManagementZoneRuleConditionIndexedStringComparison>

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

    indexedStrings List<ManagementZoneRuleConditionIndexedString>
    indexedTagComparisons List<ManagementZoneRuleConditionIndexedTagComparison>

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

    indexedTags List<ManagementZoneRuleConditionIndexedTag>
    integerComparisons List<ManagementZoneRuleConditionIntegerComparison>

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

    integers List<ManagementZoneRuleConditionInteger>
    ipaddressComparisons List<ManagementZoneRuleConditionIpaddressComparison>

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

    ipaddresses List<ManagementZoneRuleConditionIpaddress>
    keys List<ManagementZoneRuleConditionKey>
    mobilePlatformComparisons List<ManagementZoneRuleConditionMobilePlatformComparison>

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

    mobilePlatforms List<ManagementZoneRuleConditionMobilePlatform>
    osArches List<ManagementZoneRuleConditionOsArch>
    osTypes List<ManagementZoneRuleConditionOsType>
    osarchitectureComparisons List<ManagementZoneRuleConditionOsarchitectureComparison>

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

    ostypeComparisons List<ManagementZoneRuleConditionOstypeComparison>

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

    paasTypeComparisons List<ManagementZoneRuleConditionPaasTypeComparison>

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

    paasTypes List<ManagementZoneRuleConditionPaasType>
    processMetadataConditionKeys List<ManagementZoneRuleConditionProcessMetadataConditionKey>

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

    processMetadatas List<ManagementZoneRuleConditionProcessMetadata>
    serviceTopologies List<ManagementZoneRuleConditionServiceTopology>
    serviceTopologyComparisons List<ManagementZoneRuleConditionServiceTopologyComparison>

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

    serviceTypeComparisons List<ManagementZoneRuleConditionServiceTypeComparison>

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

    serviceTypes List<ManagementZoneRuleConditionServiceType>
    simpleHostTechComparisons List<ManagementZoneRuleConditionSimpleHostTechComparison>

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

    simpleTechComparisons List<ManagementZoneRuleConditionSimpleTechComparison>

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

    stringComparisons List<ManagementZoneRuleConditionStringComparison>

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

    stringConditionKeys List<ManagementZoneRuleConditionStringConditionKey>

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

    stringKeys List<ManagementZoneRuleConditionStringKey>
    strings List<ManagementZoneRuleConditionString>
    syntheticEngineTypeComparisons List<ManagementZoneRuleConditionSyntheticEngineTypeComparison>

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

    syntheticEngines List<ManagementZoneRuleConditionSyntheticEngine>
    tagComparisons List<ManagementZoneRuleConditionTagComparison>

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

    tags List<ManagementZoneRuleConditionTag>
    teches List<ManagementZoneRuleConditionTech>
    unknowns String
    applicationTypeComparisons ManagementZoneRuleConditionApplicationTypeComparison[]

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

    applicationTypes ManagementZoneRuleConditionApplicationType[]
    azureComputeModeComparisons ManagementZoneRuleConditionAzureComputeModeComparison[]
    azureComputeModes ManagementZoneRuleConditionAzureComputeMode[]

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

    azureSkuComparisions ManagementZoneRuleConditionAzureSkuComparision[]

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

    azureSkus ManagementZoneRuleConditionAzureSkus[]
    baseComparisonBasics ManagementZoneRuleConditionBaseComparisonBasic[]

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

    baseConditionKeys ManagementZoneRuleConditionBaseConditionKey[]

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

    bitnessComparisions ManagementZoneRuleConditionBitnessComparision[]

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

    bitnesses ManagementZoneRuleConditionBitness[]
    cloudTypeComparisons ManagementZoneRuleConditionCloudTypeComparison[]

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

    cloudTypes ManagementZoneRuleConditionCloudType[]
    comparisons ManagementZoneRuleConditionComparison[]
    customApplicationTypeComparisons ManagementZoneRuleConditionCustomApplicationTypeComparison[]

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

    customApplicationTypes ManagementZoneRuleConditionCustomApplicationType[]
    customHostMetadataConditionKeys ManagementZoneRuleConditionCustomHostMetadataConditionKey[]

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

    customHostMetadatas ManagementZoneRuleConditionCustomHostMetadata[]
    customProcessMetadataConditionKeys ManagementZoneRuleConditionCustomProcessMetadataConditionKey[]

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

    customProcessMetadatas ManagementZoneRuleConditionCustomProcessMetadata[]
    databaseTopologies ManagementZoneRuleConditionDatabaseTopology[]
    databaseTopologyComparisons ManagementZoneRuleConditionDatabaseTopologyComparison[]

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

    dcrumDecoderComparisons ManagementZoneRuleConditionDcrumDecoderComparison[]

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

    dcrumDecoders ManagementZoneRuleConditionDcrumDecoder[]
    entities ManagementZoneRuleConditionEntity[]
    entityIdComparisons ManagementZoneRuleConditionEntityIdComparison[]

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

    hostTeches ManagementZoneRuleConditionHostTech[]
    hypervisorTypeComparisions ManagementZoneRuleConditionHypervisorTypeComparision[]

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    hypervisors ManagementZoneRuleConditionHypervisor[]
    indexedNameComparisons ManagementZoneRuleConditionIndexedNameComparison[]

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

    indexedNames ManagementZoneRuleConditionIndexedName[]
    indexedStringComparisons ManagementZoneRuleConditionIndexedStringComparison[]

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

    indexedStrings ManagementZoneRuleConditionIndexedString[]
    indexedTagComparisons ManagementZoneRuleConditionIndexedTagComparison[]

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

    indexedTags ManagementZoneRuleConditionIndexedTag[]
    integerComparisons ManagementZoneRuleConditionIntegerComparison[]

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

    integers ManagementZoneRuleConditionInteger[]
    ipaddressComparisons ManagementZoneRuleConditionIpaddressComparison[]

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

    ipaddresses ManagementZoneRuleConditionIpaddress[]
    keys ManagementZoneRuleConditionKey[]
    mobilePlatformComparisons ManagementZoneRuleConditionMobilePlatformComparison[]

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

    mobilePlatforms ManagementZoneRuleConditionMobilePlatform[]
    osArches ManagementZoneRuleConditionOsArch[]
    osTypes ManagementZoneRuleConditionOsType[]
    osarchitectureComparisons ManagementZoneRuleConditionOsarchitectureComparison[]

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

    ostypeComparisons ManagementZoneRuleConditionOstypeComparison[]

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

    paasTypeComparisons ManagementZoneRuleConditionPaasTypeComparison[]

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

    paasTypes ManagementZoneRuleConditionPaasType[]
    processMetadataConditionKeys ManagementZoneRuleConditionProcessMetadataConditionKey[]

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

    processMetadatas ManagementZoneRuleConditionProcessMetadata[]
    serviceTopologies ManagementZoneRuleConditionServiceTopology[]
    serviceTopologyComparisons ManagementZoneRuleConditionServiceTopologyComparison[]

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

    serviceTypeComparisons ManagementZoneRuleConditionServiceTypeComparison[]

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

    serviceTypes ManagementZoneRuleConditionServiceType[]
    simpleHostTechComparisons ManagementZoneRuleConditionSimpleHostTechComparison[]

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

    simpleTechComparisons ManagementZoneRuleConditionSimpleTechComparison[]

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

    stringComparisons ManagementZoneRuleConditionStringComparison[]

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

    stringConditionKeys ManagementZoneRuleConditionStringConditionKey[]

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

    stringKeys ManagementZoneRuleConditionStringKey[]
    strings ManagementZoneRuleConditionString[]
    syntheticEngineTypeComparisons ManagementZoneRuleConditionSyntheticEngineTypeComparison[]

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

    syntheticEngines ManagementZoneRuleConditionSyntheticEngine[]
    tagComparisons ManagementZoneRuleConditionTagComparison[]

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

    tags ManagementZoneRuleConditionTag[]
    teches ManagementZoneRuleConditionTech[]
    unknowns string
    application_type_comparisons Sequence[ManagementZoneRuleConditionApplicationTypeComparison]

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

    application_types Sequence[ManagementZoneRuleConditionApplicationType]
    azure_compute_mode_comparisons Sequence[ManagementZoneRuleConditionAzureComputeModeComparison]
    azure_compute_modes Sequence[ManagementZoneRuleConditionAzureComputeMode]

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

    azure_sku_comparisions Sequence[ManagementZoneRuleConditionAzureSkuComparision]

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

    azure_skus Sequence[ManagementZoneRuleConditionAzureSkus]
    base_comparison_basics Sequence[ManagementZoneRuleConditionBaseComparisonBasic]

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

    base_condition_keys Sequence[ManagementZoneRuleConditionBaseConditionKey]

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

    bitness_comparisions Sequence[ManagementZoneRuleConditionBitnessComparision]

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

    bitnesses Sequence[ManagementZoneRuleConditionBitness]
    cloud_type_comparisons Sequence[ManagementZoneRuleConditionCloudTypeComparison]

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

    cloud_types Sequence[ManagementZoneRuleConditionCloudType]
    comparisons Sequence[ManagementZoneRuleConditionComparison]
    custom_application_type_comparisons Sequence[ManagementZoneRuleConditionCustomApplicationTypeComparison]

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

    custom_application_types Sequence[ManagementZoneRuleConditionCustomApplicationType]
    custom_host_metadata_condition_keys Sequence[ManagementZoneRuleConditionCustomHostMetadataConditionKey]

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

    custom_host_metadatas Sequence[ManagementZoneRuleConditionCustomHostMetadata]
    custom_process_metadata_condition_keys Sequence[ManagementZoneRuleConditionCustomProcessMetadataConditionKey]

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

    custom_process_metadatas Sequence[ManagementZoneRuleConditionCustomProcessMetadata]
    database_topologies Sequence[ManagementZoneRuleConditionDatabaseTopology]
    database_topology_comparisons Sequence[ManagementZoneRuleConditionDatabaseTopologyComparison]

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

    dcrum_decoder_comparisons Sequence[ManagementZoneRuleConditionDcrumDecoderComparison]

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

    dcrum_decoders Sequence[ManagementZoneRuleConditionDcrumDecoder]
    entities Sequence[ManagementZoneRuleConditionEntity]
    entity_id_comparisons Sequence[ManagementZoneRuleConditionEntityIdComparison]

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

    host_teches Sequence[ManagementZoneRuleConditionHostTech]
    hypervisor_type_comparisions Sequence[ManagementZoneRuleConditionHypervisorTypeComparision]

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    hypervisors Sequence[ManagementZoneRuleConditionHypervisor]
    indexed_name_comparisons Sequence[ManagementZoneRuleConditionIndexedNameComparison]

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

    indexed_names Sequence[ManagementZoneRuleConditionIndexedName]
    indexed_string_comparisons Sequence[ManagementZoneRuleConditionIndexedStringComparison]

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

    indexed_strings Sequence[ManagementZoneRuleConditionIndexedString]
    indexed_tag_comparisons Sequence[ManagementZoneRuleConditionIndexedTagComparison]

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

    indexed_tags Sequence[ManagementZoneRuleConditionIndexedTag]
    integer_comparisons Sequence[ManagementZoneRuleConditionIntegerComparison]

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

    integers Sequence[ManagementZoneRuleConditionInteger]
    ipaddress_comparisons Sequence[ManagementZoneRuleConditionIpaddressComparison]

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

    ipaddresses Sequence[ManagementZoneRuleConditionIpaddress]
    keys Sequence[ManagementZoneRuleConditionKey]
    mobile_platform_comparisons Sequence[ManagementZoneRuleConditionMobilePlatformComparison]

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

    mobile_platforms Sequence[ManagementZoneRuleConditionMobilePlatform]
    os_arches Sequence[ManagementZoneRuleConditionOsArch]
    os_types Sequence[ManagementZoneRuleConditionOsType]
    osarchitecture_comparisons Sequence[ManagementZoneRuleConditionOsarchitectureComparison]

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

    ostype_comparisons Sequence[ManagementZoneRuleConditionOstypeComparison]

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

    paas_type_comparisons Sequence[ManagementZoneRuleConditionPaasTypeComparison]

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

    paas_types Sequence[ManagementZoneRuleConditionPaasType]
    process_metadata_condition_keys Sequence[ManagementZoneRuleConditionProcessMetadataConditionKey]

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

    process_metadatas Sequence[ManagementZoneRuleConditionProcessMetadata]
    service_topologies Sequence[ManagementZoneRuleConditionServiceTopology]
    service_topology_comparisons Sequence[ManagementZoneRuleConditionServiceTopologyComparison]

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

    service_type_comparisons Sequence[ManagementZoneRuleConditionServiceTypeComparison]

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

    service_types Sequence[ManagementZoneRuleConditionServiceType]
    simple_host_tech_comparisons Sequence[ManagementZoneRuleConditionSimpleHostTechComparison]

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

    simple_tech_comparisons Sequence[ManagementZoneRuleConditionSimpleTechComparison]

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

    string_comparisons Sequence[ManagementZoneRuleConditionStringComparison]

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

    string_condition_keys Sequence[ManagementZoneRuleConditionStringConditionKey]

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

    string_keys Sequence[ManagementZoneRuleConditionStringKey]
    strings Sequence[ManagementZoneRuleConditionString]
    synthetic_engine_type_comparisons Sequence[ManagementZoneRuleConditionSyntheticEngineTypeComparison]

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

    synthetic_engines Sequence[ManagementZoneRuleConditionSyntheticEngine]
    tag_comparisons Sequence[ManagementZoneRuleConditionTagComparison]

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

    tags Sequence[ManagementZoneRuleConditionTag]
    teches Sequence[ManagementZoneRuleConditionTech]
    unknowns str
    applicationTypeComparisons List<Property Map>

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

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

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

    azureSkuComparisions List<Property Map>

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

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

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

    baseConditionKeys List<Property Map>

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

    bitnessComparisions List<Property Map>

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

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

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

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

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

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

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

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

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

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

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

    dcrumDecoderComparisons List<Property Map>

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

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

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

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

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    ostypeComparisons List<Property Map>

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

    paasTypeComparisons List<Property Map>

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

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

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

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

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

    serviceTypeComparisons List<Property Map>

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

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

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

    simpleTechComparisons List<Property Map>

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

    stringComparisons List<Property Map>

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

    stringConditionKeys List<Property Map>

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

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

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

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

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

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

    ManagementZoneRuleConditionApplicationType, ManagementZoneRuleConditionApplicationTypeArgs

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

    ManagementZoneRuleConditionApplicationTypeComparison, ManagementZoneRuleConditionApplicationTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionAzureComputeMode, ManagementZoneRuleConditionAzureComputeModeArgs

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

    ManagementZoneRuleConditionAzureComputeModeComparison, ManagementZoneRuleConditionAzureComputeModeComparisonArgs

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

    ManagementZoneRuleConditionAzureSkuComparision, ManagementZoneRuleConditionAzureSkuComparisionArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionAzureSkus, ManagementZoneRuleConditionAzureSkusArgs

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

    ManagementZoneRuleConditionBaseComparisonBasic, ManagementZoneRuleConditionBaseComparisonBasicArgs

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

    ManagementZoneRuleConditionBaseConditionKey, ManagementZoneRuleConditionBaseConditionKeyArgs

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

    ManagementZoneRuleConditionBitness, ManagementZoneRuleConditionBitnessArgs

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

    ManagementZoneRuleConditionBitnessComparision, ManagementZoneRuleConditionBitnessComparisionArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionCloudType, ManagementZoneRuleConditionCloudTypeArgs

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

    ManagementZoneRuleConditionCloudTypeComparison, ManagementZoneRuleConditionCloudTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionComparison, ManagementZoneRuleConditionComparisonArgs

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

    ManagementZoneRuleConditionCustomApplicationType, ManagementZoneRuleConditionCustomApplicationTypeArgs

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

    ManagementZoneRuleConditionCustomApplicationTypeComparison, ManagementZoneRuleConditionCustomApplicationTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionCustomHostMetadata, ManagementZoneRuleConditionCustomHostMetadataArgs

    ManagementZoneRuleConditionCustomHostMetadataConditionKey, ManagementZoneRuleConditionCustomHostMetadataConditionKeyArgs

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

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

    Unknowns string
    Attribute string
    DynamicKey ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey
    Type string

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

    Unknowns string
    attribute String
    dynamicKey ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey
    type String

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

    unknowns String
    attribute string
    dynamicKey ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey
    type string

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

    unknowns string
    attribute str
    dynamic_key ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey
    type str

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

    unknowns str
    attribute String
    dynamicKey Property Map
    type String

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

    unknowns String

    ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey, ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKeyArgs

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

    ManagementZoneRuleConditionCustomHostMetadataDynamicKey, ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs

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

    ManagementZoneRuleConditionCustomProcessMetadata, ManagementZoneRuleConditionCustomProcessMetadataArgs

    ManagementZoneRuleConditionCustomProcessMetadataConditionKey, ManagementZoneRuleConditionCustomProcessMetadataConditionKeyArgs

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

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

    Unknowns string
    Attribute string
    DynamicKey ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    Type string

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

    Unknowns string
    attribute String
    dynamicKey ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    type String

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

    unknowns String
    attribute string
    dynamicKey ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    type string

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

    unknowns string
    attribute str
    dynamic_key ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    type str

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

    unknowns str
    attribute String
    dynamicKey Property Map
    type String

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

    unknowns String

    ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey, ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKeyArgs

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

    ManagementZoneRuleConditionCustomProcessMetadataDynamicKey, ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs

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

    ManagementZoneRuleConditionDatabaseTopology, ManagementZoneRuleConditionDatabaseTopologyArgs

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

    ManagementZoneRuleConditionDatabaseTopologyComparison, ManagementZoneRuleConditionDatabaseTopologyComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionDcrumDecoder, ManagementZoneRuleConditionDcrumDecoderArgs

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

    ManagementZoneRuleConditionDcrumDecoderComparison, ManagementZoneRuleConditionDcrumDecoderComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionEntity, ManagementZoneRuleConditionEntityArgs

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

    ManagementZoneRuleConditionEntityIdComparison, ManagementZoneRuleConditionEntityIdComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionHostTech, ManagementZoneRuleConditionHostTechArgs

    ManagementZoneRuleConditionHostTechValue, ManagementZoneRuleConditionHostTechValueArgs

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

    ManagementZoneRuleConditionHypervisor, ManagementZoneRuleConditionHypervisorArgs

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

    ManagementZoneRuleConditionHypervisorTypeComparision, ManagementZoneRuleConditionHypervisorTypeComparisionArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionIndexedName, ManagementZoneRuleConditionIndexedNameArgs

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

    ManagementZoneRuleConditionIndexedNameComparison, ManagementZoneRuleConditionIndexedNameComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionIndexedString, ManagementZoneRuleConditionIndexedStringArgs

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

    ManagementZoneRuleConditionIndexedStringComparison, ManagementZoneRuleConditionIndexedStringComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionIndexedTag, ManagementZoneRuleConditionIndexedTagArgs

    ManagementZoneRuleConditionIndexedTagComparison, ManagementZoneRuleConditionIndexedTagComparisonArgs

    Operator string
    Negate bool
    Type string

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

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

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

    Unknowns string
    Value ManagementZoneRuleConditionIndexedTagComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value ManagementZoneRuleConditionIndexedTagComparisonValue
    operator string
    negate boolean
    type string

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

    unknowns string
    value ManagementZoneRuleConditionIndexedTagComparisonValue
    operator str
    negate bool
    type str

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

    unknowns str
    value ManagementZoneRuleConditionIndexedTagComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Property Map

    ManagementZoneRuleConditionIndexedTagComparisonValue, ManagementZoneRuleConditionIndexedTagComparisonValueArgs

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

    ManagementZoneRuleConditionIndexedTagValue, ManagementZoneRuleConditionIndexedTagValueArgs

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

    ManagementZoneRuleConditionInteger, ManagementZoneRuleConditionIntegerArgs

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

    ManagementZoneRuleConditionIntegerComparison, ManagementZoneRuleConditionIntegerComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value int
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value int
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Integer
    operator string
    negate boolean
    type string

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

    unknowns string
    value number
    operator str
    negate bool
    type str

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

    unknowns str
    value int
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Number

    ManagementZoneRuleConditionIpaddress, ManagementZoneRuleConditionIpaddressArgs

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

    ManagementZoneRuleConditionIpaddressComparison, ManagementZoneRuleConditionIpaddressComparisonArgs

    Operator string
    CaseSensitive bool
    Negate bool
    Type string

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

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

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

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

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

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

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

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

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

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

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

    unknowns String
    value String

    ManagementZoneRuleConditionKey, ManagementZoneRuleConditionKeyArgs

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

    ManagementZoneRuleConditionMobilePlatform, ManagementZoneRuleConditionMobilePlatformArgs

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

    ManagementZoneRuleConditionMobilePlatformComparison, ManagementZoneRuleConditionMobilePlatformComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionOsArch, ManagementZoneRuleConditionOsArchArgs

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

    ManagementZoneRuleConditionOsType, ManagementZoneRuleConditionOsTypeArgs

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

    ManagementZoneRuleConditionOsarchitectureComparison, ManagementZoneRuleConditionOsarchitectureComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionOstypeComparison, ManagementZoneRuleConditionOstypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionPaasType, ManagementZoneRuleConditionPaasTypeArgs

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

    ManagementZoneRuleConditionPaasTypeComparison, ManagementZoneRuleConditionPaasTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionProcessMetadata, ManagementZoneRuleConditionProcessMetadataArgs

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

    ManagementZoneRuleConditionProcessMetadataConditionKey, ManagementZoneRuleConditionProcessMetadataConditionKeyArgs

    Attribute string
    DynamicKey string
    Type string

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

    Unknowns string
    Attribute string
    DynamicKey string
    Type string

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

    Unknowns string
    attribute String
    dynamicKey String
    type String

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

    unknowns String
    attribute string
    dynamicKey string
    type string

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

    unknowns string
    attribute str
    dynamic_key str
    type str

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

    unknowns str
    attribute String
    dynamicKey String
    type String

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

    unknowns String

    ManagementZoneRuleConditionServiceTopology, ManagementZoneRuleConditionServiceTopologyArgs

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

    ManagementZoneRuleConditionServiceTopologyComparison, ManagementZoneRuleConditionServiceTopologyComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionServiceType, ManagementZoneRuleConditionServiceTypeArgs

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

    ManagementZoneRuleConditionServiceTypeComparison, ManagementZoneRuleConditionServiceTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionSimpleHostTechComparison, ManagementZoneRuleConditionSimpleHostTechComparisonArgs

    Operator string
    Negate bool
    Type string

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

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

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

    Unknowns string
    Value ManagementZoneRuleConditionSimpleHostTechComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value ManagementZoneRuleConditionSimpleHostTechComparisonValue
    operator string
    negate boolean
    type string

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

    unknowns string
    value ManagementZoneRuleConditionSimpleHostTechComparisonValue
    operator str
    negate bool
    type str

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

    unknowns str
    value ManagementZoneRuleConditionSimpleHostTechComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Property Map

    ManagementZoneRuleConditionSimpleHostTechComparisonValue, ManagementZoneRuleConditionSimpleHostTechComparisonValueArgs

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

    ManagementZoneRuleConditionSimpleTechComparison, ManagementZoneRuleConditionSimpleTechComparisonArgs

    Operator string
    Negate bool
    Type string

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

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

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

    Unknowns string
    Value ManagementZoneRuleConditionSimpleTechComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value ManagementZoneRuleConditionSimpleTechComparisonValue
    operator string
    negate boolean
    type string

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

    unknowns string
    value ManagementZoneRuleConditionSimpleTechComparisonValue
    operator str
    negate bool
    type str

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

    unknowns str
    value ManagementZoneRuleConditionSimpleTechComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Property Map

    ManagementZoneRuleConditionSimpleTechComparisonValue, ManagementZoneRuleConditionSimpleTechComparisonValueArgs

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

    ManagementZoneRuleConditionString, ManagementZoneRuleConditionStringArgs

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

    ManagementZoneRuleConditionStringComparison, ManagementZoneRuleConditionStringComparisonArgs

    Operator string
    CaseSensitive bool
    Negate bool
    Type string

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

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

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

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

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

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

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

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

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

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

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

    unknowns String
    value String

    ManagementZoneRuleConditionStringConditionKey, ManagementZoneRuleConditionStringConditionKeyArgs

    Attribute string
    DynamicKey string
    Type string

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

    Unknowns string
    Attribute string
    DynamicKey string
    Type string

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

    Unknowns string
    attribute String
    dynamicKey String
    type String

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

    unknowns String
    attribute string
    dynamicKey string
    type string

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

    unknowns string
    attribute str
    dynamic_key str
    type str

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

    unknowns str
    attribute String
    dynamicKey String
    type String

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

    unknowns String

    ManagementZoneRuleConditionStringKey, ManagementZoneRuleConditionStringKeyArgs

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

    ManagementZoneRuleConditionSyntheticEngine, ManagementZoneRuleConditionSyntheticEngineArgs

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

    ManagementZoneRuleConditionSyntheticEngineTypeComparison, ManagementZoneRuleConditionSyntheticEngineTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    ManagementZoneRuleConditionTag, ManagementZoneRuleConditionTagArgs

    ManagementZoneRuleConditionTagComparison, ManagementZoneRuleConditionTagComparisonArgs

    Operator string
    Negate bool
    Type string

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

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

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

    Unknowns string
    Value ManagementZoneRuleConditionTagComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value ManagementZoneRuleConditionTagComparisonValue
    operator string
    negate boolean
    type string

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

    unknowns string
    value ManagementZoneRuleConditionTagComparisonValue
    operator str
    negate bool
    type str

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

    unknowns str
    value ManagementZoneRuleConditionTagComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Property Map

    ManagementZoneRuleConditionTagComparisonValue, ManagementZoneRuleConditionTagComparisonValueArgs

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

    ManagementZoneRuleConditionTagValue, ManagementZoneRuleConditionTagValueArgs

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

    ManagementZoneRuleConditionTech, ManagementZoneRuleConditionTechArgs

    ManagementZoneRuleConditionTechValue, ManagementZoneRuleConditionTechValueArgs

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

    Package Details

    Repository
    dynatrace lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs