1. Packages
  2. Dynatrace
  3. API Docs
  4. Autotag
Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse

dynatrace.Autotag

Explore with Pulumi AI

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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The unique name of the resource.
args This property is required. AutotagArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

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

var 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",
});
Copy
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"),
})
Copy
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());
Copy
autotag_resource = dynatrace.Autotag("autotagResource",
    description="string",
    entity_selector_based_rules=[{
        "enabled": False,
        "normalization": "string",
        "selector": "string",
        "unknowns": "string",
        "value_format": "string",
    }],
    name="string",
    rules=[{
        "type": "string",
        "conditions": [{
            "application_types": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "azure_compute_mode_comparisons": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "azure_skus": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "bitnesses": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "cloud_types": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "comparisons": [{
                "type": "string",
                "negate": False,
                "unknowns": "string",
            }],
            "custom_application_types": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "custom_host_metadatas": [{
                "attribute": "string",
                "dynamic_key": {
                    "key": "string",
                    "source": "string",
                    "unknowns": "string",
                },
                "unknowns": "string",
            }],
            "custom_process_metadatas": [{
                "attribute": "string",
                "dynamic_key": {
                    "key": "string",
                    "source": "string",
                    "unknowns": "string",
                },
                "unknowns": "string",
            }],
            "database_topologies": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "dcrum_decoders": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "entities": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "host_teches": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": {
                    "type": "string",
                    "unknowns": "string",
                    "verbatim_type": "string",
                },
            }],
            "hypervisors": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "indexed_names": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "indexed_strings": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "indexed_tags": [{
                "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",
                "case_sensitive": False,
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "keys": [{
                "attribute": "string",
                "type": "string",
                "unknowns": "string",
            }],
            "mobile_platforms": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "os_arches": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "os_types": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "paas_types": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "process_metadatas": [{
                "attribute": "string",
                "dynamic_key": "string",
                "unknowns": "string",
            }],
            "service_topologies": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "service_types": [{
                "operator": "string",
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "string_keys": [{
                "attribute": "string",
                "dynamic_key": "string",
                "unknowns": "string",
            }],
            "strings": [{
                "operator": "string",
                "case_sensitive": False,
                "negate": False,
                "unknowns": "string",
                "value": "string",
            }],
            "synthetic_engines": [{
                "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",
                    "verbatim_type": "string",
                },
            }],
            "unknowns": "string",
        }],
        "enabled": False,
        "normalization": "string",
        "propagation_types": ["string"],
        "unknowns": "string",
        "value_format": "string",
    }],
    unknowns="string")
Copy
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",
});
Copy
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
Copy

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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Autotag resource accepts the following input properties:

Description string
The description of the auto-tag.
EntitySelectorBasedRules List<Pulumiverse.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<Pulumiverse.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)
resources:  _:    type: dynatrace:Autotag    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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<Pulumiverse.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<Pulumiverse.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
The rule is enabled (true) or disabled (false)
Normalization string
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
Selector string
The entity selector string, by which the entities are selected
Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
ValueFormat string

The value of the entity-selector-based auto-tag. If specified, the tag is used in the name:valueFormat format.

For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux

Enabled bool
The rule is enabled (true) or disabled (false)
Normalization string
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
Selector string
The entity selector string, by which the entities are selected
Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
ValueFormat string

The value of the entity-selector-based auto-tag. If specified, the tag is used in the name:valueFormat format.

For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux

enabled Boolean
The rule is enabled (true) or disabled (false)
normalization String
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
selector String
The entity selector string, by which the entities are selected
unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
valueFormat String

The value of the entity-selector-based auto-tag. If specified, the tag is used in the name:valueFormat format.

For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux

enabled boolean
The rule is enabled (true) or disabled (false)
normalization string
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
selector string
The entity selector string, by which the entities are selected
unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
valueFormat string

The value of the entity-selector-based auto-tag. If specified, the tag is used in the name:valueFormat format.

For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux

enabled bool
The rule is enabled (true) or disabled (false)
normalization str
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
selector str
The entity selector string, by which the entities are selected
unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
value_format str

The value of the entity-selector-based auto-tag. If specified, the tag is used in the name:valueFormat format.

For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux

enabled Boolean
The rule is enabled (true) or disabled (false)
normalization String
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
selector String
The entity selector string, by which the entities are selected
unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
valueFormat String

The value of the entity-selector-based auto-tag. If specified, the tag is used in the name:valueFormat format.

For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux

AutotagRule
, AutotagRuleArgs

Type This property is required. string
The type of Dynatrace entities the management zone can be applied to
Conditions List<Pulumiverse.Dynatrace.Inputs.AutotagRuleCondition>
A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
Enabled bool
The rule is enabled (true) or disabled (false)
Normalization string
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
PropagationTypes List<string>
How to apply the management zone to underlying entities:

  • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
  • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
  • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
  • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
  • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
  • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
  • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
  • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
ValueFormat string
The value of the auto-tag. If specified, the tag is used in the name:valueFormat format. For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux. You can use the following placeholders here: * {AwsAutoScalingGroup:Name} * {AwsAvailabilityZone:Name} * {AwsElasticLoadBalancer:Name} * {AwsRelationalDatabaseService:DBName} * {AwsRelationalDatabaseService:Endpoint} * {AwsRelationalDatabaseService:Engine} * {AwsRelationalDatabaseService:InstanceClass} * {AwsRelationalDatabaseService:Name} * {AwsRelationalDatabaseService:Port} * {AzureRegion:Name} * {AzureScaleSet:Name} * {AzureVm:Name} * {CloudFoundryOrganization:Name} * {CustomDevice:DetectedName} * {CustomDevice:DnsName} * {CustomDevice:IpAddress} * {CustomDevice:Port} * {DockerContainerGroupInstance:ContainerName} * {DockerContainerGroupInstance:FullImageName} * {DockerContainerGroupInstance:ImageVersion} * {DockerContainerGroupInstance:StrippedImageName} * {ESXIHost:HardwareModel} * {ESXIHost:HardwareVendor} * {ESXIHost:Name} * {ESXIHost:ProductName} * {ESXIHost:ProductVersion} * {Ec2Instance:AmiId} * {Ec2Instance:BeanstalkEnvironmentName} * {Ec2Instance:InstanceId} * {Ec2Instance:InstanceType} * {Ec2Instance:LocalHostName} * {Ec2Instance:Name} * {Ec2Instance:PublicHostName} * {Ec2Instance:SecurityGroup} * {GoogleComputeInstance:Id} * {GoogleComputeInstance:IpAddresses} * {GoogleComputeInstance:MachineType} * {GoogleComputeInstance:Name} * {GoogleComputeInstance:ProjectId} * {GoogleComputeInstance:Project} * {Host:AWSNameTag} * {Host:AixLogicalCpuCount} * {Host:AzureHostName} * {Host:AzureSiteName} * {Host:BoshDeploymentId} * {Host:BoshInstanceId} * {Host:BoshInstanceName} * {Host:BoshName} * {Host:BoshStemcellVersion} * {Host:CpuCores} * {Host:DetectedName} * {Host:Environment:AppName} * {Host:Environment:BoshReleaseVersion} * {Host:Environment:Environment} * {Host:Environment:Link} * {Host:Environment:Organization} * {Host:Environment:Owner} * {Host:Environment:Support} * {Host:IpAddress} * {Host:LogicalCpuCores} * {Host:OneAgentCustomHostName} * {Host:OperatingSystemVersion} * {Host:PaasMemoryLimit} * {HostGroup:Name} * {KubernetesCluster:Name} * {KubernetesNode:DetectedName} * {OpenstackAvailabilityZone:Name} * {OpenstackZone:Name} * {OpenstackComputeNode:Name} * {OpenstackProject:Name} * {OpenstackVm:UnstanceType} * {OpenstackVm:Name} * {OpenstackVm:SecurityGroup} * {ProcessGroup:AmazonECRImageAccountId} * {ProcessGroup:AmazonECRImageRegion} * {ProcessGroup:AmazonECSCluster} * {ProcessGroup:AmazonECSContainerName} * {ProcessGroup:AmazonECSFamily} * {ProcessGroup:AmazonECSRevision} * {ProcessGroup:AmazonLambdaFunctionName} * {ProcessGroup:AmazonRegion} * {ProcessGroup:ApacheConfigPath} * {ProcessGroup:ApacheSparkMasterIpAddress} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AzureHostName} * {ProcessGroup:AzureSiteName} * {ProcessGroup:CassandraClusterName} * {ProcessGroup:CatalinaBase} * {ProcessGroup:CatalinaHome} * {ProcessGroup:CloudFoundryAppId} * {ProcessGroup:CloudFoundryAppName} * {ProcessGroup:CloudFoundryInstanceIndex} * {ProcessGroup:CloudFoundrySpaceId} * {ProcessGroup:CloudFoundrySpaceName} * {ProcessGroup:ColdFusionJvmConfigFile} * {ProcessGroup:ColdFusionServiceName} * {ProcessGroup:CommandLineArgs} * {ProcessGroup:DetectedName} * {ProcessGroup:DotNetCommandPath} * {ProcessGroup:DotNetCommand} * {ProcessGroup:DotNetClusterId} * {ProcessGroup:DotNetNodeId} * {ProcessGroup:ElasticsearchClusterName} * {ProcessGroup:ElasticsearchNodeName} * {ProcessGroup:EquinoxConfigPath} * {ProcessGroup:ExeName} * {ProcessGroup:ExePath} * {ProcessGroup:GlassFishDomainName} * {ProcessGroup:GlassFishInstanceName} * {ProcessGroup:GoogleAppEngineInstance} * {ProcessGroup:GoogleAppEngineService} * {ProcessGroup:GoogleCloudProject} * {ProcessGroup:HybrisBinDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisDataDirectory} * {ProcessGroup:IBMCicsRegion} * {ProcessGroup:IBMCtgName} * {ProcessGroup:IBMImsConnectRegion} * {ProcessGroup:IBMImsControlRegion} * {ProcessGroup:IBMImsMessageProcessingRegion} * {ProcessGroup:IBMImsSoapGwName} * {ProcessGroup:IBMIntegrationNodeName} * {ProcessGroup:IBMIntegrationServerName} * {ProcessGroup:IISAppPool} * {ProcessGroup:IISRoleName} * {ProcessGroup:JbossHome} * {ProcessGroup:JbossMode} * {ProcessGroup:JbossServerName} * {ProcessGroup:JavaJarFile} * {ProcessGroup:JavaJarPath} * {ProcessGroup:JavaMainCLass} * {ProcessGroup:KubernetesBasePodName} * {ProcessGroup:KubernetesContainerName} * {ProcessGroup:KubernetesFullPodName} * {ProcessGroup:KubernetesNamespace} * {ProcessGroup:KubernetesPodUid} * {ProcessGroup:MssqlInstanceName} * {ProcessGroup:NodeJsAppBaseDirectory} * {ProcessGroup:NodeJsAppName} * {ProcessGroup:NodeJsScriptName} * {ProcessGroup:OracleSid} * {ProcessGroup:PHPScriptPath} * {ProcessGroup:PHPWorkingDirectory} * {ProcessGroup:Ports} * {ProcessGroup:RubyAppRootPath} * {ProcessGroup:RubyScriptPath} * {ProcessGroup:SoftwareAGInstallRoot} * {ProcessGroup:SoftwareAGProductPropertyName} * {ProcessGroup:SpringBootAppName} * {ProcessGroup:SpringBootProfileName} * {ProcessGroup:SpringBootStartupClass} * {ProcessGroup:TIBCOBusinessWorksAppNodeName} * {ProcessGroup:TIBCOBusinessWorksAppSpaceName} * {ProcessGroup:TIBCOBusinessWorksCeAppName} * {ProcessGroup:TIBCOBusinessWorksCeVersion} * {ProcessGroup:TIBCOBusinessWorksDomainName} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFilePath} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFile} * {ProcessGroup:TIBCOBusinessWorksHome} * {ProcessGroup:VarnishInstanceName} * {ProcessGroup:WebLogicClusterName} * {ProcessGroup:WebLogicDomainName} * {ProcessGroup:WebLogicHome} * {ProcessGroup:WebLogicName} * {ProcessGroup:WebSphereCellName} * {ProcessGroup:WebSphereClusterName} * {ProcessGroup:WebSphereNodeName} * {ProcessGroup:WebSphereServerName} * {ProcessGroup:ActorSystem} * {Service:STGServerName} * {Service:DatabaseHostName} * {Service:DatabaseName} * {Service:DatabaseVendor} * {Service:DetectedName} * {Service:EndpointPath} * {Service:EndpointPathGatewayUrl} * {Service:IIBApplicationName} * {Service:MessageListenerClassName} * {Service:Port} * {Service:PublicDomainName} * {Service:RemoteEndpoint} * {Service:RemoteName} * {Service:WebApplicationId} * {Service:WebContextRoot} * {Service:WebServerName} * {Service:WebServiceNamespace} * {Service:WebServiceName} * {VmwareDatacenter:Name} * {VmwareVm:Name}
Type This property is required. string
The type of Dynatrace entities the management zone can be applied to
Conditions []AutotagRuleCondition
A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
Enabled bool
The rule is enabled (true) or disabled (false)
Normalization string
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
PropagationTypes []string
How to apply the management zone to underlying entities:

  • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
  • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
  • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
  • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
  • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
  • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
  • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
  • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
