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 string
- The unique name of the resource.
- args AutotagArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AutotagArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AutotagArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AutotagArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AutotagArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
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",
});
example, err := dynatrace.NewAutotag(ctx, "autotagResource", &dynatrace.AutotagArgs{
Description: pulumi.String("string"),
EntitySelectorBasedRules: dynatrace.AutotagEntitySelectorBasedRuleArray{
&dynatrace.AutotagEntitySelectorBasedRuleArgs{
Enabled: pulumi.Bool(false),
Normalization: pulumi.String("string"),
Selector: pulumi.String("string"),
Unknowns: pulumi.String("string"),
ValueFormat: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
Rules: dynatrace.AutotagRuleArray{
&dynatrace.AutotagRuleArgs{
Type: pulumi.String("string"),
Conditions: dynatrace.AutotagRuleConditionArray{
&dynatrace.AutotagRuleConditionArgs{
ApplicationTypes: dynatrace.AutotagRuleConditionApplicationTypeArray{
&dynatrace.AutotagRuleConditionApplicationTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
AzureComputeModeComparisons: dynatrace.AutotagRuleConditionAzureComputeModeComparisonArray{
&dynatrace.AutotagRuleConditionAzureComputeModeComparisonArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
AzureSkus: dynatrace.AutotagRuleConditionAzureSkusArray{
&dynatrace.AutotagRuleConditionAzureSkusArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Bitnesses: dynatrace.AutotagRuleConditionBitnessArray{
&dynatrace.AutotagRuleConditionBitnessArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
CloudTypes: dynatrace.AutotagRuleConditionCloudTypeArray{
&dynatrace.AutotagRuleConditionCloudTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Comparisons: dynatrace.AutotagRuleConditionComparisonArray{
&dynatrace.AutotagRuleConditionComparisonArgs{
Type: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
},
},
CustomApplicationTypes: dynatrace.AutotagRuleConditionCustomApplicationTypeArray{
&dynatrace.AutotagRuleConditionCustomApplicationTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
CustomHostMetadatas: dynatrace.AutotagRuleConditionCustomHostMetadataArray{
&dynatrace.AutotagRuleConditionCustomHostMetadataArgs{
Attribute: pulumi.String("string"),
DynamicKey: &dynatrace.AutotagRuleConditionCustomHostMetadataDynamicKeyArgs{
Key: pulumi.String("string"),
Source: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
},
},
CustomProcessMetadatas: dynatrace.AutotagRuleConditionCustomProcessMetadataArray{
&dynatrace.AutotagRuleConditionCustomProcessMetadataArgs{
Attribute: pulumi.String("string"),
DynamicKey: &dynatrace.AutotagRuleConditionCustomProcessMetadataDynamicKeyArgs{
Key: pulumi.String("string"),
Source: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
},
},
DatabaseTopologies: dynatrace.AutotagRuleConditionDatabaseTopologyArray{
&dynatrace.AutotagRuleConditionDatabaseTopologyArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
DcrumDecoders: dynatrace.AutotagRuleConditionDcrumDecoderArray{
&dynatrace.AutotagRuleConditionDcrumDecoderArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Entities: dynatrace.AutotagRuleConditionEntityArray{
&dynatrace.AutotagRuleConditionEntityArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
HostTeches: dynatrace.AutotagRuleConditionHostTechArray{
&dynatrace.AutotagRuleConditionHostTechArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: &dynatrace.AutotagRuleConditionHostTechValueArgs{
Type: pulumi.String("string"),
Unknowns: pulumi.String("string"),
VerbatimType: pulumi.String("string"),
},
},
},
Hypervisors: dynatrace.AutotagRuleConditionHypervisorArray{
&dynatrace.AutotagRuleConditionHypervisorArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
IndexedNames: dynatrace.AutotagRuleConditionIndexedNameArray{
&dynatrace.AutotagRuleConditionIndexedNameArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
IndexedStrings: dynatrace.AutotagRuleConditionIndexedStringArray{
&dynatrace.AutotagRuleConditionIndexedStringArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
IndexedTags: dynatrace.AutotagRuleConditionIndexedTagArray{
&dynatrace.AutotagRuleConditionIndexedTagArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: &dynatrace.AutotagRuleConditionIndexedTagValueArgs{
Context: pulumi.String("string"),
Key: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
Integers: dynatrace.AutotagRuleConditionIntegerArray{
&dynatrace.AutotagRuleConditionIntegerArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.Int(0),
},
},
Ipaddresses: dynatrace.AutotagRuleConditionIpaddressArray{
&dynatrace.AutotagRuleConditionIpaddressArgs{
Operator: pulumi.String("string"),
CaseSensitive: pulumi.Bool(false),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Keys: dynatrace.AutotagRuleConditionKeyArray{
&dynatrace.AutotagRuleConditionKeyArgs{
Attribute: pulumi.String("string"),
Type: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
},
MobilePlatforms: dynatrace.AutotagRuleConditionMobilePlatformArray{
&dynatrace.AutotagRuleConditionMobilePlatformArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
OsArches: dynatrace.AutotagRuleConditionOsArchArray{
&dynatrace.AutotagRuleConditionOsArchArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
OsTypes: dynatrace.AutotagRuleConditionOsTypeArray{
&dynatrace.AutotagRuleConditionOsTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
PaasTypes: dynatrace.AutotagRuleConditionPaasTypeArray{
&dynatrace.AutotagRuleConditionPaasTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ProcessMetadatas: dynatrace.AutotagRuleConditionProcessMetadataArray{
&dynatrace.AutotagRuleConditionProcessMetadataArgs{
Attribute: pulumi.String("string"),
DynamicKey: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
},
ServiceTopologies: dynatrace.AutotagRuleConditionServiceTopologyArray{
&dynatrace.AutotagRuleConditionServiceTopologyArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ServiceTypes: dynatrace.AutotagRuleConditionServiceTypeArray{
&dynatrace.AutotagRuleConditionServiceTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
StringKeys: dynatrace.AutotagRuleConditionStringKeyArray{
&dynatrace.AutotagRuleConditionStringKeyArgs{
Attribute: pulumi.String("string"),
DynamicKey: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
},
Strings: dynatrace.AutotagRuleConditionStringArray{
&dynatrace.AutotagRuleConditionStringArgs{
Operator: pulumi.String("string"),
CaseSensitive: pulumi.Bool(false),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
SyntheticEngines: dynatrace.AutotagRuleConditionSyntheticEngineArray{
&dynatrace.AutotagRuleConditionSyntheticEngineArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Tags: dynatrace.AutotagRuleConditionTagArray{
&dynatrace.AutotagRuleConditionTagArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: &dynatrace.AutotagRuleConditionTagValueArgs{
Context: pulumi.String("string"),
Key: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
Teches: dynatrace.AutotagRuleConditionTechArray{
&dynatrace.AutotagRuleConditionTechArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: &dynatrace.AutotagRuleConditionTechValueArgs{
Type: pulumi.String("string"),
Unknowns: pulumi.String("string"),
VerbatimType: pulumi.String("string"),
},
},
},
Unknowns: pulumi.String("string"),
},
},
Enabled: pulumi.Bool(false),
Normalization: pulumi.String("string"),
PropagationTypes: pulumi.StringArray{
pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
ValueFormat: pulumi.String("string"),
},
},
Unknowns: pulumi.String("string"),
})
var autotagResource = new Autotag("autotagResource", AutotagArgs.builder()
.description("string")
.entitySelectorBasedRules(AutotagEntitySelectorBasedRuleArgs.builder()
.enabled(false)
.normalization("string")
.selector("string")
.unknowns("string")
.valueFormat("string")
.build())
.name("string")
.rules(AutotagRuleArgs.builder()
.type("string")
.conditions(AutotagRuleConditionArgs.builder()
.applicationTypes(AutotagRuleConditionApplicationTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.azureComputeModeComparisons(AutotagRuleConditionAzureComputeModeComparisonArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.azureSkus(AutotagRuleConditionAzureSkusArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.bitnesses(AutotagRuleConditionBitnessArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.cloudTypes(AutotagRuleConditionCloudTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.comparisons(AutotagRuleConditionComparisonArgs.builder()
.type("string")
.negate(false)
.unknowns("string")
.build())
.customApplicationTypes(AutotagRuleConditionCustomApplicationTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.customHostMetadatas(AutotagRuleConditionCustomHostMetadataArgs.builder()
.attribute("string")
.dynamicKey(AutotagRuleConditionCustomHostMetadataDynamicKeyArgs.builder()
.key("string")
.source("string")
.unknowns("string")
.build())
.unknowns("string")
.build())
.customProcessMetadatas(AutotagRuleConditionCustomProcessMetadataArgs.builder()
.attribute("string")
.dynamicKey(AutotagRuleConditionCustomProcessMetadataDynamicKeyArgs.builder()
.key("string")
.source("string")
.unknowns("string")
.build())
.unknowns("string")
.build())
.databaseTopologies(AutotagRuleConditionDatabaseTopologyArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.dcrumDecoders(AutotagRuleConditionDcrumDecoderArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.entities(AutotagRuleConditionEntityArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.hostTeches(AutotagRuleConditionHostTechArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value(AutotagRuleConditionHostTechValueArgs.builder()
.type("string")
.unknowns("string")
.verbatimType("string")
.build())
.build())
.hypervisors(AutotagRuleConditionHypervisorArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.indexedNames(AutotagRuleConditionIndexedNameArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.indexedStrings(AutotagRuleConditionIndexedStringArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.indexedTags(AutotagRuleConditionIndexedTagArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value(AutotagRuleConditionIndexedTagValueArgs.builder()
.context("string")
.key("string")
.unknowns("string")
.value("string")
.build())
.build())
.integers(AutotagRuleConditionIntegerArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value(0)
.build())
.ipaddresses(AutotagRuleConditionIpaddressArgs.builder()
.operator("string")
.caseSensitive(false)
.negate(false)
.unknowns("string")
.value("string")
.build())
.keys(AutotagRuleConditionKeyArgs.builder()
.attribute("string")
.type("string")
.unknowns("string")
.build())
.mobilePlatforms(AutotagRuleConditionMobilePlatformArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.osArches(AutotagRuleConditionOsArchArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.osTypes(AutotagRuleConditionOsTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.paasTypes(AutotagRuleConditionPaasTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.processMetadatas(AutotagRuleConditionProcessMetadataArgs.builder()
.attribute("string")
.dynamicKey("string")
.unknowns("string")
.build())
.serviceTopologies(AutotagRuleConditionServiceTopologyArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.serviceTypes(AutotagRuleConditionServiceTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.stringKeys(AutotagRuleConditionStringKeyArgs.builder()
.attribute("string")
.dynamicKey("string")
.unknowns("string")
.build())
.strings(AutotagRuleConditionStringArgs.builder()
.operator("string")
.caseSensitive(false)
.negate(false)
.unknowns("string")
.value("string")
.build())
.syntheticEngines(AutotagRuleConditionSyntheticEngineArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.tags(AutotagRuleConditionTagArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value(AutotagRuleConditionTagValueArgs.builder()
.context("string")
.key("string")
.unknowns("string")
.value("string")
.build())
.build())
.teches(AutotagRuleConditionTechArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value(AutotagRuleConditionTechValueArgs.builder()
.type("string")
.unknowns("string")
.verbatimType("string")
.build())
.build())
.unknowns("string")
.build())
.enabled(false)
.normalization("string")
.propagationTypes("string")
.unknowns("string")
.valueFormat("string")
.build())
.unknowns("string")
.build());
autotag_resource = dynatrace.Autotag("autotagResource",
description="string",
entity_selector_based_rules=[dynatrace.AutotagEntitySelectorBasedRuleArgs(
enabled=False,
normalization="string",
selector="string",
unknowns="string",
value_format="string",
)],
name="string",
rules=[dynatrace.AutotagRuleArgs(
type="string",
conditions=[dynatrace.AutotagRuleConditionArgs(
application_types=[dynatrace.AutotagRuleConditionApplicationTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
azure_compute_mode_comparisons=[dynatrace.AutotagRuleConditionAzureComputeModeComparisonArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
azure_skus=[dynatrace.AutotagRuleConditionAzureSkusArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
bitnesses=[dynatrace.AutotagRuleConditionBitnessArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
cloud_types=[dynatrace.AutotagRuleConditionCloudTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
comparisons=[dynatrace.AutotagRuleConditionComparisonArgs(
type="string",
negate=False,
unknowns="string",
)],
custom_application_types=[dynatrace.AutotagRuleConditionCustomApplicationTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
custom_host_metadatas=[dynatrace.AutotagRuleConditionCustomHostMetadataArgs(
attribute="string",
dynamic_key=dynatrace.AutotagRuleConditionCustomHostMetadataDynamicKeyArgs(
key="string",
source="string",
unknowns="string",
),
unknowns="string",
)],
custom_process_metadatas=[dynatrace.AutotagRuleConditionCustomProcessMetadataArgs(
attribute="string",
dynamic_key=dynatrace.AutotagRuleConditionCustomProcessMetadataDynamicKeyArgs(
key="string",
source="string",
unknowns="string",
),
unknowns="string",
)],
database_topologies=[dynatrace.AutotagRuleConditionDatabaseTopologyArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
dcrum_decoders=[dynatrace.AutotagRuleConditionDcrumDecoderArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
entities=[dynatrace.AutotagRuleConditionEntityArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
host_teches=[dynatrace.AutotagRuleConditionHostTechArgs(
operator="string",
negate=False,
unknowns="string",
value=dynatrace.AutotagRuleConditionHostTechValueArgs(
type="string",
unknowns="string",
verbatim_type="string",
),
)],
hypervisors=[dynatrace.AutotagRuleConditionHypervisorArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
indexed_names=[dynatrace.AutotagRuleConditionIndexedNameArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
indexed_strings=[dynatrace.AutotagRuleConditionIndexedStringArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
indexed_tags=[dynatrace.AutotagRuleConditionIndexedTagArgs(
operator="string",
negate=False,
unknowns="string",
value=dynatrace.AutotagRuleConditionIndexedTagValueArgs(
context="string",
key="string",
unknowns="string",
value="string",
),
)],
integers=[dynatrace.AutotagRuleConditionIntegerArgs(
operator="string",
negate=False,
unknowns="string",
value=0,
)],
ipaddresses=[dynatrace.AutotagRuleConditionIpaddressArgs(
operator="string",
case_sensitive=False,
negate=False,
unknowns="string",
value="string",
)],
keys=[dynatrace.AutotagRuleConditionKeyArgs(
attribute="string",
type="string",
unknowns="string",
)],
mobile_platforms=[dynatrace.AutotagRuleConditionMobilePlatformArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
os_arches=[dynatrace.AutotagRuleConditionOsArchArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
os_types=[dynatrace.AutotagRuleConditionOsTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
paas_types=[dynatrace.AutotagRuleConditionPaasTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
process_metadatas=[dynatrace.AutotagRuleConditionProcessMetadataArgs(
attribute="string",
dynamic_key="string",
unknowns="string",
)],
service_topologies=[dynatrace.AutotagRuleConditionServiceTopologyArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
service_types=[dynatrace.AutotagRuleConditionServiceTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
string_keys=[dynatrace.AutotagRuleConditionStringKeyArgs(
attribute="string",
dynamic_key="string",
unknowns="string",
)],
strings=[dynatrace.AutotagRuleConditionStringArgs(
operator="string",
case_sensitive=False,
negate=False,
unknowns="string",
value="string",
)],
synthetic_engines=[dynatrace.AutotagRuleConditionSyntheticEngineArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
tags=[dynatrace.AutotagRuleConditionTagArgs(
operator="string",
negate=False,
unknowns="string",
value=dynatrace.AutotagRuleConditionTagValueArgs(
context="string",
key="string",
unknowns="string",
value="string",
),
)],
teches=[dynatrace.AutotagRuleConditionTechArgs(
operator="string",
negate=False,
unknowns="string",
value=dynatrace.AutotagRuleConditionTechValueArgs(
type="string",
unknowns="string",
verbatim_type="string",
),
)],
unknowns="string",
)],
enabled=False,
normalization="string",
propagation_types=["string"],
unknowns="string",
value_format="string",
)],
unknowns="string")
const autotagResource = new dynatrace.Autotag("autotagResource", {
description: "string",
entitySelectorBasedRules: [{
enabled: false,
normalization: "string",
selector: "string",
unknowns: "string",
valueFormat: "string",
}],
name: "string",
rules: [{
type: "string",
conditions: [{
applicationTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
azureComputeModeComparisons: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
azureSkus: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
bitnesses: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
cloudTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
comparisons: [{
type: "string",
negate: false,
unknowns: "string",
}],
customApplicationTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
customHostMetadatas: [{
attribute: "string",
dynamicKey: {
key: "string",
source: "string",
unknowns: "string",
},
unknowns: "string",
}],
customProcessMetadatas: [{
attribute: "string",
dynamicKey: {
key: "string",
source: "string",
unknowns: "string",
},
unknowns: "string",
}],
databaseTopologies: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
dcrumDecoders: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
entities: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
hostTeches: [{
operator: "string",
negate: false,
unknowns: "string",
value: {
type: "string",
unknowns: "string",
verbatimType: "string",
},
}],
hypervisors: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
indexedNames: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
indexedStrings: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
indexedTags: [{
operator: "string",
negate: false,
unknowns: "string",
value: {
context: "string",
key: "string",
unknowns: "string",
value: "string",
},
}],
integers: [{
operator: "string",
negate: false,
unknowns: "string",
value: 0,
}],
ipaddresses: [{
operator: "string",
caseSensitive: false,
negate: false,
unknowns: "string",
value: "string",
}],
keys: [{
attribute: "string",
type: "string",
unknowns: "string",
}],
mobilePlatforms: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
osArches: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
osTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
paasTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
processMetadatas: [{
attribute: "string",
dynamicKey: "string",
unknowns: "string",
}],
serviceTopologies: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
serviceTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
stringKeys: [{
attribute: "string",
dynamicKey: "string",
unknowns: "string",
}],
strings: [{
operator: "string",
caseSensitive: false,
negate: false,
unknowns: "string",
value: "string",
}],
syntheticEngines: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
tags: [{
operator: "string",
negate: false,
unknowns: "string",
value: {
context: "string",
key: "string",
unknowns: "string",
value: "string",
},
}],
teches: [{
operator: "string",
negate: false,
unknowns: "string",
value: {
type: "string",
unknowns: "string",
verbatimType: "string",
},
}],
unknowns: "string",
}],
enabled: false,
normalization: "string",
propagationTypes: ["string"],
unknowns: "string",
valueFormat: "string",
}],
unknowns: "string",
});
type: dynatrace:Autotag
properties:
description: string
entitySelectorBasedRules:
- enabled: false
normalization: string
selector: string
unknowns: string
valueFormat: string
name: string
rules:
- conditions:
- applicationTypes:
- negate: false
operator: string
unknowns: string
value: string
azureComputeModeComparisons:
- negate: false
operator: string
unknowns: string
value: string
azureSkus:
- negate: false
operator: string
unknowns: string
value: string
bitnesses:
- negate: false
operator: string
unknowns: string
value: string
cloudTypes:
- negate: false
operator: string
unknowns: string
value: string
comparisons:
- negate: false
type: string
unknowns: string
customApplicationTypes:
- negate: false
operator: string
unknowns: string
value: string
customHostMetadatas:
- attribute: string
dynamicKey:
key: string
source: string
unknowns: string
unknowns: string
customProcessMetadatas:
- attribute: string
dynamicKey:
key: string
source: string
unknowns: string
unknowns: string
databaseTopologies:
- negate: false
operator: string
unknowns: string
value: string
dcrumDecoders:
- negate: false
operator: string
unknowns: string
value: string
entities:
- negate: false
operator: string
unknowns: string
value: string
hostTeches:
- negate: false
operator: string
unknowns: string
value:
type: string
unknowns: string
verbatimType: string
hypervisors:
- negate: false
operator: string
unknowns: string
value: string
indexedNames:
- negate: false
operator: string
unknowns: string
value: string
indexedStrings:
- negate: false
operator: string
unknowns: string
value: string
indexedTags:
- negate: false
operator: string
unknowns: string
value:
context: string
key: string
unknowns: string
value: string
integers:
- negate: false
operator: string
unknowns: string
value: 0
ipaddresses:
- caseSensitive: false
negate: false
operator: string
unknowns: string
value: string
keys:
- attribute: string
type: string
unknowns: string
mobilePlatforms:
- negate: false
operator: string
unknowns: string
value: string
osArches:
- negate: false
operator: string
unknowns: string
value: string
osTypes:
- negate: false
operator: string
unknowns: string
value: string
paasTypes:
- negate: false
operator: string
unknowns: string
value: string
processMetadatas:
- attribute: string
dynamicKey: string
unknowns: string
serviceTopologies:
- negate: false
operator: string
unknowns: string
value: string
serviceTypes:
- negate: false
operator: string
unknowns: string
value: string
stringKeys:
- attribute: string
dynamicKey: string
unknowns: string
strings:
- caseSensitive: false
negate: false
operator: string
unknowns: string
value: string
syntheticEngines:
- negate: false
operator: string
unknowns: string
value: string
tags:
- negate: false
operator: string
unknowns: string
value:
context: string
key: string
unknowns: string
value: string
teches:
- negate: false
operator: string
unknowns: string
value:
type: string
unknowns: string
verbatimType: string
unknowns: string
enabled: false
normalization: string
propagationTypes:
- string
type: string
unknowns: string
valueFormat: string
unknowns: string
Autotag Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Autotag resource accepts the following input properties:
- Description string
- The description of the auto-tag.
- Entity
Selector List<Pulumiverse.Based Rules Dynatrace. Inputs. Autotag Entity Selector Based Rule> - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - Name string
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
. - Rules
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule> - A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Description string
- The description of the auto-tag.
- Entity
Selector []AutotagBased Rules Entity Selector Based Rule Args - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - Name string
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
. - Rules
[]Autotag
Rule Args - A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- description String
- The description of the auto-tag.
- entity
Selector List<AutotagBased Rules Entity Selector Based Rule> - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - name String
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
. - rules
List<Autotag
Rule> - A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- description string
- The description of the auto-tag.
- entity
Selector AutotagBased Rules Entity Selector Based Rule[] - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - name string
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
. - rules
Autotag
Rule[] - A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- description str
- The description of the auto-tag.
- entity_
selector_ Sequence[Autotagbased_ rules Entity Selector Based Rule Args] - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - name str
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
. - rules
Sequence[Autotag
Rule Args] - A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- description String
- The description of the auto-tag.
- entity
Selector List<Property Map>Based Rules - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - name String
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
. - rules List<Property Map>
- A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
Outputs
All input properties are implicitly available as output properties. Additionally, the Autotag resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Autotag Resource
Get an existing Autotag resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AutotagState, opts?: CustomResourceOptions): Autotag
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
entity_selector_based_rules: Optional[Sequence[AutotagEntitySelectorBasedRuleArgs]] = None,
name: Optional[str] = None,
rules: Optional[Sequence[AutotagRuleArgs]] = None,
unknowns: Optional[str] = None) -> Autotag
func GetAutotag(ctx *Context, name string, id IDInput, state *AutotagState, opts ...ResourceOption) (*Autotag, error)
public static Autotag Get(string name, Input<string> id, AutotagState? state, CustomResourceOptions? opts = null)
public static Autotag get(String name, Output<String> id, AutotagState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Description string
- The description of the auto-tag.
- Entity
Selector List<Pulumiverse.Based Rules Dynatrace. Inputs. Autotag Entity Selector Based Rule> - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - Name string
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
. - Rules
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule> - A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Description string
- The description of the auto-tag.
- Entity
Selector []AutotagBased Rules Entity Selector Based Rule Args - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - Name string
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
. - Rules
[]Autotag
Rule Args - A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- description String
- The description of the auto-tag.
- entity
Selector List<AutotagBased Rules Entity Selector Based Rule> - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - name String
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
. - rules
List<Autotag
Rule> - A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- description string
- The description of the auto-tag.
- entity
Selector AutotagBased Rules Entity Selector Based Rule[] - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - name string
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
. - rules
Autotag
Rule[] - A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- description str
- The description of the auto-tag.
- entity_
selector_ Sequence[Autotagbased_ rules Entity Selector Based Rule Args] - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - name str
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure:Linux
. - rules
Sequence[Autotag
Rule Args] - A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- description String
- The description of the auto-tag.
- entity
Selector List<Property Map>Based Rules - A list of entity-selector based rules for management zone usage. If several rules are specified, the
or
logic applies - name String
- The name of the 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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure: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
andTO_UPPER_CASE
. Default isLEAVE_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
- Value
Format 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 toInfrastructure:Windows
andInfrastructure: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
andTO_UPPER_CASE
. Default isLEAVE_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
- Value
Format 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 toInfrastructure:Windows
andInfrastructure: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
andTO_UPPER_CASE
. Default isLEAVE_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
- value
Format 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 toInfrastructure:Windows
andInfrastructure: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
andTO_UPPER_CASE
. Default isLEAVE_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
- value
Format 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 toInfrastructure:Windows
andInfrastructure: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
andTO_UPPER_CASE
. Default isLEAVE_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 toInfrastructure:Windows
andInfrastructure: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
andTO_UPPER_CASE
. Default isLEAVE_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
- value
Format 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 toInfrastructure:Windows
andInfrastructure:Linux
AutotagRule, AutotagRuleArgs
- Type string
- The type of Dynatrace entities the management zone can be applied to
- Conditions
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition> - 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
andTO_UPPER_CASE
. Default isLEAVE_TEXT_AS_IS
- Propagation
Types List<string> - How to apply the management zone to underlying entities:
SERVICE_TO_HOST_LIKE
: Apply to underlying hosts of matching servicesSERVICE_TO_PROCESS_GROUP_LIKE
: Apply to underlying process groups of matching servicesPROCESS_GROUP_TO_HOST
: Apply to underlying hosts of matching process groupsPROCESS_GROUP_TO_SERVICE
: Apply to all services provided by matching process groupsHOST_TO_PROCESS_GROUP_INSTANCE
: Apply to processes running on matching hostsCUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE
: Apply to custom devices in matching custom device groupsAZURE_TO_PG
: Apply to process groups connected to matching Azure entitiesAZURE_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
- Value
Format string - The value of the auto-tag. If specified, the tag is used in the
name:valueFormat
format. For example, you can extend theInfrastructure
tag toInfrastructure:Windows
andInfrastructure: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 string
- The type of Dynatrace entities the management zone can be applied to
- Conditions
[]Autotag
Rule Condition - 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
andTO_UPPER_CASE
. Default isLEAVE_TEXT_AS_IS
- Propagation
Types []string - How to apply the management zone to underlying entities:
SERVICE_TO_HOST_LIKE
: Apply to underlying hosts of matching servicesSERVICE_TO_PROCESS_GROUP_LIKE
: Apply to underlying process groups of matching servicesPROCESS_GROUP_TO_HOST
: Apply to underlying hosts of matching process groupsPROCESS_GROUP_TO_SERVICE
: Apply to all services provided by matching process groupsHOST_TO_PROCESS_GROUP_INSTANCE
: Apply to processes running on matching hostsCUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE
: Apply to custom devices in matching custom device groupsAZURE_TO_PG
: Apply to process groups connected to matching Azure entitiesAZURE_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
- Value
Format string - The value of the auto-tag. If specified, the tag is used in the
name:valueFormat
format. For example, you can extend theInfrastructure
tag toInfrastructure:Windows
andInfrastructure: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 String
- The type of Dynatrace entities the management zone can be applied to
- conditions
List<Autotag
Rule Condition> - 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
andTO_UPPER_CASE
. Default isLEAVE_TEXT_AS_IS
- propagation
Types List<String> - How to apply the management zone to underlying entities:
SERVICE_TO_HOST_LIKE
: Apply to underlying hosts of matching servicesSERVICE_TO_PROCESS_GROUP_LIKE
: Apply to underlying process groups of matching servicesPROCESS_GROUP_TO_HOST
: Apply to underlying hosts of matching process groupsPROCESS_GROUP_TO_SERVICE
: Apply to all services provided by matching process groupsHOST_TO_PROCESS_GROUP_INSTANCE
: Apply to processes running on matching hostsCUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE
: Apply to custom devices in matching custom device groupsAZURE_TO_PG
: Apply to process groups connected to matching Azure entitiesAZURE_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
- value
Format String - The value of the auto-tag. If specified, the tag is used in the
name:valueFormat
format. For example, you can extend theInfrastructure
tag toInfrastructure:Windows
andInfrastructure: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 string
- The type of Dynatrace entities the management zone can be applied to
- conditions
Autotag
Rule Condition[] - 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
andTO_UPPER_CASE
. Default isLEAVE_TEXT_AS_IS
- propagation
Types string[] - How to apply the management zone to underlying entities:
SERVICE_TO_HOST_LIKE
: Apply to underlying hosts of matching servicesSERVICE_TO_PROCESS_GROUP_LIKE
: Apply to underlying process groups of matching servicesPROCESS_GROUP_TO_HOST
: Apply to underlying hosts of matching process groupsPROCESS_GROUP_TO_SERVICE
: Apply to all services provided by matching process groupsHOST_TO_PROCESS_GROUP_INSTANCE
: Apply to processes running on matching hostsCUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE
: Apply to custom devices in matching custom device groupsAZURE_TO_PG
: Apply to process groups connected to matching Azure entitiesAZURE_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
- value
Format string - The value of the auto-tag. If specified, the tag is used in the
name:valueFormat
format. For example, you can extend theInfrastructure
tag toInfrastructure:Windows
andInfrastructure: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 str
- The type of Dynatrace entities the management zone can be applied to
- conditions
Sequence[Autotag
Rule Condition] - 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
andTO_UPPER_CASE
. Default isLEAVE_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 servicesSERVICE_TO_PROCESS_GROUP_LIKE
: Apply to underlying process groups of matching servicesPROCESS_GROUP_TO_HOST
: Apply to underlying hosts of matching process groupsPROCESS_GROUP_TO_SERVICE
: Apply to all services provided by matching process groupsHOST_TO_PROCESS_GROUP_INSTANCE
: Apply to processes running on matching hostsCUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE
: Apply to custom devices in matching custom device groupsAZURE_TO_PG
: Apply to process groups connected to matching Azure entitiesAZURE_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 theInfrastructure
tag toInfrastructure:Windows
andInfrastructure: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 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
andTO_UPPER_CASE
. Default isLEAVE_TEXT_AS_IS
- propagation
Types List<String> - How to apply the management zone to underlying entities:
SERVICE_TO_HOST_LIKE
: Apply to underlying hosts of matching servicesSERVICE_TO_PROCESS_GROUP_LIKE
: Apply to underlying process groups of matching servicesPROCESS_GROUP_TO_HOST
: Apply to underlying hosts of matching process groupsPROCESS_GROUP_TO_SERVICE
: Apply to all services provided by matching process groupsHOST_TO_PROCESS_GROUP_INSTANCE
: Apply to processes running on matching hostsCUSTOM_DEVICE_GROUP_TO_CUSTOM_DEVICE
: Apply to custom devices in matching custom device groupsAZURE_TO_PG
: Apply to process groups connected to matching Azure entitiesAZURE_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
- value
Format String - The value of the auto-tag. If specified, the tag is used in the
name:valueFormat
format. For example, you can extend theInfrastructure
tag toInfrastructure:Windows
andInfrastructure: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
- Application
Type List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Application Type Comparison> - Comparison for
APPLICATION_TYPE
attributes - Application
Types List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Application Type> - Comparison for
APPLICATION_TYPE
attributes - Azure
Compute List<Pulumiverse.Mode Comparisons Dynatrace. Inputs. Autotag Rule Condition Azure Compute Mode Comparison> - Comparison for
AZURE_COMPUTE_MODE
attributes - Azure
Compute List<Pulumiverse.Modes Dynatrace. Inputs. Autotag Rule Condition Azure Compute Mode> - Comparison for
AZURE_COMPUTE_MODE
attributes - Azure
Sku List<Pulumiverse.Comparisions Dynatrace. Inputs. Autotag Rule Condition Azure Sku Comparision> - Comparison for
AZURE_SKU
attributes - Azure
Skus List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Azure Skus> - Comparison for
AZURE_SKU
attributes - Base
Comparison List<Pulumiverse.Basics Dynatrace. Inputs. Autotag Rule Condition Base Comparison Basic> - A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
- Base
Condition List<Pulumiverse.Keys Dynatrace. Inputs. Autotag Rule Condition Base Condition Key> - Fallback for not yet known type
- Bitness
Comparisions List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Bitness Comparision> - Comparison for
BITNESS
attributes - Bitnesses
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Bitness> - Comparison for
BITNESS
attributes - Cloud
Type List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Cloud Type Comparison> - Comparison for
CLOUD_TYPE
attributes - Cloud
Types List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Cloud Type> - Comparison for
CLOUD_TYPE
attributes - Comparisons
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Comparison> - A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
- Custom
Application List<Pulumiverse.Type Comparisons Dynatrace. Inputs. Autotag Rule Condition Custom Application Type Comparison> - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - Custom
Application List<Pulumiverse.Types Dynatrace. Inputs. Autotag Rule Condition Custom Application Type> - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - Custom
Host List<Pulumiverse.Metadata Condition Keys Dynatrace. Inputs. Autotag Rule Condition Custom Host Metadata Condition Key> - Key for Custom Host Metadata
- Custom
Host List<Pulumiverse.Metadatas Dynatrace. Inputs. Autotag Rule Condition Custom Host Metadata> - Key for Custom Host Metadata
- Custom
Process List<Pulumiverse.Metadata Condition Keys Dynatrace. Inputs. Autotag Rule Condition Custom Process Metadata Condition Key> - Key for Custom Process Metadata
- Custom
Process List<Pulumiverse.Metadatas Dynatrace. Inputs. Autotag Rule Condition Custom Process Metadata> - Key for Custom Process Metadata
- Database
Topologies List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Database Topology> - Comparison for
DATABASE_TOPOLOGY
attributes - Database
Topology List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Database Topology Comparison> - Comparison for
DATABASE_TOPOLOGY
attributes - Dcrum
Decoder List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Dcrum Decoder Comparison> - Comparison for
DCRUM_DECODER_TYPE
attributes - Dcrum
Decoders List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Dcrum Decoder> - Comparison for
DCRUM_DECODER_TYPE
attributes - Entities
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Entity> - Comparison for
ENTITY_ID
attributes - Entity
Id List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Entity Id Comparison> - Comparison for
ENTITY_ID
attributes - Host
Teches List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Host Tech> - Comparison for
SIMPLE_HOST_TECH
attributes - Hypervisor
Type List<Pulumiverse.Comparisions Dynatrace. Inputs. Autotag Rule Condition Hypervisor Type Comparision> hypervisor_type_comparision
is deprecated. Usehypervisor
instead- Hypervisors
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Hypervisor> - Comparison for
HYPERVISOR_TYPE
attributes - Indexed
Name List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Indexed Name Comparison> - Comparison for
INDEXED_NAME
attributes - Indexed
Names List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Indexed Name> - Comparison for
INDEXED_NAME
attributes - Indexed
String List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Indexed String Comparison> - Comparison for
INDEXED_STRING
attributes - Indexed
Strings List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Indexed String> - Comparison for
INDEXED_STRING
attributes - Indexed
Tag List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Indexed Tag Comparison> - Comparison for
INDEXED_TAG
attributes - List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Indexed Tag> - Comparison for
INDEXED_TAG
attributes - Integer
Comparisons List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Integer Comparison> - Comparison for
INTEGER
attributes - Integers
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Integer> - Comparison for
INTEGER
attributes - Ipaddress
Comparisons List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Ipaddress Comparison> - Comparison for
IP_ADDRESS
attributes - Ipaddresses
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Ipaddress> - Comparison for
IP_ADDRESS
attributes - Keys
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Key> - Fallback for not yet known type
- Mobile
Platform List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Mobile Platform Comparison> - Comparison for
MOBILE_PLATFORM
attributes - Mobile
Platforms List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Mobile Platform> - Comparison for
MOBILE_PLATFORM
attributes - Os
Arches List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Os Arch> - Comparison for
OS_ARCHITECTURE
attributes - Os
Types List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Os Type> - Comparison for
OS_TYPE
attributes - Osarchitecture
Comparisons List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Osarchitecture Comparison> - Comparison for
OS_ARCHITECTURE
attributes - Ostype
Comparisons List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Ostype Comparison> - Comparison for
OS_TYPE
attributes - Paas
Type List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Paas Type Comparison> - Comparison for
PAAS_TYPE
attributes - Paas
Types List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Paas Type> - Comparison for
PAAS_TYPE
attributes - Process
Metadata List<Pulumiverse.Condition Keys Dynatrace. Inputs. Autotag Rule Condition Process Metadata Condition Key> - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - Process
Metadatas List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Process Metadata> - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - Service
Topologies List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Service Topology> - Comparison for
SERVICE_TOPOLOGY
attributes - Service
Topology List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Service Topology Comparison> - Comparison for
SERVICE_TOPOLOGY
attributes - Service
Type List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Service Type Comparison> - Comparison for
SERVICE_TYPE
attributes - Service
Types List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Service Type> - Comparison for
SERVICE_TYPE
attributes - Simple
Host List<Pulumiverse.Tech Comparisons Dynatrace. Inputs. Autotag Rule Condition Simple Host Tech Comparison> - Comparison for
SIMPLE_HOST_TECH
attributes - Simple
Tech List<Pulumiverse.Comparisons Dynatrace. Inputs. Autotag Rule Condition Simple Tech Comparison> - Comparison for
SIMPLE_TECH
attributes - String
Comparisons List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition String Comparison> - Comparison for
STRING
attributes - String
Condition List<Pulumiverse.Keys Dynatrace. Inputs. Autotag Rule Condition String Condition Key> - The key for dynamic attributes of the
STRING
type - String
Keys List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition String Key> - The key for dynamic attributes of the
STRING
type - Strings
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition String> - Comparison for
STRING
attributes - Synthetic
Engine List<Pulumiverse.Type Comparisons Dynatrace. Inputs. Autotag Rule Condition Synthetic Engine Type Comparison> - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - Synthetic
Engines List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Synthetic Engine> - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - Tag
Comparisons List<Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Tag Comparison> - Comparison for
TAG
attributes - List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Tag> - Comparison for
TAG
attributes - Teches
List<Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Tech> - Comparison for
SIMPLE_TECH
attributes - Unknowns string
- Any attributes that aren't yet supported by this provider
- Application
Type []AutotagComparisons Rule Condition Application Type Comparison - Comparison for
APPLICATION_TYPE
attributes - Application
Types []AutotagRule Condition Application Type - Comparison for
APPLICATION_TYPE
attributes - Azure
Compute []AutotagMode Comparisons Rule Condition Azure Compute Mode Comparison - Comparison for
AZURE_COMPUTE_MODE
attributes - Azure
Compute []AutotagModes Rule Condition Azure Compute Mode - Comparison for
AZURE_COMPUTE_MODE
attributes - Azure
Sku []AutotagComparisions Rule Condition Azure Sku Comparision - Comparison for
AZURE_SKU
attributes - Azure
Skus []AutotagRule Condition Azure Skus - Comparison for
AZURE_SKU
attributes - Base
Comparison []AutotagBasics Rule Condition Base Comparison Basic - A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
- Base
Condition []AutotagKeys Rule Condition Base Condition Key - Fallback for not yet known type
- Bitness
Comparisions []AutotagRule Condition Bitness Comparision - Comparison for
BITNESS
attributes - Bitnesses
[]Autotag
Rule Condition Bitness - Comparison for
BITNESS
attributes - Cloud
Type []AutotagComparisons Rule Condition Cloud Type Comparison - Comparison for
CLOUD_TYPE
attributes - Cloud
Types []AutotagRule Condition Cloud Type - Comparison for
CLOUD_TYPE
attributes - Comparisons
[]Autotag
Rule Condition Comparison - A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
- Custom
Application []AutotagType Comparisons Rule Condition Custom Application Type Comparison - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - Custom
Application []AutotagTypes Rule Condition Custom Application Type - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - Custom
Host []AutotagMetadata Condition Keys Rule Condition Custom Host Metadata Condition Key - Key for Custom Host Metadata
- Custom
Host []AutotagMetadatas Rule Condition Custom Host Metadata - Key for Custom Host Metadata
- Custom
Process []AutotagMetadata Condition Keys Rule Condition Custom Process Metadata Condition Key - Key for Custom Process Metadata
- Custom
Process []AutotagMetadatas Rule Condition Custom Process Metadata - Key for Custom Process Metadata
- Database
Topologies []AutotagRule Condition Database Topology - Comparison for
DATABASE_TOPOLOGY
attributes - Database
Topology []AutotagComparisons Rule Condition Database Topology Comparison - Comparison for
DATABASE_TOPOLOGY
attributes - Dcrum
Decoder []AutotagComparisons Rule Condition Dcrum Decoder Comparison - Comparison for
DCRUM_DECODER_TYPE
attributes - Dcrum
Decoders []AutotagRule Condition Dcrum Decoder - Comparison for
DCRUM_DECODER_TYPE
attributes - Entities
[]Autotag
Rule Condition Entity - Comparison for
ENTITY_ID
attributes - Entity
Id []AutotagComparisons Rule Condition Entity Id Comparison - Comparison for
ENTITY_ID
attributes - Host
Teches []AutotagRule Condition Host Tech - Comparison for
SIMPLE_HOST_TECH
attributes - Hypervisor
Type []AutotagComparisions Rule Condition Hypervisor Type Comparision hypervisor_type_comparision
is deprecated. Usehypervisor
instead- Hypervisors
[]Autotag
Rule Condition Hypervisor - Comparison for
HYPERVISOR_TYPE
attributes - Indexed
Name []AutotagComparisons Rule Condition Indexed Name Comparison - Comparison for
INDEXED_NAME
attributes - Indexed
Names []AutotagRule Condition Indexed Name - Comparison for
INDEXED_NAME
attributes - Indexed
String []AutotagComparisons Rule Condition Indexed String Comparison - Comparison for
INDEXED_STRING
attributes - Indexed
Strings []AutotagRule Condition Indexed String - Comparison for
INDEXED_STRING
attributes - Indexed
Tag []AutotagComparisons Rule Condition Indexed Tag Comparison - Comparison for
INDEXED_TAG
attributes - []Autotag
Rule Condition Indexed Tag - Comparison for
INDEXED_TAG
attributes - Integer
Comparisons []AutotagRule Condition Integer Comparison - Comparison for
INTEGER
attributes - Integers
[]Autotag
Rule Condition Integer - Comparison for
INTEGER
attributes - Ipaddress
Comparisons []AutotagRule Condition Ipaddress Comparison - Comparison for
IP_ADDRESS
attributes - Ipaddresses
[]Autotag
Rule Condition Ipaddress - Comparison for
IP_ADDRESS
attributes - Keys
[]Autotag
Rule Condition Key - Fallback for not yet known type
- Mobile
Platform []AutotagComparisons Rule Condition Mobile Platform Comparison - Comparison for
MOBILE_PLATFORM
attributes - Mobile
Platforms []AutotagRule Condition Mobile Platform - Comparison for
MOBILE_PLATFORM
attributes - Os
Arches []AutotagRule Condition Os Arch - Comparison for
OS_ARCHITECTURE
attributes - Os
Types []AutotagRule Condition Os Type - Comparison for
OS_TYPE
attributes - Osarchitecture
Comparisons []AutotagRule Condition Osarchitecture Comparison - Comparison for
OS_ARCHITECTURE
attributes - Ostype
Comparisons []AutotagRule Condition Ostype Comparison - Comparison for
OS_TYPE
attributes - Paas
Type []AutotagComparisons Rule Condition Paas Type Comparison - Comparison for
PAAS_TYPE
attributes - Paas
Types []AutotagRule Condition Paas Type - Comparison for
PAAS_TYPE
attributes - Process
Metadata []AutotagCondition Keys Rule Condition Process Metadata Condition Key - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - Process
Metadatas []AutotagRule Condition Process Metadata - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - Service
Topologies []AutotagRule Condition Service Topology - Comparison for
SERVICE_TOPOLOGY
attributes - Service
Topology []AutotagComparisons Rule Condition Service Topology Comparison - Comparison for
SERVICE_TOPOLOGY
attributes - Service
Type []AutotagComparisons Rule Condition Service Type Comparison - Comparison for
SERVICE_TYPE
attributes - Service
Types []AutotagRule Condition Service Type - Comparison for
SERVICE_TYPE
attributes - Simple
Host []AutotagTech Comparisons Rule Condition Simple Host Tech Comparison - Comparison for
SIMPLE_HOST_TECH
attributes - Simple
Tech []AutotagComparisons Rule Condition Simple Tech Comparison - Comparison for
SIMPLE_TECH
attributes - String
Comparisons []AutotagRule Condition String Comparison - Comparison for
STRING
attributes - String
Condition []AutotagKeys Rule Condition String Condition Key - The key for dynamic attributes of the
STRING
type - String
Keys []AutotagRule Condition String Key - The key for dynamic attributes of the
STRING
type - Strings
[]Autotag
Rule Condition String - Comparison for
STRING
attributes - Synthetic
Engine []AutotagType Comparisons Rule Condition Synthetic Engine Type Comparison - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - Synthetic
Engines []AutotagRule Condition Synthetic Engine - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - Tag
Comparisons []AutotagRule Condition Tag Comparison - Comparison for
TAG
attributes - []Autotag
Rule Condition Tag - Comparison for
TAG
attributes - Teches
[]Autotag
Rule Condition Tech - Comparison for
SIMPLE_TECH
attributes - Unknowns string
- Any attributes that aren't yet supported by this provider
- application
Type List<AutotagComparisons Rule Condition Application Type Comparison> - Comparison for
APPLICATION_TYPE
attributes - application
Types List<AutotagRule Condition Application Type> - Comparison for
APPLICATION_TYPE
attributes - azure
Compute List<AutotagMode Comparisons Rule Condition Azure Compute Mode Comparison> - Comparison for
AZURE_COMPUTE_MODE
attributes - azure
Compute List<AutotagModes Rule Condition Azure Compute Mode> - Comparison for
AZURE_COMPUTE_MODE
attributes - azure
Sku List<AutotagComparisions Rule Condition Azure Sku Comparision> - Comparison for
AZURE_SKU
attributes - azure
Skus List<AutotagRule Condition Azure Skus> - Comparison for
AZURE_SKU
attributes - base
Comparison List<AutotagBasics Rule Condition Base Comparison Basic> - A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
- base
Condition List<AutotagKeys Rule Condition Base Condition Key> - Fallback for not yet known type
- bitness
Comparisions List<AutotagRule Condition Bitness Comparision> - Comparison for
BITNESS
attributes - bitnesses
List<Autotag
Rule Condition Bitness> - Comparison for
BITNESS
attributes - cloud
Type List<AutotagComparisons Rule Condition Cloud Type Comparison> - Comparison for
CLOUD_TYPE
attributes - cloud
Types List<AutotagRule Condition Cloud Type> - Comparison for
CLOUD_TYPE
attributes - comparisons
List<Autotag
Rule Condition Comparison> - A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
- custom
Application List<AutotagType Comparisons Rule Condition Custom Application Type Comparison> - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom
Application List<AutotagTypes Rule Condition Custom Application Type> - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom
Host List<AutotagMetadata Condition Keys Rule Condition Custom Host Metadata Condition Key> - Key for Custom Host Metadata
- custom
Host List<AutotagMetadatas Rule Condition Custom Host Metadata> - Key for Custom Host Metadata
- custom
Process List<AutotagMetadata Condition Keys Rule Condition Custom Process Metadata Condition Key> - Key for Custom Process Metadata
- custom
Process List<AutotagMetadatas Rule Condition Custom Process Metadata> - Key for Custom Process Metadata
- database
Topologies List<AutotagRule Condition Database Topology> - Comparison for
DATABASE_TOPOLOGY
attributes - database
Topology List<AutotagComparisons Rule Condition Database Topology Comparison> - Comparison for
DATABASE_TOPOLOGY
attributes - dcrum
Decoder List<AutotagComparisons Rule Condition Dcrum Decoder Comparison> - Comparison for
DCRUM_DECODER_TYPE
attributes - dcrum
Decoders List<AutotagRule Condition Dcrum Decoder> - Comparison for
DCRUM_DECODER_TYPE
attributes - entities
List<Autotag
Rule Condition Entity> - Comparison for
ENTITY_ID
attributes - entity
Id List<AutotagComparisons Rule Condition Entity Id Comparison> - Comparison for
ENTITY_ID
attributes - host
Teches List<AutotagRule Condition Host Tech> - Comparison for
SIMPLE_HOST_TECH
attributes - hypervisor
Type List<AutotagComparisions Rule Condition Hypervisor Type Comparision> hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
List<Autotag
Rule Condition Hypervisor> - Comparison for
HYPERVISOR_TYPE
attributes - indexed
Name List<AutotagComparisons Rule Condition Indexed Name Comparison> - Comparison for
INDEXED_NAME
attributes - indexed
Names List<AutotagRule Condition Indexed Name> - Comparison for
INDEXED_NAME
attributes - indexed
String List<AutotagComparisons Rule Condition Indexed String Comparison> - Comparison for
INDEXED_STRING
attributes - indexed
Strings List<AutotagRule Condition Indexed String> - Comparison for
INDEXED_STRING
attributes - indexed
Tag List<AutotagComparisons Rule Condition Indexed Tag Comparison> - Comparison for
INDEXED_TAG
attributes - List<Autotag
Rule Condition Indexed Tag> - Comparison for
INDEXED_TAG
attributes - integer
Comparisons List<AutotagRule Condition Integer Comparison> - Comparison for
INTEGER
attributes - integers
List<Autotag
Rule Condition Integer> - Comparison for
INTEGER
attributes - ipaddress
Comparisons List<AutotagRule Condition Ipaddress Comparison> - Comparison for
IP_ADDRESS
attributes - ipaddresses
List<Autotag
Rule Condition Ipaddress> - Comparison for
IP_ADDRESS
attributes - keys
List<Autotag
Rule Condition Key> - Fallback for not yet known type
- mobile
Platform List<AutotagComparisons Rule Condition Mobile Platform Comparison> - Comparison for
MOBILE_PLATFORM
attributes - mobile
Platforms List<AutotagRule Condition Mobile Platform> - Comparison for
MOBILE_PLATFORM
attributes - os
Arches List<AutotagRule Condition Os Arch> - Comparison for
OS_ARCHITECTURE
attributes - os
Types List<AutotagRule Condition Os Type> - Comparison for
OS_TYPE
attributes - osarchitecture
Comparisons List<AutotagRule Condition Osarchitecture Comparison> - Comparison for
OS_ARCHITECTURE
attributes - ostype
Comparisons List<AutotagRule Condition Ostype Comparison> - Comparison for
OS_TYPE
attributes - paas
Type List<AutotagComparisons Rule Condition Paas Type Comparison> - Comparison for
PAAS_TYPE
attributes - paas
Types List<AutotagRule Condition Paas Type> - Comparison for
PAAS_TYPE
attributes - process
Metadata List<AutotagCondition Keys Rule Condition Process Metadata Condition Key> - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - process
Metadatas List<AutotagRule Condition Process Metadata> - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - service
Topologies List<AutotagRule Condition Service Topology> - Comparison for
SERVICE_TOPOLOGY
attributes - service
Topology List<AutotagComparisons Rule Condition Service Topology Comparison> - Comparison for
SERVICE_TOPOLOGY
attributes - service
Type List<AutotagComparisons Rule Condition Service Type Comparison> - Comparison for
SERVICE_TYPE
attributes - service
Types List<AutotagRule Condition Service Type> - Comparison for
SERVICE_TYPE
attributes - simple
Host List<AutotagTech Comparisons Rule Condition Simple Host Tech Comparison> - Comparison for
SIMPLE_HOST_TECH
attributes - simple
Tech List<AutotagComparisons Rule Condition Simple Tech Comparison> - Comparison for
SIMPLE_TECH
attributes - string
Comparisons List<AutotagRule Condition String Comparison> - Comparison for
STRING
attributes - string
Condition List<AutotagKeys Rule Condition String Condition Key> - The key for dynamic attributes of the
STRING
type - string
Keys List<AutotagRule Condition String Key> - The key for dynamic attributes of the
STRING
type - strings
List<Autotag
Rule Condition String> - Comparison for
STRING
attributes - synthetic
Engine List<AutotagType Comparisons Rule Condition Synthetic Engine Type Comparison> - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - synthetic
Engines List<AutotagRule Condition Synthetic Engine> - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - tag
Comparisons List<AutotagRule Condition Tag Comparison> - Comparison for
TAG
attributes - List<Autotag
Rule Condition Tag> - Comparison for
TAG
attributes - teches
List<Autotag
Rule Condition Tech> - Comparison for
SIMPLE_TECH
attributes - unknowns String
- Any attributes that aren't yet supported by this provider
- application
Type AutotagComparisons Rule Condition Application Type Comparison[] - Comparison for
APPLICATION_TYPE
attributes - application
Types AutotagRule Condition Application Type[] - Comparison for
APPLICATION_TYPE
attributes - azure
Compute AutotagMode Comparisons Rule Condition Azure Compute Mode Comparison[] - Comparison for
AZURE_COMPUTE_MODE
attributes - azure
Compute AutotagModes Rule Condition Azure Compute Mode[] - Comparison for
AZURE_COMPUTE_MODE
attributes - azure
Sku AutotagComparisions Rule Condition Azure Sku Comparision[] - Comparison for
AZURE_SKU
attributes - azure
Skus AutotagRule Condition Azure Skus[] - Comparison for
AZURE_SKU
attributes - base
Comparison AutotagBasics Rule Condition Base Comparison Basic[] - A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
- base
Condition AutotagKeys Rule Condition Base Condition Key[] - Fallback for not yet known type
- bitness
Comparisions AutotagRule Condition Bitness Comparision[] - Comparison for
BITNESS
attributes - bitnesses
Autotag
Rule Condition Bitness[] - Comparison for
BITNESS
attributes - cloud
Type AutotagComparisons Rule Condition Cloud Type Comparison[] - Comparison for
CLOUD_TYPE
attributes - cloud
Types AutotagRule Condition Cloud Type[] - Comparison for
CLOUD_TYPE
attributes - comparisons
Autotag
Rule Condition Comparison[] - A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
- custom
Application AutotagType Comparisons Rule Condition Custom Application Type Comparison[] - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom
Application AutotagTypes Rule Condition Custom Application Type[] - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom
Host AutotagMetadata Condition Keys Rule Condition Custom Host Metadata Condition Key[] - Key for Custom Host Metadata
- custom
Host AutotagMetadatas Rule Condition Custom Host Metadata[] - Key for Custom Host Metadata
- custom
Process AutotagMetadata Condition Keys Rule Condition Custom Process Metadata Condition Key[] - Key for Custom Process Metadata
- custom
Process AutotagMetadatas Rule Condition Custom Process Metadata[] - Key for Custom Process Metadata
- database
Topologies AutotagRule Condition Database Topology[] - Comparison for
DATABASE_TOPOLOGY
attributes - database
Topology AutotagComparisons Rule Condition Database Topology Comparison[] - Comparison for
DATABASE_TOPOLOGY
attributes - dcrum
Decoder AutotagComparisons Rule Condition Dcrum Decoder Comparison[] - Comparison for
DCRUM_DECODER_TYPE
attributes - dcrum
Decoders AutotagRule Condition Dcrum Decoder[] - Comparison for
DCRUM_DECODER_TYPE
attributes - entities
Autotag
Rule Condition Entity[] - Comparison for
ENTITY_ID
attributes - entity
Id AutotagComparisons Rule Condition Entity Id Comparison[] - Comparison for
ENTITY_ID
attributes - host
Teches AutotagRule Condition Host Tech[] - Comparison for
SIMPLE_HOST_TECH
attributes - hypervisor
Type AutotagComparisions Rule Condition Hypervisor Type Comparision[] hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
Autotag
Rule Condition Hypervisor[] - Comparison for
HYPERVISOR_TYPE
attributes - indexed
Name AutotagComparisons Rule Condition Indexed Name Comparison[] - Comparison for
INDEXED_NAME
attributes - indexed
Names AutotagRule Condition Indexed Name[] - Comparison for
INDEXED_NAME
attributes - indexed
String AutotagComparisons Rule Condition Indexed String Comparison[] - Comparison for
INDEXED_STRING
attributes - indexed
Strings AutotagRule Condition Indexed String[] - Comparison for
INDEXED_STRING
attributes - indexed
Tag AutotagComparisons Rule Condition Indexed Tag Comparison[] - Comparison for
INDEXED_TAG
attributes - Autotag
Rule Condition Indexed Tag[] - Comparison for
INDEXED_TAG
attributes - integer
Comparisons AutotagRule Condition Integer Comparison[] - Comparison for
INTEGER
attributes - integers
Autotag
Rule Condition Integer[] - Comparison for
INTEGER
attributes - ipaddress
Comparisons AutotagRule Condition Ipaddress Comparison[] - Comparison for
IP_ADDRESS
attributes - ipaddresses
Autotag
Rule Condition Ipaddress[] - Comparison for
IP_ADDRESS
attributes - keys
Autotag
Rule Condition Key[] - Fallback for not yet known type
- mobile
Platform AutotagComparisons Rule Condition Mobile Platform Comparison[] - Comparison for
MOBILE_PLATFORM
attributes - mobile
Platforms AutotagRule Condition Mobile Platform[] - Comparison for
MOBILE_PLATFORM
attributes - os
Arches AutotagRule Condition Os Arch[] - Comparison for
OS_ARCHITECTURE
attributes - os
Types AutotagRule Condition Os Type[] - Comparison for
OS_TYPE
attributes - osarchitecture
Comparisons AutotagRule Condition Osarchitecture Comparison[] - Comparison for
OS_ARCHITECTURE
attributes - ostype
Comparisons AutotagRule Condition Ostype Comparison[] - Comparison for
OS_TYPE
attributes - paas
Type AutotagComparisons Rule Condition Paas Type Comparison[] - Comparison for
PAAS_TYPE
attributes - paas
Types AutotagRule Condition Paas Type[] - Comparison for
PAAS_TYPE
attributes - process
Metadata AutotagCondition Keys Rule Condition Process Metadata Condition Key[] - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - process
Metadatas AutotagRule Condition Process Metadata[] - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - service
Topologies AutotagRule Condition Service Topology[] - Comparison for
SERVICE_TOPOLOGY
attributes - service
Topology AutotagComparisons Rule Condition Service Topology Comparison[] - Comparison for
SERVICE_TOPOLOGY
attributes - service
Type AutotagComparisons Rule Condition Service Type Comparison[] - Comparison for
SERVICE_TYPE
attributes - service
Types AutotagRule Condition Service Type[] - Comparison for
SERVICE_TYPE
attributes - simple
Host AutotagTech Comparisons Rule Condition Simple Host Tech Comparison[] - Comparison for
SIMPLE_HOST_TECH
attributes - simple
Tech AutotagComparisons Rule Condition Simple Tech Comparison[] - Comparison for
SIMPLE_TECH
attributes - string
Comparisons AutotagRule Condition String Comparison[] - Comparison for
STRING
attributes - string
Condition AutotagKeys Rule Condition String Condition Key[] - The key for dynamic attributes of the
STRING
type - string
Keys AutotagRule Condition String Key[] - The key for dynamic attributes of the
STRING
type - strings
Autotag
Rule Condition String[] - Comparison for
STRING
attributes - synthetic
Engine AutotagType Comparisons Rule Condition Synthetic Engine Type Comparison[] - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - synthetic
Engines AutotagRule Condition Synthetic Engine[] - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - tag
Comparisons AutotagRule Condition Tag Comparison[] - Comparison for
TAG
attributes - Autotag
Rule Condition Tag[] - Comparison for
TAG
attributes - teches
Autotag
Rule Condition Tech[] - Comparison for
SIMPLE_TECH
attributes - unknowns string
- Any attributes that aren't yet supported by this provider
- application_
type_ Sequence[Autotagcomparisons Rule Condition Application Type Comparison] - Comparison for
APPLICATION_TYPE
attributes - application_
types Sequence[AutotagRule Condition Application Type] - Comparison for
APPLICATION_TYPE
attributes - azure_
compute_ Sequence[Autotagmode_ comparisons Rule Condition Azure Compute Mode Comparison] - Comparison for
AZURE_COMPUTE_MODE
attributes - azure_
compute_ Sequence[Autotagmodes Rule Condition Azure Compute Mode] - Comparison for
AZURE_COMPUTE_MODE
attributes - azure_
sku_ Sequence[Autotagcomparisions Rule Condition Azure Sku Comparision] - Comparison for
AZURE_SKU
attributes - azure_
skus Sequence[AutotagRule Condition Azure Skus] - Comparison for
AZURE_SKU
attributes - base_
comparison_ Sequence[Autotagbasics Rule Condition Base Comparison Basic] - A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
- base_
condition_ Sequence[Autotagkeys Rule Condition Base Condition Key] - Fallback for not yet known type
- bitness_
comparisions Sequence[AutotagRule Condition Bitness Comparision] - Comparison for
BITNESS
attributes - bitnesses
Sequence[Autotag
Rule Condition Bitness] - Comparison for
BITNESS
attributes - cloud_
type_ Sequence[Autotagcomparisons Rule Condition Cloud Type Comparison] - Comparison for
CLOUD_TYPE
attributes - cloud_
types Sequence[AutotagRule Condition Cloud Type] - Comparison for
CLOUD_TYPE
attributes - comparisons
Sequence[Autotag
Rule Condition Comparison] - A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
- custom_
application_ Sequence[Autotagtype_ comparisons Rule Condition Custom Application Type Comparison] - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom_
application_ Sequence[Autotagtypes Rule Condition Custom Application Type] - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom_
host_ Sequence[Autotagmetadata_ condition_ keys Rule Condition Custom Host Metadata Condition Key] - Key for Custom Host Metadata
- custom_
host_ Sequence[Autotagmetadatas Rule Condition Custom Host Metadata] - Key for Custom Host Metadata
- custom_
process_ Sequence[Autotagmetadata_ condition_ keys Rule Condition Custom Process Metadata Condition Key] - Key for Custom Process Metadata
- custom_
process_ Sequence[Autotagmetadatas Rule Condition Custom Process Metadata] - Key for Custom Process Metadata
- database_
topologies Sequence[AutotagRule Condition Database Topology] - Comparison for
DATABASE_TOPOLOGY
attributes - database_
topology_ Sequence[Autotagcomparisons Rule Condition Database Topology Comparison] - Comparison for
DATABASE_TOPOLOGY
attributes - dcrum_
decoder_ Sequence[Autotagcomparisons Rule Condition Dcrum Decoder Comparison] - Comparison for
DCRUM_DECODER_TYPE
attributes - dcrum_
decoders Sequence[AutotagRule Condition Dcrum Decoder] - Comparison for
DCRUM_DECODER_TYPE
attributes - entities
Sequence[Autotag
Rule Condition Entity] - Comparison for
ENTITY_ID
attributes - entity_
id_ Sequence[Autotagcomparisons Rule Condition Entity Id Comparison] - Comparison for
ENTITY_ID
attributes - host_
teches Sequence[AutotagRule Condition Host Tech] - Comparison for
SIMPLE_HOST_TECH
attributes - hypervisor_
type_ Sequence[Autotagcomparisions Rule Condition Hypervisor Type Comparision] hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
Sequence[Autotag
Rule Condition Hypervisor] - Comparison for
HYPERVISOR_TYPE
attributes - indexed_
name_ Sequence[Autotagcomparisons Rule Condition Indexed Name Comparison] - Comparison for
INDEXED_NAME
attributes - indexed_
names Sequence[AutotagRule Condition Indexed Name] - Comparison for
INDEXED_NAME
attributes - indexed_
string_ Sequence[Autotagcomparisons Rule Condition Indexed String Comparison] - Comparison for
INDEXED_STRING
attributes - indexed_
strings Sequence[AutotagRule Condition Indexed String] - Comparison for
INDEXED_STRING
attributes - indexed_
tag_ Sequence[Autotagcomparisons Rule Condition Indexed Tag Comparison] - Comparison for
INDEXED_TAG
attributes - Sequence[Autotag
Rule Condition Indexed Tag] - Comparison for
INDEXED_TAG
attributes - integer_
comparisons Sequence[AutotagRule Condition Integer Comparison] - Comparison for
INTEGER
attributes - integers
Sequence[Autotag
Rule Condition Integer] - Comparison for
INTEGER
attributes - ipaddress_
comparisons Sequence[AutotagRule Condition Ipaddress Comparison] - Comparison for
IP_ADDRESS
attributes - ipaddresses
Sequence[Autotag
Rule Condition Ipaddress] - Comparison for
IP_ADDRESS
attributes - keys
Sequence[Autotag
Rule Condition Key] - Fallback for not yet known type
- mobile_
platform_ Sequence[Autotagcomparisons Rule Condition Mobile Platform Comparison] - Comparison for
MOBILE_PLATFORM
attributes - mobile_
platforms Sequence[AutotagRule Condition Mobile Platform] - Comparison for
MOBILE_PLATFORM
attributes - os_
arches Sequence[AutotagRule Condition Os Arch] - Comparison for
OS_ARCHITECTURE
attributes - os_
types Sequence[AutotagRule Condition Os Type] - Comparison for
OS_TYPE
attributes - osarchitecture_
comparisons Sequence[AutotagRule Condition Osarchitecture Comparison] - Comparison for
OS_ARCHITECTURE
attributes - ostype_
comparisons Sequence[AutotagRule Condition Ostype Comparison] - Comparison for
OS_TYPE
attributes - paas_
type_ Sequence[Autotagcomparisons Rule Condition Paas Type Comparison] - Comparison for
PAAS_TYPE
attributes - paas_
types Sequence[AutotagRule Condition Paas Type] - Comparison for
PAAS_TYPE
attributes - process_
metadata_ Sequence[Autotagcondition_ keys Rule Condition Process Metadata Condition Key] - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - process_
metadatas Sequence[AutotagRule Condition Process Metadata] - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - service_
topologies Sequence[AutotagRule Condition Service Topology] - Comparison for
SERVICE_TOPOLOGY
attributes - service_
topology_ Sequence[Autotagcomparisons Rule Condition Service Topology Comparison] - Comparison for
SERVICE_TOPOLOGY
attributes - service_
type_ Sequence[Autotagcomparisons Rule Condition Service Type Comparison] - Comparison for
SERVICE_TYPE
attributes - service_
types Sequence[AutotagRule Condition Service Type] - Comparison for
SERVICE_TYPE
attributes - simple_
host_ Sequence[Autotagtech_ comparisons Rule Condition Simple Host Tech Comparison] - Comparison for
SIMPLE_HOST_TECH
attributes - simple_
tech_ Sequence[Autotagcomparisons Rule Condition Simple Tech Comparison] - Comparison for
SIMPLE_TECH
attributes - string_
comparisons Sequence[AutotagRule Condition String Comparison] - Comparison for
STRING
attributes - string_
condition_ Sequence[Autotagkeys Rule Condition String Condition Key] - The key for dynamic attributes of the
STRING
type - string_
keys Sequence[AutotagRule Condition String Key] - The key for dynamic attributes of the
STRING
type - strings
Sequence[Autotag
Rule Condition String] - Comparison for
STRING
attributes - synthetic_
engine_ Sequence[Autotagtype_ comparisons Rule Condition Synthetic Engine Type Comparison] - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - synthetic_
engines Sequence[AutotagRule Condition Synthetic Engine] - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - tag_
comparisons Sequence[AutotagRule Condition Tag Comparison] - Comparison for
TAG
attributes - Sequence[Autotag
Rule Condition Tag] - Comparison for
TAG
attributes - teches
Sequence[Autotag
Rule Condition Tech] - Comparison for
SIMPLE_TECH
attributes - unknowns str
- Any attributes that aren't yet supported by this provider
- application
Type List<Property Map>Comparisons - Comparison for
APPLICATION_TYPE
attributes - application
Types List<Property Map> - Comparison for
APPLICATION_TYPE
attributes - azure
Compute List<Property Map>Mode Comparisons - Comparison for
AZURE_COMPUTE_MODE
attributes - azure
Compute List<Property Map>Modes - Comparison for
AZURE_COMPUTE_MODE
attributes - azure
Sku List<Property Map>Comparisions - Comparison for
AZURE_SKU
attributes - azure
Skus List<Property Map> - Comparison for
AZURE_SKU
attributes - base
Comparison List<Property Map>Basics - A comparison that's yet unknown to the provider. Operator and Value need to be encoded using the 'unknowns' property.
- base
Condition List<Property Map>Keys - Fallback for not yet known type
- bitness
Comparisions List<Property Map> - Comparison for
BITNESS
attributes - bitnesses List<Property Map>
- Comparison for
BITNESS
attributes - cloud
Type List<Property Map>Comparisons - Comparison for
CLOUD_TYPE
attributes - cloud
Types 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.
- custom
Application List<Property Map>Type Comparisons - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom
Application List<Property Map>Types - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom
Host List<Property Map>Metadata Condition Keys - Key for Custom Host Metadata
- custom
Host List<Property Map>Metadatas - Key for Custom Host Metadata
- custom
Process List<Property Map>Metadata Condition Keys - Key for Custom Process Metadata
- custom
Process List<Property Map>Metadatas - Key for Custom Process Metadata
- database
Topologies List<Property Map> - Comparison for
DATABASE_TOPOLOGY
attributes - database
Topology List<Property Map>Comparisons - Comparison for
DATABASE_TOPOLOGY
attributes - dcrum
Decoder List<Property Map>Comparisons - Comparison for
DCRUM_DECODER_TYPE
attributes - dcrum
Decoders List<Property Map> - Comparison for
DCRUM_DECODER_TYPE
attributes - entities List<Property Map>
- Comparison for
ENTITY_ID
attributes - entity
Id List<Property Map>Comparisons - Comparison for
ENTITY_ID
attributes - host
Teches List<Property Map> - Comparison for
SIMPLE_HOST_TECH
attributes - hypervisor
Type List<Property Map>Comparisions hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors List<Property Map>
- Comparison for
HYPERVISOR_TYPE
attributes - indexed
Name List<Property Map>Comparisons - Comparison for
INDEXED_NAME
attributes - indexed
Names List<Property Map> - Comparison for
INDEXED_NAME
attributes - indexed
String List<Property Map>Comparisons - Comparison for
INDEXED_STRING
attributes - indexed
Strings List<Property Map> - Comparison for
INDEXED_STRING
attributes - indexed
Tag List<Property Map>Comparisons - Comparison for
INDEXED_TAG
attributes - List<Property Map>
- Comparison for
INDEXED_TAG
attributes - integer
Comparisons List<Property Map> - Comparison for
INTEGER
attributes - integers List<Property Map>
- Comparison for
INTEGER
attributes - ipaddress
Comparisons List<Property Map> - Comparison for
IP_ADDRESS
attributes - ipaddresses List<Property Map>
- Comparison for
IP_ADDRESS
attributes - keys List<Property Map>
- Fallback for not yet known type
- mobile
Platform List<Property Map>Comparisons - Comparison for
MOBILE_PLATFORM
attributes - mobile
Platforms List<Property Map> - Comparison for
MOBILE_PLATFORM
attributes - os
Arches List<Property Map> - Comparison for
OS_ARCHITECTURE
attributes - os
Types List<Property Map> - Comparison for
OS_TYPE
attributes - osarchitecture
Comparisons List<Property Map> - Comparison for
OS_ARCHITECTURE
attributes - ostype
Comparisons List<Property Map> - Comparison for
OS_TYPE
attributes - paas
Type List<Property Map>Comparisons - Comparison for
PAAS_TYPE
attributes - paas
Types List<Property Map> - Comparison for
PAAS_TYPE
attributes - process
Metadata List<Property Map>Condition Keys - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - process
Metadatas List<Property Map> - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - service
Topologies List<Property Map> - Comparison for
SERVICE_TOPOLOGY
attributes - service
Topology List<Property Map>Comparisons - Comparison for
SERVICE_TOPOLOGY
attributes - service
Type List<Property Map>Comparisons - Comparison for
SERVICE_TYPE
attributes - service
Types List<Property Map> - Comparison for
SERVICE_TYPE
attributes - simple
Host List<Property Map>Tech Comparisons - Comparison for
SIMPLE_HOST_TECH
attributes - simple
Tech List<Property Map>Comparisons - Comparison for
SIMPLE_TECH
attributes - string
Comparisons List<Property Map> - Comparison for
STRING
attributes - string
Condition List<Property Map>Keys - The key for dynamic attributes of the
STRING
type - string
Keys List<Property Map> - The key for dynamic attributes of the
STRING
type - strings List<Property Map>
- Comparison for
STRING
attributes - synthetic
Engine List<Property Map>Type Comparisons - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - synthetic
Engines List<Property Map> - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - tag
Comparisons List<Property Map> - Comparison for
TAG
attributes - 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
AutotagRuleConditionApplicationTypeComparison, AutotagRuleConditionApplicationTypeComparisonArgs
- Operator string
- Operator of the comparison. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be APPLICATION_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to
- Operator string
- Operator of the comparison. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be APPLICATION_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to
- operator String
- Operator of the comparison. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be APPLICATION_TYPE
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to
- operator string
- Operator of the comparison. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be APPLICATION_TYPE
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to
- operator str
- Operator of the comparison. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be APPLICATION_TYPE
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to
- operator String
- Operator of the comparison. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be APPLICATION_TYPE
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to
AutotagRuleConditionAzureComputeMode, AutotagRuleConditionAzureComputeModeArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are DEDICATED or SHARED.
AutotagRuleConditionAzureComputeModeComparison, AutotagRuleConditionAzureComputeModeComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are DEDICATED or SHARED.
AutotagRuleConditionAzureSkuComparision, AutotagRuleConditionAzureSkuComparisionArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be AZURE_SKU
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be AZURE_SKU
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be AZURE_SKU
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type string
- if specified, needs to be AZURE_SKU
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type str
- if specified, needs to be AZURE_SKU
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be AZURE_SKU
- 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 string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
AutotagRuleConditionBaseComparisonBasic, AutotagRuleConditionBaseComparisonBasicArgs
AutotagRuleConditionBaseConditionKey, AutotagRuleConditionBaseConditionKeyArgs
AutotagRuleConditionBitness, AutotagRuleConditionBitnessArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are 32 and 64.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are 32 and 64.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are 32 and 64.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are 32 and 64.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are 32 and 64.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are 32 and 64.
AutotagRuleConditionBitnessComparision, AutotagRuleConditionBitnessComparisionArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be BITNESS
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are 32 and 64.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be BITNESS
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are 32 and 64.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be BITNESS
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are 32 and 64.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type string
- if specified, needs to be BITNESS
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are 32 and 64.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type str
- if specified, needs to be BITNESS
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are 32 and 64.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be BITNESS
- unknowns String
- Any 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 string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
AutotagRuleConditionCloudTypeComparison, AutotagRuleConditionCloudTypeComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be CLOUD_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be CLOUD_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be CLOUD_TYPE
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type string
- if specified, needs to be CLOUD_TYPE
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type str
- if specified, needs to be CLOUD_TYPE
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be CLOUD_TYPE
- unknowns String
- Any 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
AutotagRuleConditionCustomApplicationType, AutotagRuleConditionCustomApplicationTypeArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
AutotagRuleConditionCustomApplicationTypeComparison, AutotagRuleConditionCustomApplicationTypeComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be CUSTOM_APPLICATION_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be CUSTOM_APPLICATION_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be CUSTOM_APPLICATION_TYPE
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type string
- if specified, needs to be CUSTOM_APPLICATION_TYPE
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type str
- if specified, needs to be CUSTOM_APPLICATION_TYPE
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be CUSTOM_APPLICATION_TYPE
- unknowns String
- Any 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 string
- The attribute to be used for comparision
- Dynamic
Key Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Custom Host Metadata Dynamic Key - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key AutotagRule Condition Custom Host Metadata Dynamic Key - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key AutotagRule Condition Custom Host Metadata Dynamic Key - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute string
- The attribute to be used for comparision
- dynamic
Key AutotagRule Condition Custom Host Metadata Dynamic Key - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute str
- The attribute to be used for comparision
- dynamic_
key AutotagRule Condition Custom Host Metadata Dynamic Key - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key 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 string
- The attribute to be used for comparision
- Dynamic
Key Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Custom Host Metadata Condition Key Dynamic Key - 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
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key AutotagRule Condition Custom Host Metadata Condition Key Dynamic Key - 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
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key AutotagRule Condition Custom Host Metadata Condition Key Dynamic Key - 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
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute string
- The attribute to be used for comparision
- dynamic
Key AutotagRule Condition Custom Host Metadata Condition Key Dynamic Key - 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
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute str
- The attribute to be used for comparision
- dynamic_
key AutotagRule Condition Custom Host Metadata Condition Key Dynamic Key - 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
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key 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
- unknowns String
- 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 string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key string
- The actual key of the custom metadata
- source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key str
- The actual key of the custom metadata
- source str
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
AutotagRuleConditionCustomHostMetadataDynamicKey, AutotagRuleConditionCustomHostMetadataDynamicKeyArgs
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key string
- The actual key of the custom metadata
- source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key str
- The actual key of the custom metadata
- source str
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
AutotagRuleConditionCustomProcessMetadata, AutotagRuleConditionCustomProcessMetadataArgs
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Custom Process Metadata Dynamic Key - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key AutotagRule Condition Custom Process Metadata Dynamic Key - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key AutotagRule Condition Custom Process Metadata Dynamic Key - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute string
- The attribute to be used for comparision
- dynamic
Key AutotagRule Condition Custom Process Metadata Dynamic Key - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute str
- The attribute to be used for comparision
- dynamic_
key AutotagRule Condition Custom Process Metadata Dynamic Key - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key 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 string
- The attribute to be used for comparision
- Dynamic
Key Pulumiverse.Dynatrace. Inputs. Autotag Rule Condition Custom Process Metadata Condition Key Dynamic Key - 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
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key AutotagRule Condition Custom Process Metadata Condition Key Dynamic Key - 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
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key AutotagRule Condition Custom Process Metadata Condition Key Dynamic Key - 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
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute string
- The attribute to be used for comparision
- dynamic
Key AutotagRule Condition Custom Process Metadata Condition Key Dynamic Key - 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
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute str
- The attribute to be used for comparision
- dynamic_
key AutotagRule Condition Custom Process Metadata Condition Key Dynamic Key - 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
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key 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
- unknowns String
- 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 string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key string
- The actual key of the custom metadata
- source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key str
- The actual key of the custom metadata
- source str
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
AutotagRuleConditionCustomProcessMetadataDynamicKey, AutotagRuleConditionCustomProcessMetadataDynamicKeyArgs
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key string
- The actual key of the custom metadata
- source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key str
- The actual key of the custom metadata
- source str
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
AutotagRuleConditionDatabaseTopology, AutotagRuleConditionDatabaseTopologyArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
AutotagRuleConditionDatabaseTopologyComparison, AutotagRuleConditionDatabaseTopologyComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be DATABASE_TOPOLOGY
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be DATABASE_TOPOLOGY
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be DATABASE_TOPOLOGY
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type string
- if specified, needs to be DATABASE_TOPOLOGY
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type str
- if specified, needs to be DATABASE_TOPOLOGY
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be DATABASE_TOPOLOGY
- unknowns String
- Any 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 string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
AutotagRuleConditionDcrumDecoderComparison, AutotagRuleConditionDcrumDecoderComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be DCRUM_DECODER_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be DCRUM_DECODER_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be DCRUM_DECODER_TYPE
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type string
- if specified, needs to be DCRUM_DECODER_TYPE
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type str
- if specified, needs to be DCRUM_DECODER_TYPE
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be DCRUM_DECODER_TYPE
- unknowns String
- Any 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 string
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- Operator string
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- operator String
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
- operator string
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to
- operator str
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to
- operator String
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
AutotagRuleConditionEntityIdComparison, AutotagRuleConditionEntityIdComparisonArgs
- Operator string
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be ENTITY_ID
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- Operator string
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be ENTITY_ID
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- operator String
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be ENTITY_ID
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
- operator string
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type string
- if specified, needs to be ENTITY_ID
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to
- operator str
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type str
- if specified, needs to be ENTITY_ID
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to
- operator String
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be ENTITY_ID
- unknowns String
- Any 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 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. Autotag Rule Condition Host Tech Value - The value to compare to
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Autotag
Rule Condition Host Tech Value - The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Host Tech Value - The value to compare to
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Host Tech Value - The value to compare to
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Host Tech Value - The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value Property Map
- The value to compare to
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
- Verbatim
Type 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
- Verbatim
Type 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
- verbatim
Type 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
- verbatim
Type 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
- verbatim
Type String - Non-predefined technology, use for custom technologies
AutotagRuleConditionHypervisor, AutotagRuleConditionHypervisorArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
AutotagRuleConditionHypervisorTypeComparision, AutotagRuleConditionHypervisorTypeComparisionArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be HYPERVISOR_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be HYPERVISOR_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be HYPERVISOR_TYPE
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type string
- if specified, needs to be HYPERVISOR_TYPE
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type str
- if specified, needs to be HYPERVISOR_TYPE
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be HYPERVISOR_TYPE
- unknowns String
- Any 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 string
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- Operator string
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- operator String
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
- operator string
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to
- operator str
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to
- operator String
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
AutotagRuleConditionIndexedNameComparison, AutotagRuleConditionIndexedNameComparisonArgs
- Operator string
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be INDEXED_NAME
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- Operator string
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be INDEXED_NAME
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- operator String
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be INDEXED_NAME
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
- operator string
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type string
- if specified, needs to be INDEXED_NAME
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to
- operator str
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type str
- if specified, needs to be INDEXED_NAME
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to
- operator String
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be INDEXED_NAME
- unknowns String
- Any 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 string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
AutotagRuleConditionIndexedStringComparison, AutotagRuleConditionIndexedStringComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be INDEXED_STRING
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be INDEXED_STRING
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be INDEXED_STRING
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type string
- if specified, needs to be INDEXED_STRING
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type str
- if specified, needs to be INDEXED_STRING
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be INDEXED_STRING
- unknowns String
- Any 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 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. Autotag Rule Condition Indexed Tag Value - Tag of a Dynatrace entity
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value
Autotag
Rule Condition Indexed Tag Value - Tag of a Dynatrace entity
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value
Autotag
Rule Condition Indexed Tag Value - Tag of a Dynatrace entity
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value
Autotag
Rule Condition Indexed Tag Value - Tag of a Dynatrace entity
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value
Autotag
Rule Condition Indexed Tag Value - Tag of a Dynatrace entity
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value Property Map
- Tag of a Dynatrace entity
AutotagRuleConditionIndexedTagComparison, AutotagRuleConditionIndexedTagComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be INDEXED_TAG
- Unknowns string
- Any 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. Autotag Rule Condition Indexed Tag Comparison Value - Tag of a Dynatrace entity
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be INDEXED_TAG
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value
Autotag
Rule Condition Indexed Tag Comparison Value - Tag of a Dynatrace entity
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be INDEXED_TAG
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value
Autotag
Rule Condition Indexed Tag Comparison Value - Tag of a Dynatrace entity
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type string
- if specified, needs to be INDEXED_TAG
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value
Autotag
Rule Condition Indexed Tag Comparison Value - Tag of a Dynatrace entity
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type str
- if specified, needs to be INDEXED_TAG
- 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
Autotag
Rule Condition Indexed Tag Comparison Value - Tag of a Dynatrace entity
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- type String
- if specified, needs to be INDEXED_TAG
- unknowns String
- Any 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 string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
- context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key string
- The key of the tag. Custom tags have the tag value here
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value of the tag. Not applicable to custom tags
- context str
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key str
- The key of the tag. Custom tags have the tag value here
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
AutotagRuleConditionIndexedTagValue, AutotagRuleConditionIndexedTagValueArgs
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
- context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key string
- The key of the tag. Custom tags have the tag value here
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value of the tag. Not applicable to custom tags
- context str
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key str
- The key of the tag. Custom tags have the tag value here
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
AutotagRuleConditionInteger, AutotagRuleConditionIntegerArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value int
- The value to compare to
- Operator string
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value int
- The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value Integer
- The value to compare to
- operator string
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value number
- The value to compare to
- operator str
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value int
- The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value Number
- The value to compare to
AutotagRuleConditionIntegerComparison, AutotagRuleConditionIntegerComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be INTEGER
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value int
- The value to compare to
- Operator string
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be INTEGER
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value int
- The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be INTEGER
- unknowns String
- Any attributes that aren't yet supported by this provider
- value Integer
- The value to compare to
- operator string
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be INTEGER
- unknowns string
- Any attributes that aren't yet supported by this provider
- value number
- The value to compare to
- operator str
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be INTEGER
- unknowns str
- Any attributes that aren't yet supported by this provider
- value int
- The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be INTEGER
- unknowns String
- Any attributes that aren't yet supported by this provider
- value Number
- The value to compare to
AutotagRuleConditionIpaddress, AutotagRuleConditionIpaddressArgs
- Operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- 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 string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to
- Operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- 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 string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to
- operator String
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive Boolean - The comparison is case-sensitive (
true
) or insensitive (false
) - negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to
- operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive boolean - The comparison is case-sensitive (
true
) or insensitive (false
) - negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to
- operator str
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- case_
sensitive bool - The comparison is case-sensitive (
true
) or insensitive (false
) - negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to
- operator String
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive 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 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
- 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 string
- if specified, needs to be IP_ADDRESS
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to
- Operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- 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 string
- if specified, needs to be IP_ADDRESS
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to
- operator String
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive 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
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to
- operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive 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
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to
- operator str
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- case_
sensitive bool - The comparison is case-sensitive (
true
) or insensitive (false
) - negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be IP_ADDRESS
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to
- operator String
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive 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
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to
AutotagRuleConditionKey, AutotagRuleConditionKeyArgs
AutotagRuleConditionMobilePlatform, AutotagRuleConditionMobilePlatformArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
AutotagRuleConditionMobilePlatformComparison, AutotagRuleConditionMobilePlatformComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be MOBILE_PLATFORM
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be MOBILE_PLATFORM
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be MOBILE_PLATFORM
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be MOBILE_PLATFORM
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be MOBILE_PLATFORM
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be MOBILE_PLATFORM
- 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 string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
AutotagRuleConditionOsType, AutotagRuleConditionOsTypeArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
AutotagRuleConditionOsarchitectureComparison, AutotagRuleConditionOsarchitectureComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be OS_ARCHITECTURE
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be OS_ARCHITECTURE
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be OS_ARCHITECTURE
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be OS_ARCHITECTURE
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be OS_ARCHITECTURE
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be OS_ARCHITECTURE
- 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 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
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be OS_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be OS_TYPE
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be OS_TYPE
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be OS_TYPE
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be OS_TYPE
- 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 string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
AutotagRuleConditionPaasTypeComparison, AutotagRuleConditionPaasTypeComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be PAAS_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be PAAS_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be PAAS_TYPE
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be PAAS_TYPE
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be PAAS_TYPE
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be PAAS_TYPE
- 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 string
- The attribute to be used for comparision
- Dynamic
Key string - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key string - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key String - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute string
- The attribute to be used for comparision
- dynamic
Key string - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute str
- The attribute to be used for comparision
- dynamic_
key str - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key 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 string
- The attribute to be used for comparision
- Dynamic
Key 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
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key 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
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key 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
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute string
- The attribute to be used for comparision
- dynamic
Key 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
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute str
- The attribute to be used for comparision
- dynamic_
key str - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are AMAZON_ECR_IMAGE_ACCOUNT_ID,AMAZON_ECR_IMAGE_REGION, AMAZON_LAMBDA_FUNCTION_NAME, AMAZON_REGION, APACHE_CONFIG_PATH, APACHE_SPARK_MASTER_IP_ADDRESS, ASP_DOT_NET_CORE_APPLICATION_PATH, AWS_ECS_CLUSTER, AWS_ECS_CONTAINERNAME, AWS_ECS_FAMILY, AWS_ECS_REVISION, CASSANDRA_CLUSTER_NAME, CATALINA_BASE, CATALINA_HOME, CLOUD_FOUNDRY_APP_ID, CLOUD_FOUNDRY_APP_NAME, CLOUD_FOUNDRY_INSTANCE_INDEX, CLOUD_FOUNDRY_SPACE_ID, CLOUD_FOUNDRY_SPACE_NAME, COLDFUSION_JVM_CONFIG_FILE, COLDFUSION_SERVICE_NAME, COMMAND_LINE_ARGS, DOTNET_COMMAND, DOTNET_COMMAND_PATH, DYNATRACE_CLUSTER_ID, DYNATRACE_NODE_ID, ELASTICSEARCH_CLUSTER_NAME, ELASTICSEARCH_NODE_NAME, EQUINOX_CONFIG_PATH, EXE_NAME, EXE_PATH, GLASS_FISH_DOMAIN_NAME, GLASS_FISH_INSTANCE_NAME, GOOGLE_APP_ENGINE_INSTANCE, GOOGLE_APP_ENGINE_SERVICE, GOOGLE_CLOUD_PROJECT, HYBRIS_BIN_DIRECTORY, HYBRIS_CONFIG_DIRECTORY, HYBRIS_DATA_DIRECTORY, IBM_CICS_REGION, IBM_CTG_NAME, IBM_IMS_CONNECT_REGION, IBM_IMS_CONTROL_REGION, IBM_IMS_MESSAGE_PROCESSING_REGION, IBM_IMS_SOAP_GW_NAME, IBM_INTEGRATION_NODE_NAME, IBM_INTEGRATION_SERVER_NAME, IIS_APP_POOL, IIS_ROLE_NAME, JAVA_JAR_FILE, JAVA_JAR_PATH, JAVA_MAIN_CLASS, JAVA_MAIN_MODULE, JBOSS_HOME, JBOSS_MODE, JBOSS_SERVER_NAME, KUBERNETES_BASE_POD_NAME, KUBERNETES_CONTAINER_NAME, KUBERNETES_FULL_POD_NAME, KUBERNETES_NAMESPACE, KUBERNETES_POD_UID, MSSQL_INSTANCE_NAME, NODE_JS_APP_BASE_DIRECTORY, NODE_JS_APP_NAME, NODE_JS_SCRIPT_NAME, ORACLE_SID, PG_ID_CALC_INPUT_KEY_LINKAGE, PHP_SCRIPT_PATH, PHP_WORKING_DIRECTORY, RUBY_APP_ROOT_PATH, RUBY_SCRIPT_PATH, RULE_RESULT, SOFTWAREAG_INSTALL_ROOT, SOFTWAREAG_PRODUCTPROPNAME, SPRINGBOOT_APP_NAME, SPRINGBOOT_PROFILE_NAME, SPRINGBOOT_STARTUP_CLASS, TIBCO_BUSINESSWORKS_CE_APP_NAME, TIBCO_BUSINESSWORKS_CE_VERSION, TIBCO_BUSINESS_WORKS_APP_NODE_NAME, TIBCO_BUSINESS_WORKS_APP_SPACE_NAME, TIBCO_BUSINESS_WORKS_DOMAIN_NAME, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE, TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH, TIBCO_BUSINESS_WORKS_HOME, VARNISH_INSTANCE_NAME, WEB_LOGIC_CLUSTER_NAME, WEB_LOGIC_DOMAIN_NAME, WEB_LOGIC_HOME, WEB_LOGIC_NAME, WEB_SPHERE_CELL_NAME, WEB_SPHERE_CLUSTER_NAME, WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- type str
- if specified, needs to be PROCESS_PREDEFINED_METADATA_KEY
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key 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
- unknowns String
- 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 string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
AutotagRuleConditionServiceTopologyComparison, AutotagRuleConditionServiceTopologyComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SERVICE_TOPOLOGY
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SERVICE_TOPOLOGY
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be SERVICE_TOPOLOGY
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be SERVICE_TOPOLOGY
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be SERVICE_TOPOLOGY
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be SERVICE_TOPOLOGY
- 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 string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
AutotagRuleConditionServiceTypeComparison, AutotagRuleConditionServiceTypeComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SERVICE_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SERVICE_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be SERVICE_TYPE
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be SERVICE_TYPE
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be SERVICE_TYPE
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be SERVICE_TYPE
- 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 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
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Simple Host Tech Comparison Value - The value to compare to
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SIMPLE_HOST_TECH
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Autotag
Rule Condition Simple Host Tech Comparison Value - The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be SIMPLE_HOST_TECH
- unknowns String
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Simple Host Tech Comparison Value - The value to compare to
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be SIMPLE_HOST_TECH
- unknowns string
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Simple Host Tech Comparison Value - The value to compare to
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be SIMPLE_HOST_TECH
- unknowns str
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Simple Host Tech Comparison Value - The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be SIMPLE_HOST_TECH
- 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
- Verbatim
Type 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
- Verbatim
Type 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
- verbatim
Type 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
- verbatim
Type 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
- verbatim
Type String - Non-predefined technology, use for custom technologies
AutotagRuleConditionSimpleTechComparison, AutotagRuleConditionSimpleTechComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SIMPLE_TECH
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Simple Tech Comparison Value - The value to compare to
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SIMPLE_TECH
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Autotag
Rule Condition Simple Tech Comparison Value - The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be SIMPLE_TECH
- unknowns String
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Simple Tech Comparison Value - The value to compare to
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be SIMPLE_TECH
- unknowns string
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Simple Tech Comparison Value - The value to compare to
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be SIMPLE_TECH
- unknowns str
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Simple Tech Comparison Value - The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be SIMPLE_TECH
- 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
- Verbatim
Type 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
- Verbatim
Type 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
- verbatim
Type 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
- verbatim
Type 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
- verbatim
Type String - Non-predefined technology, use for custom technologies
AutotagRuleConditionString, AutotagRuleConditionStringArgs
- Operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- 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 string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to
- Operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- 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 string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to
- operator String
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive Boolean - The comparison is case-sensitive (
true
) or insensitive (false
) - negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to
- operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive boolean - The comparison is case-sensitive (
true
) or insensitive (false
) - negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to
- operator str
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- case_
sensitive bool - The comparison is case-sensitive (
true
) or insensitive (false
) - negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to
- operator String
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive 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 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
- 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 string
- if specified, needs to be STRING
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to
- Operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- 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 string
- if specified, needs to be STRING
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to
- operator String
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive 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
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to
- operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive 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
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to
- operator str
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- case_
sensitive bool - The comparison is case-sensitive (
true
) or insensitive (false
) - negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be STRING
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to
- operator String
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- case
Sensitive 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
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to
AutotagRuleConditionStringConditionKey, AutotagRuleConditionStringConditionKeyArgs
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key 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
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key 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
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key 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
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute string
- The attribute to be used for comparision
- dynamic
Key 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
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute str
- The attribute to be used for comparision
- dynamic_
key str - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are
AMAZON_ECR_IMAGE_ACCOUNT_ID
AMAZON_ECR_IMAGE_REGION
AMAZON_LAMBDA_FUNCTION_NAME
AMAZON_REGION
APACHE_CONFIG_PATH
APACHE_SPARK_MASTER_IP_ADDRESS
ASP_DOT_NET_CORE_APPLICATION_PATH
AWS_ECS_CLUSTER
AWS_ECS_CONTAINERNAME
AWS_ECS_FAMILY
AWS_ECS_REVISION
CASSANDRA_CLUSTER_NAME
CATALINA_BASE
CATALINA_HOME
CLOUD_FOUNDRY_APP_ID
CLOUD_FOUNDRY_APP_NAME
CLOUD_FOUNDRY_INSTANCE_INDEX
CLOUD_FOUNDRY_SPACE_ID
CLOUD_FOUNDRY_SPACE_NAME
COLDFUSION_JVM_CONFIG_FILE
COLDFUSION_SERVICE_NAME
COMMAND_LINE_ARGS
DOTNET_COMMAND
DOTNET_COMMAND_PATH
DYNATRACE_CLUSTER_ID
DYNATRACE_NODE_ID
ELASTICSEARCH_CLUSTER_NAME
ELASTICSEARCH_NODE_NAME
EQUINOX_CONFIG_PATH
EXE_NAME
EXE_PATH
GLASS_FISH_DOMAIN_NAME
GLASS_FISH_INSTANCE_NAME
GOOGLE_APP_ENGINE_INSTANCE
GOOGLE_APP_ENGINE_SERVICE
GOOGLE_CLOUD_PROJECT
HYBRIS_BIN_DIRECTORY
HYBRIS_CONFIG_DIRECTORY
HYBRIS_DATA_DIRECTORY
IBM_CICS_REGION
IBM_CTG_NAME
IBM_IMS_CONNECT_REGION
IBM_IMS_CONTROL_REGION
IBM_IMS_MESSAGE_PROCESSING_REGION
IBM_IMS_SOAP_GW_NAME
IBM_INTEGRATION_NODE_NAME
IBM_INTEGRATION_SERVER_NAME
IIS_APP_POOL
IIS_ROLE_NAME
JAVA_JAR_FILE
JAVA_JAR_PATH
JAVA_MAIN_CLASS
JAVA_MAIN_MODULE
JBOSS_HOME
JBOSS_MODE
JBOSS_SERVER_NAME
KUBERNETES_BASE_POD_NAME
KUBERNETES_CONTAINER_NAME
KUBERNETES_FULL_POD_NAME
KUBERNETES_NAMESPACE
KUBERNETES_POD_UID
MSSQL_INSTANCE_NAME
NODE_JS_APP_BASE_DIRECTORY
NODE_JS_APP_NAME
NODE_JS_SCRIPT_NAME
ORACLE_SID
PG_ID_CALC_INPUT_KEY_LINKAGE
PHP_SCRIPT_PATH
PHP_WORKING_DIRECTORY
RUBY_APP_ROOT_PATH
RUBY_SCRIPT_PATH
RULE_RESULT
SOFTWAREAG_INSTALL_ROOT
SOFTWAREAG_PRODUCTPROPNAME
SPRINGBOOT_APP_NAME
SPRINGBOOT_PROFILE_NAME
SPRINGBOOT_STARTUP_CLASS
TIBCO_BUSINESSWORKS_CE_APP_NAME
TIBCO_BUSINESSWORKS_CE_VERSION
TIBCO_BUSINESS_WORKS_APP_NODE_NAME
TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
TIBCO_BUSINESS_WORKS_DOMAIN_NAME
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
TIBCO_BUSINESS_WORKS_HOME
VARNISH_INSTANCE_NAME
WEB_LOGIC_CLUSTER_NAME
WEB_LOGIC_DOMAIN_NAME
WEB_LOGIC_HOME
WEB_LOGIC_NAME
WEB_SPHERE_CELL_NAME
WEB_SPHERE_CLUSTER_NAME
WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- type str
- if specified, needs to be
STRING
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key 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
- unknowns String
- 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 string
- The attribute to be used for comparision
- Dynamic
Key string - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are
AMAZON_ECR_IMAGE_ACCOUNT_ID
AMAZON_ECR_IMAGE_REGION
AMAZON_LAMBDA_FUNCTION_NAME
AMAZON_REGION
APACHE_CONFIG_PATH
APACHE_SPARK_MASTER_IP_ADDRESS
ASP_DOT_NET_CORE_APPLICATION_PATH
AWS_ECS_CLUSTER
AWS_ECS_CONTAINERNAME
AWS_ECS_FAMILY
AWS_ECS_REVISION
CASSANDRA_CLUSTER_NAME
CATALINA_BASE
CATALINA_HOME
CLOUD_FOUNDRY_APP_ID
CLOUD_FOUNDRY_APP_NAME
CLOUD_FOUNDRY_INSTANCE_INDEX
CLOUD_FOUNDRY_SPACE_ID
CLOUD_FOUNDRY_SPACE_NAME
COLDFUSION_JVM_CONFIG_FILE
COLDFUSION_SERVICE_NAME
COMMAND_LINE_ARGS
DOTNET_COMMAND
DOTNET_COMMAND_PATH
DYNATRACE_CLUSTER_ID
DYNATRACE_NODE_ID
ELASTICSEARCH_CLUSTER_NAME
ELASTICSEARCH_NODE_NAME
EQUINOX_CONFIG_PATH
EXE_NAME
EXE_PATH
GLASS_FISH_DOMAIN_NAME
GLASS_FISH_INSTANCE_NAME
GOOGLE_APP_ENGINE_INSTANCE
GOOGLE_APP_ENGINE_SERVICE
GOOGLE_CLOUD_PROJECT
HYBRIS_BIN_DIRECTORY
HYBRIS_CONFIG_DIRECTORY
HYBRIS_DATA_DIRECTORY
IBM_CICS_REGION
IBM_CTG_NAME
IBM_IMS_CONNECT_REGION
IBM_IMS_CONTROL_REGION
IBM_IMS_MESSAGE_PROCESSING_REGION
IBM_IMS_SOAP_GW_NAME
IBM_INTEGRATION_NODE_NAME
IBM_INTEGRATION_SERVER_NAME
IIS_APP_POOL
IIS_ROLE_NAME
JAVA_JAR_FILE
JAVA_JAR_PATH
JAVA_MAIN_CLASS
JAVA_MAIN_MODULE
JBOSS_HOME
JBOSS_MODE
JBOSS_SERVER_NAME
KUBERNETES_BASE_POD_NAME
KUBERNETES_CONTAINER_NAME
KUBERNETES_FULL_POD_NAME
KUBERNETES_NAMESPACE
KUBERNETES_POD_UID
MSSQL_INSTANCE_NAME
NODE_JS_APP_BASE_DIRECTORY
NODE_JS_APP_NAME
NODE_JS_SCRIPT_NAME
ORACLE_SID
PG_ID_CALC_INPUT_KEY_LINKAGE
PHP_SCRIPT_PATH
PHP_WORKING_DIRECTORY
RUBY_APP_ROOT_PATH
RUBY_SCRIPT_PATH
RULE_RESULT
SOFTWAREAG_INSTALL_ROOT
SOFTWAREAG_PRODUCTPROPNAME
SPRINGBOOT_APP_NAME
SPRINGBOOT_PROFILE_NAME
SPRINGBOOT_STARTUP_CLASS
TIBCO_BUSINESSWORKS_CE_APP_NAME
TIBCO_BUSINESSWORKS_CE_VERSION
TIBCO_BUSINESS_WORKS_APP_NODE_NAME
TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
TIBCO_BUSINESS_WORKS_DOMAIN_NAME
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
TIBCO_BUSINESS_WORKS_HOME
VARNISH_INSTANCE_NAME
WEB_LOGIC_CLUSTER_NAME
WEB_LOGIC_DOMAIN_NAME
WEB_LOGIC_HOME
WEB_LOGIC_NAME
WEB_SPHERE_CELL_NAME
WEB_SPHERE_CLUSTER_NAME
WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key string - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are
AMAZON_ECR_IMAGE_ACCOUNT_ID
AMAZON_ECR_IMAGE_REGION
AMAZON_LAMBDA_FUNCTION_NAME
AMAZON_REGION
APACHE_CONFIG_PATH
APACHE_SPARK_MASTER_IP_ADDRESS
ASP_DOT_NET_CORE_APPLICATION_PATH
AWS_ECS_CLUSTER
AWS_ECS_CONTAINERNAME
AWS_ECS_FAMILY
AWS_ECS_REVISION
CASSANDRA_CLUSTER_NAME
CATALINA_BASE
CATALINA_HOME
CLOUD_FOUNDRY_APP_ID
CLOUD_FOUNDRY_APP_NAME
CLOUD_FOUNDRY_INSTANCE_INDEX
CLOUD_FOUNDRY_SPACE_ID
CLOUD_FOUNDRY_SPACE_NAME
COLDFUSION_JVM_CONFIG_FILE
COLDFUSION_SERVICE_NAME
COMMAND_LINE_ARGS
DOTNET_COMMAND
DOTNET_COMMAND_PATH
DYNATRACE_CLUSTER_ID
DYNATRACE_NODE_ID
ELASTICSEARCH_CLUSTER_NAME
ELASTICSEARCH_NODE_NAME
EQUINOX_CONFIG_PATH
EXE_NAME
EXE_PATH
GLASS_FISH_DOMAIN_NAME
GLASS_FISH_INSTANCE_NAME
GOOGLE_APP_ENGINE_INSTANCE
GOOGLE_APP_ENGINE_SERVICE
GOOGLE_CLOUD_PROJECT
HYBRIS_BIN_DIRECTORY
HYBRIS_CONFIG_DIRECTORY
HYBRIS_DATA_DIRECTORY
IBM_CICS_REGION
IBM_CTG_NAME
IBM_IMS_CONNECT_REGION
IBM_IMS_CONTROL_REGION
IBM_IMS_MESSAGE_PROCESSING_REGION
IBM_IMS_SOAP_GW_NAME
IBM_INTEGRATION_NODE_NAME
IBM_INTEGRATION_SERVER_NAME
IIS_APP_POOL
IIS_ROLE_NAME
JAVA_JAR_FILE
JAVA_JAR_PATH
JAVA_MAIN_CLASS
JAVA_MAIN_MODULE
JBOSS_HOME
JBOSS_MODE
JBOSS_SERVER_NAME
KUBERNETES_BASE_POD_NAME
KUBERNETES_CONTAINER_NAME
KUBERNETES_FULL_POD_NAME
KUBERNETES_NAMESPACE
KUBERNETES_POD_UID
MSSQL_INSTANCE_NAME
NODE_JS_APP_BASE_DIRECTORY
NODE_JS_APP_NAME
NODE_JS_SCRIPT_NAME
ORACLE_SID
PG_ID_CALC_INPUT_KEY_LINKAGE
PHP_SCRIPT_PATH
PHP_WORKING_DIRECTORY
RUBY_APP_ROOT_PATH
RUBY_SCRIPT_PATH
RULE_RESULT
SOFTWAREAG_INSTALL_ROOT
SOFTWAREAG_PRODUCTPROPNAME
SPRINGBOOT_APP_NAME
SPRINGBOOT_PROFILE_NAME
SPRINGBOOT_STARTUP_CLASS
TIBCO_BUSINESSWORKS_CE_APP_NAME
TIBCO_BUSINESSWORKS_CE_VERSION
TIBCO_BUSINESS_WORKS_APP_NODE_NAME
TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
TIBCO_BUSINESS_WORKS_DOMAIN_NAME
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
TIBCO_BUSINESS_WORKS_HOME
VARNISH_INSTANCE_NAME
WEB_LOGIC_CLUSTER_NAME
WEB_LOGIC_DOMAIN_NAME
WEB_LOGIC_HOME
WEB_LOGIC_NAME
WEB_SPHERE_CELL_NAME
WEB_SPHERE_CLUSTER_NAME
WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key String - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are
AMAZON_ECR_IMAGE_ACCOUNT_ID
AMAZON_ECR_IMAGE_REGION
AMAZON_LAMBDA_FUNCTION_NAME
AMAZON_REGION
APACHE_CONFIG_PATH
APACHE_SPARK_MASTER_IP_ADDRESS
ASP_DOT_NET_CORE_APPLICATION_PATH
AWS_ECS_CLUSTER
AWS_ECS_CONTAINERNAME
AWS_ECS_FAMILY
AWS_ECS_REVISION
CASSANDRA_CLUSTER_NAME
CATALINA_BASE
CATALINA_HOME
CLOUD_FOUNDRY_APP_ID
CLOUD_FOUNDRY_APP_NAME
CLOUD_FOUNDRY_INSTANCE_INDEX
CLOUD_FOUNDRY_SPACE_ID
CLOUD_FOUNDRY_SPACE_NAME
COLDFUSION_JVM_CONFIG_FILE
COLDFUSION_SERVICE_NAME
COMMAND_LINE_ARGS
DOTNET_COMMAND
DOTNET_COMMAND_PATH
DYNATRACE_CLUSTER_ID
DYNATRACE_NODE_ID
ELASTICSEARCH_CLUSTER_NAME
ELASTICSEARCH_NODE_NAME
EQUINOX_CONFIG_PATH
EXE_NAME
EXE_PATH
GLASS_FISH_DOMAIN_NAME
GLASS_FISH_INSTANCE_NAME
GOOGLE_APP_ENGINE_INSTANCE
GOOGLE_APP_ENGINE_SERVICE
GOOGLE_CLOUD_PROJECT
HYBRIS_BIN_DIRECTORY
HYBRIS_CONFIG_DIRECTORY
HYBRIS_DATA_DIRECTORY
IBM_CICS_REGION
IBM_CTG_NAME
IBM_IMS_CONNECT_REGION
IBM_IMS_CONTROL_REGION
IBM_IMS_MESSAGE_PROCESSING_REGION
IBM_IMS_SOAP_GW_NAME
IBM_INTEGRATION_NODE_NAME
IBM_INTEGRATION_SERVER_NAME
IIS_APP_POOL
IIS_ROLE_NAME
JAVA_JAR_FILE
JAVA_JAR_PATH
JAVA_MAIN_CLASS
JAVA_MAIN_MODULE
JBOSS_HOME
JBOSS_MODE
JBOSS_SERVER_NAME
KUBERNETES_BASE_POD_NAME
KUBERNETES_CONTAINER_NAME
KUBERNETES_FULL_POD_NAME
KUBERNETES_NAMESPACE
KUBERNETES_POD_UID
MSSQL_INSTANCE_NAME
NODE_JS_APP_BASE_DIRECTORY
NODE_JS_APP_NAME
NODE_JS_SCRIPT_NAME
ORACLE_SID
PG_ID_CALC_INPUT_KEY_LINKAGE
PHP_SCRIPT_PATH
PHP_WORKING_DIRECTORY
RUBY_APP_ROOT_PATH
RUBY_SCRIPT_PATH
RULE_RESULT
SOFTWAREAG_INSTALL_ROOT
SOFTWAREAG_PRODUCTPROPNAME
SPRINGBOOT_APP_NAME
SPRINGBOOT_PROFILE_NAME
SPRINGBOOT_STARTUP_CLASS
TIBCO_BUSINESSWORKS_CE_APP_NAME
TIBCO_BUSINESSWORKS_CE_VERSION
TIBCO_BUSINESS_WORKS_APP_NODE_NAME
TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
TIBCO_BUSINESS_WORKS_DOMAIN_NAME
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
TIBCO_BUSINESS_WORKS_HOME
VARNISH_INSTANCE_NAME
WEB_LOGIC_CLUSTER_NAME
WEB_LOGIC_DOMAIN_NAME
WEB_LOGIC_HOME
WEB_LOGIC_NAME
WEB_SPHERE_CELL_NAME
WEB_SPHERE_CLUSTER_NAME
WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute string
- The attribute to be used for comparision
- dynamic
Key string - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are
AMAZON_ECR_IMAGE_ACCOUNT_ID
AMAZON_ECR_IMAGE_REGION
AMAZON_LAMBDA_FUNCTION_NAME
AMAZON_REGION
APACHE_CONFIG_PATH
APACHE_SPARK_MASTER_IP_ADDRESS
ASP_DOT_NET_CORE_APPLICATION_PATH
AWS_ECS_CLUSTER
AWS_ECS_CONTAINERNAME
AWS_ECS_FAMILY
AWS_ECS_REVISION
CASSANDRA_CLUSTER_NAME
CATALINA_BASE
CATALINA_HOME
CLOUD_FOUNDRY_APP_ID
CLOUD_FOUNDRY_APP_NAME
CLOUD_FOUNDRY_INSTANCE_INDEX
CLOUD_FOUNDRY_SPACE_ID
CLOUD_FOUNDRY_SPACE_NAME
COLDFUSION_JVM_CONFIG_FILE
COLDFUSION_SERVICE_NAME
COMMAND_LINE_ARGS
DOTNET_COMMAND
DOTNET_COMMAND_PATH
DYNATRACE_CLUSTER_ID
DYNATRACE_NODE_ID
ELASTICSEARCH_CLUSTER_NAME
ELASTICSEARCH_NODE_NAME
EQUINOX_CONFIG_PATH
EXE_NAME
EXE_PATH
GLASS_FISH_DOMAIN_NAME
GLASS_FISH_INSTANCE_NAME
GOOGLE_APP_ENGINE_INSTANCE
GOOGLE_APP_ENGINE_SERVICE
GOOGLE_CLOUD_PROJECT
HYBRIS_BIN_DIRECTORY
HYBRIS_CONFIG_DIRECTORY
HYBRIS_DATA_DIRECTORY
IBM_CICS_REGION
IBM_CTG_NAME
IBM_IMS_CONNECT_REGION
IBM_IMS_CONTROL_REGION
IBM_IMS_MESSAGE_PROCESSING_REGION
IBM_IMS_SOAP_GW_NAME
IBM_INTEGRATION_NODE_NAME
IBM_INTEGRATION_SERVER_NAME
IIS_APP_POOL
IIS_ROLE_NAME
JAVA_JAR_FILE
JAVA_JAR_PATH
JAVA_MAIN_CLASS
JAVA_MAIN_MODULE
JBOSS_HOME
JBOSS_MODE
JBOSS_SERVER_NAME
KUBERNETES_BASE_POD_NAME
KUBERNETES_CONTAINER_NAME
KUBERNETES_FULL_POD_NAME
KUBERNETES_NAMESPACE
KUBERNETES_POD_UID
MSSQL_INSTANCE_NAME
NODE_JS_APP_BASE_DIRECTORY
NODE_JS_APP_NAME
NODE_JS_SCRIPT_NAME
ORACLE_SID
PG_ID_CALC_INPUT_KEY_LINKAGE
PHP_SCRIPT_PATH
PHP_WORKING_DIRECTORY
RUBY_APP_ROOT_PATH
RUBY_SCRIPT_PATH
RULE_RESULT
SOFTWAREAG_INSTALL_ROOT
SOFTWAREAG_PRODUCTPROPNAME
SPRINGBOOT_APP_NAME
SPRINGBOOT_PROFILE_NAME
SPRINGBOOT_STARTUP_CLASS
TIBCO_BUSINESSWORKS_CE_APP_NAME
TIBCO_BUSINESSWORKS_CE_VERSION
TIBCO_BUSINESS_WORKS_APP_NODE_NAME
TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
TIBCO_BUSINESS_WORKS_DOMAIN_NAME
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
TIBCO_BUSINESS_WORKS_HOME
VARNISH_INSTANCE_NAME
WEB_LOGIC_CLUSTER_NAME
WEB_LOGIC_DOMAIN_NAME
WEB_LOGIC_HOME
WEB_LOGIC_NAME
WEB_SPHERE_CELL_NAME
WEB_SPHERE_CLUSTER_NAME
WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute str
- The attribute to be used for comparision
- dynamic_
key str - The key of the attribute, which need dynamic keys. Not applicable otherwise, as the attibute itself acts as a key. Possible values are
AMAZON_ECR_IMAGE_ACCOUNT_ID
AMAZON_ECR_IMAGE_REGION
AMAZON_LAMBDA_FUNCTION_NAME
AMAZON_REGION
APACHE_CONFIG_PATH
APACHE_SPARK_MASTER_IP_ADDRESS
ASP_DOT_NET_CORE_APPLICATION_PATH
AWS_ECS_CLUSTER
AWS_ECS_CONTAINERNAME
AWS_ECS_FAMILY
AWS_ECS_REVISION
CASSANDRA_CLUSTER_NAME
CATALINA_BASE
CATALINA_HOME
CLOUD_FOUNDRY_APP_ID
CLOUD_FOUNDRY_APP_NAME
CLOUD_FOUNDRY_INSTANCE_INDEX
CLOUD_FOUNDRY_SPACE_ID
CLOUD_FOUNDRY_SPACE_NAME
COLDFUSION_JVM_CONFIG_FILE
COLDFUSION_SERVICE_NAME
COMMAND_LINE_ARGS
DOTNET_COMMAND
DOTNET_COMMAND_PATH
DYNATRACE_CLUSTER_ID
DYNATRACE_NODE_ID
ELASTICSEARCH_CLUSTER_NAME
ELASTICSEARCH_NODE_NAME
EQUINOX_CONFIG_PATH
EXE_NAME
EXE_PATH
GLASS_FISH_DOMAIN_NAME
GLASS_FISH_INSTANCE_NAME
GOOGLE_APP_ENGINE_INSTANCE
GOOGLE_APP_ENGINE_SERVICE
GOOGLE_CLOUD_PROJECT
HYBRIS_BIN_DIRECTORY
HYBRIS_CONFIG_DIRECTORY
HYBRIS_DATA_DIRECTORY
IBM_CICS_REGION
IBM_CTG_NAME
IBM_IMS_CONNECT_REGION
IBM_IMS_CONTROL_REGION
IBM_IMS_MESSAGE_PROCESSING_REGION
IBM_IMS_SOAP_GW_NAME
IBM_INTEGRATION_NODE_NAME
IBM_INTEGRATION_SERVER_NAME
IIS_APP_POOL
IIS_ROLE_NAME
JAVA_JAR_FILE
JAVA_JAR_PATH
JAVA_MAIN_CLASS
JAVA_MAIN_MODULE
JBOSS_HOME
JBOSS_MODE
JBOSS_SERVER_NAME
KUBERNETES_BASE_POD_NAME
KUBERNETES_CONTAINER_NAME
KUBERNETES_FULL_POD_NAME
KUBERNETES_NAMESPACE
KUBERNETES_POD_UID
MSSQL_INSTANCE_NAME
NODE_JS_APP_BASE_DIRECTORY
NODE_JS_APP_NAME
NODE_JS_SCRIPT_NAME
ORACLE_SID
PG_ID_CALC_INPUT_KEY_LINKAGE
PHP_SCRIPT_PATH
PHP_WORKING_DIRECTORY
RUBY_APP_ROOT_PATH
RUBY_SCRIPT_PATH
RULE_RESULT
SOFTWAREAG_INSTALL_ROOT
SOFTWAREAG_PRODUCTPROPNAME
SPRINGBOOT_APP_NAME
SPRINGBOOT_PROFILE_NAME
SPRINGBOOT_STARTUP_CLASS
TIBCO_BUSINESSWORKS_CE_APP_NAME
TIBCO_BUSINESSWORKS_CE_VERSION
TIBCO_BUSINESS_WORKS_APP_NODE_NAME
TIBCO_BUSINESS_WORKS_APP_SPACE_NAME
TIBCO_BUSINESS_WORKS_DOMAIN_NAME
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE
TIBCO_BUSINESS_WORKS_ENGINE_PROPERTY_FILE_PATH
TIBCO_BUSINESS_WORKS_HOME
VARNISH_INSTANCE_NAME
WEB_LOGIC_CLUSTER_NAME
WEB_LOGIC_DOMAIN_NAME
WEB_LOGIC_HOME
WEB_LOGIC_NAME
WEB_SPHERE_CELL_NAME
WEB_SPHERE_CLUSTER_NAME
WEB_SPHERE_NODE_NAME and WEB_SPHERE_SERVER_NAME
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- attribute String
- The attribute to be used for comparision
- dynamic
Key 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 string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are CLASSIC and CUSTOM
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are CLASSIC and CUSTOM
AutotagRuleConditionSyntheticEngineTypeComparison, AutotagRuleConditionSyntheticEngineTypeComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SYNTHETIC_ENGINE_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are CLASSIC and CUSTOM
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SYNTHETIC_ENGINE_TYPE
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be SYNTHETIC_ENGINE_TYPE
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be SYNTHETIC_ENGINE_TYPE
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be SYNTHETIC_ENGINE_TYPE
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be SYNTHETIC_ENGINE_TYPE
- 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 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. Autotag Rule Condition Tag Value - Tag of a Dynatrace entity
- Operator string
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Autotag
Rule Condition Tag Value - Tag of a Dynatrace entity
- operator String
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Tag Value - Tag of a Dynatrace entity
- operator string
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Tag Value - Tag of a Dynatrace entity
- operator str
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Tag Value - Tag of a Dynatrace entity
- operator String
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value Property Map
- Tag of a Dynatrace entity
AutotagRuleConditionTagComparison, AutotagRuleConditionTagComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be TAG
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Tag Comparison Value - Tag of a Dynatrace entity
- Operator string
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be TAG
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Autotag
Rule Condition Tag Comparison Value - Tag of a Dynatrace entity
- operator String
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be TAG
- unknowns String
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Tag Comparison Value - Tag of a Dynatrace entity
- operator string
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type string
- if specified, needs to be TAG
- unknowns string
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Tag Comparison Value - Tag of a Dynatrace entity
- operator str
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- type str
- if specified, needs to be TAG
- unknowns str
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Tag Comparison Value - Tag of a Dynatrace entity
- operator String
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- type String
- if specified, needs to be TAG
- unknowns String
- Any attributes that aren't yet supported by this provider
- value Property Map
- Tag of a Dynatrace entity
AutotagRuleConditionTagComparisonValue, AutotagRuleConditionTagComparisonValueArgs
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
- context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key string
- The key of the tag. Custom tags have the tag value here
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value of the tag. Not applicable to custom tags
- context str
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key str
- The key of the tag. Custom tags have the tag value here
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
AutotagRuleConditionTagValue, AutotagRuleConditionTagValueArgs
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
- context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key string
- The key of the tag. Custom tags have the tag value here
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value of the tag. Not applicable to custom tags
- context str
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key str
- The key of the tag. Custom tags have the tag value here
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
AutotagRuleConditionTech, AutotagRuleConditionTechArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Pulumiverse.
Dynatrace. Inputs. Autotag Rule Condition Tech Value - The value to compare to
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Autotag
Rule Condition Tech Value - The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Tech Value - The value to compare to
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Tech Value - The value to compare to
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value
Autotag
Rule Condition Tech Value - The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value Property Map
- The value to compare to
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
- Verbatim
Type 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
- Verbatim
Type 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
- verbatim
Type 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
- verbatim
Type 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
- verbatim
Type 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.