Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
dynatrace.ManagementZone
Explore with Pulumi AI
Create ManagementZone Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementZone(name: string, args?: ManagementZoneArgs, opts?: CustomResourceOptions);
@overload
def ManagementZone(resource_name: str,
args: Optional[ManagementZoneArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementZone(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
dimensional_rules: Optional[Sequence[ManagementZoneDimensionalRuleArgs]] = None,
entity_selector_based_rules: Optional[Sequence[ManagementZoneEntitySelectorBasedRuleArgs]] = None,
name: Optional[str] = None,
rules: Optional[Sequence[ManagementZoneRuleArgs]] = None,
unknowns: Optional[str] = None)
func NewManagementZone(ctx *Context, name string, args *ManagementZoneArgs, opts ...ResourceOption) (*ManagementZone, error)
public ManagementZone(string name, ManagementZoneArgs? args = null, CustomResourceOptions? opts = null)
public ManagementZone(String name, ManagementZoneArgs args)
public ManagementZone(String name, ManagementZoneArgs args, CustomResourceOptions options)
type: dynatrace:ManagementZone
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ManagementZoneArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ManagementZoneArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ManagementZoneArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementZoneArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementZoneArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var managementZoneResource = new Dynatrace.ManagementZone("managementZoneResource", new()
{
Description = "string",
DimensionalRules = new[]
{
new Dynatrace.Inputs.ManagementZoneDimensionalRuleArgs
{
AppliesTo = "string",
Conditions = new[]
{
new Dynatrace.Inputs.ManagementZoneDimensionalRuleConditionArgs
{
Key = "string",
Match = "string",
Type = "string",
Unknowns = "string",
Value = "string",
},
},
Enabled = false,
Unknowns = "string",
},
},
EntitySelectorBasedRules = new[]
{
new Dynatrace.Inputs.ManagementZoneEntitySelectorBasedRuleArgs
{
Enabled = false,
Selector = "string",
Unknowns = "string",
},
},
Name = "string",
Rules = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleArgs
{
Type = "string",
Conditions = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionArgs
{
ApplicationTypes = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionApplicationTypeArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
AzureComputeModeComparisons = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionAzureComputeModeComparisonArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
AzureSkus = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionAzureSkusArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
Bitnesses = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionBitnessArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
CloudTypes = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionCloudTypeArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
Comparisons = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionComparisonArgs
{
Type = "string",
Negate = false,
Unknowns = "string",
},
},
CustomApplicationTypes = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionCustomApplicationTypeArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
CustomHostMetadatas = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionCustomHostMetadataArgs
{
Attribute = "string",
DynamicKey = new Dynatrace.Inputs.ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs
{
Key = "string",
Source = "string",
Unknowns = "string",
},
Unknowns = "string",
},
},
CustomProcessMetadatas = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionCustomProcessMetadataArgs
{
Attribute = "string",
DynamicKey = new Dynatrace.Inputs.ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs
{
Key = "string",
Source = "string",
Unknowns = "string",
},
Unknowns = "string",
},
},
DatabaseTopologies = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionDatabaseTopologyArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
DcrumDecoders = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionDcrumDecoderArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
Entities = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionEntityArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
HostTeches = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionHostTechArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = new Dynatrace.Inputs.ManagementZoneRuleConditionHostTechValueArgs
{
Type = "string",
Unknowns = "string",
VerbatimType = "string",
},
},
},
Hypervisors = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionHypervisorArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
IndexedNames = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionIndexedNameArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
IndexedStrings = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionIndexedStringArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
IndexedTags = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionIndexedTagArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = new Dynatrace.Inputs.ManagementZoneRuleConditionIndexedTagValueArgs
{
Context = "string",
Key = "string",
Unknowns = "string",
Value = "string",
},
},
},
Integers = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionIntegerArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = 0,
},
},
Ipaddresses = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionIpaddressArgs
{
Operator = "string",
CaseSensitive = false,
Negate = false,
Unknowns = "string",
Value = "string",
},
},
Keys = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionKeyArgs
{
Attribute = "string",
Type = "string",
Unknowns = "string",
},
},
MobilePlatforms = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionMobilePlatformArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
OsArches = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionOsArchArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
OsTypes = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionOsTypeArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
PaasTypes = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionPaasTypeArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
ProcessMetadatas = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionProcessMetadataArgs
{
Attribute = "string",
DynamicKey = "string",
Unknowns = "string",
},
},
ServiceTopologies = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionServiceTopologyArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
ServiceTypes = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionServiceTypeArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
StringKeys = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionStringKeyArgs
{
Attribute = "string",
DynamicKey = "string",
Unknowns = "string",
},
},
Strings = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionStringArgs
{
Operator = "string",
CaseSensitive = false,
Negate = false,
Unknowns = "string",
Value = "string",
},
},
SyntheticEngines = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionSyntheticEngineArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = "string",
},
},
Tags = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionTagArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = new Dynatrace.Inputs.ManagementZoneRuleConditionTagValueArgs
{
Context = "string",
Key = "string",
Unknowns = "string",
Value = "string",
},
},
},
Teches = new[]
{
new Dynatrace.Inputs.ManagementZoneRuleConditionTechArgs
{
Operator = "string",
Negate = false,
Unknowns = "string",
Value = new Dynatrace.Inputs.ManagementZoneRuleConditionTechValueArgs
{
Type = "string",
Unknowns = "string",
VerbatimType = "string",
},
},
},
Unknowns = "string",
},
},
Enabled = false,
PropagationTypes = new[]
{
"string",
},
Unknowns = "string",
},
},
Unknowns = "string",
});
example, err := dynatrace.NewManagementZone(ctx, "managementZoneResource", &dynatrace.ManagementZoneArgs{
Description: pulumi.String("string"),
DimensionalRules: dynatrace.ManagementZoneDimensionalRuleArray{
&dynatrace.ManagementZoneDimensionalRuleArgs{
AppliesTo: pulumi.String("string"),
Conditions: dynatrace.ManagementZoneDimensionalRuleConditionArray{
&dynatrace.ManagementZoneDimensionalRuleConditionArgs{
Key: pulumi.String("string"),
Match: pulumi.String("string"),
Type: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Enabled: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
},
},
EntitySelectorBasedRules: dynatrace.ManagementZoneEntitySelectorBasedRuleArray{
&dynatrace.ManagementZoneEntitySelectorBasedRuleArgs{
Enabled: pulumi.Bool(false),
Selector: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
Rules: dynatrace.ManagementZoneRuleArray{
&dynatrace.ManagementZoneRuleArgs{
Type: pulumi.String("string"),
Conditions: dynatrace.ManagementZoneRuleConditionArray{
&dynatrace.ManagementZoneRuleConditionArgs{
ApplicationTypes: dynatrace.ManagementZoneRuleConditionApplicationTypeArray{
&dynatrace.ManagementZoneRuleConditionApplicationTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
AzureComputeModeComparisons: dynatrace.ManagementZoneRuleConditionAzureComputeModeComparisonArray{
&dynatrace.ManagementZoneRuleConditionAzureComputeModeComparisonArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
AzureSkus: dynatrace.ManagementZoneRuleConditionAzureSkusArray{
&dynatrace.ManagementZoneRuleConditionAzureSkusArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Bitnesses: dynatrace.ManagementZoneRuleConditionBitnessArray{
&dynatrace.ManagementZoneRuleConditionBitnessArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
CloudTypes: dynatrace.ManagementZoneRuleConditionCloudTypeArray{
&dynatrace.ManagementZoneRuleConditionCloudTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Comparisons: dynatrace.ManagementZoneRuleConditionComparisonArray{
&dynatrace.ManagementZoneRuleConditionComparisonArgs{
Type: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
},
},
CustomApplicationTypes: dynatrace.ManagementZoneRuleConditionCustomApplicationTypeArray{
&dynatrace.ManagementZoneRuleConditionCustomApplicationTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
CustomHostMetadatas: dynatrace.ManagementZoneRuleConditionCustomHostMetadataArray{
&dynatrace.ManagementZoneRuleConditionCustomHostMetadataArgs{
Attribute: pulumi.String("string"),
DynamicKey: &dynatrace.ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs{
Key: pulumi.String("string"),
Source: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
},
},
CustomProcessMetadatas: dynatrace.ManagementZoneRuleConditionCustomProcessMetadataArray{
&dynatrace.ManagementZoneRuleConditionCustomProcessMetadataArgs{
Attribute: pulumi.String("string"),
DynamicKey: &dynatrace.ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs{
Key: pulumi.String("string"),
Source: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
},
},
DatabaseTopologies: dynatrace.ManagementZoneRuleConditionDatabaseTopologyArray{
&dynatrace.ManagementZoneRuleConditionDatabaseTopologyArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
DcrumDecoders: dynatrace.ManagementZoneRuleConditionDcrumDecoderArray{
&dynatrace.ManagementZoneRuleConditionDcrumDecoderArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Entities: dynatrace.ManagementZoneRuleConditionEntityArray{
&dynatrace.ManagementZoneRuleConditionEntityArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
HostTeches: dynatrace.ManagementZoneRuleConditionHostTechArray{
&dynatrace.ManagementZoneRuleConditionHostTechArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: &dynatrace.ManagementZoneRuleConditionHostTechValueArgs{
Type: pulumi.String("string"),
Unknowns: pulumi.String("string"),
VerbatimType: pulumi.String("string"),
},
},
},
Hypervisors: dynatrace.ManagementZoneRuleConditionHypervisorArray{
&dynatrace.ManagementZoneRuleConditionHypervisorArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
IndexedNames: dynatrace.ManagementZoneRuleConditionIndexedNameArray{
&dynatrace.ManagementZoneRuleConditionIndexedNameArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
IndexedStrings: dynatrace.ManagementZoneRuleConditionIndexedStringArray{
&dynatrace.ManagementZoneRuleConditionIndexedStringArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
IndexedTags: dynatrace.ManagementZoneRuleConditionIndexedTagArray{
&dynatrace.ManagementZoneRuleConditionIndexedTagArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: &dynatrace.ManagementZoneRuleConditionIndexedTagValueArgs{
Context: pulumi.String("string"),
Key: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
Integers: dynatrace.ManagementZoneRuleConditionIntegerArray{
&dynatrace.ManagementZoneRuleConditionIntegerArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.Int(0),
},
},
Ipaddresses: dynatrace.ManagementZoneRuleConditionIpaddressArray{
&dynatrace.ManagementZoneRuleConditionIpaddressArgs{
Operator: pulumi.String("string"),
CaseSensitive: pulumi.Bool(false),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Keys: dynatrace.ManagementZoneRuleConditionKeyArray{
&dynatrace.ManagementZoneRuleConditionKeyArgs{
Attribute: pulumi.String("string"),
Type: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
},
MobilePlatforms: dynatrace.ManagementZoneRuleConditionMobilePlatformArray{
&dynatrace.ManagementZoneRuleConditionMobilePlatformArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
OsArches: dynatrace.ManagementZoneRuleConditionOsArchArray{
&dynatrace.ManagementZoneRuleConditionOsArchArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
OsTypes: dynatrace.ManagementZoneRuleConditionOsTypeArray{
&dynatrace.ManagementZoneRuleConditionOsTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
PaasTypes: dynatrace.ManagementZoneRuleConditionPaasTypeArray{
&dynatrace.ManagementZoneRuleConditionPaasTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ProcessMetadatas: dynatrace.ManagementZoneRuleConditionProcessMetadataArray{
&dynatrace.ManagementZoneRuleConditionProcessMetadataArgs{
Attribute: pulumi.String("string"),
DynamicKey: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
},
ServiceTopologies: dynatrace.ManagementZoneRuleConditionServiceTopologyArray{
&dynatrace.ManagementZoneRuleConditionServiceTopologyArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ServiceTypes: dynatrace.ManagementZoneRuleConditionServiceTypeArray{
&dynatrace.ManagementZoneRuleConditionServiceTypeArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
StringKeys: dynatrace.ManagementZoneRuleConditionStringKeyArray{
&dynatrace.ManagementZoneRuleConditionStringKeyArgs{
Attribute: pulumi.String("string"),
DynamicKey: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
},
Strings: dynatrace.ManagementZoneRuleConditionStringArray{
&dynatrace.ManagementZoneRuleConditionStringArgs{
Operator: pulumi.String("string"),
CaseSensitive: pulumi.Bool(false),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
SyntheticEngines: dynatrace.ManagementZoneRuleConditionSyntheticEngineArray{
&dynatrace.ManagementZoneRuleConditionSyntheticEngineArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Tags: dynatrace.ManagementZoneRuleConditionTagArray{
&dynatrace.ManagementZoneRuleConditionTagArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: &dynatrace.ManagementZoneRuleConditionTagValueArgs{
Context: pulumi.String("string"),
Key: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
Teches: dynatrace.ManagementZoneRuleConditionTechArray{
&dynatrace.ManagementZoneRuleConditionTechArgs{
Operator: pulumi.String("string"),
Negate: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
Value: &dynatrace.ManagementZoneRuleConditionTechValueArgs{
Type: pulumi.String("string"),
Unknowns: pulumi.String("string"),
VerbatimType: pulumi.String("string"),
},
},
},
Unknowns: pulumi.String("string"),
},
},
Enabled: pulumi.Bool(false),
PropagationTypes: pulumi.StringArray{
pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
},
},
Unknowns: pulumi.String("string"),
})
var managementZoneResource = new ManagementZone("managementZoneResource", ManagementZoneArgs.builder()
.description("string")
.dimensionalRules(ManagementZoneDimensionalRuleArgs.builder()
.appliesTo("string")
.conditions(ManagementZoneDimensionalRuleConditionArgs.builder()
.key("string")
.match("string")
.type("string")
.unknowns("string")
.value("string")
.build())
.enabled(false)
.unknowns("string")
.build())
.entitySelectorBasedRules(ManagementZoneEntitySelectorBasedRuleArgs.builder()
.enabled(false)
.selector("string")
.unknowns("string")
.build())
.name("string")
.rules(ManagementZoneRuleArgs.builder()
.type("string")
.conditions(ManagementZoneRuleConditionArgs.builder()
.applicationTypes(ManagementZoneRuleConditionApplicationTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.azureComputeModeComparisons(ManagementZoneRuleConditionAzureComputeModeComparisonArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.azureSkus(ManagementZoneRuleConditionAzureSkusArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.bitnesses(ManagementZoneRuleConditionBitnessArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.cloudTypes(ManagementZoneRuleConditionCloudTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.comparisons(ManagementZoneRuleConditionComparisonArgs.builder()
.type("string")
.negate(false)
.unknowns("string")
.build())
.customApplicationTypes(ManagementZoneRuleConditionCustomApplicationTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.customHostMetadatas(ManagementZoneRuleConditionCustomHostMetadataArgs.builder()
.attribute("string")
.dynamicKey(ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs.builder()
.key("string")
.source("string")
.unknowns("string")
.build())
.unknowns("string")
.build())
.customProcessMetadatas(ManagementZoneRuleConditionCustomProcessMetadataArgs.builder()
.attribute("string")
.dynamicKey(ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs.builder()
.key("string")
.source("string")
.unknowns("string")
.build())
.unknowns("string")
.build())
.databaseTopologies(ManagementZoneRuleConditionDatabaseTopologyArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.dcrumDecoders(ManagementZoneRuleConditionDcrumDecoderArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.entities(ManagementZoneRuleConditionEntityArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.hostTeches(ManagementZoneRuleConditionHostTechArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value(ManagementZoneRuleConditionHostTechValueArgs.builder()
.type("string")
.unknowns("string")
.verbatimType("string")
.build())
.build())
.hypervisors(ManagementZoneRuleConditionHypervisorArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.indexedNames(ManagementZoneRuleConditionIndexedNameArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.indexedStrings(ManagementZoneRuleConditionIndexedStringArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.indexedTags(ManagementZoneRuleConditionIndexedTagArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value(ManagementZoneRuleConditionIndexedTagValueArgs.builder()
.context("string")
.key("string")
.unknowns("string")
.value("string")
.build())
.build())
.integers(ManagementZoneRuleConditionIntegerArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value(0)
.build())
.ipaddresses(ManagementZoneRuleConditionIpaddressArgs.builder()
.operator("string")
.caseSensitive(false)
.negate(false)
.unknowns("string")
.value("string")
.build())
.keys(ManagementZoneRuleConditionKeyArgs.builder()
.attribute("string")
.type("string")
.unknowns("string")
.build())
.mobilePlatforms(ManagementZoneRuleConditionMobilePlatformArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.osArches(ManagementZoneRuleConditionOsArchArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.osTypes(ManagementZoneRuleConditionOsTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.paasTypes(ManagementZoneRuleConditionPaasTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.processMetadatas(ManagementZoneRuleConditionProcessMetadataArgs.builder()
.attribute("string")
.dynamicKey("string")
.unknowns("string")
.build())
.serviceTopologies(ManagementZoneRuleConditionServiceTopologyArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.serviceTypes(ManagementZoneRuleConditionServiceTypeArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.stringKeys(ManagementZoneRuleConditionStringKeyArgs.builder()
.attribute("string")
.dynamicKey("string")
.unknowns("string")
.build())
.strings(ManagementZoneRuleConditionStringArgs.builder()
.operator("string")
.caseSensitive(false)
.negate(false)
.unknowns("string")
.value("string")
.build())
.syntheticEngines(ManagementZoneRuleConditionSyntheticEngineArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value("string")
.build())
.tags(ManagementZoneRuleConditionTagArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value(ManagementZoneRuleConditionTagValueArgs.builder()
.context("string")
.key("string")
.unknowns("string")
.value("string")
.build())
.build())
.teches(ManagementZoneRuleConditionTechArgs.builder()
.operator("string")
.negate(false)
.unknowns("string")
.value(ManagementZoneRuleConditionTechValueArgs.builder()
.type("string")
.unknowns("string")
.verbatimType("string")
.build())
.build())
.unknowns("string")
.build())
.enabled(false)
.propagationTypes("string")
.unknowns("string")
.build())
.unknowns("string")
.build());
management_zone_resource = dynatrace.ManagementZone("managementZoneResource",
description="string",
dimensional_rules=[dynatrace.ManagementZoneDimensionalRuleArgs(
applies_to="string",
conditions=[dynatrace.ManagementZoneDimensionalRuleConditionArgs(
key="string",
match="string",
type="string",
unknowns="string",
value="string",
)],
enabled=False,
unknowns="string",
)],
entity_selector_based_rules=[dynatrace.ManagementZoneEntitySelectorBasedRuleArgs(
enabled=False,
selector="string",
unknowns="string",
)],
name="string",
rules=[dynatrace.ManagementZoneRuleArgs(
type="string",
conditions=[dynatrace.ManagementZoneRuleConditionArgs(
application_types=[dynatrace.ManagementZoneRuleConditionApplicationTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
azure_compute_mode_comparisons=[dynatrace.ManagementZoneRuleConditionAzureComputeModeComparisonArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
azure_skus=[dynatrace.ManagementZoneRuleConditionAzureSkusArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
bitnesses=[dynatrace.ManagementZoneRuleConditionBitnessArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
cloud_types=[dynatrace.ManagementZoneRuleConditionCloudTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
comparisons=[dynatrace.ManagementZoneRuleConditionComparisonArgs(
type="string",
negate=False,
unknowns="string",
)],
custom_application_types=[dynatrace.ManagementZoneRuleConditionCustomApplicationTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
custom_host_metadatas=[dynatrace.ManagementZoneRuleConditionCustomHostMetadataArgs(
attribute="string",
dynamic_key=dynatrace.ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs(
key="string",
source="string",
unknowns="string",
),
unknowns="string",
)],
custom_process_metadatas=[dynatrace.ManagementZoneRuleConditionCustomProcessMetadataArgs(
attribute="string",
dynamic_key=dynatrace.ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs(
key="string",
source="string",
unknowns="string",
),
unknowns="string",
)],
database_topologies=[dynatrace.ManagementZoneRuleConditionDatabaseTopologyArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
dcrum_decoders=[dynatrace.ManagementZoneRuleConditionDcrumDecoderArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
entities=[dynatrace.ManagementZoneRuleConditionEntityArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
host_teches=[dynatrace.ManagementZoneRuleConditionHostTechArgs(
operator="string",
negate=False,
unknowns="string",
value=dynatrace.ManagementZoneRuleConditionHostTechValueArgs(
type="string",
unknowns="string",
verbatim_type="string",
),
)],
hypervisors=[dynatrace.ManagementZoneRuleConditionHypervisorArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
indexed_names=[dynatrace.ManagementZoneRuleConditionIndexedNameArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
indexed_strings=[dynatrace.ManagementZoneRuleConditionIndexedStringArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
indexed_tags=[dynatrace.ManagementZoneRuleConditionIndexedTagArgs(
operator="string",
negate=False,
unknowns="string",
value=dynatrace.ManagementZoneRuleConditionIndexedTagValueArgs(
context="string",
key="string",
unknowns="string",
value="string",
),
)],
integers=[dynatrace.ManagementZoneRuleConditionIntegerArgs(
operator="string",
negate=False,
unknowns="string",
value=0,
)],
ipaddresses=[dynatrace.ManagementZoneRuleConditionIpaddressArgs(
operator="string",
case_sensitive=False,
negate=False,
unknowns="string",
value="string",
)],
keys=[dynatrace.ManagementZoneRuleConditionKeyArgs(
attribute="string",
type="string",
unknowns="string",
)],
mobile_platforms=[dynatrace.ManagementZoneRuleConditionMobilePlatformArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
os_arches=[dynatrace.ManagementZoneRuleConditionOsArchArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
os_types=[dynatrace.ManagementZoneRuleConditionOsTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
paas_types=[dynatrace.ManagementZoneRuleConditionPaasTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
process_metadatas=[dynatrace.ManagementZoneRuleConditionProcessMetadataArgs(
attribute="string",
dynamic_key="string",
unknowns="string",
)],
service_topologies=[dynatrace.ManagementZoneRuleConditionServiceTopologyArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
service_types=[dynatrace.ManagementZoneRuleConditionServiceTypeArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
string_keys=[dynatrace.ManagementZoneRuleConditionStringKeyArgs(
attribute="string",
dynamic_key="string",
unknowns="string",
)],
strings=[dynatrace.ManagementZoneRuleConditionStringArgs(
operator="string",
case_sensitive=False,
negate=False,
unknowns="string",
value="string",
)],
synthetic_engines=[dynatrace.ManagementZoneRuleConditionSyntheticEngineArgs(
operator="string",
negate=False,
unknowns="string",
value="string",
)],
tags=[dynatrace.ManagementZoneRuleConditionTagArgs(
operator="string",
negate=False,
unknowns="string",
value=dynatrace.ManagementZoneRuleConditionTagValueArgs(
context="string",
key="string",
unknowns="string",
value="string",
),
)],
teches=[dynatrace.ManagementZoneRuleConditionTechArgs(
operator="string",
negate=False,
unknowns="string",
value=dynatrace.ManagementZoneRuleConditionTechValueArgs(
type="string",
unknowns="string",
verbatim_type="string",
),
)],
unknowns="string",
)],
enabled=False,
propagation_types=["string"],
unknowns="string",
)],
unknowns="string")
const managementZoneResource = new dynatrace.ManagementZone("managementZoneResource", {
description: "string",
dimensionalRules: [{
appliesTo: "string",
conditions: [{
key: "string",
match: "string",
type: "string",
unknowns: "string",
value: "string",
}],
enabled: false,
unknowns: "string",
}],
entitySelectorBasedRules: [{
enabled: false,
selector: "string",
unknowns: "string",
}],
name: "string",
rules: [{
type: "string",
conditions: [{
applicationTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
azureComputeModeComparisons: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
azureSkus: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
bitnesses: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
cloudTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
comparisons: [{
type: "string",
negate: false,
unknowns: "string",
}],
customApplicationTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
customHostMetadatas: [{
attribute: "string",
dynamicKey: {
key: "string",
source: "string",
unknowns: "string",
},
unknowns: "string",
}],
customProcessMetadatas: [{
attribute: "string",
dynamicKey: {
key: "string",
source: "string",
unknowns: "string",
},
unknowns: "string",
}],
databaseTopologies: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
dcrumDecoders: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
entities: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
hostTeches: [{
operator: "string",
negate: false,
unknowns: "string",
value: {
type: "string",
unknowns: "string",
verbatimType: "string",
},
}],
hypervisors: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
indexedNames: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
indexedStrings: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
indexedTags: [{
operator: "string",
negate: false,
unknowns: "string",
value: {
context: "string",
key: "string",
unknowns: "string",
value: "string",
},
}],
integers: [{
operator: "string",
negate: false,
unknowns: "string",
value: 0,
}],
ipaddresses: [{
operator: "string",
caseSensitive: false,
negate: false,
unknowns: "string",
value: "string",
}],
keys: [{
attribute: "string",
type: "string",
unknowns: "string",
}],
mobilePlatforms: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
osArches: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
osTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
paasTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
processMetadatas: [{
attribute: "string",
dynamicKey: "string",
unknowns: "string",
}],
serviceTopologies: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
serviceTypes: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
stringKeys: [{
attribute: "string",
dynamicKey: "string",
unknowns: "string",
}],
strings: [{
operator: "string",
caseSensitive: false,
negate: false,
unknowns: "string",
value: "string",
}],
syntheticEngines: [{
operator: "string",
negate: false,
unknowns: "string",
value: "string",
}],
tags: [{
operator: "string",
negate: false,
unknowns: "string",
value: {
context: "string",
key: "string",
unknowns: "string",
value: "string",
},
}],
teches: [{
operator: "string",
negate: false,
unknowns: "string",
value: {
type: "string",
unknowns: "string",
verbatimType: "string",
},
}],
unknowns: "string",
}],
enabled: false,
propagationTypes: ["string"],
unknowns: "string",
}],
unknowns: "string",
});
type: dynatrace:ManagementZone
properties:
description: string
dimensionalRules:
- appliesTo: string
conditions:
- key: string
match: string
type: string
unknowns: string
value: string
enabled: false
unknowns: string
entitySelectorBasedRules:
- enabled: false
selector: string
unknowns: string
name: string
rules:
- conditions:
- applicationTypes:
- negate: false
operator: string
unknowns: string
value: string
azureComputeModeComparisons:
- negate: false
operator: string
unknowns: string
value: string
azureSkus:
- negate: false
operator: string
unknowns: string
value: string
bitnesses:
- negate: false
operator: string
unknowns: string
value: string
cloudTypes:
- negate: false
operator: string
unknowns: string
value: string
comparisons:
- negate: false
type: string
unknowns: string
customApplicationTypes:
- negate: false
operator: string
unknowns: string
value: string
customHostMetadatas:
- attribute: string
dynamicKey:
key: string
source: string
unknowns: string
unknowns: string
customProcessMetadatas:
- attribute: string
dynamicKey:
key: string
source: string
unknowns: string
unknowns: string
databaseTopologies:
- negate: false
operator: string
unknowns: string
value: string
dcrumDecoders:
- negate: false
operator: string
unknowns: string
value: string
entities:
- negate: false
operator: string
unknowns: string
value: string
hostTeches:
- negate: false
operator: string
unknowns: string
value:
type: string
unknowns: string
verbatimType: string
hypervisors:
- negate: false
operator: string
unknowns: string
value: string
indexedNames:
- negate: false
operator: string
unknowns: string
value: string
indexedStrings:
- negate: false
operator: string
unknowns: string
value: string
indexedTags:
- negate: false
operator: string
unknowns: string
value:
context: string
key: string
unknowns: string
value: string
integers:
- negate: false
operator: string
unknowns: string
value: 0
ipaddresses:
- caseSensitive: false
negate: false
operator: string
unknowns: string
value: string
keys:
- attribute: string
type: string
unknowns: string
mobilePlatforms:
- negate: false
operator: string
unknowns: string
value: string
osArches:
- negate: false
operator: string
unknowns: string
value: string
osTypes:
- negate: false
operator: string
unknowns: string
value: string
paasTypes:
- negate: false
operator: string
unknowns: string
value: string
processMetadatas:
- attribute: string
dynamicKey: string
unknowns: string
serviceTopologies:
- negate: false
operator: string
unknowns: string
value: string
serviceTypes:
- negate: false
operator: string
unknowns: string
value: string
stringKeys:
- attribute: string
dynamicKey: string
unknowns: string
strings:
- caseSensitive: false
negate: false
operator: string
unknowns: string
value: string
syntheticEngines:
- negate: false
operator: string
unknowns: string
value: string
tags:
- negate: false
operator: string
unknowns: string
value:
context: string
key: string
unknowns: string
value: string
teches:
- negate: false
operator: string
unknowns: string
value:
type: string
unknowns: string
verbatimType: string
unknowns: string
enabled: false
propagationTypes:
- string
type: string
unknowns: string
unknowns: string
ManagementZone Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ManagementZone resource accepts the following input properties:
- Description string
- The description of the management zone
- Dimensional
Rules List<Pulumiverse.Dynatrace. Inputs. Management Zone Dimensional Rule> - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - Entity
Selector List<Pulumiverse.Based Rules Dynatrace. Inputs. Management Zone 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 management zone
- Rules
List<Pulumiverse.
Dynatrace. Inputs. Management Zone 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 management zone
- Dimensional
Rules []ManagementZone Dimensional Rule Args - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - Entity
Selector []ManagementBased Rules Zone 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 management zone
- Rules
[]Management
Zone 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 management zone
- dimensional
Rules List<ManagementZone Dimensional Rule> - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - entity
Selector List<ManagementBased Rules Zone 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 management zone
- rules
List<Management
Zone 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 management zone
- dimensional
Rules ManagementZone Dimensional Rule[] - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - entity
Selector ManagementBased Rules Zone 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 management zone
- rules
Management
Zone 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 management zone
- dimensional_
rules Sequence[ManagementZone Dimensional Rule Args] - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - entity_
selector_ Sequence[Managementbased_ rules Zone 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 management zone
- rules
Sequence[Management
Zone 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 management zone
- dimensional
Rules List<Property Map> - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - 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 management zone
- rules List<Property Map>
- A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementZone resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ManagementZone Resource
Get an existing ManagementZone resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ManagementZoneState, opts?: CustomResourceOptions): ManagementZone
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
dimensional_rules: Optional[Sequence[ManagementZoneDimensionalRuleArgs]] = None,
entity_selector_based_rules: Optional[Sequence[ManagementZoneEntitySelectorBasedRuleArgs]] = None,
name: Optional[str] = None,
rules: Optional[Sequence[ManagementZoneRuleArgs]] = None,
unknowns: Optional[str] = None) -> ManagementZone
func GetManagementZone(ctx *Context, name string, id IDInput, state *ManagementZoneState, opts ...ResourceOption) (*ManagementZone, error)
public static ManagementZone Get(string name, Input<string> id, ManagementZoneState? state, CustomResourceOptions? opts = null)
public static ManagementZone get(String name, Output<String> id, ManagementZoneState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Description string
- The description of the management zone
- Dimensional
Rules List<Pulumiverse.Dynatrace. Inputs. Management Zone Dimensional Rule> - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - Entity
Selector List<Pulumiverse.Based Rules Dynatrace. Inputs. Management Zone 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 management zone
- Rules
List<Pulumiverse.
Dynatrace. Inputs. Management Zone 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 management zone
- Dimensional
Rules []ManagementZone Dimensional Rule Args - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - Entity
Selector []ManagementBased Rules Zone 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 management zone
- Rules
[]Management
Zone 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 management zone
- dimensional
Rules List<ManagementZone Dimensional Rule> - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - entity
Selector List<ManagementBased Rules Zone 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 management zone
- rules
List<Management
Zone 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 management zone
- dimensional
Rules ManagementZone Dimensional Rule[] - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - entity
Selector ManagementBased Rules Zone 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 management zone
- rules
Management
Zone 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 management zone
- dimensional_
rules Sequence[ManagementZone Dimensional Rule Args] - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - entity_
selector_ Sequence[Managementbased_ rules Zone 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 management zone
- rules
Sequence[Management
Zone 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 management zone
- dimensional
Rules List<Property Map> - A list of dimensional data rules for management zone usage. If several rules are specified, the
or
logic applies - 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 management zone
- rules List<Property Map>
- A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
Supporting Types
ManagementZoneDimensionalRule, ManagementZoneDimensionalRuleArgs
- Applies
To string - The target of the rule. Possible values are
ANY
LOG
METRIC
- Conditions
List<Pulumiverse.
Dynatrace. Inputs. Management Zone Dimensional Rule Condition> - A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
- Enabled bool
- The rule is enabled (
true
) or disabled (false
) - Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Applies
To string - The target of the rule. Possible values are
ANY
LOG
METRIC
- Conditions
[]Management
Zone Dimensional Rule Condition - A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
- Enabled bool
- The rule is enabled (
true
) or disabled (false
) - Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- applies
To String - The target of the rule. Possible values are
ANY
LOG
METRIC
- conditions
List<Management
Zone Dimensional Rule Condition> - A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
- enabled Boolean
- The rule is enabled (
true
) or disabled (false
) - unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- applies
To string - The target of the rule. Possible values are
ANY
LOG
METRIC
- conditions
Management
Zone Dimensional Rule Condition[] - A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
- enabled boolean
- The rule is enabled (
true
) or disabled (false
) - unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- applies_
to str - The target of the rule. Possible values are
ANY
LOG
METRIC
- conditions
Sequence[Management
Zone Dimensional Rule Condition] - A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
- enabled bool
- The rule is enabled (
true
) or disabled (false
) - unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- applies
To String - The target of the rule. Possible values are
ANY
LOG
METRIC
- conditions List<Property Map>
- A list of conditions for the management zone. The management zone applies only if all conditions are fulfilled
- enabled Boolean
- The rule is enabled (
true
) or disabled (false
) - unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
ManagementZoneDimensionalRuleCondition, ManagementZoneDimensionalRuleConditionArgs
- Key string
- The reference value for comparison. For conditions of the
DIMENSION
type, specify the key here - Match string
- How to compare. Possible values are
BEGINS_WITH
EQUALS
- Type string
- The type of the condition. Possible values are
DIMENSION
LOG_FILE_NAME
METRIC_KEY
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value of the dimension. Only applicable when type is set to
DIMENSION
- Key string
- The reference value for comparison. For conditions of the
DIMENSION
type, specify the key here - Match string
- How to compare. Possible values are
BEGINS_WITH
EQUALS
- Type string
- The type of the condition. Possible values are
DIMENSION
LOG_FILE_NAME
METRIC_KEY
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value of the dimension. Only applicable when type is set to
DIMENSION
- key String
- The reference value for comparison. For conditions of the
DIMENSION
type, specify the key here - match String
- How to compare. Possible values are
BEGINS_WITH
EQUALS
- type String
- The type of the condition. Possible values are
DIMENSION
LOG_FILE_NAME
METRIC_KEY
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value of the dimension. Only applicable when type is set to
DIMENSION
- key string
- The reference value for comparison. For conditions of the
DIMENSION
type, specify the key here - match string
- How to compare. Possible values are
BEGINS_WITH
EQUALS
- type string
- The type of the condition. Possible values are
DIMENSION
LOG_FILE_NAME
METRIC_KEY
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value of the dimension. Only applicable when type is set to
DIMENSION
- key str
- The reference value for comparison. For conditions of the
DIMENSION
type, specify the key here - match str
- How to compare. Possible values are
BEGINS_WITH
EQUALS
- type str
- The type of the condition. Possible values are
DIMENSION
LOG_FILE_NAME
METRIC_KEY
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value of the dimension. Only applicable when type is set to
DIMENSION
- key String
- The reference value for comparison. For conditions of the
DIMENSION
type, specify the key here - match String
- How to compare. Possible values are
BEGINS_WITH
EQUALS
- type String
- The type of the condition. Possible values are
DIMENSION
LOG_FILE_NAME
METRIC_KEY
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value of the dimension. Only applicable when type is set to
DIMENSION
ManagementZoneEntitySelectorBasedRule, ManagementZoneEntitySelectorBasedRuleArgs
ManagementZoneRule, ManagementZoneRuleArgs
- Type string
- The type of Dynatrace entities the management zone can be applied to
- Conditions
List<Pulumiverse.
Dynatrace. Inputs. Management Zone 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
) - 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
- Type string
- The type of Dynatrace entities the management zone can be applied to
- Conditions
[]Management
Zone 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
) - 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
- type String
- The type of Dynatrace entities the management zone can be applied to
- conditions
List<Management
Zone 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
) - 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
- type string
- The type of Dynatrace entities the management zone can be applied to
- conditions
Management
Zone 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
) - 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
- type str
- The type of Dynatrace entities the management zone can be applied to
- conditions
Sequence[Management
Zone 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
) - 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
- 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
) - 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
ManagementZoneRuleCondition, ManagementZoneRuleConditionArgs
- Application
Type List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Application Type Comparison> - Comparison for
APPLICATION_TYPE
attributes - Application
Types List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Application Type> - Comparison for
APPLICATION_TYPE
attributes - Azure
Compute List<Pulumiverse.Mode Comparisons Dynatrace. Inputs. Management Zone Rule Condition Azure Compute Mode Comparison> - Comparison for
AZURE_COMPUTE_MODE
attributes - Azure
Compute List<Pulumiverse.Modes Dynatrace. Inputs. Management Zone Rule Condition Azure Compute Mode> - Comparison for
AZURE_COMPUTE_MODE
attributes - Azure
Sku List<Pulumiverse.Comparisions Dynatrace. Inputs. Management Zone Rule Condition Azure Sku Comparision> - Comparison for
AZURE_SKU
attributes - Azure
Skus List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Azure Skus> - Comparison for
AZURE_SKU
attributes - Base
Comparison List<Pulumiverse.Basics Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Base Condition Key> - Fallback for not yet known type
- Bitness
Comparisions List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Bitness Comparision> - Comparison for
BITNESS
attributes - Bitnesses
List<Pulumiverse.
Dynatrace. Inputs. Management Zone Rule Condition Bitness> - Comparison for
BITNESS
attributes - Cloud
Type List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Cloud Type Comparison> - Comparison for
CLOUD_TYPE
attributes - Cloud
Types List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Cloud Type> - Comparison for
CLOUD_TYPE
attributes - Comparisons
List<Pulumiverse.
Dynatrace. Inputs. Management Zone 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. Management Zone Rule Condition Custom Application Type Comparison> - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - Custom
Application List<Pulumiverse.Types Dynatrace. Inputs. Management Zone Rule Condition Custom Application Type> - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - Custom
Host List<Pulumiverse.Metadata Condition Keys Dynatrace. Inputs. Management Zone Rule Condition Custom Host Metadata Condition Key> - Key for Custom Host Metadata
- Custom
Host List<Pulumiverse.Metadatas Dynatrace. Inputs. Management Zone Rule Condition Custom Host Metadata> - Key for Custom Host Metadata
- Custom
Process List<Pulumiverse.Metadata Condition Keys Dynatrace. Inputs. Management Zone Rule Condition Custom Process Metadata Condition Key> - Key for Custom Process Metadata
- Custom
Process List<Pulumiverse.Metadatas Dynatrace. Inputs. Management Zone Rule Condition Custom Process Metadata> - Key for Custom Process Metadata
- Database
Topologies List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Database Topology> - Comparison for
DATABASE_TOPOLOGY
attributes - Database
Topology List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Database Topology Comparison> - Comparison for
DATABASE_TOPOLOGY
attributes - Dcrum
Decoder List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Dcrum Decoder Comparison> - Comparison for
DCRUM_DECODER_TYPE
attributes - Dcrum
Decoders List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Dcrum Decoder> - Comparison for
DCRUM_DECODER_TYPE
attributes - Entities
List<Pulumiverse.
Dynatrace. Inputs. Management Zone Rule Condition Entity> - Comparison for
ENTITY_ID
attributes - Entity
Id List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Entity Id Comparison> - Comparison for
ENTITY_ID
attributes - Host
Teches List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Host Tech> - Comparison for
SIMPLE_HOST_TECH
attributes - Hypervisor
Type List<Pulumiverse.Comparisions Dynatrace. Inputs. Management Zone Rule Condition Hypervisor Type Comparision> hypervisor_type_comparision
is deprecated. Usehypervisor
instead- Hypervisors
List<Pulumiverse.
Dynatrace. Inputs. Management Zone Rule Condition Hypervisor> - Comparison for
HYPERVISOR_TYPE
attributes - Indexed
Name List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Indexed Name Comparison> - Comparison for
INDEXED_NAME
attributes - Indexed
Names List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Indexed Name> - Comparison for
INDEXED_NAME
attributes - Indexed
String List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Indexed String Comparison> - Comparison for
INDEXED_STRING
attributes - Indexed
Strings List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Indexed String> - Comparison for
INDEXED_STRING
attributes - Indexed
Tag List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Indexed Tag Comparison> - Comparison for
INDEXED_TAG
attributes - List<Pulumiverse.
Dynatrace. Inputs. Management Zone Rule Condition Indexed Tag> - Comparison for
INDEXED_TAG
attributes - Integer
Comparisons List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Integer Comparison> - Comparison for
INTEGER
attributes - Integers
List<Pulumiverse.
Dynatrace. Inputs. Management Zone Rule Condition Integer> - Comparison for
INTEGER
attributes - Ipaddress
Comparisons List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Ipaddress Comparison> - Comparison for
IP_ADDRESS
attributes - Ipaddresses
List<Pulumiverse.
Dynatrace. Inputs. Management Zone Rule Condition Ipaddress> - Comparison for
IP_ADDRESS
attributes - Keys
List<Pulumiverse.
Dynatrace. Inputs. Management Zone Rule Condition Key> - Fallback for not yet known type
- Mobile
Platform List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Mobile Platform Comparison> - Comparison for
MOBILE_PLATFORM
attributes - Mobile
Platforms List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Mobile Platform> - Comparison for
MOBILE_PLATFORM
attributes - Os
Arches List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Os Arch> - Comparison for
OS_ARCHITECTURE
attributes - Os
Types List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Os Type> - Comparison for
OS_TYPE
attributes - Osarchitecture
Comparisons List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Osarchitecture Comparison> - Comparison for
OS_ARCHITECTURE
attributes - Ostype
Comparisons List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Ostype Comparison> - Comparison for
OS_TYPE
attributes - Paas
Type List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Paas Type Comparison> - Comparison for
PAAS_TYPE
attributes - Paas
Types List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Paas Type> - Comparison for
PAAS_TYPE
attributes - Process
Metadata List<Pulumiverse.Condition Keys Dynatrace. Inputs. Management Zone Rule Condition Process Metadata Condition Key> - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - Process
Metadatas List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Process Metadata> - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - Service
Topologies List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Service Topology> - Comparison for
SERVICE_TOPOLOGY
attributes - Service
Topology List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Service Topology Comparison> - Comparison for
SERVICE_TOPOLOGY
attributes - Service
Type List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Service Type Comparison> - Comparison for
SERVICE_TYPE
attributes - Service
Types List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Service Type> - Comparison for
SERVICE_TYPE
attributes - Simple
Host List<Pulumiverse.Tech Comparisons Dynatrace. Inputs. Management Zone Rule Condition Simple Host Tech Comparison> - Comparison for
SIMPLE_HOST_TECH
attributes - Simple
Tech List<Pulumiverse.Comparisons Dynatrace. Inputs. Management Zone Rule Condition Simple Tech Comparison> - Comparison for
SIMPLE_TECH
attributes - String
Comparisons List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition String Comparison> - Comparison for
STRING
attributes - String
Condition List<Pulumiverse.Keys Dynatrace. Inputs. Management Zone Rule Condition String Condition Key> - The key for dynamic attributes of the
STRING
type - String
Keys List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition String Key> - The key for dynamic attributes of the
STRING
type - Strings
List<Pulumiverse.
Dynatrace. Inputs. Management Zone Rule Condition String> - Comparison for
STRING
attributes - Synthetic
Engine List<Pulumiverse.Type Comparisons Dynatrace. Inputs. Management Zone Rule Condition Synthetic Engine Type Comparison> - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - Synthetic
Engines List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Synthetic Engine> - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - Tag
Comparisons List<Pulumiverse.Dynatrace. Inputs. Management Zone Rule Condition Tag Comparison> - Comparison for
TAG
attributes - List<Pulumiverse.
Dynatrace. Inputs. Management Zone Rule Condition Tag> - Comparison for
TAG
attributes - Teches
List<Pulumiverse.
Dynatrace. Inputs. Management Zone Rule Condition Tech> - Comparison for
SIMPLE_TECH
attributes - Unknowns string
- Any attributes that aren't yet supported by this provider
- Application
Type []ManagementComparisons Zone Rule Condition Application Type Comparison - Comparison for
APPLICATION_TYPE
attributes - Application
Types []ManagementZone Rule Condition Application Type - Comparison for
APPLICATION_TYPE
attributes - Azure
Compute []ManagementMode Comparisons Zone Rule Condition Azure Compute Mode Comparison - Comparison for
AZURE_COMPUTE_MODE
attributes - Azure
Compute []ManagementModes Zone Rule Condition Azure Compute Mode - Comparison for
AZURE_COMPUTE_MODE
attributes - Azure
Sku []ManagementComparisions Zone Rule Condition Azure Sku Comparision - Comparison for
AZURE_SKU
attributes - Azure
Skus []ManagementZone Rule Condition Azure Skus - Comparison for
AZURE_SKU
attributes - Base
Comparison []ManagementBasics Zone 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 []ManagementKeys Zone Rule Condition Base Condition Key - Fallback for not yet known type
- Bitness
Comparisions []ManagementZone Rule Condition Bitness Comparision - Comparison for
BITNESS
attributes - Bitnesses
[]Management
Zone Rule Condition Bitness - Comparison for
BITNESS
attributes - Cloud
Type []ManagementComparisons Zone Rule Condition Cloud Type Comparison - Comparison for
CLOUD_TYPE
attributes - Cloud
Types []ManagementZone Rule Condition Cloud Type - Comparison for
CLOUD_TYPE
attributes - Comparisons
[]Management
Zone 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 []ManagementType Comparisons Zone Rule Condition Custom Application Type Comparison - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - Custom
Application []ManagementTypes Zone Rule Condition Custom Application Type - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - Custom
Host []ManagementMetadata Condition Keys Zone Rule Condition Custom Host Metadata Condition Key - Key for Custom Host Metadata
- Custom
Host []ManagementMetadatas Zone Rule Condition Custom Host Metadata - Key for Custom Host Metadata
- Custom
Process []ManagementMetadata Condition Keys Zone Rule Condition Custom Process Metadata Condition Key - Key for Custom Process Metadata
- Custom
Process []ManagementMetadatas Zone Rule Condition Custom Process Metadata - Key for Custom Process Metadata
- Database
Topologies []ManagementZone Rule Condition Database Topology - Comparison for
DATABASE_TOPOLOGY
attributes - Database
Topology []ManagementComparisons Zone Rule Condition Database Topology Comparison - Comparison for
DATABASE_TOPOLOGY
attributes - Dcrum
Decoder []ManagementComparisons Zone Rule Condition Dcrum Decoder Comparison - Comparison for
DCRUM_DECODER_TYPE
attributes - Dcrum
Decoders []ManagementZone Rule Condition Dcrum Decoder - Comparison for
DCRUM_DECODER_TYPE
attributes - Entities
[]Management
Zone Rule Condition Entity - Comparison for
ENTITY_ID
attributes - Entity
Id []ManagementComparisons Zone Rule Condition Entity Id Comparison - Comparison for
ENTITY_ID
attributes - Host
Teches []ManagementZone Rule Condition Host Tech - Comparison for
SIMPLE_HOST_TECH
attributes - Hypervisor
Type []ManagementComparisions Zone Rule Condition Hypervisor Type Comparision hypervisor_type_comparision
is deprecated. Usehypervisor
instead- Hypervisors
[]Management
Zone Rule Condition Hypervisor - Comparison for
HYPERVISOR_TYPE
attributes - Indexed
Name []ManagementComparisons Zone Rule Condition Indexed Name Comparison - Comparison for
INDEXED_NAME
attributes - Indexed
Names []ManagementZone Rule Condition Indexed Name - Comparison for
INDEXED_NAME
attributes - Indexed
String []ManagementComparisons Zone Rule Condition Indexed String Comparison - Comparison for
INDEXED_STRING
attributes - Indexed
Strings []ManagementZone Rule Condition Indexed String - Comparison for
INDEXED_STRING
attributes - Indexed
Tag []ManagementComparisons Zone Rule Condition Indexed Tag Comparison - Comparison for
INDEXED_TAG
attributes - []Management
Zone Rule Condition Indexed Tag - Comparison for
INDEXED_TAG
attributes - Integer
Comparisons []ManagementZone Rule Condition Integer Comparison - Comparison for
INTEGER
attributes - Integers
[]Management
Zone Rule Condition Integer - Comparison for
INTEGER
attributes - Ipaddress
Comparisons []ManagementZone Rule Condition Ipaddress Comparison - Comparison for
IP_ADDRESS
attributes - Ipaddresses
[]Management
Zone Rule Condition Ipaddress - Comparison for
IP_ADDRESS
attributes - Keys
[]Management
Zone Rule Condition Key - Fallback for not yet known type
- Mobile
Platform []ManagementComparisons Zone Rule Condition Mobile Platform Comparison - Comparison for
MOBILE_PLATFORM
attributes - Mobile
Platforms []ManagementZone Rule Condition Mobile Platform - Comparison for
MOBILE_PLATFORM
attributes - Os
Arches []ManagementZone Rule Condition Os Arch - Comparison for
OS_ARCHITECTURE
attributes - Os
Types []ManagementZone Rule Condition Os Type - Comparison for
OS_TYPE
attributes - Osarchitecture
Comparisons []ManagementZone Rule Condition Osarchitecture Comparison - Comparison for
OS_ARCHITECTURE
attributes - Ostype
Comparisons []ManagementZone Rule Condition Ostype Comparison - Comparison for
OS_TYPE
attributes - Paas
Type []ManagementComparisons Zone Rule Condition Paas Type Comparison - Comparison for
PAAS_TYPE
attributes - Paas
Types []ManagementZone Rule Condition Paas Type - Comparison for
PAAS_TYPE
attributes - Process
Metadata []ManagementCondition Keys Zone Rule Condition Process Metadata Condition Key - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - Process
Metadatas []ManagementZone Rule Condition Process Metadata - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - Service
Topologies []ManagementZone Rule Condition Service Topology - Comparison for
SERVICE_TOPOLOGY
attributes - Service
Topology []ManagementComparisons Zone Rule Condition Service Topology Comparison - Comparison for
SERVICE_TOPOLOGY
attributes - Service
Type []ManagementComparisons Zone Rule Condition Service Type Comparison - Comparison for
SERVICE_TYPE
attributes - Service
Types []ManagementZone Rule Condition Service Type - Comparison for
SERVICE_TYPE
attributes - Simple
Host []ManagementTech Comparisons Zone Rule Condition Simple Host Tech Comparison - Comparison for
SIMPLE_HOST_TECH
attributes - Simple
Tech []ManagementComparisons Zone Rule Condition Simple Tech Comparison - Comparison for
SIMPLE_TECH
attributes - String
Comparisons []ManagementZone Rule Condition String Comparison - Comparison for
STRING
attributes - String
Condition []ManagementKeys Zone Rule Condition String Condition Key - The key for dynamic attributes of the
STRING
type - String
Keys []ManagementZone Rule Condition String Key - The key for dynamic attributes of the
STRING
type - Strings
[]Management
Zone Rule Condition String - Comparison for
STRING
attributes - Synthetic
Engine []ManagementType Comparisons Zone Rule Condition Synthetic Engine Type Comparison - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - Synthetic
Engines []ManagementZone Rule Condition Synthetic Engine - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - Tag
Comparisons []ManagementZone Rule Condition Tag Comparison - Comparison for
TAG
attributes - []Management
Zone Rule Condition Tag - Comparison for
TAG
attributes - Teches
[]Management
Zone Rule Condition Tech - Comparison for
SIMPLE_TECH
attributes - Unknowns string
- Any attributes that aren't yet supported by this provider
- application
Type List<ManagementComparisons Zone Rule Condition Application Type Comparison> - Comparison for
APPLICATION_TYPE
attributes - application
Types List<ManagementZone Rule Condition Application Type> - Comparison for
APPLICATION_TYPE
attributes - azure
Compute List<ManagementMode Comparisons Zone Rule Condition Azure Compute Mode Comparison> - Comparison for
AZURE_COMPUTE_MODE
attributes - azure
Compute List<ManagementModes Zone Rule Condition Azure Compute Mode> - Comparison for
AZURE_COMPUTE_MODE
attributes - azure
Sku List<ManagementComparisions Zone Rule Condition Azure Sku Comparision> - Comparison for
AZURE_SKU
attributes - azure
Skus List<ManagementZone Rule Condition Azure Skus> - Comparison for
AZURE_SKU
attributes - base
Comparison List<ManagementBasics Zone 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<ManagementKeys Zone Rule Condition Base Condition Key> - Fallback for not yet known type
- bitness
Comparisions List<ManagementZone Rule Condition Bitness Comparision> - Comparison for
BITNESS
attributes - bitnesses
List<Management
Zone Rule Condition Bitness> - Comparison for
BITNESS
attributes - cloud
Type List<ManagementComparisons Zone Rule Condition Cloud Type Comparison> - Comparison for
CLOUD_TYPE
attributes - cloud
Types List<ManagementZone Rule Condition Cloud Type> - Comparison for
CLOUD_TYPE
attributes - comparisons
List<Management
Zone 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<ManagementType Comparisons Zone Rule Condition Custom Application Type Comparison> - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom
Application List<ManagementTypes Zone Rule Condition Custom Application Type> - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom
Host List<ManagementMetadata Condition Keys Zone Rule Condition Custom Host Metadata Condition Key> - Key for Custom Host Metadata
- custom
Host List<ManagementMetadatas Zone Rule Condition Custom Host Metadata> - Key for Custom Host Metadata
- custom
Process List<ManagementMetadata Condition Keys Zone Rule Condition Custom Process Metadata Condition Key> - Key for Custom Process Metadata
- custom
Process List<ManagementMetadatas Zone Rule Condition Custom Process Metadata> - Key for Custom Process Metadata
- database
Topologies List<ManagementZone Rule Condition Database Topology> - Comparison for
DATABASE_TOPOLOGY
attributes - database
Topology List<ManagementComparisons Zone Rule Condition Database Topology Comparison> - Comparison for
DATABASE_TOPOLOGY
attributes - dcrum
Decoder List<ManagementComparisons Zone Rule Condition Dcrum Decoder Comparison> - Comparison for
DCRUM_DECODER_TYPE
attributes - dcrum
Decoders List<ManagementZone Rule Condition Dcrum Decoder> - Comparison for
DCRUM_DECODER_TYPE
attributes - entities
List<Management
Zone Rule Condition Entity> - Comparison for
ENTITY_ID
attributes - entity
Id List<ManagementComparisons Zone Rule Condition Entity Id Comparison> - Comparison for
ENTITY_ID
attributes - host
Teches List<ManagementZone Rule Condition Host Tech> - Comparison for
SIMPLE_HOST_TECH
attributes - hypervisor
Type List<ManagementComparisions Zone Rule Condition Hypervisor Type Comparision> hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
List<Management
Zone Rule Condition Hypervisor> - Comparison for
HYPERVISOR_TYPE
attributes - indexed
Name List<ManagementComparisons Zone Rule Condition Indexed Name Comparison> - Comparison for
INDEXED_NAME
attributes - indexed
Names List<ManagementZone Rule Condition Indexed Name> - Comparison for
INDEXED_NAME
attributes - indexed
String List<ManagementComparisons Zone Rule Condition Indexed String Comparison> - Comparison for
INDEXED_STRING
attributes - indexed
Strings List<ManagementZone Rule Condition Indexed String> - Comparison for
INDEXED_STRING
attributes - indexed
Tag List<ManagementComparisons Zone Rule Condition Indexed Tag Comparison> - Comparison for
INDEXED_TAG
attributes - List<Management
Zone Rule Condition Indexed Tag> - Comparison for
INDEXED_TAG
attributes - integer
Comparisons List<ManagementZone Rule Condition Integer Comparison> - Comparison for
INTEGER
attributes - integers
List<Management
Zone Rule Condition Integer> - Comparison for
INTEGER
attributes - ipaddress
Comparisons List<ManagementZone Rule Condition Ipaddress Comparison> - Comparison for
IP_ADDRESS
attributes - ipaddresses
List<Management
Zone Rule Condition Ipaddress> - Comparison for
IP_ADDRESS
attributes - keys
List<Management
Zone Rule Condition Key> - Fallback for not yet known type
- mobile
Platform List<ManagementComparisons Zone Rule Condition Mobile Platform Comparison> - Comparison for
MOBILE_PLATFORM
attributes - mobile
Platforms List<ManagementZone Rule Condition Mobile Platform> - Comparison for
MOBILE_PLATFORM
attributes - os
Arches List<ManagementZone Rule Condition Os Arch> - Comparison for
OS_ARCHITECTURE
attributes - os
Types List<ManagementZone Rule Condition Os Type> - Comparison for
OS_TYPE
attributes - osarchitecture
Comparisons List<ManagementZone Rule Condition Osarchitecture Comparison> - Comparison for
OS_ARCHITECTURE
attributes - ostype
Comparisons List<ManagementZone Rule Condition Ostype Comparison> - Comparison for
OS_TYPE
attributes - paas
Type List<ManagementComparisons Zone Rule Condition Paas Type Comparison> - Comparison for
PAAS_TYPE
attributes - paas
Types List<ManagementZone Rule Condition Paas Type> - Comparison for
PAAS_TYPE
attributes - process
Metadata List<ManagementCondition Keys Zone Rule Condition Process Metadata Condition Key> - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - process
Metadatas List<ManagementZone Rule Condition Process Metadata> - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - service
Topologies List<ManagementZone Rule Condition Service Topology> - Comparison for
SERVICE_TOPOLOGY
attributes - service
Topology List<ManagementComparisons Zone Rule Condition Service Topology Comparison> - Comparison for
SERVICE_TOPOLOGY
attributes - service
Type List<ManagementComparisons Zone Rule Condition Service Type Comparison> - Comparison for
SERVICE_TYPE
attributes - service
Types List<ManagementZone Rule Condition Service Type> - Comparison for
SERVICE_TYPE
attributes - simple
Host List<ManagementTech Comparisons Zone Rule Condition Simple Host Tech Comparison> - Comparison for
SIMPLE_HOST_TECH
attributes - simple
Tech List<ManagementComparisons Zone Rule Condition Simple Tech Comparison> - Comparison for
SIMPLE_TECH
attributes - string
Comparisons List<ManagementZone Rule Condition String Comparison> - Comparison for
STRING
attributes - string
Condition List<ManagementKeys Zone Rule Condition String Condition Key> - The key for dynamic attributes of the
STRING
type - string
Keys List<ManagementZone Rule Condition String Key> - The key for dynamic attributes of the
STRING
type - strings
List<Management
Zone Rule Condition String> - Comparison for
STRING
attributes - synthetic
Engine List<ManagementType Comparisons Zone Rule Condition Synthetic Engine Type Comparison> - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - synthetic
Engines List<ManagementZone Rule Condition Synthetic Engine> - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - tag
Comparisons List<ManagementZone Rule Condition Tag Comparison> - Comparison for
TAG
attributes - List<Management
Zone Rule Condition Tag> - Comparison for
TAG
attributes - teches
List<Management
Zone Rule Condition Tech> - Comparison for
SIMPLE_TECH
attributes - unknowns String
- Any attributes that aren't yet supported by this provider
- application
Type ManagementComparisons Zone Rule Condition Application Type Comparison[] - Comparison for
APPLICATION_TYPE
attributes - application
Types ManagementZone Rule Condition Application Type[] - Comparison for
APPLICATION_TYPE
attributes - azure
Compute ManagementMode Comparisons Zone Rule Condition Azure Compute Mode Comparison[] - Comparison for
AZURE_COMPUTE_MODE
attributes - azure
Compute ManagementModes Zone Rule Condition Azure Compute Mode[] - Comparison for
AZURE_COMPUTE_MODE
attributes - azure
Sku ManagementComparisions Zone Rule Condition Azure Sku Comparision[] - Comparison for
AZURE_SKU
attributes - azure
Skus ManagementZone Rule Condition Azure Skus[] - Comparison for
AZURE_SKU
attributes - base
Comparison ManagementBasics Zone 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 ManagementKeys Zone Rule Condition Base Condition Key[] - Fallback for not yet known type
- bitness
Comparisions ManagementZone Rule Condition Bitness Comparision[] - Comparison for
BITNESS
attributes - bitnesses
Management
Zone Rule Condition Bitness[] - Comparison for
BITNESS
attributes - cloud
Type ManagementComparisons Zone Rule Condition Cloud Type Comparison[] - Comparison for
CLOUD_TYPE
attributes - cloud
Types ManagementZone Rule Condition Cloud Type[] - Comparison for
CLOUD_TYPE
attributes - comparisons
Management
Zone 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 ManagementType Comparisons Zone Rule Condition Custom Application Type Comparison[] - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom
Application ManagementTypes Zone Rule Condition Custom Application Type[] - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom
Host ManagementMetadata Condition Keys Zone Rule Condition Custom Host Metadata Condition Key[] - Key for Custom Host Metadata
- custom
Host ManagementMetadatas Zone Rule Condition Custom Host Metadata[] - Key for Custom Host Metadata
- custom
Process ManagementMetadata Condition Keys Zone Rule Condition Custom Process Metadata Condition Key[] - Key for Custom Process Metadata
- custom
Process ManagementMetadatas Zone Rule Condition Custom Process Metadata[] - Key for Custom Process Metadata
- database
Topologies ManagementZone Rule Condition Database Topology[] - Comparison for
DATABASE_TOPOLOGY
attributes - database
Topology ManagementComparisons Zone Rule Condition Database Topology Comparison[] - Comparison for
DATABASE_TOPOLOGY
attributes - dcrum
Decoder ManagementComparisons Zone Rule Condition Dcrum Decoder Comparison[] - Comparison for
DCRUM_DECODER_TYPE
attributes - dcrum
Decoders ManagementZone Rule Condition Dcrum Decoder[] - Comparison for
DCRUM_DECODER_TYPE
attributes - entities
Management
Zone Rule Condition Entity[] - Comparison for
ENTITY_ID
attributes - entity
Id ManagementComparisons Zone Rule Condition Entity Id Comparison[] - Comparison for
ENTITY_ID
attributes - host
Teches ManagementZone Rule Condition Host Tech[] - Comparison for
SIMPLE_HOST_TECH
attributes - hypervisor
Type ManagementComparisions Zone Rule Condition Hypervisor Type Comparision[] hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
Management
Zone Rule Condition Hypervisor[] - Comparison for
HYPERVISOR_TYPE
attributes - indexed
Name ManagementComparisons Zone Rule Condition Indexed Name Comparison[] - Comparison for
INDEXED_NAME
attributes - indexed
Names ManagementZone Rule Condition Indexed Name[] - Comparison for
INDEXED_NAME
attributes - indexed
String ManagementComparisons Zone Rule Condition Indexed String Comparison[] - Comparison for
INDEXED_STRING
attributes - indexed
Strings ManagementZone Rule Condition Indexed String[] - Comparison for
INDEXED_STRING
attributes - indexed
Tag ManagementComparisons Zone Rule Condition Indexed Tag Comparison[] - Comparison for
INDEXED_TAG
attributes - Management
Zone Rule Condition Indexed Tag[] - Comparison for
INDEXED_TAG
attributes - integer
Comparisons ManagementZone Rule Condition Integer Comparison[] - Comparison for
INTEGER
attributes - integers
Management
Zone Rule Condition Integer[] - Comparison for
INTEGER
attributes - ipaddress
Comparisons ManagementZone Rule Condition Ipaddress Comparison[] - Comparison for
IP_ADDRESS
attributes - ipaddresses
Management
Zone Rule Condition Ipaddress[] - Comparison for
IP_ADDRESS
attributes - keys
Management
Zone Rule Condition Key[] - Fallback for not yet known type
- mobile
Platform ManagementComparisons Zone Rule Condition Mobile Platform Comparison[] - Comparison for
MOBILE_PLATFORM
attributes - mobile
Platforms ManagementZone Rule Condition Mobile Platform[] - Comparison for
MOBILE_PLATFORM
attributes - os
Arches ManagementZone Rule Condition Os Arch[] - Comparison for
OS_ARCHITECTURE
attributes - os
Types ManagementZone Rule Condition Os Type[] - Comparison for
OS_TYPE
attributes - osarchitecture
Comparisons ManagementZone Rule Condition Osarchitecture Comparison[] - Comparison for
OS_ARCHITECTURE
attributes - ostype
Comparisons ManagementZone Rule Condition Ostype Comparison[] - Comparison for
OS_TYPE
attributes - paas
Type ManagementComparisons Zone Rule Condition Paas Type Comparison[] - Comparison for
PAAS_TYPE
attributes - paas
Types ManagementZone Rule Condition Paas Type[] - Comparison for
PAAS_TYPE
attributes - process
Metadata ManagementCondition Keys Zone Rule Condition Process Metadata Condition Key[] - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - process
Metadatas ManagementZone Rule Condition Process Metadata[] - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - service
Topologies ManagementZone Rule Condition Service Topology[] - Comparison for
SERVICE_TOPOLOGY
attributes - service
Topology ManagementComparisons Zone Rule Condition Service Topology Comparison[] - Comparison for
SERVICE_TOPOLOGY
attributes - service
Type ManagementComparisons Zone Rule Condition Service Type Comparison[] - Comparison for
SERVICE_TYPE
attributes - service
Types ManagementZone Rule Condition Service Type[] - Comparison for
SERVICE_TYPE
attributes - simple
Host ManagementTech Comparisons Zone Rule Condition Simple Host Tech Comparison[] - Comparison for
SIMPLE_HOST_TECH
attributes - simple
Tech ManagementComparisons Zone Rule Condition Simple Tech Comparison[] - Comparison for
SIMPLE_TECH
attributes - string
Comparisons ManagementZone Rule Condition String Comparison[] - Comparison for
STRING
attributes - string
Condition ManagementKeys Zone Rule Condition String Condition Key[] - The key for dynamic attributes of the
STRING
type - string
Keys ManagementZone Rule Condition String Key[] - The key for dynamic attributes of the
STRING
type - strings
Management
Zone Rule Condition String[] - Comparison for
STRING
attributes - synthetic
Engine ManagementType Comparisons Zone Rule Condition Synthetic Engine Type Comparison[] - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - synthetic
Engines ManagementZone Rule Condition Synthetic Engine[] - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - tag
Comparisons ManagementZone Rule Condition Tag Comparison[] - Comparison for
TAG
attributes - Management
Zone Rule Condition Tag[] - Comparison for
TAG
attributes - teches
Management
Zone Rule Condition Tech[] - Comparison for
SIMPLE_TECH
attributes - unknowns string
- Any attributes that aren't yet supported by this provider
- application_
type_ Sequence[Managementcomparisons Zone Rule Condition Application Type Comparison] - Comparison for
APPLICATION_TYPE
attributes - application_
types Sequence[ManagementZone Rule Condition Application Type] - Comparison for
APPLICATION_TYPE
attributes - azure_
compute_ Sequence[Managementmode_ comparisons Zone Rule Condition Azure Compute Mode Comparison] - Comparison for
AZURE_COMPUTE_MODE
attributes - azure_
compute_ Sequence[Managementmodes Zone Rule Condition Azure Compute Mode] - Comparison for
AZURE_COMPUTE_MODE
attributes - azure_
sku_ Sequence[Managementcomparisions Zone Rule Condition Azure Sku Comparision] - Comparison for
AZURE_SKU
attributes - azure_
skus Sequence[ManagementZone Rule Condition Azure Skus] - Comparison for
AZURE_SKU
attributes - base_
comparison_ Sequence[Managementbasics Zone 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[Managementkeys Zone Rule Condition Base Condition Key] - Fallback for not yet known type
- bitness_
comparisions Sequence[ManagementZone Rule Condition Bitness Comparision] - Comparison for
BITNESS
attributes - bitnesses
Sequence[Management
Zone Rule Condition Bitness] - Comparison for
BITNESS
attributes - cloud_
type_ Sequence[Managementcomparisons Zone Rule Condition Cloud Type Comparison] - Comparison for
CLOUD_TYPE
attributes - cloud_
types Sequence[ManagementZone Rule Condition Cloud Type] - Comparison for
CLOUD_TYPE
attributes - comparisons
Sequence[Management
Zone 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[Managementtype_ comparisons Zone Rule Condition Custom Application Type Comparison] - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom_
application_ Sequence[Managementtypes Zone Rule Condition Custom Application Type] - Comparison for
CUSTOM_APPLICATION_TYPE
attributes - custom_
host_ Sequence[Managementmetadata_ condition_ keys Zone Rule Condition Custom Host Metadata Condition Key] - Key for Custom Host Metadata
- custom_
host_ Sequence[Managementmetadatas Zone Rule Condition Custom Host Metadata] - Key for Custom Host Metadata
- custom_
process_ Sequence[Managementmetadata_ condition_ keys Zone Rule Condition Custom Process Metadata Condition Key] - Key for Custom Process Metadata
- custom_
process_ Sequence[Managementmetadatas Zone Rule Condition Custom Process Metadata] - Key for Custom Process Metadata
- database_
topologies Sequence[ManagementZone Rule Condition Database Topology] - Comparison for
DATABASE_TOPOLOGY
attributes - database_
topology_ Sequence[Managementcomparisons Zone Rule Condition Database Topology Comparison] - Comparison for
DATABASE_TOPOLOGY
attributes - dcrum_
decoder_ Sequence[Managementcomparisons Zone Rule Condition Dcrum Decoder Comparison] - Comparison for
DCRUM_DECODER_TYPE
attributes - dcrum_
decoders Sequence[ManagementZone Rule Condition Dcrum Decoder] - Comparison for
DCRUM_DECODER_TYPE
attributes - entities
Sequence[Management
Zone Rule Condition Entity] - Comparison for
ENTITY_ID
attributes - entity_
id_ Sequence[Managementcomparisons Zone Rule Condition Entity Id Comparison] - Comparison for
ENTITY_ID
attributes - host_
teches Sequence[ManagementZone Rule Condition Host Tech] - Comparison for
SIMPLE_HOST_TECH
attributes - hypervisor_
type_ Sequence[Managementcomparisions Zone Rule Condition Hypervisor Type Comparision] hypervisor_type_comparision
is deprecated. Usehypervisor
instead- hypervisors
Sequence[Management
Zone Rule Condition Hypervisor] - Comparison for
HYPERVISOR_TYPE
attributes - indexed_
name_ Sequence[Managementcomparisons Zone Rule Condition Indexed Name Comparison] - Comparison for
INDEXED_NAME
attributes - indexed_
names Sequence[ManagementZone Rule Condition Indexed Name] - Comparison for
INDEXED_NAME
attributes - indexed_
string_ Sequence[Managementcomparisons Zone Rule Condition Indexed String Comparison] - Comparison for
INDEXED_STRING
attributes - indexed_
strings Sequence[ManagementZone Rule Condition Indexed String] - Comparison for
INDEXED_STRING
attributes - indexed_
tag_ Sequence[Managementcomparisons Zone Rule Condition Indexed Tag Comparison] - Comparison for
INDEXED_TAG
attributes - Sequence[Management
Zone Rule Condition Indexed Tag] - Comparison for
INDEXED_TAG
attributes - integer_
comparisons Sequence[ManagementZone Rule Condition Integer Comparison] - Comparison for
INTEGER
attributes - integers
Sequence[Management
Zone Rule Condition Integer] - Comparison for
INTEGER
attributes - ipaddress_
comparisons Sequence[ManagementZone Rule Condition Ipaddress Comparison] - Comparison for
IP_ADDRESS
attributes - ipaddresses
Sequence[Management
Zone Rule Condition Ipaddress] - Comparison for
IP_ADDRESS
attributes - keys
Sequence[Management
Zone Rule Condition Key] - Fallback for not yet known type
- mobile_
platform_ Sequence[Managementcomparisons Zone Rule Condition Mobile Platform Comparison] - Comparison for
MOBILE_PLATFORM
attributes - mobile_
platforms Sequence[ManagementZone Rule Condition Mobile Platform] - Comparison for
MOBILE_PLATFORM
attributes - os_
arches Sequence[ManagementZone Rule Condition Os Arch] - Comparison for
OS_ARCHITECTURE
attributes - os_
types Sequence[ManagementZone Rule Condition Os Type] - Comparison for
OS_TYPE
attributes - osarchitecture_
comparisons Sequence[ManagementZone Rule Condition Osarchitecture Comparison] - Comparison for
OS_ARCHITECTURE
attributes - ostype_
comparisons Sequence[ManagementZone Rule Condition Ostype Comparison] - Comparison for
OS_TYPE
attributes - paas_
type_ Sequence[Managementcomparisons Zone Rule Condition Paas Type Comparison] - Comparison for
PAAS_TYPE
attributes - paas_
types Sequence[ManagementZone Rule Condition Paas Type] - Comparison for
PAAS_TYPE
attributes - process_
metadata_ Sequence[Managementcondition_ keys Zone Rule Condition Process Metadata Condition Key] - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - process_
metadatas Sequence[ManagementZone Rule Condition Process Metadata] - The key for dynamic attributes of the
PROCESS_PREDEFINED_METADATA_KEY
type - service_
topologies Sequence[ManagementZone Rule Condition Service Topology] - Comparison for
SERVICE_TOPOLOGY
attributes - service_
topology_ Sequence[Managementcomparisons Zone Rule Condition Service Topology Comparison] - Comparison for
SERVICE_TOPOLOGY
attributes - service_
type_ Sequence[Managementcomparisons Zone Rule Condition Service Type Comparison] - Comparison for
SERVICE_TYPE
attributes - service_
types Sequence[ManagementZone Rule Condition Service Type] - Comparison for
SERVICE_TYPE
attributes - simple_
host_ Sequence[Managementtech_ comparisons Zone Rule Condition Simple Host Tech Comparison] - Comparison for
SIMPLE_HOST_TECH
attributes - simple_
tech_ Sequence[Managementcomparisons Zone Rule Condition Simple Tech Comparison] - Comparison for
SIMPLE_TECH
attributes - string_
comparisons Sequence[ManagementZone Rule Condition String Comparison] - Comparison for
STRING
attributes - string_
condition_ Sequence[Managementkeys Zone Rule Condition String Condition Key] - The key for dynamic attributes of the
STRING
type - string_
keys Sequence[ManagementZone Rule Condition String Key] - The key for dynamic attributes of the
STRING
type - strings
Sequence[Management
Zone Rule Condition String] - Comparison for
STRING
attributes - synthetic_
engine_ Sequence[Managementtype_ comparisons Zone Rule Condition Synthetic Engine Type Comparison] - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - synthetic_
engines Sequence[ManagementZone Rule Condition Synthetic Engine] - Comparison for
SYNTHETIC_ENGINE_TYPE
attributes - tag_
comparisons Sequence[ManagementZone Rule Condition Tag Comparison] - Comparison for
TAG
attributes - Sequence[Management
Zone Rule Condition Tag] - Comparison for
TAG
attributes - teches
Sequence[Management
Zone 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
ManagementZoneRuleConditionApplicationType, ManagementZoneRuleConditionApplicationTypeArgs
ManagementZoneRuleConditionApplicationTypeComparison, ManagementZoneRuleConditionApplicationTypeComparisonArgs
- Operator string
- Operator of the comparison. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be APPLICATION_TYPE
- 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
ManagementZoneRuleConditionAzureComputeMode, ManagementZoneRuleConditionAzureComputeModeArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are DEDICATED or SHARED.
ManagementZoneRuleConditionAzureComputeModeComparison, ManagementZoneRuleConditionAzureComputeModeComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are DEDICATED or SHARED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are DEDICATED or SHARED.
ManagementZoneRuleConditionAzureSkuComparision, ManagementZoneRuleConditionAzureSkuComparisionArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be AZURE_SKU
- 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.
ManagementZoneRuleConditionAzureSkus, ManagementZoneRuleConditionAzureSkusArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are BASIC, DYNAMIC, FREE, PREMIUM, SHARED and STANDARD.
ManagementZoneRuleConditionBaseComparisonBasic, ManagementZoneRuleConditionBaseComparisonBasicArgs
ManagementZoneRuleConditionBaseConditionKey, ManagementZoneRuleConditionBaseConditionKeyArgs
ManagementZoneRuleConditionBitness, ManagementZoneRuleConditionBitnessArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are 32 and 64.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are 32 and 64.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are 32 and 64.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are 32 and 64.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are 32 and 64.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are 32 and 64.
ManagementZoneRuleConditionBitnessComparision, ManagementZoneRuleConditionBitnessComparisionArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be BITNESS
- Unknowns string
- Any attributes that aren't yet supported 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.
ManagementZoneRuleConditionCloudType, ManagementZoneRuleConditionCloudTypeArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AZURE, EC2, GOOGLE_CLOUD_PLATFORM, OPENSTACK, ORACLE and UNRECOGNIZED.
ManagementZoneRuleConditionCloudTypeComparison, ManagementZoneRuleConditionCloudTypeComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be CLOUD_TYPE
- Unknowns string
- Any attributes that aren't yet supported 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.
ManagementZoneRuleConditionComparison, ManagementZoneRuleConditionComparisonArgs
ManagementZoneRuleConditionCustomApplicationType, ManagementZoneRuleConditionCustomApplicationTypeArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AMAZON_ECHO, DESKTOP, EMBEDDED, IOT, MICROSOFT_HOLOLENS and UFO.
ManagementZoneRuleConditionCustomApplicationTypeComparison, ManagementZoneRuleConditionCustomApplicationTypeComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be CUSTOM_APPLICATION_TYPE
- Unknowns string
- Any attributes that aren't yet supported 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.
ManagementZoneRuleConditionCustomHostMetadata, ManagementZoneRuleConditionCustomHostMetadataArgs
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key Pulumiverse.Dynatrace. Inputs. Management Zone 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 ManagementZone 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 ManagementZone 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 ManagementZone 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 str
- The attribute to be used for comparision
- dynamic_
key ManagementZone 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 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
ManagementZoneRuleConditionCustomHostMetadataConditionKey, ManagementZoneRuleConditionCustomHostMetadataConditionKeyArgs
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key Pulumiverse.Dynatrace. Inputs. Management Zone 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 ManagementZone 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 ManagementZone 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 ManagementZone 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 str
- The attribute to be used for comparision
- dynamic_
key ManagementZone 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 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
ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKey, ManagementZoneRuleConditionCustomHostMetadataConditionKeyDynamicKeyArgs
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key string
- The actual key of the custom metadata
- source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key str
- The actual key of the custom metadata
- source str
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
ManagementZoneRuleConditionCustomHostMetadataDynamicKey, ManagementZoneRuleConditionCustomHostMetadataDynamicKeyArgs
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key string
- The actual key of the custom metadata
- source string
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key str
- The actual key of the custom metadata
- source str
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
ManagementZoneRuleConditionCustomProcessMetadata, ManagementZoneRuleConditionCustomProcessMetadataArgs
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key Pulumiverse.Dynatrace. Inputs. Management Zone 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 ManagementZone 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 ManagementZone 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 ManagementZone 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 str
- The attribute to be used for comparision
- dynamic_
key ManagementZone 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 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
ManagementZoneRuleConditionCustomProcessMetadataConditionKey, ManagementZoneRuleConditionCustomProcessMetadataConditionKeyArgs
- Attribute string
- The attribute to be used for comparision
- Dynamic
Key Pulumiverse.Dynatrace. Inputs. Management Zone 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 ManagementZone 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 ManagementZone 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 ManagementZone 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 str
- The attribute to be used for comparision
- dynamic_
key ManagementZone 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 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
ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKey, ManagementZoneRuleConditionCustomProcessMetadataConditionKeyDynamicKeyArgs
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key string
- The actual key of the custom metadata
- source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key str
- The actual key of the custom metadata
- source str
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
ManagementZoneRuleConditionCustomProcessMetadataDynamicKey, ManagementZoneRuleConditionCustomProcessMetadataDynamicKeyArgs
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Key string
- The actual key of the custom metadata
- Source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key string
- The actual key of the custom metadata
- source string
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key str
- The actual key of the custom metadata
- source str
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- key String
- The actual key of the custom metadata
- source String
- The source of the custom metadata. Possible values are CLOUD_FOUNDRY, ENVIRONMENT, GOOGLE_CLOUD, KUBERNETES and PLUGIN
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
ManagementZoneRuleConditionDatabaseTopology, ManagementZoneRuleConditionDatabaseTopologyArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are CLUSTER, EMBEDDED, FAILOVER, IPC, LOAD_BALANCING, SINGLE_SERVER and UNSPECIFIED.
ManagementZoneRuleConditionDatabaseTopologyComparison, ManagementZoneRuleConditionDatabaseTopologyComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be DATABASE_TOPOLOGY
- Unknowns string
- Any attributes that aren't yet supported 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.
ManagementZoneRuleConditionDcrumDecoder, ManagementZoneRuleConditionDcrumDecoderArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are ALL_OTHER, CITRIX_APPFLOW, CITRIX_ICA, CITRIX_ICA_OVER_SSL, DB2_DRDA, HTTP, HTTPS, HTTP_EXPRESS, INFORMIX, MYSQL, ORACLE, SAP_GUI, SAP_GUI_OVER_HTTP, SAP_GUI_OVER_HTTPS, SAP_HANA_DB, SAP_RFC, SSL and TDS.
ManagementZoneRuleConditionDcrumDecoderComparison, ManagementZoneRuleConditionDcrumDecoderComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be DCRUM_DECODER_TYPE
- Unknowns string
- Any attributes that aren't yet supported 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.
ManagementZoneRuleConditionEntity, ManagementZoneRuleConditionEntityArgs
- Operator string
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- Operator string
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- operator String
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
- operator string
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to
- operator str
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to
- operator String
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
ManagementZoneRuleConditionEntityIdComparison, ManagementZoneRuleConditionEntityIdComparisonArgs
- Operator string
- Currently only EQUALS is supported. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be ENTITY_ID
- Unknowns string
- Any attributes that aren't yet supported 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
ManagementZoneRuleConditionHostTech, ManagementZoneRuleConditionHostTechArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Pulumiverse.
Dynatrace. Inputs. Management Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
ManagementZoneRuleConditionHostTechValue, ManagementZoneRuleConditionHostTechValueArgs
- Type string
- Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
- Unknowns string
- Any attributes that aren't yet supported by this provider
- 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
ManagementZoneRuleConditionHypervisor, ManagementZoneRuleConditionHypervisorArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to. Possible values are AHV, HYPER_V, KVM, LPAR, QEMU, VIRTUAL_BOX, VMWARE, WPAR and XEN.
ManagementZoneRuleConditionHypervisorTypeComparision, ManagementZoneRuleConditionHypervisorTypeComparisionArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be HYPERVISOR_TYPE
- Unknowns string
- Any attributes that aren't yet supported 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.
ManagementZoneRuleConditionIndexedName, ManagementZoneRuleConditionIndexedNameArgs
- Operator string
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- Operator string
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- operator String
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
- operator string
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to
- operator str
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to
- operator String
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
ManagementZoneRuleConditionIndexedNameComparison, ManagementZoneRuleConditionIndexedNameComparisonArgs
- Operator string
- Either EQUALS, CONTAINS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be INDEXED_NAME
- Unknowns string
- Any attributes that aren't yet supported 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
ManagementZoneRuleConditionIndexedString, ManagementZoneRuleConditionIndexedStringArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value to compare to
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
- operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value to compare to
- operator str
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value to compare to
- operator String
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value to compare to
ManagementZoneRuleConditionIndexedStringComparison, ManagementZoneRuleConditionIndexedStringComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be INDEXED_STRING
- Unknowns string
- Any attributes that aren't yet supported 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
ManagementZoneRuleConditionIndexedTag, ManagementZoneRuleConditionIndexedTagArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value
Pulumiverse.
Dynatrace. Inputs. Management Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
ManagementZoneRuleConditionIndexedTagComparison, ManagementZoneRuleConditionIndexedTagComparisonArgs
- Operator string
- Either EQUALS or EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns EQUALS into DOES NOT EQUAL
- Type string
- if specified, needs to be INDEXED_TAG
- Unknowns string
- Any 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. Management Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
ManagementZoneRuleConditionIndexedTagComparisonValue, ManagementZoneRuleConditionIndexedTagComparisonValueArgs
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
- context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key string
- The key of the tag. Custom tags have the tag value here
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value of the tag. Not applicable to custom tags
- context str
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key str
- The key of the tag. Custom tags have the tag value here
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
ManagementZoneRuleConditionIndexedTagValue, ManagementZoneRuleConditionIndexedTagValueArgs
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
- context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key string
- The key of the tag. Custom tags have the tag value here
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value of the tag. Not applicable to custom tags
- context str
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key str
- The key of the tag. Custom tags have the tag value here
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
ManagementZoneRuleConditionInteger, ManagementZoneRuleConditionIntegerArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value int
- The value to compare to
- Operator string
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value int
- The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value Integer
- The value to compare to
- operator string
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value number
- The value to compare to
- operator str
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value int
- The value to compare to
- operator String
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value Number
- The value to compare to
ManagementZoneRuleConditionIntegerComparison, ManagementZoneRuleConditionIntegerComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be INTEGER
- 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
ManagementZoneRuleConditionIpaddress, ManagementZoneRuleConditionIpaddressArgs
- Operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- 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
ManagementZoneRuleConditionIpaddressComparison, ManagementZoneRuleConditionIpaddressComparisonArgs
- Operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, IS_IP_IN_RANGE and REGEX_MATCHES. You can reverse it by setting negate to
true
- 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
ManagementZoneRuleConditionKey, ManagementZoneRuleConditionKeyArgs
ManagementZoneRuleConditionMobilePlatform, ManagementZoneRuleConditionMobilePlatformArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are ANDROID, IOS, LINUX, MAC_OS, OTHER, TVOS and WINDOWS.
ManagementZoneRuleConditionMobilePlatformComparison, ManagementZoneRuleConditionMobilePlatformComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be MOBILE_PLATFORM
- 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.
ManagementZoneRuleConditionOsArch, ManagementZoneRuleConditionOsArchArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are ARM, IA64, PARISC, PPC, PPCLE, S390, SPARC, X86 and ZOS.
ManagementZoneRuleConditionOsType, ManagementZoneRuleConditionOsTypeArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are AIX, DARWIN, HPUX, LINUX, SOLARIS, WINDOWS and ZOS.
ManagementZoneRuleConditionOsarchitectureComparison, ManagementZoneRuleConditionOsarchitectureComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be OS_ARCHITECTURE
- 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.
ManagementZoneRuleConditionOstypeComparison, ManagementZoneRuleConditionOstypeComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be OS_TYPE
- 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.
ManagementZoneRuleConditionPaasType, ManagementZoneRuleConditionPaasTypeArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are AWS_ECS_EC2, AWS_ECS_FARGATE, AWS_LAMBDA, AZURE_FUNCTIONS, AZURE_WEBSITES, CLOUD_FOUNDRY, GOOGLE_APP_ENGINE, HEROKU, KUBERNETES and OPENSHIFT.
ManagementZoneRuleConditionPaasTypeComparison, ManagementZoneRuleConditionPaasTypeComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be PAAS_TYPE
- 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.
ManagementZoneRuleConditionProcessMetadata, ManagementZoneRuleConditionProcessMetadataArgs
- 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
ManagementZoneRuleConditionProcessMetadataConditionKey, ManagementZoneRuleConditionProcessMetadataConditionKeyArgs
- 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
ManagementZoneRuleConditionServiceTopology, ManagementZoneRuleConditionServiceTopologyArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are EXTERNAL_SERVICE, FULLY_MONITORED and OPAQUE_SERVICE.
ManagementZoneRuleConditionServiceTopologyComparison, ManagementZoneRuleConditionServiceTopologyComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SERVICE_TOPOLOGY
- 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.
ManagementZoneRuleConditionServiceType, ManagementZoneRuleConditionServiceTypeArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are BACKGROUND_ACTIVITY, CICS_SERVICE, CUSTOM_SERVICE, DATABASE_SERVICE, ENTERPRISE_SERVICE_BUS_SERVICE, EXTERNAL, IBM_INTEGRATION_BUS_SERVICE, IMS_SERVICE, MESSAGING_SERVICE, QUEUE_LISTENER_SERVICE, RMI_SERVICE, RPC_SERVICE, WEB_REQUEST_SERVICE and WEB_SERVICE.
ManagementZoneRuleConditionServiceTypeComparison, ManagementZoneRuleConditionServiceTypeComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SERVICE_TYPE
- 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.
ManagementZoneRuleConditionSimpleHostTechComparison, ManagementZoneRuleConditionSimpleHostTechComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SIMPLE_HOST_TECH
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Pulumiverse.
Dynatrace. Inputs. Management Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
ManagementZoneRuleConditionSimpleHostTechComparisonValue, ManagementZoneRuleConditionSimpleHostTechComparisonValueArgs
- Type string
- Predefined technology, if technology is not predefined, then the verbatim type must be set. Possible values are APPARMOR, BOSH, BOSHBPM, CLOUDFOUNDRY, CONTAINERD, CRIO, DIEGO_CELL, DOCKER, GARDEN, GRSECURITY, KUBERNETES, OPENSHIFT, OPENSTACK_COMPUTE, OPENSTACK_CONTROLLER and SELINUX
- Unknowns string
- Any attributes that aren't yet supported by this provider
- 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
ManagementZoneRuleConditionSimpleTechComparison, ManagementZoneRuleConditionSimpleTechComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SIMPLE_TECH
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Pulumiverse.
Dynatrace. Inputs. Management Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
ManagementZoneRuleConditionSimpleTechComparisonValue, ManagementZoneRuleConditionSimpleTechComparisonValueArgs
- Type string
- Predefined technology, if technology is not predefined, then the verbatim type must be set.
- Unknowns string
- Any attributes that aren't yet supported by this provider
- 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
ManagementZoneRuleConditionString, ManagementZoneRuleConditionStringArgs
- Operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- 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
ManagementZoneRuleConditionStringComparison, ManagementZoneRuleConditionStringComparisonArgs
- Operator string
- Operator of the comparison. Possible values are BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS and REGEX_MATCHES. You can reverse it by setting negate to
true
- 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
ManagementZoneRuleConditionStringConditionKey, ManagementZoneRuleConditionStringConditionKeyArgs
- 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
ManagementZoneRuleConditionStringKey, ManagementZoneRuleConditionStringKeyArgs
- 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
ManagementZoneRuleConditionSyntheticEngine, ManagementZoneRuleConditionSyntheticEngineArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are CLASSIC and CUSTOM
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value string
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns string
- Any attributes that aren't yet supported by this provider
- value string
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator str
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns str
- Any attributes that aren't yet supported by this provider
- value str
- The value to compare to. Possible values are CLASSIC and CUSTOM
- operator String
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- negate Boolean
- Reverses the operator. For example it turns the begins with into does not begin with
- unknowns String
- Any attributes that aren't yet supported by this provider
- value String
- The value to compare to. Possible values are CLASSIC and CUSTOM
ManagementZoneRuleConditionSyntheticEngineTypeComparison, ManagementZoneRuleConditionSyntheticEngineTypeComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be SYNTHETIC_ENGINE_TYPE
- 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
ManagementZoneRuleConditionTag, ManagementZoneRuleConditionTagArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Pulumiverse.
Dynatrace. Inputs. Management Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
ManagementZoneRuleConditionTagComparison, ManagementZoneRuleConditionTagComparisonArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and TAG_KEY_EQUALS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Type string
- if specified, needs to be TAG
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Pulumiverse.
Dynatrace. Inputs. Management Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
ManagementZoneRuleConditionTagComparisonValue, ManagementZoneRuleConditionTagComparisonValueArgs
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
- context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key string
- The key of the tag. Custom tags have the tag value here
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value of the tag. Not applicable to custom tags
- context str
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key str
- The key of the tag. Custom tags have the tag value here
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
ManagementZoneRuleConditionTagValue, ManagementZoneRuleConditionTagValueArgs
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- Value string
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
- context string
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key string
- The key of the tag. Custom tags have the tag value here
- unknowns string
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value string
- The value of the tag. Not applicable to custom tags
- context str
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key str
- The key of the tag. Custom tags have the tag value here
- unknowns str
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value str
- The value of the tag. Not applicable to custom tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES. Custom tags use the
CONTEXTLESS
value - key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- Any attributes that aren't yet supported by this provider but have meanwhile gotten introduced by a newer version of the Dynatrace REST API
- value String
- The value of the tag. Not applicable to custom tags
ManagementZoneRuleConditionTech, ManagementZoneRuleConditionTechArgs
- Operator string
- Operator of the comparison. Possible values are EQUALS and EXISTS. You can reverse it by setting negate to
true
- Negate bool
- Reverses the operator. For example it turns the begins with into does not begin with
- Unknowns string
- Any attributes that aren't yet supported by this provider
- Value
Pulumiverse.
Dynatrace. Inputs. Management Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
Management
Zone 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
ManagementZoneRuleConditionTechValue, ManagementZoneRuleConditionTechValueArgs
- Type string
- Predefined technology, if technology is not predefined, then the verbatim type must be set.
- Unknowns string
- Any attributes that aren't yet supported by this provider
- 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.