ValueFormat string
The value of the auto-tag. If specified, the tag is used in the name:valueFormat format. For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux. You can use the following placeholders here: * {AwsAutoScalingGroup:Name} * {AwsAvailabilityZone:Name} * {AwsElasticLoadBalancer:Name} * {AwsRelationalDatabaseService:DBName} * {AwsRelationalDatabaseService:Endpoint} * {AwsRelationalDatabaseService:Engine} * {AwsRelationalDatabaseService:InstanceClass} * {AwsRelationalDatabaseService:Name} * {AwsRelationalDatabaseService:Port} * {AzureRegion:Name} * {AzureScaleSet:Name} * {AzureVm:Name} * {CloudFoundryOrganization:Name} * {CustomDevice:DetectedName} * {CustomDevice:DnsName} * {CustomDevice:IpAddress} * {CustomDevice:Port} * {DockerContainerGroupInstance:ContainerName} * {DockerContainerGroupInstance:FullImageName} * {DockerContainerGroupInstance:ImageVersion} * {DockerContainerGroupInstance:StrippedImageName} * {ESXIHost:HardwareModel} * {ESXIHost:HardwareVendor} * {ESXIHost:Name} * {ESXIHost:ProductName} * {ESXIHost:ProductVersion} * {Ec2Instance:AmiId} * {Ec2Instance:BeanstalkEnvironmentName} * {Ec2Instance:InstanceId} * {Ec2Instance:InstanceType} * {Ec2Instance:LocalHostName} * {Ec2Instance:Name} * {Ec2Instance:PublicHostName} * {Ec2Instance:SecurityGroup} * {GoogleComputeInstance:Id} * {GoogleComputeInstance:IpAddresses} * {GoogleComputeInstance:MachineType} * {GoogleComputeInstance:Name} * {GoogleComputeInstance:ProjectId} * {GoogleComputeInstance:Project} * {Host:AWSNameTag} * {Host:AixLogicalCpuCount} * {Host:AzureHostName} * {Host:AzureSiteName} * {Host:BoshDeploymentId} * {Host:BoshInstanceId} * {Host:BoshInstanceName} * {Host:BoshName} * {Host:BoshStemcellVersion} * {Host:CpuCores} * {Host:DetectedName} * {Host:Environment:AppName} * {Host:Environment:BoshReleaseVersion} * {Host:Environment:Environment} * {Host:Environment:Link} * {Host:Environment:Organization} * {Host:Environment:Owner} * {Host:Environment:Support} * {Host:IpAddress} * {Host:LogicalCpuCores} * {Host:OneAgentCustomHostName} * {Host:OperatingSystemVersion} * {Host:PaasMemoryLimit} * {HostGroup:Name} * {KubernetesCluster:Name} * {KubernetesNode:DetectedName} * {OpenstackAvailabilityZone:Name} * {OpenstackZone:Name} * {OpenstackComputeNode:Name} * {OpenstackProject:Name} * {OpenstackVm:UnstanceType} * {OpenstackVm:Name} * {OpenstackVm:SecurityGroup} * {ProcessGroup:AmazonECRImageAccountId} * {ProcessGroup:AmazonECRImageRegion} * {ProcessGroup:AmazonECSCluster} * {ProcessGroup:AmazonECSContainerName} * {ProcessGroup:AmazonECSFamily} * {ProcessGroup:AmazonECSRevision} * {ProcessGroup:AmazonLambdaFunctionName} * {ProcessGroup:AmazonRegion} * {ProcessGroup:ApacheConfigPath} * {ProcessGroup:ApacheSparkMasterIpAddress} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AzureHostName} * {ProcessGroup:AzureSiteName} * {ProcessGroup:CassandraClusterName} * {ProcessGroup:CatalinaBase} * {ProcessGroup:CatalinaHome} * {ProcessGroup:CloudFoundryAppId} * {ProcessGroup:CloudFoundryAppName} * {ProcessGroup:CloudFoundryInstanceIndex} * {ProcessGroup:CloudFoundrySpaceId} * {ProcessGroup:CloudFoundrySpaceName} * {ProcessGroup:ColdFusionJvmConfigFile} * {ProcessGroup:ColdFusionServiceName} * {ProcessGroup:CommandLineArgs} * {ProcessGroup:DetectedName} * {ProcessGroup:DotNetCommandPath} * {ProcessGroup:DotNetCommand} * {ProcessGroup:DotNetClusterId} * {ProcessGroup:DotNetNodeId} * {ProcessGroup:ElasticsearchClusterName} * {ProcessGroup:ElasticsearchNodeName} * {ProcessGroup:EquinoxConfigPath} * {ProcessGroup:ExeName} * {ProcessGroup:ExePath} * {ProcessGroup:GlassFishDomainName} * {ProcessGroup:GlassFishInstanceName} * {ProcessGroup:GoogleAppEngineInstance} * {ProcessGroup:GoogleAppEngineService} * {ProcessGroup:GoogleCloudProject} * {ProcessGroup:HybrisBinDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisDataDirectory} * {ProcessGroup:IBMCicsRegion} * {ProcessGroup:IBMCtgName} * {ProcessGroup:IBMImsConnectRegion} * {ProcessGroup:IBMImsControlRegion} * {ProcessGroup:IBMImsMessageProcessingRegion} * {ProcessGroup:IBMImsSoapGwName} * {ProcessGroup:IBMIntegrationNodeName} * {ProcessGroup:IBMIntegrationServerName} * {ProcessGroup:IISAppPool} * {ProcessGroup:IISRoleName} * {ProcessGroup:JbossHome} * {ProcessGroup:JbossMode} * {ProcessGroup:JbossServerName} * {ProcessGroup:JavaJarFile} * {ProcessGroup:JavaJarPath} * {ProcessGroup:JavaMainCLass} * {ProcessGroup:KubernetesBasePodName} * {ProcessGroup:KubernetesContainerName} * {ProcessGroup:KubernetesFullPodName} * {ProcessGroup:KubernetesNamespace} * {ProcessGroup:KubernetesPodUid} * {ProcessGroup:MssqlInstanceName} * {ProcessGroup:NodeJsAppBaseDirectory} * {ProcessGroup:NodeJsAppName} * {ProcessGroup:NodeJsScriptName} * {ProcessGroup:OracleSid} * {ProcessGroup:PHPScriptPath} * {ProcessGroup:PHPWorkingDirectory} * {ProcessGroup:Ports} * {ProcessGroup:RubyAppRootPath} * {ProcessGroup:RubyScriptPath} * {ProcessGroup:SoftwareAGInstallRoot} * {ProcessGroup:SoftwareAGProductPropertyName} * {ProcessGroup:SpringBootAppName} * {ProcessGroup:SpringBootProfileName} * {ProcessGroup:SpringBootStartupClass} * {ProcessGroup:TIBCOBusinessWorksAppNodeName} * {ProcessGroup:TIBCOBusinessWorksAppSpaceName} * {ProcessGroup:TIBCOBusinessWorksCeAppName} * {ProcessGroup:TIBCOBusinessWorksCeVersion} * {ProcessGroup:TIBCOBusinessWorksDomainName} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFilePath} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFile} * {ProcessGroup:TIBCOBusinessWorksHome} * {ProcessGroup:VarnishInstanceName} * {ProcessGroup:WebLogicClusterName} * {ProcessGroup:WebLogicDomainName} * {ProcessGroup:WebLogicHome} * {ProcessGroup:WebLogicName} * {ProcessGroup:WebSphereCellName} * {ProcessGroup:WebSphereClusterName} * {ProcessGroup:WebSphereNodeName} * {ProcessGroup:WebSphereServerName} * {ProcessGroup:ActorSystem} * {Service:STGServerName} * {Service:DatabaseHostName} * {Service:DatabaseName} * {Service:DatabaseVendor} * {Service:DetectedName} * {Service:EndpointPath} * {Service:EndpointPathGatewayUrl} * {Service:IIBApplicationName} * {Service:MessageListenerClassName} * {Service:Port} * {Service:PublicDomainName} * {Service:RemoteEndpoint} * {Service:RemoteName} * {Service:WebApplicationId} * {Service:WebContextRoot} * {Service:WebServerName} * {Service:WebServiceNamespace} * {Service:WebServiceName} * {VmwareDatacenter:Name} * {VmwareVm:Name}
type This property is required. String
The type of Dynatrace entities the management zone can be applied to
conditions List<AutotagRuleCondition>
A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
enabled Boolean
The rule is enabled (true) or disabled (false)
normalization String
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
propagationTypes List<String>
How to apply the management zone to underlying entities:

  • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
  • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
  • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
  • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
  • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
  • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
  • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
  • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
