1. Packages
  2. Dynatrace
  3. API Docs
  4. ManagementZone
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

dynatrace.ManagementZone

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

    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.

    Constructor 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<Pulumiverse.Dynatrace.Inputs.ManagementZoneDimensionalRule>
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    EntitySelectorBasedRules List<Pulumiverse.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<Pulumiverse.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<Pulumiverse.Dynatrace.Inputs.ManagementZoneDimensionalRule>
    A list of dimensional data rules for management zone usage. If several rules are specified, the or logic applies
    EntitySelectorBasedRules List<Pulumiverse.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<Pulumiverse.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

    AppliesTo string
    The target of the rule. Possible values are

    • ANY
    • LOG
    • METRIC
    Conditions List<Pulumiverse.Dynatrace.Inputs.ManagementZoneDimensionalRuleCondition>
    A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
    Enabled bool
    The rule is enabled (true) or disabled (false)
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    AppliesTo string
    The target of the rule. Possible values are

    • ANY
    • LOG
    • METRIC
    Conditions []ManagementZoneDimensionalRuleCondition
    A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
    Enabled bool
    The rule is enabled (true) or disabled (false)
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    appliesTo String
    The target of the rule. Possible values are

    • ANY
    • LOG
    • METRIC
    conditions List<ManagementZoneDimensionalRuleCondition>
    A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
    enabled Boolean
    The rule is enabled (true) or disabled (false)
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    appliesTo string
    The target of the rule. Possible values are

    • ANY
    • LOG
    • METRIC
    conditions ManagementZoneDimensionalRuleCondition[]
    A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
    enabled boolean
    The rule is enabled (true) or disabled (false)
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    applies_to str
    The target of the rule. Possible values are

    • ANY
    • LOG
    • METRIC
    conditions Sequence[ManagementZoneDimensionalRuleCondition]
    A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
    enabled bool
    The rule is enabled (true) or disabled (false)
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    appliesTo String
    The target of the rule. Possible values are

    • ANY
    • LOG
    • METRIC
    conditions List<Property Map>
    A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
    enabled Boolean
    The rule is enabled (true) or disabled (false)
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    ManagementZoneDimensionalRuleCondition, ManagementZoneDimensionalRuleConditionArgs

    Key string
    The reference value for comparison. For conditions of the DIMENSION type, specify the key here
    Match string
    How to compare. Possible values are

    • BEGINS_WITH
    • EQUALS
    Type string
    The type of the condition. Possible values are

    • DIMENSION
    • LOG_FILE_NAME
    • METRIC_KEY
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value of the dimension. Only applicable when type is set to DIMENSION
    Key string
    The reference value for comparison. For conditions of the DIMENSION type, specify the key here
    Match string
    How to compare. Possible values are

    • BEGINS_WITH
    • EQUALS
    Type string
    The type of the condition. Possible values are

    • DIMENSION
    • LOG_FILE_NAME
    • METRIC_KEY
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value of the dimension. Only applicable when type is set to DIMENSION
    key String
    The reference value for comparison. For conditions of the DIMENSION type, specify the key here
    match String
    How to compare. Possible values are

    • BEGINS_WITH
    • EQUALS
    type String
    The type of the condition. Possible values are

    • DIMENSION
    • LOG_FILE_NAME
    • METRIC_KEY
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value of the dimension. Only applicable when type is set to DIMENSION
    key string
    The reference value for comparison. For conditions of the DIMENSION type, specify the key here
    match string
    How to compare. Possible values are

    • BEGINS_WITH
    • EQUALS
    type string
    The type of the condition. Possible values are

    • DIMENSION
    • LOG_FILE_NAME
    • METRIC_KEY
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value of the dimension. Only applicable when type is set to DIMENSION
    key str
    The reference value for comparison. For conditions of the DIMENSION type, specify the key here
    match str
    How to compare. Possible values are

    • BEGINS_WITH
    • EQUALS
    type str
    The type of the condition. Possible values are

    • DIMENSION
    • LOG_FILE_NAME
    • METRIC_KEY
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value of the dimension. Only applicable when type is set to DIMENSION
    key String
    The reference value for comparison. For conditions of the DIMENSION type, specify the key here
    match String
    How to compare. Possible values are

    • BEGINS_WITH
    • EQUALS
    type String
    The type of the condition. Possible values are

    • DIMENSION
    • LOG_FILE_NAME
    • METRIC_KEY
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value of the dimension. Only applicable when type is set to DIMENSION

    ManagementZoneEntitySelectorBasedRule, ManagementZoneEntitySelectorBasedRuleArgs

    Enabled bool
    The rule is enabled (true) or disabled (false)
    Selector string
    The entity selector string, by which the entities are selected
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Enabled bool
    The rule is enabled (true) or disabled (false)
    Selector string
    The entity selector string, by which the entities are selected
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    enabled Boolean
    The rule is enabled (true) or disabled (false)
    selector String
    The entity selector string, by which the entities are selected
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    enabled boolean
    The rule is enabled (true) or disabled (false)
    selector string
    The entity selector string, by which the entities are selected
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    enabled bool
    The rule is enabled (true) or disabled (false)
    selector str
    The entity selector string, by which the entities are selected
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    enabled Boolean
    The rule is enabled (true) or disabled (false)
    selector String
    The entity selector string, by which the entities are selected
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    ManagementZoneRule, ManagementZoneRuleArgs

    Type string
    The type of Dynatrace entities the management zone can be applied to
    Conditions List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleCondition>
    A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
    Enabled bool
    The rule is enabled (true) or disabled (false)
    PropagationTypes List<string>
    How to apply the management zone to underlying entities:

    • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
    • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
    • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
    • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
    • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
    • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
    • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
    • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Type string
    The type of Dynatrace entities the management zone can be applied to
    Conditions []ManagementZoneRuleCondition
    A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
    Enabled bool
    The rule is enabled (true) or disabled (false)
    PropagationTypes []string
    How to apply the management zone to underlying entities:

    • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
    • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
    • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
    • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
    • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
    • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
    • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
    • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    type String
    The type of Dynatrace entities the management zone can be applied to
    conditions List<ManagementZoneRuleCondition>
    A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
    enabled Boolean
    The rule is enabled (true) or disabled (false)
    propagationTypes List<String>
    How to apply the management zone to underlying entities:

    • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
    • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
    • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
    • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
    • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
    • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
    • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
    • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    type string
    The type of Dynatrace entities the management zone can be applied to
    conditions ManagementZoneRuleCondition[]
    A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
    enabled boolean
    The rule is enabled (true) or disabled (false)
    propagationTypes string[]
    How to apply the management zone to underlying entities:

    • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
    • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
    • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
    • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
    • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
    • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
    • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
    • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    type str
    The type of Dynatrace entities the management zone can be applied to
    conditions Sequence[ManagementZoneRuleCondition]
    A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
    enabled bool
    The rule is enabled (true) or disabled (false)
    propagation_types Sequence[str]
    How to apply the management zone to underlying entities:

    • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
    • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
    • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
    • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
    • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
    • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
    • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
    • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    type String
    The type of Dynatrace entities the management zone can be applied to
    conditions List<Property Map>
    A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
    enabled Boolean
    The rule is enabled (true) or disabled (false)
    propagationTypes List<String>
    How to apply the management zone to underlying entities:

    • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
    • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
    • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
    • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
    • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
    • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
    • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
    • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    ManagementZoneRuleCondition, ManagementZoneRuleConditionArgs

    ApplicationTypeComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionApplicationTypeComparison>
    Comparison for APPLICATION_TYPE attributes

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

    ApplicationTypes List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionApplicationType>
    Comparison for APPLICATION_TYPE attributes
    AzureComputeModeComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionAzureComputeModeComparison>
    Comparison for AZURE_COMPUTE_MODE attributes
    AzureComputeModes List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionAzureComputeMode>
    Comparison for AZURE_COMPUTE_MODE attributes

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

    AzureSkuComparisions List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionAzureSkuComparision>
    Comparison for AZURE_SKU attributes

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

    AzureSkus List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionAzureSkus>
    Comparison for AZURE_SKU attributes
    BaseComparisonBasics List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionBaseComparisonBasic>
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.

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

    BaseConditionKeys List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionBaseConditionKey>
    Fallback for not yet known type

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

    BitnessComparisions List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionBitnessComparision>
    Comparison for BITNESS attributes

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

    Bitnesses List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionBitness>
    Comparison for BITNESS attributes
    CloudTypeComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCloudTypeComparison>
    Comparison for CLOUD_TYPE attributes

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

    CloudTypes List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCloudType>
    Comparison for CLOUD_TYPE attributes
    Comparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionComparison>
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
    CustomApplicationTypeComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCustomApplicationTypeComparison>
    Comparison for CUSTOM_APPLICATION_TYPE attributes

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

    CustomApplicationTypes List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCustomApplicationType>
    Comparison for CUSTOM_APPLICATION_TYPE attributes
    CustomHostMetadataConditionKeys List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCustomHostMetadataConditionKey>
    Key for Custom Host Metadata

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

    CustomHostMetadatas List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCustomHostMetadata>
    Key for Custom Host Metadata
    CustomProcessMetadataConditionKeys List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCustomProcessMetadataConditionKey>
    Key for Custom Process Metadata

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

    CustomProcessMetadatas List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCustomProcessMetadata>
    Key for Custom Process Metadata
    DatabaseTopologies List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionDatabaseTopology>
    Comparison for DATABASE_TOPOLOGY attributes
    DatabaseTopologyComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionDatabaseTopologyComparison>
    Comparison for DATABASE_TOPOLOGY attributes

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

    DcrumDecoderComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionDcrumDecoderComparison>
    Comparison for DCRUM_DECODER_TYPE attributes

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

    DcrumDecoders List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionDcrumDecoder>
    Comparison for DCRUM_DECODER_TYPE attributes
    Entities List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionEntity>
    Comparison for ENTITY_ID attributes
    EntityIdComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionEntityIdComparison>
    Comparison for ENTITY_ID attributes

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

    HostTeches List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionHostTech>
    Comparison for SIMPLE_HOST_TECH attributes
    HypervisorTypeComparisions List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionHypervisorTypeComparision>
    hypervisor_type_comparision is deprecated. Use hypervisor instead

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    Hypervisors List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionHypervisor>
    Comparison for HYPERVISOR_TYPE attributes
    IndexedNameComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedNameComparison>
    Comparison for INDEXED_NAME attributes

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

    IndexedNames List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedName>
    Comparison for INDEXED_NAME attributes
    IndexedStringComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedStringComparison>
    Comparison for INDEXED_STRING attributes

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

    IndexedStrings List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedString>
    Comparison for INDEXED_STRING attributes
    IndexedTagComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedTagComparison>
    Comparison for INDEXED_TAG attributes

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

    IndexedTags List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedTag>
    Comparison for INDEXED_TAG attributes
    IntegerComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionIntegerComparison>
    Comparison for INTEGER attributes

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

    Integers List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionInteger>
    Comparison for INTEGER attributes
    IpaddressComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionIpaddressComparison>
    Comparison for IP_ADDRESS attributes

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

    Ipaddresses List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionIpaddress>
    Comparison for IP_ADDRESS attributes
    Keys List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionKey>
    Fallback for not yet known type
    MobilePlatformComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionMobilePlatformComparison>
    Comparison for MOBILE_PLATFORM attributes

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

    MobilePlatforms List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionMobilePlatform>
    Comparison for MOBILE_PLATFORM attributes
    OsArches List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionOsArch>
    Comparison for OS_ARCHITECTURE attributes
    OsTypes List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionOsType>
    Comparison for OS_TYPE attributes
    OsarchitectureComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionOsarchitectureComparison>
    Comparison for OS_ARCHITECTURE attributes

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

    OstypeComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionOstypeComparison>
    Comparison for OS_TYPE attributes

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

    PaasTypeComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionPaasTypeComparison>
    Comparison for PAAS_TYPE attributes

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

    PaasTypes List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionPaasType>
    Comparison for PAAS_TYPE attributes
    ProcessMetadataConditionKeys List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionProcessMetadataConditionKey>
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type

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

    ProcessMetadatas List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionProcessMetadata>
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type
    ServiceTopologies List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionServiceTopology>
    Comparison for SERVICE_TOPOLOGY attributes
    ServiceTopologyComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionServiceTopologyComparison>
    Comparison for SERVICE_TOPOLOGY attributes

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

    ServiceTypeComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionServiceTypeComparison>
    Comparison for SERVICE_TYPE attributes

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

    ServiceTypes List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionServiceType>
    Comparison for SERVICE_TYPE attributes
    SimpleHostTechComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionSimpleHostTechComparison>
    Comparison for SIMPLE_HOST_TECH attributes

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

    SimpleTechComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionSimpleTechComparison>
    Comparison for SIMPLE_TECH attributes

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

    StringComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionStringComparison>
    Comparison for STRING attributes

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

    StringConditionKeys List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionStringConditionKey>
    The key for dynamic attributes of the STRING type

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

    StringKeys List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionStringKey>
    The key for dynamic attributes of the STRING type
    Strings List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionString>
    Comparison for STRING attributes
    SyntheticEngineTypeComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionSyntheticEngineTypeComparison>
    Comparison for SYNTHETIC_ENGINE_TYPE attributes

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

    SyntheticEngines List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionSyntheticEngine>
    Comparison for SYNTHETIC_ENGINE_TYPE attributes
    TagComparisons List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionTagComparison>
    Comparison for TAG attributes

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

    Tags List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionTag>
    Comparison for TAG attributes
    Teches List<Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionTech>
    Comparison for SIMPLE_TECH attributes
    Unknowns string
    Any attributes that aren't yet supported by this provider
    ApplicationTypeComparisons []ManagementZoneRuleConditionApplicationTypeComparison
    Comparison for APPLICATION_TYPE attributes

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

    ApplicationTypes []ManagementZoneRuleConditionApplicationType
    Comparison for APPLICATION_TYPE attributes
    AzureComputeModeComparisons []ManagementZoneRuleConditionAzureComputeModeComparison
    Comparison for AZURE_COMPUTE_MODE attributes
    AzureComputeModes []ManagementZoneRuleConditionAzureComputeMode
    Comparison for AZURE_COMPUTE_MODE attributes

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

    AzureSkuComparisions []ManagementZoneRuleConditionAzureSkuComparision
    Comparison for AZURE_SKU attributes

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

    AzureSkus []ManagementZoneRuleConditionAzureSkus
    Comparison for AZURE_SKU attributes
    BaseComparisonBasics []ManagementZoneRuleConditionBaseComparisonBasic
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.

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

    BaseConditionKeys []ManagementZoneRuleConditionBaseConditionKey
    Fallback for not yet known type

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

    BitnessComparisions []ManagementZoneRuleConditionBitnessComparision
    Comparison for BITNESS attributes

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

    Bitnesses []ManagementZoneRuleConditionBitness
    Comparison for BITNESS attributes
    CloudTypeComparisons []ManagementZoneRuleConditionCloudTypeComparison
    Comparison for CLOUD_TYPE attributes

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

    CloudTypes []ManagementZoneRuleConditionCloudType
    Comparison for CLOUD_TYPE attributes
    Comparisons []ManagementZoneRuleConditionComparison
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
    CustomApplicationTypeComparisons []ManagementZoneRuleConditionCustomApplicationTypeComparison
    Comparison for CUSTOM_APPLICATION_TYPE attributes

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

    CustomApplicationTypes []ManagementZoneRuleConditionCustomApplicationType
    Comparison for CUSTOM_APPLICATION_TYPE attributes
    CustomHostMetadataConditionKeys []ManagementZoneRuleConditionCustomHostMetadataConditionKey
    Key for Custom Host Metadata

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

    CustomHostMetadatas []ManagementZoneRuleConditionCustomHostMetadata
    Key for Custom Host Metadata
    CustomProcessMetadataConditionKeys []ManagementZoneRuleConditionCustomProcessMetadataConditionKey
    Key for Custom Process Metadata

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

    CustomProcessMetadatas []ManagementZoneRuleConditionCustomProcessMetadata
    Key for Custom Process Metadata
    DatabaseTopologies []ManagementZoneRuleConditionDatabaseTopology
    Comparison for DATABASE_TOPOLOGY attributes
    DatabaseTopologyComparisons []ManagementZoneRuleConditionDatabaseTopologyComparison
    Comparison for DATABASE_TOPOLOGY attributes

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

    DcrumDecoderComparisons []ManagementZoneRuleConditionDcrumDecoderComparison
    Comparison for DCRUM_DECODER_TYPE attributes

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

    DcrumDecoders []ManagementZoneRuleConditionDcrumDecoder
    Comparison for DCRUM_DECODER_TYPE attributes
    Entities []ManagementZoneRuleConditionEntity
    Comparison for ENTITY_ID attributes
    EntityIdComparisons []ManagementZoneRuleConditionEntityIdComparison
    Comparison for ENTITY_ID attributes

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

    HostTeches []ManagementZoneRuleConditionHostTech
    Comparison for SIMPLE_HOST_TECH attributes
    HypervisorTypeComparisions []ManagementZoneRuleConditionHypervisorTypeComparision
    hypervisor_type_comparision is deprecated. Use hypervisor instead

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    Hypervisors []ManagementZoneRuleConditionHypervisor
    Comparison for HYPERVISOR_TYPE attributes
    IndexedNameComparisons []ManagementZoneRuleConditionIndexedNameComparison
    Comparison for INDEXED_NAME attributes

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

    IndexedNames []ManagementZoneRuleConditionIndexedName
    Comparison for INDEXED_NAME attributes
    IndexedStringComparisons []ManagementZoneRuleConditionIndexedStringComparison
    Comparison for INDEXED_STRING attributes

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

    IndexedStrings []ManagementZoneRuleConditionIndexedString
    Comparison for INDEXED_STRING attributes
    IndexedTagComparisons []ManagementZoneRuleConditionIndexedTagComparison
    Comparison for INDEXED_TAG attributes

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

    IndexedTags []ManagementZoneRuleConditionIndexedTag
    Comparison for INDEXED_TAG attributes
    IntegerComparisons []ManagementZoneRuleConditionIntegerComparison
    Comparison for INTEGER attributes

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

    Integers []ManagementZoneRuleConditionInteger
    Comparison for INTEGER attributes
    IpaddressComparisons []ManagementZoneRuleConditionIpaddressComparison
    Comparison for IP_ADDRESS attributes

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

    Ipaddresses []ManagementZoneRuleConditionIpaddress
    Comparison for IP_ADDRESS attributes
    Keys []ManagementZoneRuleConditionKey
    Fallback for not yet known type
    MobilePlatformComparisons []ManagementZoneRuleConditionMobilePlatformComparison
    Comparison for MOBILE_PLATFORM attributes

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

    MobilePlatforms []ManagementZoneRuleConditionMobilePlatform
    Comparison for MOBILE_PLATFORM attributes
    OsArches []ManagementZoneRuleConditionOsArch
    Comparison for OS_ARCHITECTURE attributes
    OsTypes []ManagementZoneRuleConditionOsType
    Comparison for OS_TYPE attributes
    OsarchitectureComparisons []ManagementZoneRuleConditionOsarchitectureComparison
    Comparison for OS_ARCHITECTURE attributes

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

    OstypeComparisons []ManagementZoneRuleConditionOstypeComparison
    Comparison for OS_TYPE attributes

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

    PaasTypeComparisons []ManagementZoneRuleConditionPaasTypeComparison
    Comparison for PAAS_TYPE attributes

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

    PaasTypes []ManagementZoneRuleConditionPaasType
    Comparison for PAAS_TYPE attributes
    ProcessMetadataConditionKeys []ManagementZoneRuleConditionProcessMetadataConditionKey
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type

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

    ProcessMetadatas []ManagementZoneRuleConditionProcessMetadata
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type
    ServiceTopologies []ManagementZoneRuleConditionServiceTopology
    Comparison for SERVICE_TOPOLOGY attributes
    ServiceTopologyComparisons []ManagementZoneRuleConditionServiceTopologyComparison
    Comparison for SERVICE_TOPOLOGY attributes

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

    ServiceTypeComparisons []ManagementZoneRuleConditionServiceTypeComparison
    Comparison for SERVICE_TYPE attributes

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

    ServiceTypes []ManagementZoneRuleConditionServiceType
    Comparison for SERVICE_TYPE attributes
    SimpleHostTechComparisons []ManagementZoneRuleConditionSimpleHostTechComparison
    Comparison for SIMPLE_HOST_TECH attributes

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

    SimpleTechComparisons []ManagementZoneRuleConditionSimpleTechComparison
    Comparison for SIMPLE_TECH attributes

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

    StringComparisons []ManagementZoneRuleConditionStringComparison
    Comparison for STRING attributes

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

    StringConditionKeys []ManagementZoneRuleConditionStringConditionKey
    The key for dynamic attributes of the STRING type

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

    StringKeys []ManagementZoneRuleConditionStringKey
    The key for dynamic attributes of the STRING type
    Strings []ManagementZoneRuleConditionString
    Comparison for STRING attributes
    SyntheticEngineTypeComparisons []ManagementZoneRuleConditionSyntheticEngineTypeComparison
    Comparison for SYNTHETIC_ENGINE_TYPE attributes

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

    SyntheticEngines []ManagementZoneRuleConditionSyntheticEngine
    Comparison for SYNTHETIC_ENGINE_TYPE attributes
    TagComparisons []ManagementZoneRuleConditionTagComparison
    Comparison for TAG attributes

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

    Tags []ManagementZoneRuleConditionTag
    Comparison for TAG attributes
    Teches []ManagementZoneRuleConditionTech
    Comparison for SIMPLE_TECH attributes
    Unknowns string
    Any attributes that aren't yet supported by this provider
    applicationTypeComparisons List<ManagementZoneRuleConditionApplicationTypeComparison>
    Comparison for APPLICATION_TYPE attributes

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

    applicationTypes List<ManagementZoneRuleConditionApplicationType>
    Comparison for APPLICATION_TYPE attributes
    azureComputeModeComparisons List<ManagementZoneRuleConditionAzureComputeModeComparison>
    Comparison for AZURE_COMPUTE_MODE attributes
    azureComputeModes List<ManagementZoneRuleConditionAzureComputeMode>
    Comparison for AZURE_COMPUTE_MODE attributes

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

    azureSkuComparisions List<ManagementZoneRuleConditionAzureSkuComparision>
    Comparison for AZURE_SKU attributes

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

    azureSkus List<ManagementZoneRuleConditionAzureSkus>
    Comparison for AZURE_SKU attributes
    baseComparisonBasics List<ManagementZoneRuleConditionBaseComparisonBasic>
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.

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

    baseConditionKeys List<ManagementZoneRuleConditionBaseConditionKey>
    Fallback for not yet known type

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

    bitnessComparisions List<ManagementZoneRuleConditionBitnessComparision>
    Comparison for BITNESS attributes

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

    bitnesses List<ManagementZoneRuleConditionBitness>
    Comparison for BITNESS attributes
    cloudTypeComparisons List<ManagementZoneRuleConditionCloudTypeComparison>
    Comparison for CLOUD_TYPE attributes

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

    cloudTypes List<ManagementZoneRuleConditionCloudType>
    Comparison for CLOUD_TYPE attributes
    comparisons List<ManagementZoneRuleConditionComparison>
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
    customApplicationTypeComparisons List<ManagementZoneRuleConditionCustomApplicationTypeComparison>
    Comparison for CUSTOM_APPLICATION_TYPE attributes

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

    customApplicationTypes List<ManagementZoneRuleConditionCustomApplicationType>
    Comparison for CUSTOM_APPLICATION_TYPE attributes
    customHostMetadataConditionKeys List<ManagementZoneRuleConditionCustomHostMetadataConditionKey>
    Key for Custom Host Metadata

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

    customHostMetadatas List<ManagementZoneRuleConditionCustomHostMetadata>
    Key for Custom Host Metadata
    customProcessMetadataConditionKeys List<ManagementZoneRuleConditionCustomProcessMetadataConditionKey>
    Key for Custom Process Metadata

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

    customProcessMetadatas List<ManagementZoneRuleConditionCustomProcessMetadata>
    Key for Custom Process Metadata
    databaseTopologies List<ManagementZoneRuleConditionDatabaseTopology>
    Comparison for DATABASE_TOPOLOGY attributes
    databaseTopologyComparisons List<ManagementZoneRuleConditionDatabaseTopologyComparison>
    Comparison for DATABASE_TOPOLOGY attributes

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

    dcrumDecoderComparisons List<ManagementZoneRuleConditionDcrumDecoderComparison>
    Comparison for DCRUM_DECODER_TYPE attributes

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

    dcrumDecoders List<ManagementZoneRuleConditionDcrumDecoder>
    Comparison for DCRUM_DECODER_TYPE attributes
    entities List<ManagementZoneRuleConditionEntity>
    Comparison for ENTITY_ID attributes
    entityIdComparisons List<ManagementZoneRuleConditionEntityIdComparison>
    Comparison for ENTITY_ID attributes

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

    hostTeches List<ManagementZoneRuleConditionHostTech>
    Comparison for SIMPLE_HOST_TECH attributes
    hypervisorTypeComparisions List<ManagementZoneRuleConditionHypervisorTypeComparision>
    hypervisor_type_comparision is deprecated. Use hypervisor instead

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    hypervisors List<ManagementZoneRuleConditionHypervisor>
    Comparison for HYPERVISOR_TYPE attributes
    indexedNameComparisons List<ManagementZoneRuleConditionIndexedNameComparison>
    Comparison for INDEXED_NAME attributes

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

    indexedNames List<ManagementZoneRuleConditionIndexedName>
    Comparison for INDEXED_NAME attributes
    indexedStringComparisons List<ManagementZoneRuleConditionIndexedStringComparison>
    Comparison for INDEXED_STRING attributes

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

    indexedStrings List<ManagementZoneRuleConditionIndexedString>
    Comparison for INDEXED_STRING attributes
    indexedTagComparisons List<ManagementZoneRuleConditionIndexedTagComparison>
    Comparison for INDEXED_TAG attributes

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

    indexedTags List<ManagementZoneRuleConditionIndexedTag>
    Comparison for INDEXED_TAG attributes
    integerComparisons List<ManagementZoneRuleConditionIntegerComparison>
    Comparison for INTEGER attributes

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

    integers List<ManagementZoneRuleConditionInteger>
    Comparison for INTEGER attributes
    ipaddressComparisons List<ManagementZoneRuleConditionIpaddressComparison>
    Comparison for IP_ADDRESS attributes

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

    ipaddresses List<ManagementZoneRuleConditionIpaddress>
    Comparison for IP_ADDRESS attributes
    keys List<ManagementZoneRuleConditionKey>
    Fallback for not yet known type
    mobilePlatformComparisons List<ManagementZoneRuleConditionMobilePlatformComparison>
    Comparison for MOBILE_PLATFORM attributes

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

    mobilePlatforms List<ManagementZoneRuleConditionMobilePlatform>
    Comparison for MOBILE_PLATFORM attributes
    osArches List<ManagementZoneRuleConditionOsArch>
    Comparison for OS_ARCHITECTURE attributes
    osTypes List<ManagementZoneRuleConditionOsType>
    Comparison for OS_TYPE attributes
    osarchitectureComparisons List<ManagementZoneRuleConditionOsarchitectureComparison>
    Comparison for OS_ARCHITECTURE attributes

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

    ostypeComparisons List<ManagementZoneRuleConditionOstypeComparison>
    Comparison for OS_TYPE attributes

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

    paasTypeComparisons List<ManagementZoneRuleConditionPaasTypeComparison>
    Comparison for PAAS_TYPE attributes

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

    paasTypes List<ManagementZoneRuleConditionPaasType>
    Comparison for PAAS_TYPE attributes
    processMetadataConditionKeys List<ManagementZoneRuleConditionProcessMetadataConditionKey>
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type

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

    processMetadatas List<ManagementZoneRuleConditionProcessMetadata>
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type
    serviceTopologies List<ManagementZoneRuleConditionServiceTopology>
    Comparison for SERVICE_TOPOLOGY attributes
    serviceTopologyComparisons List<ManagementZoneRuleConditionServiceTopologyComparison>
    Comparison for SERVICE_TOPOLOGY attributes

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

    serviceTypeComparisons List<ManagementZoneRuleConditionServiceTypeComparison>
    Comparison for SERVICE_TYPE attributes

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

    serviceTypes List<ManagementZoneRuleConditionServiceType>
    Comparison for SERVICE_TYPE attributes
    simpleHostTechComparisons List<ManagementZoneRuleConditionSimpleHostTechComparison>
    Comparison for SIMPLE_HOST_TECH attributes

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

    simpleTechComparisons List<ManagementZoneRuleConditionSimpleTechComparison>
    Comparison for SIMPLE_TECH attributes

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

    stringComparisons List<ManagementZoneRuleConditionStringComparison>
    Comparison for STRING attributes

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

    stringConditionKeys List<ManagementZoneRuleConditionStringConditionKey>
    The key for dynamic attributes of the STRING type

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

    stringKeys List<ManagementZoneRuleConditionStringKey>
    The key for dynamic attributes of the STRING type
    strings List<ManagementZoneRuleConditionString>
    Comparison for STRING attributes
    syntheticEngineTypeComparisons List<ManagementZoneRuleConditionSyntheticEngineTypeComparison>
    Comparison for SYNTHETIC_ENGINE_TYPE attributes

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

    syntheticEngines List<ManagementZoneRuleConditionSyntheticEngine>
    Comparison for SYNTHETIC_ENGINE_TYPE attributes
    tagComparisons List<ManagementZoneRuleConditionTagComparison>
    Comparison for TAG attributes

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

    tags List<ManagementZoneRuleConditionTag>
    Comparison for TAG attributes
    teches List<ManagementZoneRuleConditionTech>
    Comparison for SIMPLE_TECH attributes
    unknowns String
    Any attributes that aren't yet supported by this provider
    applicationTypeComparisons ManagementZoneRuleConditionApplicationTypeComparison[]
    Comparison for APPLICATION_TYPE attributes

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

    applicationTypes ManagementZoneRuleConditionApplicationType[]
    Comparison for APPLICATION_TYPE attributes
    azureComputeModeComparisons ManagementZoneRuleConditionAzureComputeModeComparison[]
    Comparison for AZURE_COMPUTE_MODE attributes
    azureComputeModes ManagementZoneRuleConditionAzureComputeMode[]
    Comparison for AZURE_COMPUTE_MODE attributes

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

    azureSkuComparisions ManagementZoneRuleConditionAzureSkuComparision[]
    Comparison for AZURE_SKU attributes

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

    azureSkus ManagementZoneRuleConditionAzureSkus[]
    Comparison for AZURE_SKU attributes
    baseComparisonBasics ManagementZoneRuleConditionBaseComparisonBasic[]
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.

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

    baseConditionKeys ManagementZoneRuleConditionBaseConditionKey[]
    Fallback for not yet known type

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

    bitnessComparisions ManagementZoneRuleConditionBitnessComparision[]
    Comparison for BITNESS attributes

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

    bitnesses ManagementZoneRuleConditionBitness[]
    Comparison for BITNESS attributes
    cloudTypeComparisons ManagementZoneRuleConditionCloudTypeComparison[]
    Comparison for CLOUD_TYPE attributes

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

    cloudTypes ManagementZoneRuleConditionCloudType[]
    Comparison for CLOUD_TYPE attributes
    comparisons ManagementZoneRuleConditionComparison[]
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
    customApplicationTypeComparisons ManagementZoneRuleConditionCustomApplicationTypeComparison[]
    Comparison for CUSTOM_APPLICATION_TYPE attributes

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

    customApplicationTypes ManagementZoneRuleConditionCustomApplicationType[]
    Comparison for CUSTOM_APPLICATION_TYPE attributes
    customHostMetadataConditionKeys ManagementZoneRuleConditionCustomHostMetadataConditionKey[]
    Key for Custom Host Metadata

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

    customHostMetadatas ManagementZoneRuleConditionCustomHostMetadata[]
    Key for Custom Host Metadata
    customProcessMetadataConditionKeys ManagementZoneRuleConditionCustomProcessMetadataConditionKey[]
    Key for Custom Process Metadata

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

    customProcessMetadatas ManagementZoneRuleConditionCustomProcessMetadata[]
    Key for Custom Process Metadata
    databaseTopologies ManagementZoneRuleConditionDatabaseTopology[]
    Comparison for DATABASE_TOPOLOGY attributes
    databaseTopologyComparisons ManagementZoneRuleConditionDatabaseTopologyComparison[]
    Comparison for DATABASE_TOPOLOGY attributes

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

    dcrumDecoderComparisons ManagementZoneRuleConditionDcrumDecoderComparison[]
    Comparison for DCRUM_DECODER_TYPE attributes

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

    dcrumDecoders ManagementZoneRuleConditionDcrumDecoder[]
    Comparison for DCRUM_DECODER_TYPE attributes
    entities ManagementZoneRuleConditionEntity[]
    Comparison for ENTITY_ID attributes
    entityIdComparisons ManagementZoneRuleConditionEntityIdComparison[]
    Comparison for ENTITY_ID attributes

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

    hostTeches ManagementZoneRuleConditionHostTech[]
    Comparison for SIMPLE_HOST_TECH attributes
    hypervisorTypeComparisions ManagementZoneRuleConditionHypervisorTypeComparision[]
    hypervisor_type_comparision is deprecated. Use hypervisor instead

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    hypervisors ManagementZoneRuleConditionHypervisor[]
    Comparison for HYPERVISOR_TYPE attributes
    indexedNameComparisons ManagementZoneRuleConditionIndexedNameComparison[]
    Comparison for INDEXED_NAME attributes

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

    indexedNames ManagementZoneRuleConditionIndexedName[]
    Comparison for INDEXED_NAME attributes
    indexedStringComparisons ManagementZoneRuleConditionIndexedStringComparison[]
    Comparison for INDEXED_STRING attributes

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

    indexedStrings ManagementZoneRuleConditionIndexedString[]
    Comparison for INDEXED_STRING attributes
    indexedTagComparisons ManagementZoneRuleConditionIndexedTagComparison[]
    Comparison for INDEXED_TAG attributes

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

    indexedTags ManagementZoneRuleConditionIndexedTag[]
    Comparison for INDEXED_TAG attributes
    integerComparisons ManagementZoneRuleConditionIntegerComparison[]
    Comparison for INTEGER attributes

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

    integers ManagementZoneRuleConditionInteger[]
    Comparison for INTEGER attributes
    ipaddressComparisons ManagementZoneRuleConditionIpaddressComparison[]
    Comparison for IP_ADDRESS attributes

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

    ipaddresses ManagementZoneRuleConditionIpaddress[]
    Comparison for IP_ADDRESS attributes
    keys ManagementZoneRuleConditionKey[]
    Fallback for not yet known type
    mobilePlatformComparisons ManagementZoneRuleConditionMobilePlatformComparison[]
    Comparison for MOBILE_PLATFORM attributes

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

    mobilePlatforms ManagementZoneRuleConditionMobilePlatform[]
    Comparison for MOBILE_PLATFORM attributes
    osArches ManagementZoneRuleConditionOsArch[]
    Comparison for OS_ARCHITECTURE attributes
    osTypes ManagementZoneRuleConditionOsType[]
    Comparison for OS_TYPE attributes
    osarchitectureComparisons ManagementZoneRuleConditionOsarchitectureComparison[]
    Comparison for OS_ARCHITECTURE attributes

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

    ostypeComparisons ManagementZoneRuleConditionOstypeComparison[]
    Comparison for OS_TYPE attributes

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

    paasTypeComparisons ManagementZoneRuleConditionPaasTypeComparison[]
    Comparison for PAAS_TYPE attributes

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

    paasTypes ManagementZoneRuleConditionPaasType[]
    Comparison for PAAS_TYPE attributes
    processMetadataConditionKeys ManagementZoneRuleConditionProcessMetadataConditionKey[]
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type

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

    processMetadatas ManagementZoneRuleConditionProcessMetadata[]
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type
    serviceTopologies ManagementZoneRuleConditionServiceTopology[]
    Comparison for SERVICE_TOPOLOGY attributes
    serviceTopologyComparisons ManagementZoneRuleConditionServiceTopologyComparison[]
    Comparison for SERVICE_TOPOLOGY attributes

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

    serviceTypeComparisons ManagementZoneRuleConditionServiceTypeComparison[]
    Comparison for SERVICE_TYPE attributes

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

    serviceTypes ManagementZoneRuleConditionServiceType[]
    Comparison for SERVICE_TYPE attributes
    simpleHostTechComparisons ManagementZoneRuleConditionSimpleHostTechComparison[]
    Comparison for SIMPLE_HOST_TECH attributes

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

    simpleTechComparisons ManagementZoneRuleConditionSimpleTechComparison[]
    Comparison for SIMPLE_TECH attributes

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

    stringComparisons ManagementZoneRuleConditionStringComparison[]
    Comparison for STRING attributes

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

    stringConditionKeys ManagementZoneRuleConditionStringConditionKey[]
    The key for dynamic attributes of the STRING type

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

    stringKeys ManagementZoneRuleConditionStringKey[]
    The key for dynamic attributes of the STRING type
    strings ManagementZoneRuleConditionString[]
    Comparison for STRING attributes
    syntheticEngineTypeComparisons ManagementZoneRuleConditionSyntheticEngineTypeComparison[]
    Comparison for SYNTHETIC_ENGINE_TYPE attributes

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

    syntheticEngines ManagementZoneRuleConditionSyntheticEngine[]
    Comparison for SYNTHETIC_ENGINE_TYPE attributes
    tagComparisons ManagementZoneRuleConditionTagComparison[]
    Comparison for TAG attributes

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

    tags ManagementZoneRuleConditionTag[]
    Comparison for TAG attributes
    teches ManagementZoneRuleConditionTech[]
    Comparison for SIMPLE_TECH attributes
    unknowns string
    Any attributes that aren't yet supported by this provider
    application_type_comparisons Sequence[ManagementZoneRuleConditionApplicationTypeComparison]
    Comparison for APPLICATION_TYPE attributes

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

    application_types Sequence[ManagementZoneRuleConditionApplicationType]
    Comparison for APPLICATION_TYPE attributes
    azure_compute_mode_comparisons Sequence[ManagementZoneRuleConditionAzureComputeModeComparison]
    Comparison for AZURE_COMPUTE_MODE attributes
    azure_compute_modes Sequence[ManagementZoneRuleConditionAzureComputeMode]
    Comparison for AZURE_COMPUTE_MODE attributes

    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]
    Comparison for AZURE_SKU attributes

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

    azure_skus Sequence[ManagementZoneRuleConditionAzureSkus]
    Comparison for AZURE_SKU attributes
    base_comparison_basics Sequence[ManagementZoneRuleConditionBaseComparisonBasic]
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.

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

    base_condition_keys Sequence[ManagementZoneRuleConditionBaseConditionKey]
    Fallback for not yet known type

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

    bitness_comparisions Sequence[ManagementZoneRuleConditionBitnessComparision]
    Comparison for BITNESS attributes

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

    bitnesses Sequence[ManagementZoneRuleConditionBitness]
    Comparison for BITNESS attributes
    cloud_type_comparisons Sequence[ManagementZoneRuleConditionCloudTypeComparison]
    Comparison for CLOUD_TYPE attributes

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

    cloud_types Sequence[ManagementZoneRuleConditionCloudType]
    Comparison for CLOUD_TYPE attributes
    comparisons Sequence[ManagementZoneRuleConditionComparison]
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
    custom_application_type_comparisons Sequence[ManagementZoneRuleConditionCustomApplicationTypeComparison]
    Comparison for CUSTOM_APPLICATION_TYPE attributes

    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]
    Comparison for CUSTOM_APPLICATION_TYPE attributes
    custom_host_metadata_condition_keys Sequence[ManagementZoneRuleConditionCustomHostMetadataConditionKey]
    Key for Custom Host Metadata

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

    custom_host_metadatas Sequence[ManagementZoneRuleConditionCustomHostMetadata]
    Key for Custom Host Metadata
    custom_process_metadata_condition_keys Sequence[ManagementZoneRuleConditionCustomProcessMetadataConditionKey]
    Key for Custom Process Metadata

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

    custom_process_metadatas Sequence[ManagementZoneRuleConditionCustomProcessMetadata]
    Key for Custom Process Metadata
    database_topologies Sequence[ManagementZoneRuleConditionDatabaseTopology]
    Comparison for DATABASE_TOPOLOGY attributes
    database_topology_comparisons Sequence[ManagementZoneRuleConditionDatabaseTopologyComparison]
    Comparison for DATABASE_TOPOLOGY attributes

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

    dcrum_decoder_comparisons Sequence[ManagementZoneRuleConditionDcrumDecoderComparison]
    Comparison for DCRUM_DECODER_TYPE attributes

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

    dcrum_decoders Sequence[ManagementZoneRuleConditionDcrumDecoder]
    Comparison for DCRUM_DECODER_TYPE attributes
    entities Sequence[ManagementZoneRuleConditionEntity]
    Comparison for ENTITY_ID attributes
    entity_id_comparisons Sequence[ManagementZoneRuleConditionEntityIdComparison]
    Comparison for ENTITY_ID attributes

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

    host_teches Sequence[ManagementZoneRuleConditionHostTech]
    Comparison for SIMPLE_HOST_TECH attributes
    hypervisor_type_comparisions Sequence[ManagementZoneRuleConditionHypervisorTypeComparision]
    hypervisor_type_comparision is deprecated. Use hypervisor instead

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    hypervisors Sequence[ManagementZoneRuleConditionHypervisor]
    Comparison for HYPERVISOR_TYPE attributes
    indexed_name_comparisons Sequence[ManagementZoneRuleConditionIndexedNameComparison]
    Comparison for INDEXED_NAME attributes

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

    indexed_names Sequence[ManagementZoneRuleConditionIndexedName]
    Comparison for INDEXED_NAME attributes
    indexed_string_comparisons Sequence[ManagementZoneRuleConditionIndexedStringComparison]
    Comparison for INDEXED_STRING attributes

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

    indexed_strings Sequence[ManagementZoneRuleConditionIndexedString]
    Comparison for INDEXED_STRING attributes
    indexed_tag_comparisons Sequence[ManagementZoneRuleConditionIndexedTagComparison]
    Comparison for INDEXED_TAG attributes

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

    indexed_tags Sequence[ManagementZoneRuleConditionIndexedTag]
    Comparison for INDEXED_TAG attributes
    integer_comparisons Sequence[ManagementZoneRuleConditionIntegerComparison]
    Comparison for INTEGER attributes

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

    integers Sequence[ManagementZoneRuleConditionInteger]
    Comparison for INTEGER attributes
    ipaddress_comparisons Sequence[ManagementZoneRuleConditionIpaddressComparison]
    Comparison for IP_ADDRESS attributes

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

    ipaddresses Sequence[ManagementZoneRuleConditionIpaddress]
    Comparison for IP_ADDRESS attributes
    keys Sequence[ManagementZoneRuleConditionKey]
    Fallback for not yet known type
    mobile_platform_comparisons Sequence[ManagementZoneRuleConditionMobilePlatformComparison]
    Comparison for MOBILE_PLATFORM attributes

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

    mobile_platforms Sequence[ManagementZoneRuleConditionMobilePlatform]
    Comparison for MOBILE_PLATFORM attributes
    os_arches Sequence[ManagementZoneRuleConditionOsArch]
    Comparison for OS_ARCHITECTURE attributes
    os_types Sequence[ManagementZoneRuleConditionOsType]
    Comparison for OS_TYPE attributes
    osarchitecture_comparisons Sequence[ManagementZoneRuleConditionOsarchitectureComparison]
    Comparison for OS_ARCHITECTURE attributes

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

    ostype_comparisons Sequence[ManagementZoneRuleConditionOstypeComparison]
    Comparison for OS_TYPE attributes

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

    paas_type_comparisons Sequence[ManagementZoneRuleConditionPaasTypeComparison]
    Comparison for PAAS_TYPE attributes

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

    paas_types Sequence[ManagementZoneRuleConditionPaasType]
    Comparison for PAAS_TYPE attributes
    process_metadata_condition_keys Sequence[ManagementZoneRuleConditionProcessMetadataConditionKey]
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type

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

    process_metadatas Sequence[ManagementZoneRuleConditionProcessMetadata]
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type
    service_topologies Sequence[ManagementZoneRuleConditionServiceTopology]
    Comparison for SERVICE_TOPOLOGY attributes
    service_topology_comparisons Sequence[ManagementZoneRuleConditionServiceTopologyComparison]
    Comparison for SERVICE_TOPOLOGY attributes

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

    service_type_comparisons Sequence[ManagementZoneRuleConditionServiceTypeComparison]
    Comparison for SERVICE_TYPE attributes

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

    service_types Sequence[ManagementZoneRuleConditionServiceType]
    Comparison for SERVICE_TYPE attributes
    simple_host_tech_comparisons Sequence[ManagementZoneRuleConditionSimpleHostTechComparison]
    Comparison for SIMPLE_HOST_TECH attributes

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

    simple_tech_comparisons Sequence[ManagementZoneRuleConditionSimpleTechComparison]
    Comparison for SIMPLE_TECH attributes

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

    string_comparisons Sequence[ManagementZoneRuleConditionStringComparison]
    Comparison for STRING attributes

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

    string_condition_keys Sequence[ManagementZoneRuleConditionStringConditionKey]
    The key for dynamic attributes of the STRING type

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

    string_keys Sequence[ManagementZoneRuleConditionStringKey]
    The key for dynamic attributes of the STRING type
    strings Sequence[ManagementZoneRuleConditionString]
    Comparison for STRING attributes
    synthetic_engine_type_comparisons Sequence[ManagementZoneRuleConditionSyntheticEngineTypeComparison]
    Comparison for SYNTHETIC_ENGINE_TYPE attributes

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

    synthetic_engines Sequence[ManagementZoneRuleConditionSyntheticEngine]
    Comparison for SYNTHETIC_ENGINE_TYPE attributes
    tag_comparisons Sequence[ManagementZoneRuleConditionTagComparison]
    Comparison for TAG attributes

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

    tags Sequence[ManagementZoneRuleConditionTag]
    Comparison for TAG attributes
    teches Sequence[ManagementZoneRuleConditionTech]
    Comparison for SIMPLE_TECH attributes
    unknowns str
    Any attributes that aren't yet supported by this provider
    applicationTypeComparisons List<Property Map>
    Comparison for APPLICATION_TYPE attributes

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

    applicationTypes List<Property Map>
    Comparison for APPLICATION_TYPE attributes
    azureComputeModeComparisons List<Property Map>
    Comparison for AZURE_COMPUTE_MODE attributes
    azureComputeModes List<Property Map>
    Comparison for AZURE_COMPUTE_MODE attributes

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

    azureSkuComparisions List<Property Map>
    Comparison for AZURE_SKU attributes

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

    azureSkus List<Property Map>
    Comparison for AZURE_SKU attributes
    baseComparisonBasics List<Property Map>
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.

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

    baseConditionKeys List<Property Map>
    Fallback for not yet known type

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

    bitnessComparisions List<Property Map>
    Comparison for BITNESS attributes

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

    bitnesses List<Property Map>
    Comparison for BITNESS attributes
    cloudTypeComparisons List<Property Map>
    Comparison for CLOUD_TYPE attributes

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

    cloudTypes List<Property Map>
    Comparison for CLOUD_TYPE attributes
    comparisons List<Property Map>
    A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
    customApplicationTypeComparisons List<Property Map>
    Comparison for CUSTOM_APPLICATION_TYPE attributes

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

    customApplicationTypes List<Property Map>
    Comparison for CUSTOM_APPLICATION_TYPE attributes
    customHostMetadataConditionKeys List<Property Map>
    Key for Custom Host Metadata

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

    customHostMetadatas List<Property Map>
    Key for Custom Host Metadata
    customProcessMetadataConditionKeys List<Property Map>
    Key for Custom Process Metadata

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

    customProcessMetadatas List<Property Map>
    Key for Custom Process Metadata
    databaseTopologies List<Property Map>
    Comparison for DATABASE_TOPOLOGY attributes
    databaseTopologyComparisons List<Property Map>
    Comparison for DATABASE_TOPOLOGY attributes

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

    dcrumDecoderComparisons List<Property Map>
    Comparison for DCRUM_DECODER_TYPE attributes

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

    dcrumDecoders List<Property Map>
    Comparison for DCRUM_DECODER_TYPE attributes
    entities List<Property Map>
    Comparison for ENTITY_ID attributes
    entityIdComparisons List<Property Map>
    Comparison for ENTITY_ID attributes

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

    hostTeches List<Property Map>
    Comparison for SIMPLE_HOST_TECH attributes
    hypervisorTypeComparisions List<Property Map>
    hypervisor_type_comparision is deprecated. Use hypervisor instead

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    hypervisors List<Property Map>
    Comparison for HYPERVISOR_TYPE attributes
    indexedNameComparisons List<Property Map>
    Comparison for INDEXED_NAME attributes

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

    indexedNames List<Property Map>
    Comparison for INDEXED_NAME attributes
    indexedStringComparisons List<Property Map>
    Comparison for INDEXED_STRING attributes

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

    indexedStrings List<Property Map>
    Comparison for INDEXED_STRING attributes
    indexedTagComparisons List<Property Map>
    Comparison for INDEXED_TAG attributes

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

    indexedTags List<Property Map>
    Comparison for INDEXED_TAG attributes
    integerComparisons List<Property Map>
    Comparison for INTEGER attributes

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

    integers List<Property Map>
    Comparison for INTEGER attributes
    ipaddressComparisons List<Property Map>
    Comparison for IP_ADDRESS attributes

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

    ipaddresses List<Property Map>
    Comparison for IP_ADDRESS attributes
    keys List<Property Map>
    Fallback for not yet known type
    mobilePlatformComparisons List<Property Map>
    Comparison for MOBILE_PLATFORM attributes

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

    mobilePlatforms List<Property Map>
    Comparison for MOBILE_PLATFORM attributes
    osArches List<Property Map>
    Comparison for OS_ARCHITECTURE attributes
    osTypes List<Property Map>
    Comparison for OS_TYPE attributes
    osarchitectureComparisons List<Property Map>
    Comparison for OS_ARCHITECTURE attributes

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

    ostypeComparisons List<Property Map>
    Comparison for OS_TYPE attributes

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

    paasTypeComparisons List<Property Map>
    Comparison for PAAS_TYPE attributes

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

    paasTypes List<Property Map>
    Comparison for PAAS_TYPE attributes
    processMetadataConditionKeys List<Property Map>
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type

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

    processMetadatas List<Property Map>
    The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type
    serviceTopologies List<Property Map>
    Comparison for SERVICE_TOPOLOGY attributes
    serviceTopologyComparisons List<Property Map>
    Comparison for SERVICE_TOPOLOGY attributes

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

    serviceTypeComparisons List<Property Map>
    Comparison for SERVICE_TYPE attributes

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

    serviceTypes List<Property Map>
    Comparison for SERVICE_TYPE attributes
    simpleHostTechComparisons List<Property Map>
    Comparison for SIMPLE_HOST_TECH attributes

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

    simpleTechComparisons List<Property Map>
    Comparison for SIMPLE_TECH attributes

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

    stringComparisons List<Property Map>
    Comparison for STRING attributes

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

    stringConditionKeys List<Property Map>
    The key for dynamic attributes of the STRING type

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

    stringKeys List<Property Map>
    The key for dynamic attributes of the STRING type
    strings List<Property Map>
    Comparison for STRING attributes
    syntheticEngineTypeComparisons List<Property Map>
    Comparison for SYNTHETIC_ENGINE_TYPE attributes

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

    syntheticEngines List<Property Map>
    Comparison for SYNTHETIC_ENGINE_TYPE attributes
    tagComparisons List<Property Map>
    Comparison for TAG attributes

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

    tags List<Property Map>
    Comparison for TAG attributes
    teches List<Property Map>
    Comparison for SIMPLE_TECH attributes
    unknowns String
    Any attributes that aren't yet supported by this provider

    ManagementZoneRuleConditionApplicationType, ManagementZoneRuleConditionApplicationTypeArgs

    Operator string
    Operator of the comparison. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    Operator string
    Operator of the comparison. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    operator String
    Operator of the comparison. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to
    operator string
    Operator of the comparison. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to
    operator str
    Operator of the comparison. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to
    operator String
    Operator of the comparison. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to

    ManagementZoneRuleConditionApplicationTypeComparison, ManagementZoneRuleConditionApplicationTypeComparisonArgs

    Operator string
    Operator of the comparison. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be APPLICATION_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    Operator string
    Operator of the comparison. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be APPLICATION_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    operator String
    Operator of the comparison. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be APPLICATION_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to
    operator string
    Operator of the comparison. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be APPLICATION_TYPE

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to
    operator str
    Operator of the comparison. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be APPLICATION_TYPE

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to
    operator String
    Operator of the comparison. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be APPLICATION_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to

    ManagementZoneRuleConditionAzureComputeMode, ManagementZoneRuleConditionAzureComputeModeArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are DEDICATED or SHARED.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are DEDICATED or SHARED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are DEDICATED or SHARED.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are DEDICATED or SHARED.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are DEDICATED or SHARED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are DEDICATED or SHARED.

    ManagementZoneRuleConditionAzureComputeModeComparison, ManagementZoneRuleConditionAzureComputeModeComparisonArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are DEDICATED or SHARED.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are DEDICATED or SHARED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are DEDICATED or SHARED.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are DEDICATED or SHARED.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are DEDICATED or SHARED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are DEDICATED or SHARED.

    ManagementZoneRuleConditionAzureSkuComparision, ManagementZoneRuleConditionAzureSkuComparisionArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be AZURE_SKU

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be AZURE_SKU

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be AZURE_SKU

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type string
    if specified, needs to be AZURE_SKU

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type str
    if specified, needs to be AZURE_SKU

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be AZURE_SKU

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.

    ManagementZoneRuleConditionAzureSkus, ManagementZoneRuleConditionAzureSkusArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.

    ManagementZoneRuleConditionBaseComparisonBasic, ManagementZoneRuleConditionBaseComparisonBasicArgs

    Type string
    The type of comparison
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Type string
    The type of comparison
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    type String
    The type of comparison
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    type string
    The type of comparison
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    type str
    The type of comparison
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    type String
    The type of comparison
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionBaseConditionKey, ManagementZoneRuleConditionBaseConditionKeyArgs

    Attribute string
    The attribute to be used for comparision
    Type string
    Defines the actual set of fields depending on the value
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Attribute string
    The attribute to be used for comparision
    Type string
    Defines the actual set of fields depending on the value
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    type String
    Defines the actual set of fields depending on the value
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute string
    The attribute to be used for comparision
    type string
    Defines the actual set of fields depending on the value
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute str
    The attribute to be used for comparision
    type str
    Defines the actual set of fields depending on the value
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    type String
    Defines the actual set of fields depending on the value
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionBitness, ManagementZoneRuleConditionBitnessArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are 32 and 64.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are 32 and 64.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are 32 and 64.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are 32 and 64.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are 32 and 64.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are 32 and 64.

    ManagementZoneRuleConditionBitnessComparision, ManagementZoneRuleConditionBitnessComparisionArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be BITNESS

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are 32 and 64.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be BITNESS

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are 32 and 64.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be BITNESS

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are 32 and 64.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type string
    if specified, needs to be BITNESS

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are 32 and 64.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type str
    if specified, needs to be BITNESS

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are 32 and 64.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be BITNESS

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are 32 and 64.

    ManagementZoneRuleConditionCloudType, ManagementZoneRuleConditionCloudTypeArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.

    ManagementZoneRuleConditionCloudTypeComparison, ManagementZoneRuleConditionCloudTypeComparisonArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be CLOUD_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be CLOUD_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be CLOUD_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type string
    if specified, needs to be CLOUD_TYPE

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type str
    if specified, needs to be CLOUD_TYPE

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be CLOUD_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.

    ManagementZoneRuleConditionComparison, ManagementZoneRuleConditionComparisonArgs

    Type string
    The type of comparison
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Type string
    The type of comparison
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    type String
    The type of comparison
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    type string
    The type of comparison
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    type str
    The type of comparison
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    type String
    The type of comparison
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionCustomApplicationType, ManagementZoneRuleConditionCustomApplicationTypeArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.

    ManagementZoneRuleConditionCustomApplicationTypeComparison, ManagementZoneRuleConditionCustomApplicationTypeComparisonArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be CUSTOM_APPLICATION_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be CUSTOM_APPLICATION_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be CUSTOM_APPLICATION_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type string
    if specified, needs to be CUSTOM_APPLICATION_TYPE

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type str
    if specified, needs to be CUSTOM_APPLICATION_TYPE

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be CUSTOM_APPLICATION_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.

    ManagementZoneRuleConditionCustomHostMetadata, ManagementZoneRuleConditionCustomHostMetadataArgs

    Attribute string
    The attribute to be used for comparision
    DynamicKey Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCustomHostMetadataDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Attribute string
    The attribute to be used for comparision
    DynamicKey ManagementZoneRuleConditionCustomHostMetadataDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey ManagementZoneRuleConditionCustomHostMetadataDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute string
    The attribute to be used for comparision
    dynamicKey ManagementZoneRuleConditionCustomHostMetadataDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute str
    The attribute to be used for comparision
    dynamic_key ManagementZoneRuleConditionCustomHostMetadataDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey Property Map
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionCustomHostMetadataConditionKey, ManagementZoneRuleConditionCustomHostMetadataConditionKeyArgs

    Attribute string
    The attribute to be used for comparision
    DynamicKey Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    Type string
    if specified, needs to be HOST_CUSTOM_METADATA_KEY

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Attribute string
    The attribute to be used for comparision
    DynamicKey ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    Type string
    if specified, needs to be HOST_CUSTOM_METADATA_KEY

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    type String
    if specified, needs to be HOST_CUSTOM_METADATA_KEY

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute string
    The attribute to be used for comparision
    dynamicKey ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    type string
    if specified, needs to be HOST_CUSTOM_METADATA_KEY

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute str
    The attribute to be used for comparision
    dynamic_key ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    type str
    if specified, needs to be HOST_CUSTOM_METADATA_KEY

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey Property Map
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    type String
    if specified, needs to be HOST_CUSTOM_METADATA_KEY

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey, ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKeyArgs

    Key string
    The actual key of the custom metadata
    Source string
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Key string
    The actual key of the custom metadata
    Source string
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key String
    The actual key of the custom metadata
    source String
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key string
    The actual key of the custom metadata
    source string
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key str
    The actual key of the custom metadata
    source str
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key String
    The actual key of the custom metadata
    source String
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionCustomHostMetadataDynamicKey, ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs

    Key string
    The actual key of the custom metadata
    Source string
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Key string
    The actual key of the custom metadata
    Source string
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key String
    The actual key of the custom metadata
    source String
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key string
    The actual key of the custom metadata
    source string
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key str
    The actual key of the custom metadata
    source str
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key String
    The actual key of the custom metadata
    source String
    The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionCustomProcessMetadata, ManagementZoneRuleConditionCustomProcessMetadataArgs

    Attribute string
    The attribute to be used for comparision
    DynamicKey Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCustomProcessMetadataDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Attribute string
    The attribute to be used for comparision
    DynamicKey ManagementZoneRuleConditionCustomProcessMetadataDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey ManagementZoneRuleConditionCustomProcessMetadataDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute string
    The attribute to be used for comparision
    dynamicKey ManagementZoneRuleConditionCustomProcessMetadataDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute str
    The attribute to be used for comparision
    dynamic_key ManagementZoneRuleConditionCustomProcessMetadataDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey Property Map
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionCustomProcessMetadataConditionKey, ManagementZoneRuleConditionCustomProcessMetadataConditionKeyArgs

    Attribute string
    The attribute to be used for comparision
    DynamicKey Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    Type string
    if specified, needs to be PROCESS_CUSTOM_METADATA_KEY

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Attribute string
    The attribute to be used for comparision
    DynamicKey ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    Type string
    if specified, needs to be PROCESS_CUSTOM_METADATA_KEY

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    type String
    if specified, needs to be PROCESS_CUSTOM_METADATA_KEY

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute string
    The attribute to be used for comparision
    dynamicKey ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    type string
    if specified, needs to be PROCESS_CUSTOM_METADATA_KEY

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute str
    The attribute to be used for comparision
    dynamic_key ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    type str
    if specified, needs to be PROCESS_CUSTOM_METADATA_KEY

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey Property Map
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
    type String
    if specified, needs to be PROCESS_CUSTOM_METADATA_KEY

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey, ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKeyArgs

    Key string
    The actual key of the custom metadata
    Source string
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Key string
    The actual key of the custom metadata
    Source string
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key String
    The actual key of the custom metadata
    source String
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key string
    The actual key of the custom metadata
    source string
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key str
    The actual key of the custom metadata
    source str
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key String
    The actual key of the custom metadata
    source String
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionCustomProcessMetadataDynamicKey, ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs

    Key string
    The actual key of the custom metadata
    Source string
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Key string
    The actual key of the custom metadata
    Source string
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key String
    The actual key of the custom metadata
    source String
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key string
    The actual key of the custom metadata
    source string
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key str
    The actual key of the custom metadata
    source str
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    key String
    The actual key of the custom metadata
    source String
    The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionDatabaseTopology, ManagementZoneRuleConditionDatabaseTopologyArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.

    ManagementZoneRuleConditionDatabaseTopologyComparison, ManagementZoneRuleConditionDatabaseTopologyComparisonArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be DATABASE_TOPOLOGY

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be DATABASE_TOPOLOGY

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be DATABASE_TOPOLOGY

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type string
    if specified, needs to be DATABASE_TOPOLOGY

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type str
    if specified, needs to be DATABASE_TOPOLOGY

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be DATABASE_TOPOLOGY

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.

    ManagementZoneRuleConditionDcrumDecoder, ManagementZoneRuleConditionDcrumDecoderArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.

    ManagementZoneRuleConditionDcrumDecoderComparison, ManagementZoneRuleConditionDcrumDecoderComparisonArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be DCRUM_DECODER_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be DCRUM_DECODER_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be DCRUM_DECODER_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type string
    if specified, needs to be DCRUM_DECODER_TYPE

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type str
    if specified, needs to be DCRUM_DECODER_TYPE

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be DCRUM_DECODER_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.

    ManagementZoneRuleConditionEntity, ManagementZoneRuleConditionEntityArgs

    Operator string
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    Operator string
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    operator String
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to
    operator string
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to
    operator str
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to
    operator String
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to

    ManagementZoneRuleConditionEntityIdComparison, ManagementZoneRuleConditionEntityIdComparisonArgs

    Operator string
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be ENTITY_ID

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    Operator string
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be ENTITY_ID

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    operator String
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be ENTITY_ID

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to
    operator string
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type string
    if specified, needs to be ENTITY_ID

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to
    operator str
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type str
    if specified, needs to be ENTITY_ID

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to
    operator String
    Currently only EQUALS is supported. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be ENTITY_ID

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to

    ManagementZoneRuleConditionHostTech, ManagementZoneRuleConditionHostTechArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionHostTechValue
    The value to compare to
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value ManagementZoneRuleConditionHostTechValue
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionHostTechValue
    The value to compare to
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionHostTechValue
    The value to compare to
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionHostTechValue
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value Property Map
    The value to compare to

    ManagementZoneRuleConditionHostTechValue, ManagementZoneRuleConditionHostTechValueArgs

    Type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    Unknowns string
    Any attributes that aren't yet supported by this provider
    VerbatimType string
    Non-predefined technology, use for custom technologies
    Type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    Unknowns string
    Any attributes that aren't yet supported by this provider
    VerbatimType string
    Non-predefined technology, use for custom technologies
    type String
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    unknowns String
    Any attributes that aren't yet supported by this provider
    verbatimType String
    Non-predefined technology, use for custom technologies
    type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    unknowns string
    Any attributes that aren't yet supported by this provider
    verbatimType string
    Non-predefined technology, use for custom technologies
    type str
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    unknowns str
    Any attributes that aren't yet supported by this provider
    verbatim_type str
    Non-predefined technology, use for custom technologies
    type String
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    unknowns String
    Any attributes that aren't yet supported by this provider
    verbatimType String
    Non-predefined technology, use for custom technologies

    ManagementZoneRuleConditionHypervisor, ManagementZoneRuleConditionHypervisorArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.

    ManagementZoneRuleConditionHypervisorTypeComparision, ManagementZoneRuleConditionHypervisorTypeComparisionArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be HYPERVISOR_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be HYPERVISOR_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be HYPERVISOR_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type string
    if specified, needs to be HYPERVISOR_TYPE

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type str
    if specified, needs to be HYPERVISOR_TYPE

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be HYPERVISOR_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.

    ManagementZoneRuleConditionIndexedName, ManagementZoneRuleConditionIndexedNameArgs

    Operator string
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    Operator string
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    operator String
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to
    operator string
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to
    operator str
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to
    operator String
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to

    ManagementZoneRuleConditionIndexedNameComparison, ManagementZoneRuleConditionIndexedNameComparisonArgs

    Operator string
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be INDEXED_NAME

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    Operator string
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be INDEXED_NAME

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    operator String
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be INDEXED_NAME

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to
    operator string
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type string
    if specified, needs to be INDEXED_NAME

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to
    operator str
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type str
    if specified, needs to be INDEXED_NAME

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to
    operator String
    Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be INDEXED_NAME

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to

    ManagementZoneRuleConditionIndexedString, ManagementZoneRuleConditionIndexedStringArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to

    ManagementZoneRuleConditionIndexedStringComparison, ManagementZoneRuleConditionIndexedStringComparisonArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be INDEXED_STRING

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be INDEXED_STRING

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value to compare to
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be INDEXED_STRING

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type string
    if specified, needs to be INDEXED_STRING

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value to compare to
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type str
    if specified, needs to be INDEXED_STRING

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value to compare to
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be INDEXED_STRING

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value to compare to

    ManagementZoneRuleConditionIndexedTag, ManagementZoneRuleConditionIndexedTagArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedTagValue
    Tag of a Dynatrace entity
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value ManagementZoneRuleConditionIndexedTagValue
    Tag of a Dynatrace entity
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value ManagementZoneRuleConditionIndexedTagValue
    Tag of a Dynatrace entity
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value ManagementZoneRuleConditionIndexedTagValue
    Tag of a Dynatrace entity
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value ManagementZoneRuleConditionIndexedTagValue
    Tag of a Dynatrace entity
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value Property Map
    Tag of a Dynatrace entity

    ManagementZoneRuleConditionIndexedTagComparison, ManagementZoneRuleConditionIndexedTagComparisonArgs

    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be INDEXED_TAG

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionIndexedTagComparisonValue
    Tag of a Dynatrace entity
    Operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    Type string
    if specified, needs to be INDEXED_TAG

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value ManagementZoneRuleConditionIndexedTagComparisonValue
    Tag of a Dynatrace entity
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be INDEXED_TAG

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value ManagementZoneRuleConditionIndexedTagComparisonValue
    Tag of a Dynatrace entity
    operator string
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type string
    if specified, needs to be INDEXED_TAG

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value ManagementZoneRuleConditionIndexedTagComparisonValue
    Tag of a Dynatrace entity
    operator str
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type str
    if specified, needs to be INDEXED_TAG

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value ManagementZoneRuleConditionIndexedTagComparisonValue
    Tag of a Dynatrace entity
    operator String
    Either EQUALS or EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
    type String
    if specified, needs to be INDEXED_TAG

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value Property Map
    Tag of a Dynatrace entity

    ManagementZoneRuleConditionIndexedTagComparisonValue, ManagementZoneRuleConditionIndexedTagComparisonValueArgs

    Context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    Key string
    The key of the tag. Custom tags have the tag value here
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value of the tag. Not applicable to custom tags
    Context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    Key string
    The key of the tag. Custom tags have the tag value here
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value of the tag. Not applicable to custom tags
    context String
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key String
    The key of the tag. Custom tags have the tag value here
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value of the tag. Not applicable to custom tags
    context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key string
    The key of the tag. Custom tags have the tag value here
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value of the tag. Not applicable to custom tags
    context str
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key str
    The key of the tag. Custom tags have the tag value here
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value of the tag. Not applicable to custom tags
    context String
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key String
    The key of the tag. Custom tags have the tag value here
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value of the tag. Not applicable to custom tags

    ManagementZoneRuleConditionIndexedTagValue, ManagementZoneRuleConditionIndexedTagValueArgs

    Context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    Key string
    The key of the tag. Custom tags have the tag value here
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value of the tag. Not applicable to custom tags
    Context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    Key string
    The key of the tag. Custom tags have the tag value here
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value of the tag. Not applicable to custom tags
    context String
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key String
    The key of the tag. Custom tags have the tag value here
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value of the tag. Not applicable to custom tags
    context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key string
    The key of the tag. Custom tags have the tag value here
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value of the tag. Not applicable to custom tags
    context str
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key str
    The key of the tag. Custom tags have the tag value here
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value of the tag. Not applicable to custom tags
    context String
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key String
    The key of the tag. Custom tags have the tag value here
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value of the tag. Not applicable to custom tags

    ManagementZoneRuleConditionInteger, ManagementZoneRuleConditionIntegerArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value int
    The value to compare to
    Operator string
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value int
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value Integer
    The value to compare to
    operator string
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value number
    The value to compare to
    operator str
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value int
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value Number
    The value to compare to

    ManagementZoneRuleConditionIntegerComparison, ManagementZoneRuleConditionIntegerComparisonArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be INTEGER

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value int
    The value to compare to
    Operator string
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be INTEGER

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value int
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be INTEGER

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value Integer
    The value to compare to
    operator string
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be INTEGER

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value number
    The value to compare to
    operator str
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be INTEGER

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value int
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be INTEGER

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value Number
    The value to compare to

    ManagementZoneRuleConditionIpaddress, ManagementZoneRuleConditionIpaddressArgs

    Operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    CaseSensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    Operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    CaseSensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    operator String
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive Boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to
    operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to
    operator str
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    case_sensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to
    operator String
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive Boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to

    ManagementZoneRuleConditionIpaddressComparison, ManagementZoneRuleConditionIpaddressComparisonArgs

    Operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    CaseSensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be IP_ADDRESS

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    Operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    CaseSensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be IP_ADDRESS

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    operator String
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive Boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be IP_ADDRESS

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to
    operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be IP_ADDRESS

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to
    operator str
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    case_sensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be IP_ADDRESS

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to
    operator String
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive Boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be IP_ADDRESS

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to

    ManagementZoneRuleConditionKey, ManagementZoneRuleConditionKeyArgs

    Attribute string
    The attribute to be used for comparision
    Type string
    Defines the actual set of fields depending on the value
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Attribute string
    The attribute to be used for comparision
    Type string
    Defines the actual set of fields depending on the value
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    type String
    Defines the actual set of fields depending on the value
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute string
    The attribute to be used for comparision
    type string
    Defines the actual set of fields depending on the value
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute str
    The attribute to be used for comparision
    type str
    Defines the actual set of fields depending on the value
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    type String
    Defines the actual set of fields depending on the value
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionMobilePlatform, ManagementZoneRuleConditionMobilePlatformArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.

    ManagementZoneRuleConditionMobilePlatformComparison, ManagementZoneRuleConditionMobilePlatformComparisonArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be MOBILE_PLATFORM

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be MOBILE_PLATFORM

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be MOBILE_PLATFORM

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be MOBILE_PLATFORM

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be MOBILE_PLATFORM

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be MOBILE_PLATFORM

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.

    ManagementZoneRuleConditionOsArch, ManagementZoneRuleConditionOsArchArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.

    ManagementZoneRuleConditionOsType, ManagementZoneRuleConditionOsTypeArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.

    ManagementZoneRuleConditionOsarchitectureComparison, ManagementZoneRuleConditionOsarchitectureComparisonArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be OS_ARCHITECTURE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be OS_ARCHITECTURE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be OS_ARCHITECTURE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be OS_ARCHITECTURE

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be OS_ARCHITECTURE

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be OS_ARCHITECTURE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.

    ManagementZoneRuleConditionOstypeComparison, ManagementZoneRuleConditionOstypeComparisonArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be OS_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be OS_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be OS_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be OS_TYPE

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be OS_TYPE

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be OS_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.

    ManagementZoneRuleConditionPaasType, ManagementZoneRuleConditionPaasTypeArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.

    ManagementZoneRuleConditionPaasTypeComparison, ManagementZoneRuleConditionPaasTypeComparisonArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be PAAS_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be PAAS_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be PAAS_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be PAAS_TYPE

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be PAAS_TYPE

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be PAAS_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.

    ManagementZoneRuleConditionProcessMetadata, ManagementZoneRuleConditionProcessMetadataArgs

    Attribute string
    The attribute to be used for comparision
    DynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Attribute string
    The attribute to be used for comparision
    DynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey String
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute string
    The attribute to be used for comparision
    dynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute str
    The attribute to be used for comparision
    dynamic_key str
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey String
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionProcessMetadataConditionKey, ManagementZoneRuleConditionProcessMetadataConditionKeyArgs

    Attribute string
    The attribute to be used for comparision
    DynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    Type string
    if specified, needs to be PROCESS_PREDEFINED_METADATA_KEY

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Attribute string
    The attribute to be used for comparision
    DynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    Type string
    if specified, needs to be PROCESS_PREDEFINED_METADATA_KEY

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey String
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    type String
    if specified, needs to be PROCESS_PREDEFINED_METADATA_KEY

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute string
    The attribute to be used for comparision
    dynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    type string
    if specified, needs to be PROCESS_PREDEFINED_METADATA_KEY

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute str
    The attribute to be used for comparision
    dynamic_key str
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    type str
    if specified, needs to be PROCESS_PREDEFINED_METADATA_KEY

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey String
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    type String
    if specified, needs to be PROCESS_PREDEFINED_METADATA_KEY

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionServiceTopology, ManagementZoneRuleConditionServiceTopologyArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.

    ManagementZoneRuleConditionServiceTopologyComparison, ManagementZoneRuleConditionServiceTopologyComparisonArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be SERVICE_TOPOLOGY

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be SERVICE_TOPOLOGY

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be SERVICE_TOPOLOGY

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be SERVICE_TOPOLOGY

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be SERVICE_TOPOLOGY

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be SERVICE_TOPOLOGY

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.

    ManagementZoneRuleConditionServiceType, ManagementZoneRuleConditionServiceTypeArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.

    ManagementZoneRuleConditionServiceTypeComparison, ManagementZoneRuleConditionServiceTypeComparisonArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be SERVICE_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be SERVICE_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be SERVICE_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be SERVICE_TYPE

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be SERVICE_TYPE

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be SERVICE_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.

    ManagementZoneRuleConditionSimpleHostTechComparison, ManagementZoneRuleConditionSimpleHostTechComparisonArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be SIMPLE_HOST_TECH

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionSimpleHostTechComparisonValue
    The value to compare to
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be SIMPLE_HOST_TECH

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value ManagementZoneRuleConditionSimpleHostTechComparisonValue
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be SIMPLE_HOST_TECH

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionSimpleHostTechComparisonValue
    The value to compare to
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be SIMPLE_HOST_TECH

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionSimpleHostTechComparisonValue
    The value to compare to
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be SIMPLE_HOST_TECH

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionSimpleHostTechComparisonValue
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be SIMPLE_HOST_TECH

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value Property Map
    The value to compare to

    ManagementZoneRuleConditionSimpleHostTechComparisonValue, ManagementZoneRuleConditionSimpleHostTechComparisonValueArgs

    Type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    Unknowns string
    Any attributes that aren't yet supported by this provider
    VerbatimType string
    Non-predefined technology, use for custom technologies
    Type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    Unknowns string
    Any attributes that aren't yet supported by this provider
    VerbatimType string
    Non-predefined technology, use for custom technologies
    type String
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    unknowns String
    Any attributes that aren't yet supported by this provider
    verbatimType String
    Non-predefined technology, use for custom technologies
    type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    unknowns string
    Any attributes that aren't yet supported by this provider
    verbatimType string
    Non-predefined technology, use for custom technologies
    type str
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    unknowns str
    Any attributes that aren't yet supported by this provider
    verbatim_type str
    Non-predefined technology, use for custom technologies
    type String
    Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
    unknowns String
    Any attributes that aren't yet supported by this provider
    verbatimType String
    Non-predefined technology, use for custom technologies

    ManagementZoneRuleConditionSimpleTechComparison, ManagementZoneRuleConditionSimpleTechComparisonArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be SIMPLE_TECH

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionSimpleTechComparisonValue
    The value to compare to
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be SIMPLE_TECH

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value ManagementZoneRuleConditionSimpleTechComparisonValue
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be SIMPLE_TECH

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionSimpleTechComparisonValue
    The value to compare to
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be SIMPLE_TECH

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionSimpleTechComparisonValue
    The value to compare to
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be SIMPLE_TECH

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionSimpleTechComparisonValue
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be SIMPLE_TECH

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value Property Map
    The value to compare to

    ManagementZoneRuleConditionSimpleTechComparisonValue, ManagementZoneRuleConditionSimpleTechComparisonValueArgs

    Type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    Unknowns string
    Any attributes that aren't yet supported by this provider
    VerbatimType string
    Non-predefined technology, use for custom technologies
    Type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    Unknowns string
    Any attributes that aren't yet supported by this provider
    VerbatimType string
    Non-predefined technology, use for custom technologies
    type String
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    unknowns String
    Any attributes that aren't yet supported by this provider
    verbatimType String
    Non-predefined technology, use for custom technologies
    type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    unknowns string
    Any attributes that aren't yet supported by this provider
    verbatimType string
    Non-predefined technology, use for custom technologies
    type str
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    unknowns str
    Any attributes that aren't yet supported by this provider
    verbatim_type str
    Non-predefined technology, use for custom technologies
    type String
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    unknowns String
    Any attributes that aren't yet supported by this provider
    verbatimType String
    Non-predefined technology, use for custom technologies

    ManagementZoneRuleConditionString, ManagementZoneRuleConditionStringArgs

    Operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    CaseSensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    Operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    CaseSensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    operator String
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive Boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to
    operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to
    operator str
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    case_sensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to
    operator String
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive Boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to

    ManagementZoneRuleConditionStringComparison, ManagementZoneRuleConditionStringComparisonArgs

    Operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    CaseSensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be STRING

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    Operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    CaseSensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be STRING

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to
    operator String
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive Boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be STRING

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to
    operator string
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be STRING

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to
    operator str
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    case_sensitive bool
    The comparison is case-sensitive (true) or insensitive (false)
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be STRING

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to
    operator String
    Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to true
    caseSensitive Boolean
    The comparison is case-sensitive (true) or insensitive (false)
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be STRING

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to

    ManagementZoneRuleConditionStringConditionKey, ManagementZoneRuleConditionStringConditionKeyArgs

    Attribute string
    The attribute to be used for comparision
    DynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    Type string
    if specified, needs to be STRING

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Attribute string
    The attribute to be used for comparision
    DynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    Type string
    if specified, needs to be STRING

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

    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey String
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    type String
    if specified, needs to be STRING

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute string
    The attribute to be used for comparision
    dynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    type string
    if specified, needs to be STRING

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

    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute str
    The attribute to be used for comparision
    dynamic_key str
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    type str
    if specified, needs to be STRING

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

    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey String
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    type String
    if specified, needs to be STRING

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

    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionStringKey, ManagementZoneRuleConditionStringKeyArgs

    Attribute string
    The attribute to be used for comparision
    DynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Attribute string
    The attribute to be used for comparision
    DynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey String
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute string
    The attribute to be used for comparision
    dynamicKey string
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute str
    The attribute to be used for comparision
    dynamic_key str
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    attribute String
    The attribute to be used for comparision
    dynamicKey String
    The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are

    • AMAZON_ECR_IMAGE_ACCOUNT_ID
    • AMAZON_ECR_IMAGE_REGION
    • AMAZON_LAMBDA_FUNCTION_NAME
    • AMAZON_REGION
    • APACHE_CONFIG_PATH
    • APACHE_SPARK_MASTER_IP_ADDRESS
    • ASP_DOT_NET_CORE_APPLICATION_PATH
    • AWS_ECS_CLUSTER
    • AWS_ECS_CONTAINERNAME
    • AWS_ECS_FAMILY
    • AWS_ECS_REVISION
    • CASSANDRA_CLUSTER_NAME
    • CATALINA_BASE
    • CATALINA_HOME
    • CLOUD_FOUNDRY_APP_ID
    • CLOUD_FOUNDRY_APP_NAME
    • CLOUD_FOUNDRY_INSTANCE_INDEX
    • CLOUD_FOUNDRY_SPACE_ID
    • CLOUD_FOUNDRY_SPACE_NAME
    • COLDFUSION_JVM_CONFIG_FILE
    • COLDFUSION_SERVICE_NAME
    • COMMAND_LINE_ARGS
    • DOTNET_COMMAND
    • DOTNET_COMMAND_PATH
    • DYNATRACE_CLUSTER_ID
    • DYNATRACE_NODE_ID
    • ELASTICSEARCH_CLUSTER_NAME
    • ELASTICSEARCH_NODE_NAME
    • EQUINOX_CONFIG_PATH
    • EXE_NAME
    • EXE_PATH
    • GLASS_FISH_DOMAIN_NAME
    • GLASS_FISH_INSTANCE_NAME
    • GOOGLE_APP_ENGINE_INSTANCE
    • GOOGLE_APP_ENGINE_SERVICE
    • GOOGLE_CLOUD_PROJECT
    • HYBRIS_BIN_DIRECTORY
    • HYBRIS_CONFIG_DIRECTORY
    • HYBRIS_DATA_DIRECTORY
    • IBM_CICS_REGION
    • IBM_CTG_NAME
    • IBM_IMS_CONNECT_REGION
    • IBM_IMS_CONTROL_REGION
    • IBM_IMS_MESSAGE_PROCESSING_REGION
    • IBM_IMS_SOAP_GW_NAME
    • IBM_INTEGRATION_NODE_NAME
    • IBM_INTEGRATION_SERVER_NAME
    • IIS_APP_POOL
    • IIS_ROLE_NAME
    • JAVA_JAR_FILE
    • JAVA_JAR_PATH
    • JAVA_MAIN_CLASS
    • JAVA_MAIN_MODULE
    • JBOSS_HOME
    • JBOSS_MODE
    • JBOSS_SERVER_NAME
    • KUBERNETES_BASE_POD_NAME
    • KUBERNETES_CONTAINER_NAME
    • KUBERNETES_FULL_POD_NAME
    • KUBERNETES_NAMESPACE
    • KUBERNETES_POD_UID
    • MSSQL_INSTANCE_NAME
    • NODE_JS_APP_BASE_DIRECTORY
    • NODE_JS_APP_NAME
    • NODE_JS_SCRIPT_NAME
    • ORACLE_SID
    • PG_ID_CALC_INPUT_KEY_LINKAGE
    • PHP_SCRIPT_PATH
    • PHP_WORKING_DIRECTORY
    • RUBY_APP_ROOT_PATH
    • RUBY_SCRIPT_PATH
    • RULE_RESULT
    • SOFTWAREAG_INSTALL_ROOT
    • SOFTWAREAG_PRODUCTPROPNAME
    • SPRINGBOOT_APP_NAME
    • SPRINGBOOT_PROFILE_NAME
    • SPRINGBOOT_STARTUP_CLASS
    • TIBCO_BUSINESSWORKS_CE_APP_NAME
    • TIBCO_BUSINESSWORKS_CE_VERSION
    • TIBCO_BUSINESS_WORKS_APP_NODE_NAME
    • TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
    • TIBCO_BUSINESS_WORKS_DOMAIN_NAME
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
    • TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
    • TIBCO_BUSINESS_WORKS_HOME
    • VARNISH_INSTANCE_NAME
    • WEB_LOGIC_CLUSTER_NAME
    • WEB_LOGIC_DOMAIN_NAME
    • WEB_LOGIC_HOME
    • WEB_LOGIC_NAME
    • WEB_SPHERE_CELL_NAME
    • WEB_SPHERE_CLUSTER_NAME
    • WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API

    ManagementZoneRuleConditionSyntheticEngine, ManagementZoneRuleConditionSyntheticEngineArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are CLASSIC and CUSTOM
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are CLASSIC and CUSTOM
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are CLASSIC and CUSTOM
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are CLASSIC and CUSTOM
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are CLASSIC and CUSTOM
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are CLASSIC and CUSTOM

    ManagementZoneRuleConditionSyntheticEngineTypeComparison, ManagementZoneRuleConditionSyntheticEngineTypeComparisonArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be SYNTHETIC_ENGINE_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are CLASSIC and CUSTOM
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be SYNTHETIC_ENGINE_TYPE

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value string
    The value to compare to. Possible values are CLASSIC and CUSTOM
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be SYNTHETIC_ENGINE_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are CLASSIC and CUSTOM
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be SYNTHETIC_ENGINE_TYPE

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value string
    The value to compare to. Possible values are CLASSIC and CUSTOM
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be SYNTHETIC_ENGINE_TYPE

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value str
    The value to compare to. Possible values are CLASSIC and CUSTOM
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be SYNTHETIC_ENGINE_TYPE

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value String
    The value to compare to. Possible values are CLASSIC and CUSTOM

    ManagementZoneRuleConditionTag, ManagementZoneRuleConditionTagArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionTagValue
    Tag of a Dynatrace entity
    Operator string
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value ManagementZoneRuleConditionTagValue
    Tag of a Dynatrace entity
    operator String
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionTagValue
    Tag of a Dynatrace entity
    operator string
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionTagValue
    Tag of a Dynatrace entity
    operator str
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionTagValue
    Tag of a Dynatrace entity
    operator String
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value Property Map
    Tag of a Dynatrace entity

    ManagementZoneRuleConditionTagComparison, ManagementZoneRuleConditionTagComparisonArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be TAG

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionTagComparisonValue
    Tag of a Dynatrace entity
    Operator string
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Type string
    if specified, needs to be TAG

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

    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value ManagementZoneRuleConditionTagComparisonValue
    Tag of a Dynatrace entity
    operator String
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be TAG

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionTagComparisonValue
    Tag of a Dynatrace entity
    operator string
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type string
    if specified, needs to be TAG

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

    unknowns string
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionTagComparisonValue
    Tag of a Dynatrace entity
    operator str
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    type str
    if specified, needs to be TAG

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

    unknowns str
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionTagComparisonValue
    Tag of a Dynatrace entity
    operator String
    Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    type String
    if specified, needs to be TAG

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

    unknowns String
    Any attributes that aren't yet supported by this provider
    value Property Map
    Tag of a Dynatrace entity

    ManagementZoneRuleConditionTagComparisonValue, ManagementZoneRuleConditionTagComparisonValueArgs

    Context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    Key string
    The key of the tag. Custom tags have the tag value here
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value of the tag. Not applicable to custom tags
    Context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    Key string
    The key of the tag. Custom tags have the tag value here
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value of the tag. Not applicable to custom tags
    context String
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key String
    The key of the tag. Custom tags have the tag value here
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value of the tag. Not applicable to custom tags
    context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key string
    The key of the tag. Custom tags have the tag value here
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value of the tag. Not applicable to custom tags
    context str
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key str
    The key of the tag. Custom tags have the tag value here
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value of the tag. Not applicable to custom tags
    context String
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key String
    The key of the tag. Custom tags have the tag value here
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value of the tag. Not applicable to custom tags

    ManagementZoneRuleConditionTagValue, ManagementZoneRuleConditionTagValueArgs

    Context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    Key string
    The key of the tag. Custom tags have the tag value here
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value of the tag. Not applicable to custom tags
    Context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    Key string
    The key of the tag. Custom tags have the tag value here
    Unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    Value string
    The value of the tag. Not applicable to custom tags
    context String
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key String
    The key of the tag. Custom tags have the tag value here
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value of the tag. Not applicable to custom tags
    context string
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key string
    The key of the tag. Custom tags have the tag value here
    unknowns string
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value string
    The value of the tag. Not applicable to custom tags
    context str
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key str
    The key of the tag. Custom tags have the tag value here
    unknowns str
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value str
    The value of the tag. Not applicable to custom tags
    context String
    The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the CONTEXTLESS value
    key String
    The key of the tag. Custom tags have the tag value here
    unknowns String
    Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
    value String
    The value of the tag. Not applicable to custom tags

    ManagementZoneRuleConditionTech, ManagementZoneRuleConditionTechArgs

    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value Pulumiverse.Dynatrace.Inputs.ManagementZoneRuleConditionTechValue
    The value to compare to
    Operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    Negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    Unknowns string
    Any attributes that aren't yet supported by this provider
    Value ManagementZoneRuleConditionTechValue
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionTechValue
    The value to compare to
    operator string
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns string
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionTechValue
    The value to compare to
    operator str
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate bool
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns str
    Any attributes that aren't yet supported by this provider
    value ManagementZoneRuleConditionTechValue
    The value to compare to
    operator String
    Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to true
    negate Boolean
    Reverses the operator. For example it turns the begins with into does not begin with
    unknowns String
    Any attributes that aren't yet supported by this provider
    value Property Map
    The value to compare to

    ManagementZoneRuleConditionTechValue, ManagementZoneRuleConditionTechValueArgs

    Type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    Unknowns string
    Any attributes that aren't yet supported by this provider
    VerbatimType string
    Non-predefined technology, use for custom technologies
    Type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    Unknowns string
    Any attributes that aren't yet supported by this provider
    VerbatimType string
    Non-predefined technology, use for custom technologies
    type String
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    unknowns String
    Any attributes that aren't yet supported by this provider
    verbatimType String
    Non-predefined technology, use for custom technologies
    type string
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    unknowns string
    Any attributes that aren't yet supported by this provider
    verbatimType string
    Non-predefined technology, use for custom technologies
    type str
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    unknowns str
    Any attributes that aren't yet supported by this provider
    verbatim_type str
    Non-predefined technology, use for custom technologies
    type String
    Predefined technology, if technology is not predefined, then the verbatim type must be set.
    unknowns String
    Any attributes that aren't yet supported by this provider
    verbatimType String
    Non-predefined technology, use for custom technologies

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse