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

dynatrace.Autotag

Explore with Pulumi AI

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

    Create Autotag Resource

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

    Constructor syntax

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

    Parameters

    name string
    The unique name of the resource.
    args AutotagArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AutotagArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AutotagArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AutotagArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AutotagArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

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

    var autotagResource = new Dynatrace.Autotag("autotagResource", new()
    {
        Description = "string",
        EntitySelectorBasedRules = new[]
        {
            new Dynatrace.Inputs.AutotagEntitySelectorBasedRuleArgs
            {
                Enabled = false,
                Normalization = "string",
                Selector = "string",
                Unknowns = "string",
                ValueFormat = "string",
            },
        },
        Name = "string",
        Rules = new[]
        {
            new Dynatrace.Inputs.AutotagRuleArgs
            {
                Type = "string",
                Conditions = new[]
                {
                    new Dynatrace.Inputs.AutotagRuleConditionArgs
                    {
                        ApplicationTypes = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionApplicationTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        AzureComputeModeComparisons = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionAzureComputeModeComparisonArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        AzureSkus = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionAzureSkusArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        Bitnesses = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionBitnessArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        CloudTypes = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionCloudTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        Comparisons = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionComparisonArgs
                            {
                                Type = "string",
                                Negate = false,
                                Unknowns = "string",
                            },
                        },
                        CustomApplicationTypes = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionCustomApplicationTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        CustomHostMetadatas = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionCustomHostMetadataArgs
                            {
                                Attribute = "string",
                                DynamicKey = new Dynatrace.Inputs.AutotagRuleConditionCustomHostMetadataDynamicKeyArgs
                                {
                                    Key = "string",
                                    Source = "string",
                                    Unknowns = "string",
                                },
                                Unknowns = "string",
                            },
                        },
                        CustomProcessMetadatas = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionCustomProcessMetadataArgs
                            {
                                Attribute = "string",
                                DynamicKey = new Dynatrace.Inputs.AutotagRuleConditionCustomProcessMetadataDynamicKeyArgs
                                {
                                    Key = "string",
                                    Source = "string",
                                    Unknowns = "string",
                                },
                                Unknowns = "string",
                            },
                        },
                        DatabaseTopologies = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionDatabaseTopologyArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        DcrumDecoders = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionDcrumDecoderArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        Entities = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionEntityArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        HostTeches = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionHostTechArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = new Dynatrace.Inputs.AutotagRuleConditionHostTechValueArgs
                                {
                                    Type = "string",
                                    Unknowns = "string",
                                    VerbatimType = "string",
                                },
                            },
                        },
                        Hypervisors = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionHypervisorArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        IndexedNames = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionIndexedNameArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        IndexedStrings = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionIndexedStringArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        IndexedTags = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionIndexedTagArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = new Dynatrace.Inputs.AutotagRuleConditionIndexedTagValueArgs
                                {
                                    Context = "string",
                                    Key = "string",
                                    Unknowns = "string",
                                    Value = "string",
                                },
                            },
                        },
                        Integers = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionIntegerArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = 0,
                            },
                        },
                        Ipaddresses = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionIpaddressArgs
                            {
                                Operator = "string",
                                CaseSensitive = false,
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        Keys = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionKeyArgs
                            {
                                Attribute = "string",
                                Type = "string",
                                Unknowns = "string",
                            },
                        },
                        MobilePlatforms = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionMobilePlatformArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        OsArches = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionOsArchArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        OsTypes = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionOsTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        PaasTypes = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionPaasTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        ProcessMetadatas = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionProcessMetadataArgs
                            {
                                Attribute = "string",
                                DynamicKey = "string",
                                Unknowns = "string",
                            },
                        },
                        ServiceTopologies = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionServiceTopologyArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        ServiceTypes = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionServiceTypeArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        StringKeys = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionStringKeyArgs
                            {
                                Attribute = "string",
                                DynamicKey = "string",
                                Unknowns = "string",
                            },
                        },
                        Strings = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionStringArgs
                            {
                                Operator = "string",
                                CaseSensitive = false,
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        SyntheticEngines = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionSyntheticEngineArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = "string",
                            },
                        },
                        Tags = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionTagArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = new Dynatrace.Inputs.AutotagRuleConditionTagValueArgs
                                {
                                    Context = "string",
                                    Key = "string",
                                    Unknowns = "string",
                                    Value = "string",
                                },
                            },
                        },
                        Teches = new[]
                        {
                            new Dynatrace.Inputs.AutotagRuleConditionTechArgs
                            {
                                Operator = "string",
                                Negate = false,
                                Unknowns = "string",
                                Value = new Dynatrace.Inputs.AutotagRuleConditionTechValueArgs
                                {
                                    Type = "string",
                                    Unknowns = "string",
                                    VerbatimType = "string",
                                },
                            },
                        },
                        Unknowns = "string",
                    },
                },
                Enabled = false,
                Normalization = "string",
                PropagationTypes = new[]
                {
                    "string",
                },
                Unknowns = "string",
                ValueFormat = "string",
            },
        },
        Unknowns = "string",
    });
    
    example, err := dynatrace.NewAutotag(ctx, "autotagResource", &dynatrace.AutotagArgs{
    	Description: pulumi.String("string"),
    	EntitySelectorBasedRules: dynatrace.AutotagEntitySelectorBasedRuleArray{
    		&dynatrace.AutotagEntitySelectorBasedRuleArgs{
    			Enabled:       pulumi.Bool(false),
    			Normalization: pulumi.String("string"),
    			Selector:      pulumi.String("string"),
    			Unknowns:      pulumi.String("string"),
    			ValueFormat:   pulumi.String("string"),
    		},
    	},
    	Name: pulumi.String("string"),
    	Rules: dynatrace.AutotagRuleArray{
    		&dynatrace.AutotagRuleArgs{
    			Type: pulumi.String("string"),
    			Conditions: dynatrace.AutotagRuleConditionArray{
    				&dynatrace.AutotagRuleConditionArgs{
    					ApplicationTypes: dynatrace.AutotagRuleConditionApplicationTypeArray{
    						&dynatrace.AutotagRuleConditionApplicationTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					AzureComputeModeComparisons: dynatrace.AutotagRuleConditionAzureComputeModeComparisonArray{
    						&dynatrace.AutotagRuleConditionAzureComputeModeComparisonArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					AzureSkus: dynatrace.AutotagRuleConditionAzureSkusArray{
    						&dynatrace.AutotagRuleConditionAzureSkusArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					Bitnesses: dynatrace.AutotagRuleConditionBitnessArray{
    						&dynatrace.AutotagRuleConditionBitnessArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					CloudTypes: dynatrace.AutotagRuleConditionCloudTypeArray{
    						&dynatrace.AutotagRuleConditionCloudTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					Comparisons: dynatrace.AutotagRuleConditionComparisonArray{
    						&dynatrace.AutotagRuleConditionComparisonArgs{
    							Type:     pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    						},
    					},
    					CustomApplicationTypes: dynatrace.AutotagRuleConditionCustomApplicationTypeArray{
    						&dynatrace.AutotagRuleConditionCustomApplicationTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					CustomHostMetadatas: dynatrace.AutotagRuleConditionCustomHostMetadataArray{
    						&dynatrace.AutotagRuleConditionCustomHostMetadataArgs{
    							Attribute: pulumi.String("string"),
    							DynamicKey: &dynatrace.AutotagRuleConditionCustomHostMetadataDynamicKeyArgs{
    								Key:      pulumi.String("string"),
    								Source:   pulumi.String("string"),
    								Unknowns: pulumi.String("string"),
    							},
    							Unknowns: pulumi.String("string"),
    						},
    					},
    					CustomProcessMetadatas: dynatrace.AutotagRuleConditionCustomProcessMetadataArray{
    						&dynatrace.AutotagRuleConditionCustomProcessMetadataArgs{
    							Attribute: pulumi.String("string"),
    							DynamicKey: &dynatrace.AutotagRuleConditionCustomProcessMetadataDynamicKeyArgs{
    								Key:      pulumi.String("string"),
    								Source:   pulumi.String("string"),
    								Unknowns: pulumi.String("string"),
    							},
    							Unknowns: pulumi.String("string"),
    						},
    					},
    					DatabaseTopologies: dynatrace.AutotagRuleConditionDatabaseTopologyArray{
    						&dynatrace.AutotagRuleConditionDatabaseTopologyArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					DcrumDecoders: dynatrace.AutotagRuleConditionDcrumDecoderArray{
    						&dynatrace.AutotagRuleConditionDcrumDecoderArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					Entities: dynatrace.AutotagRuleConditionEntityArray{
    						&dynatrace.AutotagRuleConditionEntityArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					HostTeches: dynatrace.AutotagRuleConditionHostTechArray{
    						&dynatrace.AutotagRuleConditionHostTechArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value: &dynatrace.AutotagRuleConditionHostTechValueArgs{
    								Type:         pulumi.String("string"),
    								Unknowns:     pulumi.String("string"),
    								VerbatimType: pulumi.String("string"),
    							},
    						},
    					},
    					Hypervisors: dynatrace.AutotagRuleConditionHypervisorArray{
    						&dynatrace.AutotagRuleConditionHypervisorArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					IndexedNames: dynatrace.AutotagRuleConditionIndexedNameArray{
    						&dynatrace.AutotagRuleConditionIndexedNameArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					IndexedStrings: dynatrace.AutotagRuleConditionIndexedStringArray{
    						&dynatrace.AutotagRuleConditionIndexedStringArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					IndexedTags: dynatrace.AutotagRuleConditionIndexedTagArray{
    						&dynatrace.AutotagRuleConditionIndexedTagArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value: &dynatrace.AutotagRuleConditionIndexedTagValueArgs{
    								Context:  pulumi.String("string"),
    								Key:      pulumi.String("string"),
    								Unknowns: pulumi.String("string"),
    								Value:    pulumi.String("string"),
    							},
    						},
    					},
    					Integers: dynatrace.AutotagRuleConditionIntegerArray{
    						&dynatrace.AutotagRuleConditionIntegerArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.Int(0),
    						},
    					},
    					Ipaddresses: dynatrace.AutotagRuleConditionIpaddressArray{
    						&dynatrace.AutotagRuleConditionIpaddressArgs{
    							Operator:      pulumi.String("string"),
    							CaseSensitive: pulumi.Bool(false),
    							Negate:        pulumi.Bool(false),
    							Unknowns:      pulumi.String("string"),
    							Value:         pulumi.String("string"),
    						},
    					},
    					Keys: dynatrace.AutotagRuleConditionKeyArray{
    						&dynatrace.AutotagRuleConditionKeyArgs{
    							Attribute: pulumi.String("string"),
    							Type:      pulumi.String("string"),
    							Unknowns:  pulumi.String("string"),
    						},
    					},
    					MobilePlatforms: dynatrace.AutotagRuleConditionMobilePlatformArray{
    						&dynatrace.AutotagRuleConditionMobilePlatformArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					OsArches: dynatrace.AutotagRuleConditionOsArchArray{
    						&dynatrace.AutotagRuleConditionOsArchArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					OsTypes: dynatrace.AutotagRuleConditionOsTypeArray{
    						&dynatrace.AutotagRuleConditionOsTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					PaasTypes: dynatrace.AutotagRuleConditionPaasTypeArray{
    						&dynatrace.AutotagRuleConditionPaasTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					ProcessMetadatas: dynatrace.AutotagRuleConditionProcessMetadataArray{
    						&dynatrace.AutotagRuleConditionProcessMetadataArgs{
    							Attribute:  pulumi.String("string"),
    							DynamicKey: pulumi.String("string"),
    							Unknowns:   pulumi.String("string"),
    						},
    					},
    					ServiceTopologies: dynatrace.AutotagRuleConditionServiceTopologyArray{
    						&dynatrace.AutotagRuleConditionServiceTopologyArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					ServiceTypes: dynatrace.AutotagRuleConditionServiceTypeArray{
    						&dynatrace.AutotagRuleConditionServiceTypeArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					StringKeys: dynatrace.AutotagRuleConditionStringKeyArray{
    						&dynatrace.AutotagRuleConditionStringKeyArgs{
    							Attribute:  pulumi.String("string"),
    							DynamicKey: pulumi.String("string"),
    							Unknowns:   pulumi.String("string"),
    						},
    					},
    					Strings: dynatrace.AutotagRuleConditionStringArray{
    						&dynatrace.AutotagRuleConditionStringArgs{
    							Operator:      pulumi.String("string"),
    							CaseSensitive: pulumi.Bool(false),
    							Negate:        pulumi.Bool(false),
    							Unknowns:      pulumi.String("string"),
    							Value:         pulumi.String("string"),
    						},
    					},
    					SyntheticEngines: dynatrace.AutotagRuleConditionSyntheticEngineArray{
    						&dynatrace.AutotagRuleConditionSyntheticEngineArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value:    pulumi.String("string"),
    						},
    					},
    					Tags: dynatrace.AutotagRuleConditionTagArray{
    						&dynatrace.AutotagRuleConditionTagArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value: &dynatrace.AutotagRuleConditionTagValueArgs{
    								Context:  pulumi.String("string"),
    								Key:      pulumi.String("string"),
    								Unknowns: pulumi.String("string"),
    								Value:    pulumi.String("string"),
    							},
    						},
    					},
    					Teches: dynatrace.AutotagRuleConditionTechArray{
    						&dynatrace.AutotagRuleConditionTechArgs{
    							Operator: pulumi.String("string"),
    							Negate:   pulumi.Bool(false),
    							Unknowns: pulumi.String("string"),
    							Value: &dynatrace.AutotagRuleConditionTechValueArgs{
    								Type:         pulumi.String("string"),
    								Unknowns:     pulumi.String("string"),
    								VerbatimType: pulumi.String("string"),
    							},
    						},
    					},
    					Unknowns: pulumi.String("string"),
    				},
    			},
    			Enabled:       pulumi.Bool(false),
    			Normalization: pulumi.String("string"),
    			PropagationTypes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			Unknowns:    pulumi.String("string"),
    			ValueFormat: pulumi.String("string"),
    		},
    	},
    	Unknowns: pulumi.String("string"),
    })
    
    var autotagResource = new Autotag("autotagResource", AutotagArgs.builder()        
        .description("string")
        .entitySelectorBasedRules(AutotagEntitySelectorBasedRuleArgs.builder()
            .enabled(false)
            .normalization("string")
            .selector("string")
            .unknowns("string")
            .valueFormat("string")
            .build())
        .name("string")
        .rules(AutotagRuleArgs.builder()
            .type("string")
            .conditions(AutotagRuleConditionArgs.builder()
                .applicationTypes(AutotagRuleConditionApplicationTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .azureComputeModeComparisons(AutotagRuleConditionAzureComputeModeComparisonArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .azureSkus(AutotagRuleConditionAzureSkusArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .bitnesses(AutotagRuleConditionBitnessArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .cloudTypes(AutotagRuleConditionCloudTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .comparisons(AutotagRuleConditionComparisonArgs.builder()
                    .type("string")
                    .negate(false)
                    .unknowns("string")
                    .build())
                .customApplicationTypes(AutotagRuleConditionCustomApplicationTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .customHostMetadatas(AutotagRuleConditionCustomHostMetadataArgs.builder()
                    .attribute("string")
                    .dynamicKey(AutotagRuleConditionCustomHostMetadataDynamicKeyArgs.builder()
                        .key("string")
                        .source("string")
                        .unknowns("string")
                        .build())
                    .unknowns("string")
                    .build())
                .customProcessMetadatas(AutotagRuleConditionCustomProcessMetadataArgs.builder()
                    .attribute("string")
                    .dynamicKey(AutotagRuleConditionCustomProcessMetadataDynamicKeyArgs.builder()
                        .key("string")
                        .source("string")
                        .unknowns("string")
                        .build())
                    .unknowns("string")
                    .build())
                .databaseTopologies(AutotagRuleConditionDatabaseTopologyArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .dcrumDecoders(AutotagRuleConditionDcrumDecoderArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .entities(AutotagRuleConditionEntityArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .hostTeches(AutotagRuleConditionHostTechArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value(AutotagRuleConditionHostTechValueArgs.builder()
                        .type("string")
                        .unknowns("string")
                        .verbatimType("string")
                        .build())
                    .build())
                .hypervisors(AutotagRuleConditionHypervisorArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .indexedNames(AutotagRuleConditionIndexedNameArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .indexedStrings(AutotagRuleConditionIndexedStringArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .indexedTags(AutotagRuleConditionIndexedTagArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value(AutotagRuleConditionIndexedTagValueArgs.builder()
                        .context("string")
                        .key("string")
                        .unknowns("string")
                        .value("string")
                        .build())
                    .build())
                .integers(AutotagRuleConditionIntegerArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value(0)
                    .build())
                .ipaddresses(AutotagRuleConditionIpaddressArgs.builder()
                    .operator("string")
                    .caseSensitive(false)
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .keys(AutotagRuleConditionKeyArgs.builder()
                    .attribute("string")
                    .type("string")
                    .unknowns("string")
                    .build())
                .mobilePlatforms(AutotagRuleConditionMobilePlatformArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .osArches(AutotagRuleConditionOsArchArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .osTypes(AutotagRuleConditionOsTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .paasTypes(AutotagRuleConditionPaasTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .processMetadatas(AutotagRuleConditionProcessMetadataArgs.builder()
                    .attribute("string")
                    .dynamicKey("string")
                    .unknowns("string")
                    .build())
                .serviceTopologies(AutotagRuleConditionServiceTopologyArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .serviceTypes(AutotagRuleConditionServiceTypeArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .stringKeys(AutotagRuleConditionStringKeyArgs.builder()
                    .attribute("string")
                    .dynamicKey("string")
                    .unknowns("string")
                    .build())
                .strings(AutotagRuleConditionStringArgs.builder()
                    .operator("string")
                    .caseSensitive(false)
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .syntheticEngines(AutotagRuleConditionSyntheticEngineArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value("string")
                    .build())
                .tags(AutotagRuleConditionTagArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value(AutotagRuleConditionTagValueArgs.builder()
                        .context("string")
                        .key("string")
                        .unknowns("string")
                        .value("string")
                        .build())
                    .build())
                .teches(AutotagRuleConditionTechArgs.builder()
                    .operator("string")
                    .negate(false)
                    .unknowns("string")
                    .value(AutotagRuleConditionTechValueArgs.builder()
                        .type("string")
                        .unknowns("string")
                        .verbatimType("string")
                        .build())
                    .build())
                .unknowns("string")
                .build())
            .enabled(false)
            .normalization("string")
            .propagationTypes("string")
            .unknowns("string")
            .valueFormat("string")
            .build())
        .unknowns("string")
        .build());
    
    autotag_resource = dynatrace.Autotag("autotagResource",
        description="string",
        entity_selector_based_rules=[dynatrace.AutotagEntitySelectorBasedRuleArgs(
            enabled=False,
            normalization="string",
            selector="string",
            unknowns="string",
            value_format="string",
        )],
        name="string",
        rules=[dynatrace.AutotagRuleArgs(
            type="string",
            conditions=[dynatrace.AutotagRuleConditionArgs(
                application_types=[dynatrace.AutotagRuleConditionApplicationTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                azure_compute_mode_comparisons=[dynatrace.AutotagRuleConditionAzureComputeModeComparisonArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                azure_skus=[dynatrace.AutotagRuleConditionAzureSkusArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                bitnesses=[dynatrace.AutotagRuleConditionBitnessArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                cloud_types=[dynatrace.AutotagRuleConditionCloudTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                comparisons=[dynatrace.AutotagRuleConditionComparisonArgs(
                    type="string",
                    negate=False,
                    unknowns="string",
                )],
                custom_application_types=[dynatrace.AutotagRuleConditionCustomApplicationTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                custom_host_metadatas=[dynatrace.AutotagRuleConditionCustomHostMetadataArgs(
                    attribute="string",
                    dynamic_key=dynatrace.AutotagRuleConditionCustomHostMetadataDynamicKeyArgs(
                        key="string",
                        source="string",
                        unknowns="string",
                    ),
                    unknowns="string",
                )],
                custom_process_metadatas=[dynatrace.AutotagRuleConditionCustomProcessMetadataArgs(
                    attribute="string",
                    dynamic_key=dynatrace.AutotagRuleConditionCustomProcessMetadataDynamicKeyArgs(
                        key="string",
                        source="string",
                        unknowns="string",
                    ),
                    unknowns="string",
                )],
                database_topologies=[dynatrace.AutotagRuleConditionDatabaseTopologyArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                dcrum_decoders=[dynatrace.AutotagRuleConditionDcrumDecoderArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                entities=[dynatrace.AutotagRuleConditionEntityArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                host_teches=[dynatrace.AutotagRuleConditionHostTechArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value=dynatrace.AutotagRuleConditionHostTechValueArgs(
                        type="string",
                        unknowns="string",
                        verbatim_type="string",
                    ),
                )],
                hypervisors=[dynatrace.AutotagRuleConditionHypervisorArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                indexed_names=[dynatrace.AutotagRuleConditionIndexedNameArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                indexed_strings=[dynatrace.AutotagRuleConditionIndexedStringArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                indexed_tags=[dynatrace.AutotagRuleConditionIndexedTagArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value=dynatrace.AutotagRuleConditionIndexedTagValueArgs(
                        context="string",
                        key="string",
                        unknowns="string",
                        value="string",
                    ),
                )],
                integers=[dynatrace.AutotagRuleConditionIntegerArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value=0,
                )],
                ipaddresses=[dynatrace.AutotagRuleConditionIpaddressArgs(
                    operator="string",
                    case_sensitive=False,
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                keys=[dynatrace.AutotagRuleConditionKeyArgs(
                    attribute="string",
                    type="string",
                    unknowns="string",
                )],
                mobile_platforms=[dynatrace.AutotagRuleConditionMobilePlatformArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                os_arches=[dynatrace.AutotagRuleConditionOsArchArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                os_types=[dynatrace.AutotagRuleConditionOsTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                paas_types=[dynatrace.AutotagRuleConditionPaasTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                process_metadatas=[dynatrace.AutotagRuleConditionProcessMetadataArgs(
                    attribute="string",
                    dynamic_key="string",
                    unknowns="string",
                )],
                service_topologies=[dynatrace.AutotagRuleConditionServiceTopologyArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                service_types=[dynatrace.AutotagRuleConditionServiceTypeArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                string_keys=[dynatrace.AutotagRuleConditionStringKeyArgs(
                    attribute="string",
                    dynamic_key="string",
                    unknowns="string",
                )],
                strings=[dynatrace.AutotagRuleConditionStringArgs(
                    operator="string",
                    case_sensitive=False,
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                synthetic_engines=[dynatrace.AutotagRuleConditionSyntheticEngineArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value="string",
                )],
                tags=[dynatrace.AutotagRuleConditionTagArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value=dynatrace.AutotagRuleConditionTagValueArgs(
                        context="string",
                        key="string",
                        unknowns="string",
                        value="string",
                    ),
                )],
                teches=[dynatrace.AutotagRuleConditionTechArgs(
                    operator="string",
                    negate=False,
                    unknowns="string",
                    value=dynatrace.AutotagRuleConditionTechValueArgs(
                        type="string",
                        unknowns="string",
                        verbatim_type="string",
                    ),
                )],
                unknowns="string",
            )],
            enabled=False,
            normalization="string",
            propagation_types=["string"],
            unknowns="string",
            value_format="string",
        )],
        unknowns="string")
    
    const autotagResource = new dynatrace.Autotag("autotagResource", {
        description: "string",
        entitySelectorBasedRules: [{
            enabled: false,
            normalization: "string",
            selector: "string",
            unknowns: "string",
            valueFormat: "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,
            normalization: "string",
            propagationTypes: ["string"],
            unknowns: "string",
            valueFormat: "string",
        }],
        unknowns: "string",
    });
    
    type: dynatrace:Autotag
    properties:
        description: string
        entitySelectorBasedRules:
            - enabled: false
              normalization: string
              selector: string
              unknowns: string
              valueFormat: 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
              normalization: string
              propagationTypes:
                - string
              type: string
              unknowns: string
              valueFormat: string
        unknowns: string
    

    Autotag Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Autotag resource accepts the following input properties:

    Description string
    The description of the auto-tag.
    EntitySelectorBasedRules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagEntitySelectorBasedRule>
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    Name string
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    Rules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRule>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Description string
    The description of the auto-tag.
    EntitySelectorBasedRules []AutotagEntitySelectorBasedRuleArgs
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    Name string
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    Rules []AutotagRuleArgs
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    description String
    The description of the auto-tag.
    entitySelectorBasedRules List<AutotagEntitySelectorBasedRule>
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    name String
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    rules List<AutotagRule>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    description string
    The description of the auto-tag.
    entitySelectorBasedRules AutotagEntitySelectorBasedRule[]
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    name string
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    rules AutotagRule[]
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    description str
    The description of the auto-tag.
    entity_selector_based_rules Sequence[AutotagEntitySelectorBasedRuleArgs]
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    name str
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    rules Sequence[AutotagRuleArgs]
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    description String
    The description of the auto-tag.
    entitySelectorBasedRules List<Property Map>
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    name String
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    rules List<Property Map>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Autotag resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Autotag Resource

    Get an existing Autotag resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AutotagState, opts?: CustomResourceOptions): Autotag
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            entity_selector_based_rules: Optional[Sequence[AutotagEntitySelectorBasedRuleArgs]] = None,
            name: Optional[str] = None,
            rules: Optional[Sequence[AutotagRuleArgs]] = None,
            unknowns: Optional[str] = None) -> Autotag
    func GetAutotag(ctx *Context, name string, id IDInput, state *AutotagState, opts ...ResourceOption) (*Autotag, error)
    public static Autotag Get(string name, Input<string> id, AutotagState? state, CustomResourceOptions? opts = null)
    public static Autotag get(String name, Output<String> id, AutotagState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Description string
    The description of the auto-tag.
    EntitySelectorBasedRules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagEntitySelectorBasedRule>
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    Name string
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    Rules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AutotagRule>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Description string
    The description of the auto-tag.
    EntitySelectorBasedRules []AutotagEntitySelectorBasedRuleArgs
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    Name string
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    Rules []AutotagRuleArgs
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    description String
    The description of the auto-tag.
    entitySelectorBasedRules List<AutotagEntitySelectorBasedRule>
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    name String
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    rules List<AutotagRule>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    description string
    The description of the auto-tag.
    entitySelectorBasedRules AutotagEntitySelectorBasedRule[]
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    name string
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    rules AutotagRule[]
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    description str
    The description of the auto-tag.
    entity_selector_based_rules Sequence[AutotagEntitySelectorBasedRuleArgs]
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    name str
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    rules Sequence[AutotagRuleArgs]
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    description String
    The description of the auto-tag.
    entitySelectorBasedRules List<Property Map>
    A list of entity-selector based rules for management zone usage. If several rules are specified, the or logic applies
    name String
    The name of the auto-tag, which is applied to entities. Additionally you can specify a valueFormat in the tag rule. In that case the tag is used in the name:valueFormat format. For example you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux.
    rules List<Property Map>
    A list of rules for management zone usage. Each rule is evaluated independently of all other rules
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    Supporting Types

    AutotagEntitySelectorBasedRule, AutotagEntitySelectorBasedRuleArgs

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

    AutotagRule, AutotagRuleArgs

    AutotagRuleCondition, AutotagRuleConditionArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    AzureSkuComparisions []AutotagRuleConditionAzureSkuComparision

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

    AzureSkus []AutotagRuleConditionAzureSkus
    BaseComparisonBasics []AutotagRuleConditionBaseComparisonBasic

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

    BaseConditionKeys []AutotagRuleConditionBaseConditionKey

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

    BitnessComparisions []AutotagRuleConditionBitnessComparision

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

    Bitnesses []AutotagRuleConditionBitness
    CloudTypeComparisons []AutotagRuleConditionCloudTypeComparison

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

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

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

    CustomApplicationTypes []AutotagRuleConditionCustomApplicationType
    CustomHostMetadataConditionKeys []AutotagRuleConditionCustomHostMetadataConditionKey

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

    CustomHostMetadatas []AutotagRuleConditionCustomHostMetadata
    CustomProcessMetadataConditionKeys []AutotagRuleConditionCustomProcessMetadataConditionKey

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

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

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

    DcrumDecoderComparisons []AutotagRuleConditionDcrumDecoderComparison

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

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

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

    HostTeches []AutotagRuleConditionHostTech
    HypervisorTypeComparisions []AutotagRuleConditionHypervisorTypeComparision

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    Hypervisors []AutotagRuleConditionHypervisor
    IndexedNameComparisons []AutotagRuleConditionIndexedNameComparison

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

    IndexedNames []AutotagRuleConditionIndexedName
    IndexedStringComparisons []AutotagRuleConditionIndexedStringComparison

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

    IndexedStrings []AutotagRuleConditionIndexedString
    IndexedTagComparisons []AutotagRuleConditionIndexedTagComparison

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

    IndexedTags []AutotagRuleConditionIndexedTag
    IntegerComparisons []AutotagRuleConditionIntegerComparison

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

    Integers []AutotagRuleConditionInteger
    IpaddressComparisons []AutotagRuleConditionIpaddressComparison

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

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

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

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

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

    OstypeComparisons []AutotagRuleConditionOstypeComparison

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

    PaasTypeComparisons []AutotagRuleConditionPaasTypeComparison

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

    PaasTypes []AutotagRuleConditionPaasType
    ProcessMetadataConditionKeys []AutotagRuleConditionProcessMetadataConditionKey

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

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

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

    ServiceTypeComparisons []AutotagRuleConditionServiceTypeComparison

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

    ServiceTypes []AutotagRuleConditionServiceType
    SimpleHostTechComparisons []AutotagRuleConditionSimpleHostTechComparison

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

    SimpleTechComparisons []AutotagRuleConditionSimpleTechComparison

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

    StringComparisons []AutotagRuleConditionStringComparison

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

    StringConditionKeys []AutotagRuleConditionStringConditionKey

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

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

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

    SyntheticEngines []AutotagRuleConditionSyntheticEngine
    TagComparisons []AutotagRuleConditionTagComparison

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

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

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

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

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

    azureSkuComparisions List<AutotagRuleConditionAzureSkuComparision>

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

    azureSkus List<AutotagRuleConditionAzureSkus>
    baseComparisonBasics List<AutotagRuleConditionBaseComparisonBasic>

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

    baseConditionKeys List<AutotagRuleConditionBaseConditionKey>

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

    bitnessComparisions List<AutotagRuleConditionBitnessComparision>

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

    bitnesses List<AutotagRuleConditionBitness>
    cloudTypeComparisons List<AutotagRuleConditionCloudTypeComparison>

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

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

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

    customApplicationTypes List<AutotagRuleConditionCustomApplicationType>
    customHostMetadataConditionKeys List<AutotagRuleConditionCustomHostMetadataConditionKey>

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

    customHostMetadatas List<AutotagRuleConditionCustomHostMetadata>
    customProcessMetadataConditionKeys List<AutotagRuleConditionCustomProcessMetadataConditionKey>

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

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

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

    dcrumDecoderComparisons List<AutotagRuleConditionDcrumDecoderComparison>

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

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

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

    hostTeches List<AutotagRuleConditionHostTech>
    hypervisorTypeComparisions List<AutotagRuleConditionHypervisorTypeComparision>

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    hypervisors List<AutotagRuleConditionHypervisor>
    indexedNameComparisons List<AutotagRuleConditionIndexedNameComparison>

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

    indexedNames List<AutotagRuleConditionIndexedName>
    indexedStringComparisons List<AutotagRuleConditionIndexedStringComparison>

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

    indexedStrings List<AutotagRuleConditionIndexedString>
    indexedTagComparisons List<AutotagRuleConditionIndexedTagComparison>

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

    indexedTags List<AutotagRuleConditionIndexedTag>
    integerComparisons List<AutotagRuleConditionIntegerComparison>

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

    integers List<AutotagRuleConditionInteger>
    ipaddressComparisons List<AutotagRuleConditionIpaddressComparison>

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

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

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

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

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

    ostypeComparisons List<AutotagRuleConditionOstypeComparison>

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

    paasTypeComparisons List<AutotagRuleConditionPaasTypeComparison>

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

    paasTypes List<AutotagRuleConditionPaasType>
    processMetadataConditionKeys List<AutotagRuleConditionProcessMetadataConditionKey>

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

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

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

    serviceTypeComparisons List<AutotagRuleConditionServiceTypeComparison>

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

    serviceTypes List<AutotagRuleConditionServiceType>
    simpleHostTechComparisons List<AutotagRuleConditionSimpleHostTechComparison>

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

    simpleTechComparisons List<AutotagRuleConditionSimpleTechComparison>

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

    stringComparisons List<AutotagRuleConditionStringComparison>

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

    stringConditionKeys List<AutotagRuleConditionStringConditionKey>

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

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

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

    syntheticEngines List<AutotagRuleConditionSyntheticEngine>
    tagComparisons List<AutotagRuleConditionTagComparison>

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

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

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

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

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

    azureSkuComparisions AutotagRuleConditionAzureSkuComparision[]

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

    azureSkus AutotagRuleConditionAzureSkus[]
    baseComparisonBasics AutotagRuleConditionBaseComparisonBasic[]

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

    baseConditionKeys AutotagRuleConditionBaseConditionKey[]

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

    bitnessComparisions AutotagRuleConditionBitnessComparision[]

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

    bitnesses AutotagRuleConditionBitness[]
    cloudTypeComparisons AutotagRuleConditionCloudTypeComparison[]

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

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

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

    customApplicationTypes AutotagRuleConditionCustomApplicationType[]
    customHostMetadataConditionKeys AutotagRuleConditionCustomHostMetadataConditionKey[]

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

    customHostMetadatas AutotagRuleConditionCustomHostMetadata[]
    customProcessMetadataConditionKeys AutotagRuleConditionCustomProcessMetadataConditionKey[]

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

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

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

    dcrumDecoderComparisons AutotagRuleConditionDcrumDecoderComparison[]

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

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

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

    hostTeches AutotagRuleConditionHostTech[]
    hypervisorTypeComparisions AutotagRuleConditionHypervisorTypeComparision[]

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    hypervisors AutotagRuleConditionHypervisor[]
    indexedNameComparisons AutotagRuleConditionIndexedNameComparison[]

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

    indexedNames AutotagRuleConditionIndexedName[]
    indexedStringComparisons AutotagRuleConditionIndexedStringComparison[]

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

    indexedStrings AutotagRuleConditionIndexedString[]
    indexedTagComparisons AutotagRuleConditionIndexedTagComparison[]

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

    indexedTags AutotagRuleConditionIndexedTag[]
    integerComparisons AutotagRuleConditionIntegerComparison[]

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

    integers AutotagRuleConditionInteger[]
    ipaddressComparisons AutotagRuleConditionIpaddressComparison[]

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

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

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

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

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

    ostypeComparisons AutotagRuleConditionOstypeComparison[]

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

    paasTypeComparisons AutotagRuleConditionPaasTypeComparison[]

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

    paasTypes AutotagRuleConditionPaasType[]
    processMetadataConditionKeys AutotagRuleConditionProcessMetadataConditionKey[]

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

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

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

    serviceTypeComparisons AutotagRuleConditionServiceTypeComparison[]

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

    serviceTypes AutotagRuleConditionServiceType[]
    simpleHostTechComparisons AutotagRuleConditionSimpleHostTechComparison[]

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

    simpleTechComparisons AutotagRuleConditionSimpleTechComparison[]

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

    stringComparisons AutotagRuleConditionStringComparison[]

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

    stringConditionKeys AutotagRuleConditionStringConditionKey[]

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

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

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

    syntheticEngines AutotagRuleConditionSyntheticEngine[]
    tagComparisons AutotagRuleConditionTagComparison[]

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

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

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

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

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

    azure_sku_comparisions Sequence[AutotagRuleConditionAzureSkuComparision]

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

    azure_skus Sequence[AutotagRuleConditionAzureSkus]
    base_comparison_basics Sequence[AutotagRuleConditionBaseComparisonBasic]

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

    base_condition_keys Sequence[AutotagRuleConditionBaseConditionKey]

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

    bitness_comparisions Sequence[AutotagRuleConditionBitnessComparision]

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

    bitnesses Sequence[AutotagRuleConditionBitness]
    cloud_type_comparisons Sequence[AutotagRuleConditionCloudTypeComparison]

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

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

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

    custom_application_types Sequence[AutotagRuleConditionCustomApplicationType]
    custom_host_metadata_condition_keys Sequence[AutotagRuleConditionCustomHostMetadataConditionKey]

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

    custom_host_metadatas Sequence[AutotagRuleConditionCustomHostMetadata]
    custom_process_metadata_condition_keys Sequence[AutotagRuleConditionCustomProcessMetadataConditionKey]

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

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

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

    dcrum_decoder_comparisons Sequence[AutotagRuleConditionDcrumDecoderComparison]

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

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

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

    host_teches Sequence[AutotagRuleConditionHostTech]
    hypervisor_type_comparisions Sequence[AutotagRuleConditionHypervisorTypeComparision]

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

    hypervisors Sequence[AutotagRuleConditionHypervisor]
    indexed_name_comparisons Sequence[AutotagRuleConditionIndexedNameComparison]

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

    indexed_names Sequence[AutotagRuleConditionIndexedName]
    indexed_string_comparisons Sequence[AutotagRuleConditionIndexedStringComparison]

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

    indexed_strings Sequence[AutotagRuleConditionIndexedString]
    indexed_tag_comparisons Sequence[AutotagRuleConditionIndexedTagComparison]

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

    indexed_tags Sequence[AutotagRuleConditionIndexedTag]
    integer_comparisons Sequence[AutotagRuleConditionIntegerComparison]

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

    integers Sequence[AutotagRuleConditionInteger]
    ipaddress_comparisons Sequence[AutotagRuleConditionIpaddressComparison]

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

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

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

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

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

    ostype_comparisons Sequence[AutotagRuleConditionOstypeComparison]

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

    paas_type_comparisons Sequence[AutotagRuleConditionPaasTypeComparison]

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

    paas_types Sequence[AutotagRuleConditionPaasType]
    process_metadata_condition_keys Sequence[AutotagRuleConditionProcessMetadataConditionKey]

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

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

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

    service_type_comparisons Sequence[AutotagRuleConditionServiceTypeComparison]

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

    service_types Sequence[AutotagRuleConditionServiceType]
    simple_host_tech_comparisons Sequence[AutotagRuleConditionSimpleHostTechComparison]

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

    simple_tech_comparisons Sequence[AutotagRuleConditionSimpleTechComparison]

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

    string_comparisons Sequence[AutotagRuleConditionStringComparison]

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

    string_condition_keys Sequence[AutotagRuleConditionStringConditionKey]

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

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

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

    synthetic_engines Sequence[AutotagRuleConditionSyntheticEngine]
    tag_comparisons Sequence[AutotagRuleConditionTagComparison]

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

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

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

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

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

    azureSkuComparisions List<Property Map>

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

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

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

    baseConditionKeys List<Property Map>

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

    bitnessComparisions List<Property Map>

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

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

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

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

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

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

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

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

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

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

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

    dcrumDecoderComparisons List<Property Map>

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

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

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

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

    Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    ostypeComparisons List<Property Map>

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

    paasTypeComparisons List<Property Map>

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

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

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

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

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

    serviceTypeComparisons List<Property Map>

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

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

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

    simpleTechComparisons List<Property Map>

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

    stringComparisons List<Property Map>

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

    stringConditionKeys List<Property Map>

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

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

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

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

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

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

    AutotagRuleConditionApplicationType, AutotagRuleConditionApplicationTypeArgs

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

    AutotagRuleConditionApplicationTypeComparison, AutotagRuleConditionApplicationTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionAzureComputeMode, AutotagRuleConditionAzureComputeModeArgs

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

    AutotagRuleConditionAzureComputeModeComparison, AutotagRuleConditionAzureComputeModeComparisonArgs

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

    AutotagRuleConditionAzureSkuComparision, AutotagRuleConditionAzureSkuComparisionArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionAzureSkus, AutotagRuleConditionAzureSkusArgs

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

    AutotagRuleConditionBaseComparisonBasic, AutotagRuleConditionBaseComparisonBasicArgs

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

    AutotagRuleConditionBaseConditionKey, AutotagRuleConditionBaseConditionKeyArgs

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

    AutotagRuleConditionBitness, AutotagRuleConditionBitnessArgs

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

    AutotagRuleConditionBitnessComparision, AutotagRuleConditionBitnessComparisionArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionCloudType, AutotagRuleConditionCloudTypeArgs

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

    AutotagRuleConditionCloudTypeComparison, AutotagRuleConditionCloudTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionComparison, AutotagRuleConditionComparisonArgs

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

    AutotagRuleConditionCustomApplicationType, AutotagRuleConditionCustomApplicationTypeArgs

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

    AutotagRuleConditionCustomApplicationTypeComparison, AutotagRuleConditionCustomApplicationTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionCustomHostMetadata, AutotagRuleConditionCustomHostMetadataArgs

    AutotagRuleConditionCustomHostMetadataConditionKey, AutotagRuleConditionCustomHostMetadataConditionKeyArgs

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

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

    Unknowns string
    Attribute string
    DynamicKey AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey
    Type string

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

    Unknowns string
    attribute String
    dynamicKey AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey
    type String

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

    unknowns String
    attribute string
    dynamicKey AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey
    type string

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

    unknowns string
    attribute str
    dynamic_key AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey
    type str

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

    unknowns str
    attribute String
    dynamicKey Property Map
    type String

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

    unknowns String

    AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey, AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKeyArgs

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

    AutotagRuleConditionCustomHostMetadataDynamicKey, AutotagRuleConditionCustomHostMetadataDynamicKeyArgs

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

    AutotagRuleConditionCustomProcessMetadata, AutotagRuleConditionCustomProcessMetadataArgs

    AutotagRuleConditionCustomProcessMetadataConditionKey, AutotagRuleConditionCustomProcessMetadataConditionKeyArgs

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

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

    Unknowns string
    Attribute string
    DynamicKey AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    Type string

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

    Unknowns string
    attribute String
    dynamicKey AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    type String

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

    unknowns String
    attribute string
    dynamicKey AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    type string

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

    unknowns string
    attribute str
    dynamic_key AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey
    type str

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

    unknowns str
    attribute String
    dynamicKey Property Map
    type String

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

    unknowns String

    AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey, AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKeyArgs

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

    AutotagRuleConditionCustomProcessMetadataDynamicKey, AutotagRuleConditionCustomProcessMetadataDynamicKeyArgs

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

    AutotagRuleConditionDatabaseTopology, AutotagRuleConditionDatabaseTopologyArgs

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

    AutotagRuleConditionDatabaseTopologyComparison, AutotagRuleConditionDatabaseTopologyComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionDcrumDecoder, AutotagRuleConditionDcrumDecoderArgs

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

    AutotagRuleConditionDcrumDecoderComparison, AutotagRuleConditionDcrumDecoderComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionEntity, AutotagRuleConditionEntityArgs

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

    AutotagRuleConditionEntityIdComparison, AutotagRuleConditionEntityIdComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionHostTech, AutotagRuleConditionHostTechArgs

    AutotagRuleConditionHostTechValue, AutotagRuleConditionHostTechValueArgs

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

    AutotagRuleConditionHypervisor, AutotagRuleConditionHypervisorArgs

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

    AutotagRuleConditionHypervisorTypeComparision, AutotagRuleConditionHypervisorTypeComparisionArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionIndexedName, AutotagRuleConditionIndexedNameArgs

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

    AutotagRuleConditionIndexedNameComparison, AutotagRuleConditionIndexedNameComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionIndexedString, AutotagRuleConditionIndexedStringArgs

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

    AutotagRuleConditionIndexedStringComparison, AutotagRuleConditionIndexedStringComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionIndexedTag, AutotagRuleConditionIndexedTagArgs

    AutotagRuleConditionIndexedTagComparison, AutotagRuleConditionIndexedTagComparisonArgs

    Operator string
    Negate bool
    Type string

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

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

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

    Unknowns string
    Value AutotagRuleConditionIndexedTagComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value AutotagRuleConditionIndexedTagComparisonValue
    operator string
    negate boolean
    type string

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

    unknowns string
    value AutotagRuleConditionIndexedTagComparisonValue
    operator str
    negate bool
    type str

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

    unknowns str
    value AutotagRuleConditionIndexedTagComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Property Map

    AutotagRuleConditionIndexedTagComparisonValue, AutotagRuleConditionIndexedTagComparisonValueArgs

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

    AutotagRuleConditionIndexedTagValue, AutotagRuleConditionIndexedTagValueArgs

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

    AutotagRuleConditionInteger, AutotagRuleConditionIntegerArgs

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

    AutotagRuleConditionIntegerComparison, AutotagRuleConditionIntegerComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value int
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value int
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Integer
    operator string
    negate boolean
    type string

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

    unknowns string
    value number
    operator str
    negate bool
    type str

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

    unknowns str
    value int
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Number

    AutotagRuleConditionIpaddress, AutotagRuleConditionIpaddressArgs

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

    AutotagRuleConditionIpaddressComparison, AutotagRuleConditionIpaddressComparisonArgs

    Operator string
    CaseSensitive bool
    Negate bool
    Type string

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

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

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

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

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

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

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

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

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

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

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

    unknowns String
    value String

    AutotagRuleConditionKey, AutotagRuleConditionKeyArgs

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

    AutotagRuleConditionMobilePlatform, AutotagRuleConditionMobilePlatformArgs

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

    AutotagRuleConditionMobilePlatformComparison, AutotagRuleConditionMobilePlatformComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionOsArch, AutotagRuleConditionOsArchArgs

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

    AutotagRuleConditionOsType, AutotagRuleConditionOsTypeArgs

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

    AutotagRuleConditionOsarchitectureComparison, AutotagRuleConditionOsarchitectureComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionOstypeComparison, AutotagRuleConditionOstypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionPaasType, AutotagRuleConditionPaasTypeArgs

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

    AutotagRuleConditionPaasTypeComparison, AutotagRuleConditionPaasTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionProcessMetadata, AutotagRuleConditionProcessMetadataArgs

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

    AutotagRuleConditionProcessMetadataConditionKey, AutotagRuleConditionProcessMetadataConditionKeyArgs

    Attribute string
    DynamicKey string
    Type string

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

    Unknowns string
    Attribute string
    DynamicKey string
    Type string

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

    Unknowns string
    attribute String
    dynamicKey String
    type String

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

    unknowns String
    attribute string
    dynamicKey string
    type string

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

    unknowns string
    attribute str
    dynamic_key str
    type str

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

    unknowns str
    attribute String
    dynamicKey String
    type String

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

    unknowns String

    AutotagRuleConditionServiceTopology, AutotagRuleConditionServiceTopologyArgs

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

    AutotagRuleConditionServiceTopologyComparison, AutotagRuleConditionServiceTopologyComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionServiceType, AutotagRuleConditionServiceTypeArgs

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

    AutotagRuleConditionServiceTypeComparison, AutotagRuleConditionServiceTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionSimpleHostTechComparison, AutotagRuleConditionSimpleHostTechComparisonArgs

    Operator string
    Negate bool
    Type string

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

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

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

    Unknowns string
    Value AutotagRuleConditionSimpleHostTechComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value AutotagRuleConditionSimpleHostTechComparisonValue
    operator string
    negate boolean
    type string

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

    unknowns string
    value AutotagRuleConditionSimpleHostTechComparisonValue
    operator str
    negate bool
    type str

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

    unknowns str
    value AutotagRuleConditionSimpleHostTechComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Property Map

    AutotagRuleConditionSimpleHostTechComparisonValue, AutotagRuleConditionSimpleHostTechComparisonValueArgs

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

    AutotagRuleConditionSimpleTechComparison, AutotagRuleConditionSimpleTechComparisonArgs

    Operator string
    Negate bool
    Type string

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

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

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

    Unknowns string
    Value AutotagRuleConditionSimpleTechComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value AutotagRuleConditionSimpleTechComparisonValue
    operator string
    negate boolean
    type string

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

    unknowns string
    value AutotagRuleConditionSimpleTechComparisonValue
    operator str
    negate bool
    type str

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

    unknowns str
    value AutotagRuleConditionSimpleTechComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Property Map

    AutotagRuleConditionSimpleTechComparisonValue, AutotagRuleConditionSimpleTechComparisonValueArgs

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

    AutotagRuleConditionString, AutotagRuleConditionStringArgs

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

    AutotagRuleConditionStringComparison, AutotagRuleConditionStringComparisonArgs

    Operator string
    CaseSensitive bool
    Negate bool
    Type string

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

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

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

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

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

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

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

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

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

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

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

    unknowns String
    value String

    AutotagRuleConditionStringConditionKey, AutotagRuleConditionStringConditionKeyArgs

    Attribute string
    DynamicKey string
    Type string

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

    Unknowns string
    Attribute string
    DynamicKey string
    Type string

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

    Unknowns string
    attribute String
    dynamicKey String
    type String

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

    unknowns String
    attribute string
    dynamicKey string
    type string

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

    unknowns string
    attribute str
    dynamic_key str
    type str

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

    unknowns str
    attribute String
    dynamicKey String
    type String

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

    unknowns String

    AutotagRuleConditionStringKey, AutotagRuleConditionStringKeyArgs

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

    AutotagRuleConditionSyntheticEngine, AutotagRuleConditionSyntheticEngineArgs

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

    AutotagRuleConditionSyntheticEngineTypeComparison, AutotagRuleConditionSyntheticEngineTypeComparisonArgs

    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    Operator string
    Negate bool
    Type string

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

    Unknowns string
    Value string
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String
    operator string
    negate boolean
    type string

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

    unknowns string
    value string
    operator str
    negate bool
    type str

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

    unknowns str
    value str
    operator String
    negate Boolean
    type String

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

    unknowns String
    value String

    AutotagRuleConditionTag, AutotagRuleConditionTagArgs

    AutotagRuleConditionTagComparison, AutotagRuleConditionTagComparisonArgs

    Operator string
    Negate bool
    Type string

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

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

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

    Unknowns string
    Value AutotagRuleConditionTagComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value AutotagRuleConditionTagComparisonValue
    operator string
    negate boolean
    type string

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

    unknowns string
    value AutotagRuleConditionTagComparisonValue
    operator str
    negate bool
    type str

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

    unknowns str
    value AutotagRuleConditionTagComparisonValue
    operator String
    negate Boolean
    type String

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

    unknowns String
    value Property Map

    AutotagRuleConditionTagComparisonValue, AutotagRuleConditionTagComparisonValueArgs

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

    AutotagRuleConditionTagValue, AutotagRuleConditionTagValueArgs

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

    AutotagRuleConditionTech, AutotagRuleConditionTechArgs

    AutotagRuleConditionTechValue, AutotagRuleConditionTechValueArgs

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

    Package Details

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