valueFormat String
The value of the auto-tag. If specified, the tag is used in the name:valueFormat format. For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux. You can use the following placeholders here: * {AwsAutoScalingGroup:Name} * {AwsAvailabilityZone:Name} * {AwsElasticLoadBalancer:Name} * {AwsRelationalDatabaseService:DBName} * {AwsRelationalDatabaseService:Endpoint} * {AwsRelationalDatabaseService:Engine} * {AwsRelationalDatabaseService:InstanceClass} * {AwsRelationalDatabaseService:Name} * {AwsRelationalDatabaseService:Port} * {AzureRegion:Name} * {AzureScaleSet:Name} * {AzureVm:Name} * {CloudFoundryOrganization:Name} * {CustomDevice:DetectedName} * {CustomDevice:DnsName} * {CustomDevice:IpAddress} * {CustomDevice:Port} * {DockerContainerGroupInstance:ContainerName} * {DockerContainerGroupInstance:FullImageName} * {DockerContainerGroupInstance:ImageVersion} * {DockerContainerGroupInstance:StrippedImageName} * {ESXIHost:HardwareModel} * {ESXIHost:HardwareVendor} * {ESXIHost:Name} * {ESXIHost:ProductName} * {ESXIHost:ProductVersion} * {Ec2Instance:AmiId} * {Ec2Instance:BeanstalkEnvironmentName} * {Ec2Instance:InstanceId} * {Ec2Instance:InstanceType} * {Ec2Instance:LocalHostName} * {Ec2Instance:Name} * {Ec2Instance:PublicHostName} * {Ec2Instance:SecurityGroup} * {GoogleComputeInstance:Id} * {GoogleComputeInstance:IpAddresses} * {GoogleComputeInstance:MachineType} * {GoogleComputeInstance:Name} * {GoogleComputeInstance:ProjectId} * {GoogleComputeInstance:Project} * {Host:AWSNameTag} * {Host:AixLogicalCpuCount} * {Host:AzureHostName} * {Host:AzureSiteName} * {Host:BoshDeploymentId} * {Host:BoshInstanceId} * {Host:BoshInstanceName} * {Host:BoshName} * {Host:BoshStemcellVersion} * {Host:CpuCores} * {Host:DetectedName} * {Host:Environment:AppName} * {Host:Environment:BoshReleaseVersion} * {Host:Environment:Environment} * {Host:Environment:Link} * {Host:Environment:Organization} * {Host:Environment:Owner} * {Host:Environment:Support} * {Host:IpAddress} * {Host:LogicalCpuCores} * {Host:OneAgentCustomHostName} * {Host:OperatingSystemVersion} * {Host:PaasMemoryLimit} * {HostGroup:Name} * {KubernetesCluster:Name} * {KubernetesNode:DetectedName} * {OpenstackAvailabilityZone:Name} * {OpenstackZone:Name} * {OpenstackComputeNode:Name} * {OpenstackProject:Name} * {OpenstackVm:UnstanceType} * {OpenstackVm:Name} * {OpenstackVm:SecurityGroup} * {ProcessGroup:AmazonECRImageAccountId} * {ProcessGroup:AmazonECRImageRegion} * {ProcessGroup:AmazonECSCluster} * {ProcessGroup:AmazonECSContainerName} * {ProcessGroup:AmazonECSFamily} * {ProcessGroup:AmazonECSRevision} * {ProcessGroup:AmazonLambdaFunctionName} * {ProcessGroup:AmazonRegion} * {ProcessGroup:ApacheConfigPath} * {ProcessGroup:ApacheSparkMasterIpAddress} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AzureHostName} * {ProcessGroup:AzureSiteName} * {ProcessGroup:CassandraClusterName} * {ProcessGroup:CatalinaBase} * {ProcessGroup:CatalinaHome} * {ProcessGroup:CloudFoundryAppId} * {ProcessGroup:CloudFoundryAppName} * {ProcessGroup:CloudFoundryInstanceIndex} * {ProcessGroup:CloudFoundrySpaceId} * {ProcessGroup:CloudFoundrySpaceName} * {ProcessGroup:ColdFusionJvmConfigFile} * {ProcessGroup:ColdFusionServiceName} * {ProcessGroup:CommandLineArgs} * {ProcessGroup:DetectedName} * {ProcessGroup:DotNetCommandPath} * {ProcessGroup:DotNetCommand} * {ProcessGroup:DotNetClusterId} * {ProcessGroup:DotNetNodeId} * {ProcessGroup:ElasticsearchClusterName} * {ProcessGroup:ElasticsearchNodeName} * {ProcessGroup:EquinoxConfigPath} * {ProcessGroup:ExeName} * {ProcessGroup:ExePath} * {ProcessGroup:GlassFishDomainName} * {ProcessGroup:GlassFishInstanceName} * {ProcessGroup:GoogleAppEngineInstance} * {ProcessGroup:GoogleAppEngineService} * {ProcessGroup:GoogleCloudProject} * {ProcessGroup:HybrisBinDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisDataDirectory} * {ProcessGroup:IBMCicsRegion} * {ProcessGroup:IBMCtgName} * {ProcessGroup:IBMImsConnectRegion} * {ProcessGroup:IBMImsControlRegion} * {ProcessGroup:IBMImsMessageProcessingRegion} * {ProcessGroup:IBMImsSoapGwName} * {ProcessGroup:IBMIntegrationNodeName} * {ProcessGroup:IBMIntegrationServerName} * {ProcessGroup:IISAppPool} * {ProcessGroup:IISRoleName} * {ProcessGroup:JbossHome} * {ProcessGroup:JbossMode} * {ProcessGroup:JbossServerName} * {ProcessGroup:JavaJarFile} * {ProcessGroup:JavaJarPath} * {ProcessGroup:JavaMainCLass} * {ProcessGroup:KubernetesBasePodName} * {ProcessGroup:KubernetesContainerName} * {ProcessGroup:KubernetesFullPodName} * {ProcessGroup:KubernetesNamespace} * {ProcessGroup:KubernetesPodUid} * {ProcessGroup:MssqlInstanceName} * {ProcessGroup:NodeJsAppBaseDirectory} * {ProcessGroup:NodeJsAppName} * {ProcessGroup:NodeJsScriptName} * {ProcessGroup:OracleSid} * {ProcessGroup:PHPScriptPath} * {ProcessGroup:PHPWorkingDirectory} * {ProcessGroup:Ports} * {ProcessGroup:RubyAppRootPath} * {ProcessGroup:RubyScriptPath} * {ProcessGroup:SoftwareAGInstallRoot} * {ProcessGroup:SoftwareAGProductPropertyName} * {ProcessGroup:SpringBootAppName} * {ProcessGroup:SpringBootProfileName} * {ProcessGroup:SpringBootStartupClass} * {ProcessGroup:TIBCOBusinessWorksAppNodeName} * {ProcessGroup:TIBCOBusinessWorksAppSpaceName} * {ProcessGroup:TIBCOBusinessWorksCeAppName} * {ProcessGroup:TIBCOBusinessWorksCeVersion} * {ProcessGroup:TIBCOBusinessWorksDomainName} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFilePath} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFile} * {ProcessGroup:TIBCOBusinessWorksHome} * {ProcessGroup:VarnishInstanceName} * {ProcessGroup:WebLogicClusterName} * {ProcessGroup:WebLogicDomainName} * {ProcessGroup:WebLogicHome} * {ProcessGroup:WebLogicName} * {ProcessGroup:WebSphereCellName} * {ProcessGroup:WebSphereClusterName} * {ProcessGroup:WebSphereNodeName} * {ProcessGroup:WebSphereServerName} * {ProcessGroup:ActorSystem} * {Service:STGServerName} * {Service:DatabaseHostName} * {Service:DatabaseName} * {Service:DatabaseVendor} * {Service:DetectedName} * {Service:EndpointPath} * {Service:EndpointPathGatewayUrl} * {Service:IIBApplicationName} * {Service:MessageListenerClassName} * {Service:Port} * {Service:PublicDomainName} * {Service:RemoteEndpoint} * {Service:RemoteName} * {Service:WebApplicationId} * {Service:WebContextRoot} * {Service:WebServerName} * {Service:WebServiceNamespace} * {Service:WebServiceName} * {VmwareDatacenter:Name} * {VmwareVm:Name}
type This property is required. string
The type of Dynatrace entities the management zone can be applied to
conditions AutotagRuleCondition[]
A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
enabled boolean
The rule is enabled (true) or disabled (false)
normalization string
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
propagationTypes string[]
How to apply the management zone to underlying entities:

  • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
  • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
  • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
  • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
  • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
  • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
  • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
  • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
valueFormat string
The value of the auto-tag. If specified, the tag is used in the name:valueFormat format. For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux. You can use the following placeholders here: * {AwsAutoScalingGroup:Name} * {AwsAvailabilityZone:Name} * {AwsElasticLoadBalancer:Name} * {AwsRelationalDatabaseService:DBName} * {AwsRelationalDatabaseService:Endpoint} * {AwsRelationalDatabaseService:Engine} * {AwsRelationalDatabaseService:InstanceClass} * {AwsRelationalDatabaseService:Name} * {AwsRelationalDatabaseService:Port} * {AzureRegion:Name} * {AzureScaleSet:Name} * {AzureVm:Name} * {CloudFoundryOrganization:Name} * {CustomDevice:DetectedName} * {CustomDevice:DnsName} * {CustomDevice:IpAddress} * {CustomDevice:Port} * {DockerContainerGroupInstance:ContainerName} * {DockerContainerGroupInstance:FullImageName} * {DockerContainerGroupInstance:ImageVersion} * {DockerContainerGroupInstance:StrippedImageName} * {ESXIHost:HardwareModel} * {ESXIHost:HardwareVendor} * {ESXIHost:Name} * {ESXIHost:ProductName} * {ESXIHost:ProductVersion} * {Ec2Instance:AmiId} * {Ec2Instance:BeanstalkEnvironmentName} * {Ec2Instance:InstanceId} * {Ec2Instance:InstanceType} * {Ec2Instance:LocalHostName} * {Ec2Instance:Name} * {Ec2Instance:PublicHostName} * {Ec2Instance:SecurityGroup} * {GoogleComputeInstance:Id} * {GoogleComputeInstance:IpAddresses} * {GoogleComputeInstance:MachineType} * {GoogleComputeInstance:Name} * {GoogleComputeInstance:ProjectId} * {GoogleComputeInstance:Project} * {Host:AWSNameTag} * {Host:AixLogicalCpuCount} * {Host:AzureHostName} * {Host:AzureSiteName} * {Host:BoshDeploymentId} * {Host:BoshInstanceId} * {Host:BoshInstanceName} * {Host:BoshName} * {Host:BoshStemcellVersion} * {Host:CpuCores} * {Host:DetectedName} * {Host:Environment:AppName} * {Host:Environment:BoshReleaseVersion} * {Host:Environment:Environment} * {Host:Environment:Link} * {Host:Environment:Organization} * {Host:Environment:Owner} * {Host:Environment:Support} * {Host:IpAddress} * {Host:LogicalCpuCores} * {Host:OneAgentCustomHostName} * {Host:OperatingSystemVersion} * {Host:PaasMemoryLimit} * {HostGroup:Name} * {KubernetesCluster:Name} * {KubernetesNode:DetectedName} * {OpenstackAvailabilityZone:Name} * {OpenstackZone:Name} * {OpenstackComputeNode:Name} * {OpenstackProject:Name} * {OpenstackVm:UnstanceType} * {OpenstackVm:Name} * {OpenstackVm:SecurityGroup} * {ProcessGroup:AmazonECRImageAccountId} * {ProcessGroup:AmazonECRImageRegion} * {ProcessGroup:AmazonECSCluster} * {ProcessGroup:AmazonECSContainerName} * {ProcessGroup:AmazonECSFamily} * {ProcessGroup:AmazonECSRevision} * {ProcessGroup:AmazonLambdaFunctionName} * {ProcessGroup:AmazonRegion} * {ProcessGroup:ApacheConfigPath} * {ProcessGroup:ApacheSparkMasterIpAddress} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AzureHostName} * {ProcessGroup:AzureSiteName} * {ProcessGroup:CassandraClusterName} * {ProcessGroup:CatalinaBase} * {ProcessGroup:CatalinaHome} * {ProcessGroup:CloudFoundryAppId} * {ProcessGroup:CloudFoundryAppName} * {ProcessGroup:CloudFoundryInstanceIndex} * {ProcessGroup:CloudFoundrySpaceId} * {ProcessGroup:CloudFoundrySpaceName} * {ProcessGroup:ColdFusionJvmConfigFile} * {ProcessGroup:ColdFusionServiceName} * {ProcessGroup:CommandLineArgs} * {ProcessGroup:DetectedName} * {ProcessGroup:DotNetCommandPath} * {ProcessGroup:DotNetCommand} * {ProcessGroup:DotNetClusterId} * {ProcessGroup:DotNetNodeId} * {ProcessGroup:ElasticsearchClusterName} * {ProcessGroup:ElasticsearchNodeName} * {ProcessGroup:EquinoxConfigPath} * {ProcessGroup:ExeName} * {ProcessGroup:ExePath} * {ProcessGroup:GlassFishDomainName} * {ProcessGroup:GlassFishInstanceName} * {ProcessGroup:GoogleAppEngineInstance} * {ProcessGroup:GoogleAppEngineService} * {ProcessGroup:GoogleCloudProject} * {ProcessGroup:HybrisBinDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisDataDirectory} * {ProcessGroup:IBMCicsRegion} * {ProcessGroup:IBMCtgName} * {ProcessGroup:IBMImsConnectRegion} * {ProcessGroup:IBMImsControlRegion} * {ProcessGroup:IBMImsMessageProcessingRegion} * {ProcessGroup:IBMImsSoapGwName} * {ProcessGroup:IBMIntegrationNodeName} * {ProcessGroup:IBMIntegrationServerName} * {ProcessGroup:IISAppPool} * {ProcessGroup:IISRoleName} * {ProcessGroup:JbossHome} * {ProcessGroup:JbossMode} * {ProcessGroup:JbossServerName} * {ProcessGroup:JavaJarFile} * {ProcessGroup:JavaJarPath} * {ProcessGroup:JavaMainCLass} * {ProcessGroup:KubernetesBasePodName} * {ProcessGroup:KubernetesContainerName} * {ProcessGroup:KubernetesFullPodName} * {ProcessGroup:KubernetesNamespace} * {ProcessGroup:KubernetesPodUid} * {ProcessGroup:MssqlInstanceName} * {ProcessGroup:NodeJsAppBaseDirectory} * {ProcessGroup:NodeJsAppName} * {ProcessGroup:NodeJsScriptName} * {ProcessGroup:OracleSid} * {ProcessGroup:PHPScriptPath} * {ProcessGroup:PHPWorkingDirectory} * {ProcessGroup:Ports} * {ProcessGroup:RubyAppRootPath} * {ProcessGroup:RubyScriptPath} * {ProcessGroup:SoftwareAGInstallRoot} * {ProcessGroup:SoftwareAGProductPropertyName} * {ProcessGroup:SpringBootAppName} * {ProcessGroup:SpringBootProfileName} * {ProcessGroup:SpringBootStartupClass} * {ProcessGroup:TIBCOBusinessWorksAppNodeName} * {ProcessGroup:TIBCOBusinessWorksAppSpaceName} * {ProcessGroup:TIBCOBusinessWorksCeAppName} * {ProcessGroup:TIBCOBusinessWorksCeVersion} * {ProcessGroup:TIBCOBusinessWorksDomainName} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFilePath} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFile} * {ProcessGroup:TIBCOBusinessWorksHome} * {ProcessGroup:VarnishInstanceName} * {ProcessGroup:WebLogicClusterName} * {ProcessGroup:WebLogicDomainName} * {ProcessGroup:WebLogicHome} * {ProcessGroup:WebLogicName} * {ProcessGroup:WebSphereCellName} * {ProcessGroup:WebSphereClusterName} * {ProcessGroup:WebSphereNodeName} * {ProcessGroup:WebSphereServerName} * {ProcessGroup:ActorSystem} * {Service:STGServerName} * {Service:DatabaseHostName} * {Service:DatabaseName} * {Service:DatabaseVendor} * {Service:DetectedName} * {Service:EndpointPath} * {Service:EndpointPathGatewayUrl} * {Service:IIBApplicationName} * {Service:MessageListenerClassName} * {Service:Port} * {Service:PublicDomainName} * {Service:RemoteEndpoint} * {Service:RemoteName} * {Service:WebApplicationId} * {Service:WebContextRoot} * {Service:WebServerName} * {Service:WebServiceNamespace} * {Service:WebServiceName} * {VmwareDatacenter:Name} * {VmwareVm:Name}
type This property is required. str
The type of Dynatrace entities the management zone can be applied to
conditions Sequence[AutotagRuleCondition]
A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
enabled bool
The rule is enabled (true) or disabled (false)
normalization str
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
propagation_types Sequence[str]
How to apply the management zone to underlying entities:

  • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
  • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
  • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
  • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
  • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
  • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
  • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
  • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
value_format str
The value of the auto-tag. If specified, the tag is used in the name:valueFormat format. For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux. You can use the following placeholders here: * {AwsAutoScalingGroup:Name} * {AwsAvailabilityZone:Name} * {AwsElasticLoadBalancer:Name} * {AwsRelationalDatabaseService:DBName} * {AwsRelationalDatabaseService:Endpoint} * {AwsRelationalDatabaseService:Engine} * {AwsRelationalDatabaseService:InstanceClass} * {AwsRelationalDatabaseService:Name} * {AwsRelationalDatabaseService:Port} * {AzureRegion:Name} * {AzureScaleSet:Name} * {AzureVm:Name} * {CloudFoundryOrganization:Name} * {CustomDevice:DetectedName} * {CustomDevice:DnsName} * {CustomDevice:IpAddress} * {CustomDevice:Port} * {DockerContainerGroupInstance:ContainerName} * {DockerContainerGroupInstance:FullImageName} * {DockerContainerGroupInstance:ImageVersion} * {DockerContainerGroupInstance:StrippedImageName} * {ESXIHost:HardwareModel} * {ESXIHost:HardwareVendor} * {ESXIHost:Name} * {ESXIHost:ProductName} * {ESXIHost:ProductVersion} * {Ec2Instance:AmiId} * {Ec2Instance:BeanstalkEnvironmentName} * {Ec2Instance:InstanceId} * {Ec2Instance:InstanceType} * {Ec2Instance:LocalHostName} * {Ec2Instance:Name} * {Ec2Instance:PublicHostName} * {Ec2Instance:SecurityGroup} * {GoogleComputeInstance:Id} * {GoogleComputeInstance:IpAddresses} * {GoogleComputeInstance:MachineType} * {GoogleComputeInstance:Name} * {GoogleComputeInstance:ProjectId} * {GoogleComputeInstance:Project} * {Host:AWSNameTag} * {Host:AixLogicalCpuCount} * {Host:AzureHostName} * {Host:AzureSiteName} * {Host:BoshDeploymentId} * {Host:BoshInstanceId} * {Host:BoshInstanceName} * {Host:BoshName} * {Host:BoshStemcellVersion} * {Host:CpuCores} * {Host:DetectedName} * {Host:Environment:AppName} * {Host:Environment:BoshReleaseVersion} * {Host:Environment:Environment} * {Host:Environment:Link} * {Host:Environment:Organization} * {Host:Environment:Owner} * {Host:Environment:Support} * {Host:IpAddress} * {Host:LogicalCpuCores} * {Host:OneAgentCustomHostName} * {Host:OperatingSystemVersion} * {Host:PaasMemoryLimit} * {HostGroup:Name} * {KubernetesCluster:Name} * {KubernetesNode:DetectedName} * {OpenstackAvailabilityZone:Name} * {OpenstackZone:Name} * {OpenstackComputeNode:Name} * {OpenstackProject:Name} * {OpenstackVm:UnstanceType} * {OpenstackVm:Name} * {OpenstackVm:SecurityGroup} * {ProcessGroup:AmazonECRImageAccountId} * {ProcessGroup:AmazonECRImageRegion} * {ProcessGroup:AmazonECSCluster} * {ProcessGroup:AmazonECSContainerName} * {ProcessGroup:AmazonECSFamily} * {ProcessGroup:AmazonECSRevision} * {ProcessGroup:AmazonLambdaFunctionName} * {ProcessGroup:AmazonRegion} * {ProcessGroup:ApacheConfigPath} * {ProcessGroup:ApacheSparkMasterIpAddress} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AzureHostName} * {ProcessGroup:AzureSiteName} * {ProcessGroup:CassandraClusterName} * {ProcessGroup:CatalinaBase} * {ProcessGroup:CatalinaHome} * {ProcessGroup:CloudFoundryAppId} * {ProcessGroup:CloudFoundryAppName} * {ProcessGroup:CloudFoundryInstanceIndex} * {ProcessGroup:CloudFoundrySpaceId} * {ProcessGroup:CloudFoundrySpaceName} * {ProcessGroup:ColdFusionJvmConfigFile} * {ProcessGroup:ColdFusionServiceName} * {ProcessGroup:CommandLineArgs} * {ProcessGroup:DetectedName} * {ProcessGroup:DotNetCommandPath} * {ProcessGroup:DotNetCommand} * {ProcessGroup:DotNetClusterId} * {ProcessGroup:DotNetNodeId} * {ProcessGroup:ElasticsearchClusterName} * {ProcessGroup:ElasticsearchNodeName} * {ProcessGroup:EquinoxConfigPath} * {ProcessGroup:ExeName} * {ProcessGroup:ExePath} * {ProcessGroup:GlassFishDomainName} * {ProcessGroup:GlassFishInstanceName} * {ProcessGroup:GoogleAppEngineInstance} * {ProcessGroup:GoogleAppEngineService} * {ProcessGroup:GoogleCloudProject} * {ProcessGroup:HybrisBinDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisDataDirectory} * {ProcessGroup:IBMCicsRegion} * {ProcessGroup:IBMCtgName} * {ProcessGroup:IBMImsConnectRegion} * {ProcessGroup:IBMImsControlRegion} * {ProcessGroup:IBMImsMessageProcessingRegion} * {ProcessGroup:IBMImsSoapGwName} * {ProcessGroup:IBMIntegrationNodeName} * {ProcessGroup:IBMIntegrationServerName} * {ProcessGroup:IISAppPool} * {ProcessGroup:IISRoleName} * {ProcessGroup:JbossHome} * {ProcessGroup:JbossMode} * {ProcessGroup:JbossServerName} * {ProcessGroup:JavaJarFile} * {ProcessGroup:JavaJarPath} * {ProcessGroup:JavaMainCLass} * {ProcessGroup:KubernetesBasePodName} * {ProcessGroup:KubernetesContainerName} * {ProcessGroup:KubernetesFullPodName} * {ProcessGroup:KubernetesNamespace} * {ProcessGroup:KubernetesPodUid} * {ProcessGroup:MssqlInstanceName} * {ProcessGroup:NodeJsAppBaseDirectory} * {ProcessGroup:NodeJsAppName} * {ProcessGroup:NodeJsScriptName} * {ProcessGroup:OracleSid} * {ProcessGroup:PHPScriptPath} * {ProcessGroup:PHPWorkingDirectory} * {ProcessGroup:Ports} * {ProcessGroup:RubyAppRootPath} * {ProcessGroup:RubyScriptPath} * {ProcessGroup:SoftwareAGInstallRoot} * {ProcessGroup:SoftwareAGProductPropertyName} * {ProcessGroup:SpringBootAppName} * {ProcessGroup:SpringBootProfileName} * {ProcessGroup:SpringBootStartupClass} * {ProcessGroup:TIBCOBusinessWorksAppNodeName} * {ProcessGroup:TIBCOBusinessWorksAppSpaceName} * {ProcessGroup:TIBCOBusinessWorksCeAppName} * {ProcessGroup:TIBCOBusinessWorksCeVersion} * {ProcessGroup:TIBCOBusinessWorksDomainName} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFilePath} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFile} * {ProcessGroup:TIBCOBusinessWorksHome} * {ProcessGroup:VarnishInstanceName} * {ProcessGroup:WebLogicClusterName} * {ProcessGroup:WebLogicDomainName} * {ProcessGroup:WebLogicHome} * {ProcessGroup:WebLogicName} * {ProcessGroup:WebSphereCellName} * {ProcessGroup:WebSphereClusterName} * {ProcessGroup:WebSphereNodeName} * {ProcessGroup:WebSphereServerName} * {ProcessGroup:ActorSystem} * {Service:STGServerName} * {Service:DatabaseHostName} * {Service:DatabaseName} * {Service:DatabaseVendor} * {Service:DetectedName} * {Service:EndpointPath} * {Service:EndpointPathGatewayUrl} * {Service:IIBApplicationName} * {Service:MessageListenerClassName} * {Service:Port} * {Service:PublicDomainName} * {Service:RemoteEndpoint} * {Service:RemoteName} * {Service:WebApplicationId} * {Service:WebContextRoot} * {Service:WebServerName} * {Service:WebServiceNamespace} * {Service:WebServiceName} * {VmwareDatacenter:Name} * {VmwareVm:Name}
type This property is required. String
The type of Dynatrace entities the management zone can be applied to
conditions List<Property Map>
A list of matching rules for the management zone. The management zone applies only if all conditions are fulfilled
enabled Boolean
The rule is enabled (true) or disabled (false)
normalization String
Changes applied to the value after applying the value format. Possible values are LEAVE_TEXT_AS_IS, TO_LOWER_CASE and TO_UPPER_CASE. Default is LEAVE_TEXT_AS_IS
propagationTypes List<String>
How to apply the management zone to underlying entities:

  • SERVICE_TO_HOST_LIKE: Apply to underlying hosts of matching services
  • SERVICE_TO_PROCESS_GROUP_LIKE: Apply to underlying process groups of matching services
  • PROCESS_GROUP_TO_HOST: Apply to underlying hosts of matching process groups
  • PROCESS_GROUP_TO_SERVICE: Apply to all services provided by matching process groups
  • HOST_TO_PROCESS_GROUP_INSTANCE: Apply to processes running on matching hosts
  • CUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE: Apply to custom devices in matching custom device groups
  • AZURE_TO_PG: Apply to process groups connected to matching Azure entities
  • AZURE_TO_SERVICE: Apply to services provided by matching Azure entities
unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
valueFormat String
The value of the auto-tag. If specified, the tag is used in the name:valueFormat format. For example, you can extend the Infrastructure tag to Infrastructure:Windows and Infrastructure:Linux. You can use the following placeholders here: * {AwsAutoScalingGroup:Name} * {AwsAvailabilityZone:Name} * {AwsElasticLoadBalancer:Name} * {AwsRelationalDatabaseService:DBName} * {AwsRelationalDatabaseService:Endpoint} * {AwsRelationalDatabaseService:Engine} * {AwsRelationalDatabaseService:InstanceClass} * {AwsRelationalDatabaseService:Name} * {AwsRelationalDatabaseService:Port} * {AzureRegion:Name} * {AzureScaleSet:Name} * {AzureVm:Name} * {CloudFoundryOrganization:Name} * {CustomDevice:DetectedName} * {CustomDevice:DnsName} * {CustomDevice:IpAddress} * {CustomDevice:Port} * {DockerContainerGroupInstance:ContainerName} * {DockerContainerGroupInstance:FullImageName} * {DockerContainerGroupInstance:ImageVersion} * {DockerContainerGroupInstance:StrippedImageName} * {ESXIHost:HardwareModel} * {ESXIHost:HardwareVendor} * {ESXIHost:Name} * {ESXIHost:ProductName} * {ESXIHost:ProductVersion} * {Ec2Instance:AmiId} * {Ec2Instance:BeanstalkEnvironmentName} * {Ec2Instance:InstanceId} * {Ec2Instance:InstanceType} * {Ec2Instance:LocalHostName} * {Ec2Instance:Name} * {Ec2Instance:PublicHostName} * {Ec2Instance:SecurityGroup} * {GoogleComputeInstance:Id} * {GoogleComputeInstance:IpAddresses} * {GoogleComputeInstance:MachineType} * {GoogleComputeInstance:Name} * {GoogleComputeInstance:ProjectId} * {GoogleComputeInstance:Project} * {Host:AWSNameTag} * {Host:AixLogicalCpuCount} * {Host:AzureHostName} * {Host:AzureSiteName} * {Host:BoshDeploymentId} * {Host:BoshInstanceId} * {Host:BoshInstanceName} * {Host:BoshName} * {Host:BoshStemcellVersion} * {Host:CpuCores} * {Host:DetectedName} * {Host:Environment:AppName} * {Host:Environment:BoshReleaseVersion} * {Host:Environment:Environment} * {Host:Environment:Link} * {Host:Environment:Organization} * {Host:Environment:Owner} * {Host:Environment:Support} * {Host:IpAddress} * {Host:LogicalCpuCores} * {Host:OneAgentCustomHostName} * {Host:OperatingSystemVersion} * {Host:PaasMemoryLimit} * {HostGroup:Name} * {KubernetesCluster:Name} * {KubernetesNode:DetectedName} * {OpenstackAvailabilityZone:Name} * {OpenstackZone:Name} * {OpenstackComputeNode:Name} * {OpenstackProject:Name} * {OpenstackVm:UnstanceType} * {OpenstackVm:Name} * {OpenstackVm:SecurityGroup} * {ProcessGroup:AmazonECRImageAccountId} * {ProcessGroup:AmazonECRImageRegion} * {ProcessGroup:AmazonECSCluster} * {ProcessGroup:AmazonECSContainerName} * {ProcessGroup:AmazonECSFamily} * {ProcessGroup:AmazonECSRevision} * {ProcessGroup:AmazonLambdaFunctionName} * {ProcessGroup:AmazonRegion} * {ProcessGroup:ApacheConfigPath} * {ProcessGroup:ApacheSparkMasterIpAddress} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AspDotNetCoreApplicationPath} * {ProcessGroup:AzureHostName} * {ProcessGroup:AzureSiteName} * {ProcessGroup:CassandraClusterName} * {ProcessGroup:CatalinaBase} * {ProcessGroup:CatalinaHome} * {ProcessGroup:CloudFoundryAppId} * {ProcessGroup:CloudFoundryAppName} * {ProcessGroup:CloudFoundryInstanceIndex} * {ProcessGroup:CloudFoundrySpaceId} * {ProcessGroup:CloudFoundrySpaceName} * {ProcessGroup:ColdFusionJvmConfigFile} * {ProcessGroup:ColdFusionServiceName} * {ProcessGroup:CommandLineArgs} * {ProcessGroup:DetectedName} * {ProcessGroup:DotNetCommandPath} * {ProcessGroup:DotNetCommand} * {ProcessGroup:DotNetClusterId} * {ProcessGroup:DotNetNodeId} * {ProcessGroup:ElasticsearchClusterName} * {ProcessGroup:ElasticsearchNodeName} * {ProcessGroup:EquinoxConfigPath} * {ProcessGroup:ExeName} * {ProcessGroup:ExePath} * {ProcessGroup:GlassFishDomainName} * {ProcessGroup:GlassFishInstanceName} * {ProcessGroup:GoogleAppEngineInstance} * {ProcessGroup:GoogleAppEngineService} * {ProcessGroup:GoogleCloudProject} * {ProcessGroup:HybrisBinDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisConfigDirectory} * {ProcessGroup:HybrisDataDirectory} * {ProcessGroup:IBMCicsRegion} * {ProcessGroup:IBMCtgName} * {ProcessGroup:IBMImsConnectRegion} * {ProcessGroup:IBMImsControlRegion} * {ProcessGroup:IBMImsMessageProcessingRegion} * {ProcessGroup:IBMImsSoapGwName} * {ProcessGroup:IBMIntegrationNodeName} * {ProcessGroup:IBMIntegrationServerName} * {ProcessGroup:IISAppPool} * {ProcessGroup:IISRoleName} * {ProcessGroup:JbossHome} * {ProcessGroup:JbossMode} * {ProcessGroup:JbossServerName} * {ProcessGroup:JavaJarFile} * {ProcessGroup:JavaJarPath} * {ProcessGroup:JavaMainCLass} * {ProcessGroup:KubernetesBasePodName} * {ProcessGroup:KubernetesContainerName} * {ProcessGroup:KubernetesFullPodName} * {ProcessGroup:KubernetesNamespace} * {ProcessGroup:KubernetesPodUid} * {ProcessGroup:MssqlInstanceName} * {ProcessGroup:NodeJsAppBaseDirectory} * {ProcessGroup:NodeJsAppName} * {ProcessGroup:NodeJsScriptName} * {ProcessGroup:OracleSid} * {ProcessGroup:PHPScriptPath} * {ProcessGroup:PHPWorkingDirectory} * {ProcessGroup:Ports} * {ProcessGroup:RubyAppRootPath} * {ProcessGroup:RubyScriptPath} * {ProcessGroup:SoftwareAGInstallRoot} * {ProcessGroup:SoftwareAGProductPropertyName} * {ProcessGroup:SpringBootAppName} * {ProcessGroup:SpringBootProfileName} * {ProcessGroup:SpringBootStartupClass} * {ProcessGroup:TIBCOBusinessWorksAppNodeName} * {ProcessGroup:TIBCOBusinessWorksAppSpaceName} * {ProcessGroup:TIBCOBusinessWorksCeAppName} * {ProcessGroup:TIBCOBusinessWorksCeVersion} * {ProcessGroup:TIBCOBusinessWorksDomainName} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFilePath} * {ProcessGroup:TIBCOBusinessWorksEnginePropertyFile} * {ProcessGroup:TIBCOBusinessWorksHome} * {ProcessGroup:VarnishInstanceName} * {ProcessGroup:WebLogicClusterName} * {ProcessGroup:WebLogicDomainName} * {ProcessGroup:WebLogicHome} * {ProcessGroup:WebLogicName} * {ProcessGroup:WebSphereCellName} * {ProcessGroup:WebSphereClusterName} * {ProcessGroup:WebSphereNodeName} * {ProcessGroup:WebSphereServerName} * {ProcessGroup:ActorSystem} * {Service:STGServerName} * {Service:DatabaseHostName} * {Service:DatabaseName} * {Service:DatabaseVendor} * {Service:DetectedName} * {Service:EndpointPath} * {Service:EndpointPathGatewayUrl} * {Service:IIBApplicationName} * {Service:MessageListenerClassName} * {Service:Port} * {Service:PublicDomainName} * {Service:RemoteEndpoint} * {Service:RemoteName} * {Service:WebApplicationId} * {Service:WebContextRoot} * {Service:WebServerName} * {Service:WebServiceNamespace} * {Service:WebServiceName} * {VmwareDatacenter:Name} * {VmwareVm:Name}

AutotagRuleCondition
, AutotagRuleConditionArgs

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

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

ApplicationTypes List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionApplicationType>
Comparison for APPLICATION_TYPE attributes
AzureComputeModeComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionAzureComputeModeComparison>
Comparison for AZURE_COMPUTE_MODE attributes
AzureComputeModes List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionAzureComputeMode>
Comparison for AZURE_COMPUTE_MODE attributes

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

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

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

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

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

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

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

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

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

Bitnesses List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionBitness>
Comparison for BITNESS attributes
CloudTypeComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionCloudTypeComparison>
Comparison for CLOUD_TYPE attributes

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

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

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

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

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

CustomHostMetadatas List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionCustomHostMetadata>
Key for Custom Host Metadata
CustomProcessMetadataConditionKeys List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionCustomProcessMetadataConditionKey>
Key for Custom Process Metadata

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

CustomProcessMetadatas List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionCustomProcessMetadata>
Key for Custom Process Metadata
DatabaseTopologies List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionDatabaseTopology>
Comparison for DATABASE_TOPOLOGY attributes
DatabaseTopologyComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionDatabaseTopologyComparison>
Comparison for DATABASE_TOPOLOGY attributes

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

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

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

DcrumDecoders List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionDcrumDecoder>
Comparison for DCRUM_DECODER_TYPE attributes
Entities List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionEntity>
Comparison for ENTITY_ID attributes
EntityIdComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionEntityIdComparison>
Comparison for ENTITY_ID attributes

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

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

Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

Hypervisors List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionHypervisor>
Comparison for HYPERVISOR_TYPE attributes
IndexedNameComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionIndexedNameComparison>
Comparison for INDEXED_NAME attributes

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

IndexedNames List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionIndexedName>
Comparison for INDEXED_NAME attributes
IndexedStringComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionIndexedStringComparison>
Comparison for INDEXED_STRING attributes

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

IndexedStrings List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionIndexedString>
Comparison for INDEXED_STRING attributes
IndexedTagComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionIndexedTagComparison>
Comparison for INDEXED_TAG attributes

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

IndexedTags List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionIndexedTag>
Comparison for INDEXED_TAG attributes
IntegerComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionIntegerComparison>
Comparison for INTEGER attributes

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

Integers List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionInteger>
Comparison for INTEGER attributes
IpaddressComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionIpaddressComparison>
Comparison for IP_ADDRESS attributes

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

Ipaddresses List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionIpaddress>
Comparison for IP_ADDRESS attributes
Keys List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionKey>
Fallback for not yet known type
MobilePlatformComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionMobilePlatformComparison>
Comparison for MOBILE_PLATFORM attributes

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

MobilePlatforms List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionMobilePlatform>
Comparison for MOBILE_PLATFORM attributes
OsArches List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionOsArch>
Comparison for OS_ARCHITECTURE attributes
OsTypes List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionOsType>
Comparison for OS_TYPE attributes
OsarchitectureComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionOsarchitectureComparison>
Comparison for OS_ARCHITECTURE attributes

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

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

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

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

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

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

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

ProcessMetadatas List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionProcessMetadata>
The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type
ServiceTopologies List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionServiceTopology>
Comparison for SERVICE_TOPOLOGY attributes
ServiceTopologyComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionServiceTopologyComparison>
Comparison for SERVICE_TOPOLOGY attributes

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

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

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

ServiceTypes List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionServiceType>
Comparison for SERVICE_TYPE attributes
SimpleHostTechComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionSimpleHostTechComparison>
Comparison for SIMPLE_HOST_TECH attributes

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

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

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

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

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

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

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

StringKeys List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionStringKey>
The key for dynamic attributes of the STRING type
Strings List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionString>
Comparison for STRING attributes
SyntheticEngineTypeComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionSyntheticEngineTypeComparison>
Comparison for SYNTHETIC_ENGINE_TYPE attributes

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

SyntheticEngines List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionSyntheticEngine>
Comparison for SYNTHETIC_ENGINE_TYPE attributes
TagComparisons List<Pulumiverse.Dynatrace.Inputs.AutotagRuleConditionTagComparison>
Comparison for TAG attributes

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

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

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

ApplicationTypes []AutotagRuleConditionApplicationType
Comparison for APPLICATION_TYPE attributes
AzureComputeModeComparisons []AutotagRuleConditionAzureComputeModeComparison
Comparison for AZURE_COMPUTE_MODE attributes
AzureComputeModes []AutotagRuleConditionAzureComputeMode
Comparison for AZURE_COMPUTE_MODE attributes

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

AzureSkuComparisions []AutotagRuleConditionAzureSkuComparision
Comparison for AZURE_SKU attributes

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

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

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

BaseConditionKeys []AutotagRuleConditionBaseConditionKey
Fallback for not yet known type

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

BitnessComparisions []AutotagRuleConditionBitnessComparision
Comparison for BITNESS attributes

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

Bitnesses []AutotagRuleConditionBitness
Comparison for BITNESS attributes
CloudTypeComparisons []AutotagRuleConditionCloudTypeComparison
Comparison for CLOUD_TYPE attributes

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

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

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

CustomApplicationTypes []AutotagRuleConditionCustomApplicationType
Comparison for CUSTOM_APPLICATION_TYPE attributes
CustomHostMetadataConditionKeys []AutotagRuleConditionCustomHostMetadataConditionKey
Key for Custom Host Metadata

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

CustomHostMetadatas []AutotagRuleConditionCustomHostMetadata
Key for Custom Host Metadata
CustomProcessMetadataConditionKeys []AutotagRuleConditionCustomProcessMetadataConditionKey
Key for Custom Process Metadata

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

CustomProcessMetadatas []AutotagRuleConditionCustomProcessMetadata
Key for Custom Process Metadata
DatabaseTopologies []AutotagRuleConditionDatabaseTopology
Comparison for DATABASE_TOPOLOGY attributes
DatabaseTopologyComparisons []AutotagRuleConditionDatabaseTopologyComparison
Comparison for DATABASE_TOPOLOGY attributes

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

DcrumDecoderComparisons []AutotagRuleConditionDcrumDecoderComparison
Comparison for DCRUM_DECODER_TYPE attributes

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

DcrumDecoders []AutotagRuleConditionDcrumDecoder
Comparison for DCRUM_DECODER_TYPE attributes
Entities []AutotagRuleConditionEntity
Comparison for ENTITY_ID attributes
EntityIdComparisons []AutotagRuleConditionEntityIdComparison
Comparison for ENTITY_ID attributes

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

HostTeches []AutotagRuleConditionHostTech
Comparison for SIMPLE_HOST_TECH attributes
HypervisorTypeComparisions []AutotagRuleConditionHypervisorTypeComparision
hypervisor_type_comparision is deprecated. Use hypervisor instead

Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

Hypervisors []AutotagRuleConditionHypervisor
Comparison for HYPERVISOR_TYPE attributes
IndexedNameComparisons []AutotagRuleConditionIndexedNameComparison
Comparison for INDEXED_NAME attributes

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

IndexedNames []AutotagRuleConditionIndexedName
Comparison for INDEXED_NAME attributes
IndexedStringComparisons []AutotagRuleConditionIndexedStringComparison
Comparison for INDEXED_STRING attributes

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

IndexedStrings []AutotagRuleConditionIndexedString
Comparison for INDEXED_STRING attributes
IndexedTagComparisons []AutotagRuleConditionIndexedTagComparison
Comparison for INDEXED_TAG attributes

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

IndexedTags []AutotagRuleConditionIndexedTag
Comparison for INDEXED_TAG attributes
IntegerComparisons []AutotagRuleConditionIntegerComparison
Comparison for INTEGER attributes

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

Integers []AutotagRuleConditionInteger
Comparison for INTEGER attributes
IpaddressComparisons []AutotagRuleConditionIpaddressComparison
Comparison for IP_ADDRESS attributes

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

Ipaddresses []AutotagRuleConditionIpaddress
Comparison for IP_ADDRESS attributes
Keys []AutotagRuleConditionKey
Fallback for not yet known type
MobilePlatformComparisons []AutotagRuleConditionMobilePlatformComparison
Comparison for MOBILE_PLATFORM attributes

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

MobilePlatforms []AutotagRuleConditionMobilePlatform
Comparison for MOBILE_PLATFORM attributes
OsArches []AutotagRuleConditionOsArch
Comparison for OS_ARCHITECTURE attributes
OsTypes []AutotagRuleConditionOsType
Comparison for OS_TYPE attributes
OsarchitectureComparisons []AutotagRuleConditionOsarchitectureComparison
Comparison for OS_ARCHITECTURE attributes

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

OstypeComparisons []AutotagRuleConditionOstypeComparison
Comparison for OS_TYPE attributes

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

PaasTypeComparisons []AutotagRuleConditionPaasTypeComparison
Comparison for PAAS_TYPE attributes

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

PaasTypes []AutotagRuleConditionPaasType
Comparison for PAAS_TYPE attributes
ProcessMetadataConditionKeys []AutotagRuleConditionProcessMetadataConditionKey
The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type

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

ProcessMetadatas []AutotagRuleConditionProcessMetadata
The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type
ServiceTopologies []AutotagRuleConditionServiceTopology
Comparison for SERVICE_TOPOLOGY attributes
ServiceTopologyComparisons []AutotagRuleConditionServiceTopologyComparison
Comparison for SERVICE_TOPOLOGY attributes

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

ServiceTypeComparisons []AutotagRuleConditionServiceTypeComparison
Comparison for SERVICE_TYPE attributes

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

ServiceTypes []AutotagRuleConditionServiceType
Comparison for SERVICE_TYPE attributes
SimpleHostTechComparisons []AutotagRuleConditionSimpleHostTechComparison
Comparison for SIMPLE_HOST_TECH attributes

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

SimpleTechComparisons []AutotagRuleConditionSimpleTechComparison
Comparison for SIMPLE_TECH attributes

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

StringComparisons []AutotagRuleConditionStringComparison
Comparison for STRING attributes

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

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

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

StringKeys []AutotagRuleConditionStringKey
The key for dynamic attributes of the STRING type
Strings []AutotagRuleConditionString
Comparison for STRING attributes
SyntheticEngineTypeComparisons []AutotagRuleConditionSyntheticEngineTypeComparison
Comparison for SYNTHETIC_ENGINE_TYPE attributes

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

SyntheticEngines []AutotagRuleConditionSyntheticEngine
Comparison for SYNTHETIC_ENGINE_TYPE attributes
TagComparisons []AutotagRuleConditionTagComparison
Comparison for TAG attributes

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

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

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

applicationTypes List<AutotagRuleConditionApplicationType>
Comparison for APPLICATION_TYPE attributes
azureComputeModeComparisons List<AutotagRuleConditionAzureComputeModeComparison>
Comparison for AZURE_COMPUTE_MODE attributes
azureComputeModes List<AutotagRuleConditionAzureComputeMode>
Comparison for AZURE_COMPUTE_MODE attributes

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

azureSkuComparisions List<AutotagRuleConditionAzureSkuComparision>
Comparison for AZURE_SKU attributes

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

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

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

baseConditionKeys List<AutotagRuleConditionBaseConditionKey>
Fallback for not yet known type

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

bitnessComparisions List<AutotagRuleConditionBitnessComparision>
Comparison for BITNESS attributes

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

bitnesses List<AutotagRuleConditionBitness>
Comparison for BITNESS attributes
cloudTypeComparisons List<AutotagRuleConditionCloudTypeComparison>
Comparison for CLOUD_TYPE attributes

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

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

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

customApplicationTypes List<AutotagRuleConditionCustomApplicationType>
Comparison for CUSTOM_APPLICATION_TYPE attributes
customHostMetadataConditionKeys List<AutotagRuleConditionCustomHostMetadataConditionKey>
Key for Custom Host Metadata

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

customHostMetadatas List<AutotagRuleConditionCustomHostMetadata>
Key for Custom Host Metadata
customProcessMetadataConditionKeys List<AutotagRuleConditionCustomProcessMetadataConditionKey>
Key for Custom Process Metadata

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

customProcessMetadatas List<AutotagRuleConditionCustomProcessMetadata>
Key for Custom Process Metadata
databaseTopologies List<AutotagRuleConditionDatabaseTopology>
Comparison for DATABASE_TOPOLOGY attributes
databaseTopologyComparisons List<AutotagRuleConditionDatabaseTopologyComparison>
Comparison for DATABASE_TOPOLOGY attributes

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

dcrumDecoderComparisons List<AutotagRuleConditionDcrumDecoderComparison>
Comparison for DCRUM_DECODER_TYPE attributes

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

dcrumDecoders List<AutotagRuleConditionDcrumDecoder>
Comparison for DCRUM_DECODER_TYPE attributes
entities List<AutotagRuleConditionEntity>
Comparison for ENTITY_ID attributes
entityIdComparisons List<AutotagRuleConditionEntityIdComparison>
Comparison for ENTITY_ID attributes

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

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

Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

hypervisors List<AutotagRuleConditionHypervisor>
Comparison for HYPERVISOR_TYPE attributes
indexedNameComparisons List<AutotagRuleConditionIndexedNameComparison>
Comparison for INDEXED_NAME attributes

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

indexedNames List<AutotagRuleConditionIndexedName>
Comparison for INDEXED_NAME attributes
indexedStringComparisons List<AutotagRuleConditionIndexedStringComparison>
Comparison for INDEXED_STRING attributes

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

indexedStrings List<AutotagRuleConditionIndexedString>
Comparison for INDEXED_STRING attributes
indexedTagComparisons List<AutotagRuleConditionIndexedTagComparison>
Comparison for INDEXED_TAG attributes

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

indexedTags List<AutotagRuleConditionIndexedTag>
Comparison for INDEXED_TAG attributes
integerComparisons List<AutotagRuleConditionIntegerComparison>
Comparison for INTEGER attributes

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

integers List<AutotagRuleConditionInteger>
Comparison for INTEGER attributes
ipaddressComparisons List<AutotagRuleConditionIpaddressComparison>
Comparison for IP_ADDRESS attributes

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

ipaddresses List<AutotagRuleConditionIpaddress>
Comparison for IP_ADDRESS attributes
keys List<AutotagRuleConditionKey>
Fallback for not yet known type
mobilePlatformComparisons List<AutotagRuleConditionMobilePlatformComparison>
Comparison for MOBILE_PLATFORM attributes

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

mobilePlatforms List<AutotagRuleConditionMobilePlatform>
Comparison for MOBILE_PLATFORM attributes
osArches List<AutotagRuleConditionOsArch>
Comparison for OS_ARCHITECTURE attributes
osTypes List<AutotagRuleConditionOsType>
Comparison for OS_TYPE attributes
osarchitectureComparisons List<AutotagRuleConditionOsarchitectureComparison>
Comparison for OS_ARCHITECTURE attributes

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

ostypeComparisons List<AutotagRuleConditionOstypeComparison>
Comparison for OS_TYPE attributes

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

paasTypeComparisons List<AutotagRuleConditionPaasTypeComparison>
Comparison for PAAS_TYPE attributes

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

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

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

processMetadatas List<AutotagRuleConditionProcessMetadata>
The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type
serviceTopologies List<AutotagRuleConditionServiceTopology>
Comparison for SERVICE_TOPOLOGY attributes
serviceTopologyComparisons List<AutotagRuleConditionServiceTopologyComparison>
Comparison for SERVICE_TOPOLOGY attributes

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

serviceTypeComparisons List<AutotagRuleConditionServiceTypeComparison>
Comparison for SERVICE_TYPE attributes

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

serviceTypes List<AutotagRuleConditionServiceType>
Comparison for SERVICE_TYPE attributes
simpleHostTechComparisons List<AutotagRuleConditionSimpleHostTechComparison>
Comparison for SIMPLE_HOST_TECH attributes

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

simpleTechComparisons List<AutotagRuleConditionSimpleTechComparison>
Comparison for SIMPLE_TECH attributes

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

stringComparisons List<AutotagRuleConditionStringComparison>
Comparison for STRING attributes

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

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

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

stringKeys List<AutotagRuleConditionStringKey>
The key for dynamic attributes of the STRING type
strings List<AutotagRuleConditionString>
Comparison for STRING attributes
syntheticEngineTypeComparisons List<AutotagRuleConditionSyntheticEngineTypeComparison>
Comparison for SYNTHETIC_ENGINE_TYPE attributes

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

syntheticEngines List<AutotagRuleConditionSyntheticEngine>
Comparison for SYNTHETIC_ENGINE_TYPE attributes
tagComparisons List<AutotagRuleConditionTagComparison>
Comparison for TAG attributes

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

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

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

applicationTypes AutotagRuleConditionApplicationType[]
Comparison for APPLICATION_TYPE attributes
azureComputeModeComparisons AutotagRuleConditionAzureComputeModeComparison[]
Comparison for AZURE_COMPUTE_MODE attributes
azureComputeModes AutotagRuleConditionAzureComputeMode[]
Comparison for AZURE_COMPUTE_MODE attributes

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

azureSkuComparisions AutotagRuleConditionAzureSkuComparision[]
Comparison for AZURE_SKU attributes

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

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

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

baseConditionKeys AutotagRuleConditionBaseConditionKey[]
Fallback for not yet known type

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

bitnessComparisions AutotagRuleConditionBitnessComparision[]
Comparison for BITNESS attributes

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

bitnesses AutotagRuleConditionBitness[]
Comparison for BITNESS attributes
cloudTypeComparisons AutotagRuleConditionCloudTypeComparison[]
Comparison for CLOUD_TYPE attributes

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

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

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

customApplicationTypes AutotagRuleConditionCustomApplicationType[]
Comparison for CUSTOM_APPLICATION_TYPE attributes
customHostMetadataConditionKeys AutotagRuleConditionCustomHostMetadataConditionKey[]
Key for Custom Host Metadata

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

customHostMetadatas AutotagRuleConditionCustomHostMetadata[]
Key for Custom Host Metadata
customProcessMetadataConditionKeys AutotagRuleConditionCustomProcessMetadataConditionKey[]
Key for Custom Process Metadata

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

customProcessMetadatas AutotagRuleConditionCustomProcessMetadata[]
Key for Custom Process Metadata
databaseTopologies AutotagRuleConditionDatabaseTopology[]
Comparison for DATABASE_TOPOLOGY attributes
databaseTopologyComparisons AutotagRuleConditionDatabaseTopologyComparison[]
Comparison for DATABASE_TOPOLOGY attributes

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

dcrumDecoderComparisons AutotagRuleConditionDcrumDecoderComparison[]
Comparison for DCRUM_DECODER_TYPE attributes

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

dcrumDecoders AutotagRuleConditionDcrumDecoder[]
Comparison for DCRUM_DECODER_TYPE attributes
entities AutotagRuleConditionEntity[]
Comparison for ENTITY_ID attributes
entityIdComparisons AutotagRuleConditionEntityIdComparison[]
Comparison for ENTITY_ID attributes

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

hostTeches AutotagRuleConditionHostTech[]
Comparison for SIMPLE_HOST_TECH attributes
hypervisorTypeComparisions AutotagRuleConditionHypervisorTypeComparision[]
hypervisor_type_comparision is deprecated. Use hypervisor instead

Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

hypervisors AutotagRuleConditionHypervisor[]
Comparison for HYPERVISOR_TYPE attributes
indexedNameComparisons AutotagRuleConditionIndexedNameComparison[]
Comparison for INDEXED_NAME attributes

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

indexedNames AutotagRuleConditionIndexedName[]
Comparison for INDEXED_NAME attributes
indexedStringComparisons AutotagRuleConditionIndexedStringComparison[]
Comparison for INDEXED_STRING attributes

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

indexedStrings AutotagRuleConditionIndexedString[]
Comparison for INDEXED_STRING attributes
indexedTagComparisons AutotagRuleConditionIndexedTagComparison[]
Comparison for INDEXED_TAG attributes

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

indexedTags AutotagRuleConditionIndexedTag[]
Comparison for INDEXED_TAG attributes
integerComparisons AutotagRuleConditionIntegerComparison[]
Comparison for INTEGER attributes

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

integers AutotagRuleConditionInteger[]
Comparison for INTEGER attributes
ipaddressComparisons AutotagRuleConditionIpaddressComparison[]
Comparison for IP_ADDRESS attributes

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

ipaddresses AutotagRuleConditionIpaddress[]
Comparison for IP_ADDRESS attributes
keys AutotagRuleConditionKey[]
Fallback for not yet known type
mobilePlatformComparisons AutotagRuleConditionMobilePlatformComparison[]
Comparison for MOBILE_PLATFORM attributes

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

mobilePlatforms AutotagRuleConditionMobilePlatform[]
Comparison for MOBILE_PLATFORM attributes
osArches AutotagRuleConditionOsArch[]
Comparison for OS_ARCHITECTURE attributes
osTypes AutotagRuleConditionOsType[]
Comparison for OS_TYPE attributes
osarchitectureComparisons AutotagRuleConditionOsarchitectureComparison[]
Comparison for OS_ARCHITECTURE attributes

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

ostypeComparisons AutotagRuleConditionOstypeComparison[]
Comparison for OS_TYPE attributes

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

paasTypeComparisons AutotagRuleConditionPaasTypeComparison[]
Comparison for PAAS_TYPE attributes

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

paasTypes AutotagRuleConditionPaasType[]
Comparison for PAAS_TYPE attributes
processMetadataConditionKeys AutotagRuleConditionProcessMetadataConditionKey[]
The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type

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

processMetadatas AutotagRuleConditionProcessMetadata[]
The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type
serviceTopologies AutotagRuleConditionServiceTopology[]
Comparison for SERVICE_TOPOLOGY attributes
serviceTopologyComparisons AutotagRuleConditionServiceTopologyComparison[]
Comparison for SERVICE_TOPOLOGY attributes

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

serviceTypeComparisons AutotagRuleConditionServiceTypeComparison[]
Comparison for SERVICE_TYPE attributes

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

serviceTypes AutotagRuleConditionServiceType[]
Comparison for SERVICE_TYPE attributes
simpleHostTechComparisons AutotagRuleConditionSimpleHostTechComparison[]
Comparison for SIMPLE_HOST_TECH attributes

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

simpleTechComparisons AutotagRuleConditionSimpleTechComparison[]
Comparison for SIMPLE_TECH attributes

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

stringComparisons AutotagRuleConditionStringComparison[]
Comparison for STRING attributes

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

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

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

stringKeys AutotagRuleConditionStringKey[]
The key for dynamic attributes of the STRING type
strings AutotagRuleConditionString[]
Comparison for STRING attributes
syntheticEngineTypeComparisons AutotagRuleConditionSyntheticEngineTypeComparison[]
Comparison for SYNTHETIC_ENGINE_TYPE attributes

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

syntheticEngines AutotagRuleConditionSyntheticEngine[]
Comparison for SYNTHETIC_ENGINE_TYPE attributes
tagComparisons AutotagRuleConditionTagComparison[]
Comparison for TAG attributes

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

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

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

application_types Sequence[AutotagRuleConditionApplicationType]
Comparison for APPLICATION_TYPE attributes
azure_compute_mode_comparisons Sequence[AutotagRuleConditionAzureComputeModeComparison]
Comparison for AZURE_COMPUTE_MODE attributes
azure_compute_modes Sequence[AutotagRuleConditionAzureComputeMode]
Comparison for AZURE_COMPUTE_MODE attributes

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

azure_sku_comparisions Sequence[AutotagRuleConditionAzureSkuComparision]
Comparison for AZURE_SKU attributes

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

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

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

base_condition_keys Sequence[AutotagRuleConditionBaseConditionKey]
Fallback for not yet known type

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

bitness_comparisions Sequence[AutotagRuleConditionBitnessComparision]
Comparison for BITNESS attributes

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

bitnesses Sequence[AutotagRuleConditionBitness]
Comparison for BITNESS attributes
cloud_type_comparisons Sequence[AutotagRuleConditionCloudTypeComparison]
Comparison for CLOUD_TYPE attributes

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

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

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

custom_application_types Sequence[AutotagRuleConditionCustomApplicationType]
Comparison for CUSTOM_APPLICATION_TYPE attributes
custom_host_metadata_condition_keys Sequence[AutotagRuleConditionCustomHostMetadataConditionKey]
Key for Custom Host Metadata

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

custom_host_metadatas Sequence[AutotagRuleConditionCustomHostMetadata]
Key for Custom Host Metadata
custom_process_metadata_condition_keys Sequence[AutotagRuleConditionCustomProcessMetadataConditionKey]
Key for Custom Process Metadata

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

custom_process_metadatas Sequence[AutotagRuleConditionCustomProcessMetadata]
Key for Custom Process Metadata
database_topologies Sequence[AutotagRuleConditionDatabaseTopology]
Comparison for DATABASE_TOPOLOGY attributes
database_topology_comparisons Sequence[AutotagRuleConditionDatabaseTopologyComparison]
Comparison for DATABASE_TOPOLOGY attributes

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

dcrum_decoder_comparisons Sequence[AutotagRuleConditionDcrumDecoderComparison]
Comparison for DCRUM_DECODER_TYPE attributes

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

dcrum_decoders Sequence[AutotagRuleConditionDcrumDecoder]
Comparison for DCRUM_DECODER_TYPE attributes
entities Sequence[AutotagRuleConditionEntity]
Comparison for ENTITY_ID attributes
entity_id_comparisons Sequence[AutotagRuleConditionEntityIdComparison]
Comparison for ENTITY_ID attributes

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

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

Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

hypervisors Sequence[AutotagRuleConditionHypervisor]
Comparison for HYPERVISOR_TYPE attributes
indexed_name_comparisons Sequence[AutotagRuleConditionIndexedNameComparison]
Comparison for INDEXED_NAME attributes

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

indexed_names Sequence[AutotagRuleConditionIndexedName]
Comparison for INDEXED_NAME attributes
indexed_string_comparisons Sequence[AutotagRuleConditionIndexedStringComparison]
Comparison for INDEXED_STRING attributes

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

indexed_strings Sequence[AutotagRuleConditionIndexedString]
Comparison for INDEXED_STRING attributes
indexed_tag_comparisons Sequence[AutotagRuleConditionIndexedTagComparison]
Comparison for INDEXED_TAG attributes

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

indexed_tags Sequence[AutotagRuleConditionIndexedTag]
Comparison for INDEXED_TAG attributes
integer_comparisons Sequence[AutotagRuleConditionIntegerComparison]
Comparison for INTEGER attributes

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

integers Sequence[AutotagRuleConditionInteger]
Comparison for INTEGER attributes
ipaddress_comparisons Sequence[AutotagRuleConditionIpaddressComparison]
Comparison for IP_ADDRESS attributes

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

ipaddresses Sequence[AutotagRuleConditionIpaddress]
Comparison for IP_ADDRESS attributes
keys Sequence[AutotagRuleConditionKey]
Fallback for not yet known type
mobile_platform_comparisons Sequence[AutotagRuleConditionMobilePlatformComparison]
Comparison for MOBILE_PLATFORM attributes

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

mobile_platforms Sequence[AutotagRuleConditionMobilePlatform]
Comparison for MOBILE_PLATFORM attributes
os_arches Sequence[AutotagRuleConditionOsArch]
Comparison for OS_ARCHITECTURE attributes
os_types Sequence[AutotagRuleConditionOsType]
Comparison for OS_TYPE attributes
osarchitecture_comparisons Sequence[AutotagRuleConditionOsarchitectureComparison]
Comparison for OS_ARCHITECTURE attributes

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

ostype_comparisons Sequence[AutotagRuleConditionOstypeComparison]
Comparison for OS_TYPE attributes

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

paas_type_comparisons Sequence[AutotagRuleConditionPaasTypeComparison]
Comparison for PAAS_TYPE attributes

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

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

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

process_metadatas Sequence[AutotagRuleConditionProcessMetadata]
The key for dynamic attributes of the PROCESS_PREDEFINED_METADATA_KEY type
service_topologies Sequence[AutotagRuleConditionServiceTopology]
Comparison for SERVICE_TOPOLOGY attributes
service_topology_comparisons Sequence[AutotagRuleConditionServiceTopologyComparison]
Comparison for SERVICE_TOPOLOGY attributes

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

service_type_comparisons Sequence[AutotagRuleConditionServiceTypeComparison]
Comparison for SERVICE_TYPE attributes

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

service_types Sequence[AutotagRuleConditionServiceType]
Comparison for SERVICE_TYPE attributes
simple_host_tech_comparisons Sequence[AutotagRuleConditionSimpleHostTechComparison]
Comparison for SIMPLE_HOST_TECH attributes

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

simple_tech_comparisons Sequence[AutotagRuleConditionSimpleTechComparison]
Comparison for SIMPLE_TECH attributes

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

string_comparisons Sequence[AutotagRuleConditionStringComparison]
Comparison for STRING attributes

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

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

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

string_keys Sequence[AutotagRuleConditionStringKey]
The key for dynamic attributes of the STRING type
strings Sequence[AutotagRuleConditionString]
Comparison for STRING attributes
synthetic_engine_type_comparisons Sequence[AutotagRuleConditionSyntheticEngineTypeComparison]
Comparison for SYNTHETIC_ENGINE_TYPE attributes

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

synthetic_engines Sequence[AutotagRuleConditionSyntheticEngine]
Comparison for SYNTHETIC_ENGINE_TYPE attributes
tag_comparisons Sequence[AutotagRuleConditionTagComparison]
Comparison for TAG attributes

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

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

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

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

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

azureSkuComparisions List<Property Map>
Comparison for AZURE_SKU attributes

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

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

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

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

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

bitnessComparisions List<Property Map>
Comparison for BITNESS attributes

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

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

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

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

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

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

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

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

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

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

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

dcrumDecoderComparisons List<Property Map>
Comparison for DCRUM_DECODER_TYPE attributes

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

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

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

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

Deprecated: hypervisor_type_comparision is deprecated. Use hypervisor instead

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ostypeComparisons List<Property Map>
Comparison for OS_TYPE attributes

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

paasTypeComparisons List<Property Map>
Comparison for PAAS_TYPE attributes

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

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

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

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

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

serviceTypeComparisons List<Property Map>
Comparison for SERVICE_TYPE attributes

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

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

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

simpleTechComparisons List<Property Map>
Comparison for SIMPLE_TECH attributes

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

stringComparisons List<Property Map>
Comparison for STRING attributes

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

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

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

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

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

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

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

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

AutotagRuleConditionApplicationType
, AutotagRuleConditionApplicationTypeArgs

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

AutotagRuleConditionApplicationTypeComparison
, AutotagRuleConditionApplicationTypeComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionAzureComputeMode
, AutotagRuleConditionAzureComputeModeArgs

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

AutotagRuleConditionAzureComputeModeComparison
, AutotagRuleConditionAzureComputeModeComparisonArgs

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

AutotagRuleConditionAzureSkuComparision
, AutotagRuleConditionAzureSkuComparisionArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionAzureSkus
, AutotagRuleConditionAzureSkusArgs

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

AutotagRuleConditionBaseComparisonBasic
, AutotagRuleConditionBaseComparisonBasicArgs

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

AutotagRuleConditionBaseConditionKey
, AutotagRuleConditionBaseConditionKeyArgs

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

AutotagRuleConditionBitness
, AutotagRuleConditionBitnessArgs

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

AutotagRuleConditionBitnessComparision
, AutotagRuleConditionBitnessComparisionArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionCloudType
, AutotagRuleConditionCloudTypeArgs

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

AutotagRuleConditionCloudTypeComparison
, AutotagRuleConditionCloudTypeComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionComparison
, AutotagRuleConditionComparisonArgs

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

AutotagRuleConditionCustomApplicationType
, AutotagRuleConditionCustomApplicationTypeArgs

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

AutotagRuleConditionCustomApplicationTypeComparison
, AutotagRuleConditionCustomApplicationTypeComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionCustomHostMetadata
, AutotagRuleConditionCustomHostMetadataArgs

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

AutotagRuleConditionCustomHostMetadataConditionKey
, AutotagRuleConditionCustomHostMetadataConditionKeyArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKey
, AutotagRuleConditionCustomHostMetadataConditionKeyDynamicKeyArgs

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

AutotagRuleConditionCustomHostMetadataDynamicKey
, AutotagRuleConditionCustomHostMetadataDynamicKeyArgs

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

AutotagRuleConditionCustomProcessMetadata
, AutotagRuleConditionCustomProcessMetadataArgs

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

AutotagRuleConditionCustomProcessMetadataConditionKey
, AutotagRuleConditionCustomProcessMetadataConditionKeyArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKey
, AutotagRuleConditionCustomProcessMetadataConditionKeyDynamicKeyArgs

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

AutotagRuleConditionCustomProcessMetadataDynamicKey
, AutotagRuleConditionCustomProcessMetadataDynamicKeyArgs

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

AutotagRuleConditionDatabaseTopology
, AutotagRuleConditionDatabaseTopologyArgs

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

AutotagRuleConditionDatabaseTopologyComparison
, AutotagRuleConditionDatabaseTopologyComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionDcrumDecoder
, AutotagRuleConditionDcrumDecoderArgs

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

AutotagRuleConditionDcrumDecoderComparison
, AutotagRuleConditionDcrumDecoderComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionEntity
, AutotagRuleConditionEntityArgs

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

AutotagRuleConditionEntityIdComparison
, AutotagRuleConditionEntityIdComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionHostTech
, AutotagRuleConditionHostTechArgs

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

AutotagRuleConditionHostTechValue
, AutotagRuleConditionHostTechValueArgs

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

AutotagRuleConditionHypervisor
, AutotagRuleConditionHypervisorArgs

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

AutotagRuleConditionHypervisorTypeComparision
, AutotagRuleConditionHypervisorTypeComparisionArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionIndexedName
, AutotagRuleConditionIndexedNameArgs

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

AutotagRuleConditionIndexedNameComparison
, AutotagRuleConditionIndexedNameComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionIndexedString
, AutotagRuleConditionIndexedStringArgs

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

AutotagRuleConditionIndexedStringComparison
, AutotagRuleConditionIndexedStringComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionIndexedTag
, AutotagRuleConditionIndexedTagArgs

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

AutotagRuleConditionIndexedTagComparison
, AutotagRuleConditionIndexedTagComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionIndexedTagComparisonValue
, AutotagRuleConditionIndexedTagComparisonValueArgs

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

AutotagRuleConditionIndexedTagValue
, AutotagRuleConditionIndexedTagValueArgs

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

AutotagRuleConditionInteger
, AutotagRuleConditionIntegerArgs

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

AutotagRuleConditionIntegerComparison
, AutotagRuleConditionIntegerComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionIpaddress
, AutotagRuleConditionIpaddressArgs

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

AutotagRuleConditionIpaddressComparison
, AutotagRuleConditionIpaddressComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionKey
, AutotagRuleConditionKeyArgs

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

AutotagRuleConditionMobilePlatform
, AutotagRuleConditionMobilePlatformArgs

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

AutotagRuleConditionMobilePlatformComparison
, AutotagRuleConditionMobilePlatformComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionOsArch
, AutotagRuleConditionOsArchArgs

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

AutotagRuleConditionOsType
, AutotagRuleConditionOsTypeArgs

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

AutotagRuleConditionOsarchitectureComparison
, AutotagRuleConditionOsarchitectureComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionOstypeComparison
, AutotagRuleConditionOstypeComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionPaasType
, AutotagRuleConditionPaasTypeArgs

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

AutotagRuleConditionPaasTypeComparison
, AutotagRuleConditionPaasTypeComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionProcessMetadata
, AutotagRuleConditionProcessMetadataArgs

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

AutotagRuleConditionProcessMetadataConditionKey
, AutotagRuleConditionProcessMetadataConditionKeyArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionServiceTopology
, AutotagRuleConditionServiceTopologyArgs

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

AutotagRuleConditionServiceTopologyComparison
, AutotagRuleConditionServiceTopologyComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionServiceType
, AutotagRuleConditionServiceTypeArgs

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

AutotagRuleConditionServiceTypeComparison
, AutotagRuleConditionServiceTypeComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionSimpleHostTechComparison
, AutotagRuleConditionSimpleHostTechComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionSimpleHostTechComparisonValue
, AutotagRuleConditionSimpleHostTechComparisonValueArgs

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

AutotagRuleConditionSimpleTechComparison
, AutotagRuleConditionSimpleTechComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionSimpleTechComparisonValue
, AutotagRuleConditionSimpleTechComparisonValueArgs

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

AutotagRuleConditionString
, AutotagRuleConditionStringArgs

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

AutotagRuleConditionStringComparison
, AutotagRuleConditionStringComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionStringConditionKey
, AutotagRuleConditionStringConditionKeyArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionStringKey
, AutotagRuleConditionStringKeyArgs

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

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

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

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

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

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

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

AutotagRuleConditionSyntheticEngine
, AutotagRuleConditionSyntheticEngineArgs

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

AutotagRuleConditionSyntheticEngineTypeComparison
, AutotagRuleConditionSyntheticEngineTypeComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionTag
, AutotagRuleConditionTagArgs

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

AutotagRuleConditionTagComparison
, AutotagRuleConditionTagComparisonArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

AutotagRuleConditionTagComparisonValue
, AutotagRuleConditionTagComparisonValueArgs

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

AutotagRuleConditionTagValue
, AutotagRuleConditionTagValueArgs

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

AutotagRuleConditionTech
, AutotagRuleConditionTechArgs

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

AutotagRuleConditionTechValue
, AutotagRuleConditionTechValueArgs

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

Package Details

Repository
dynatrace pulumiverse/pulumi-dynatrace
License
Apache-2.0
Notes
This Pulumi package is based on the dynatrace Terraform Provider.