dynatrace.RequestNaming
Explore with Pulumi AI
Create RequestNaming Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RequestNaming(name: string, args: RequestNamingArgs, opts?: CustomResourceOptions);
@overload
def RequestNaming(resource_name: str,
args: RequestNamingArgs,
opts: Optional[ResourceOptions] = None)
@overload
def RequestNaming(resource_name: str,
opts: Optional[ResourceOptions] = None,
conditions: Optional[RequestNamingConditionsArgs] = None,
naming_pattern: Optional[str] = None,
enabled: Optional[bool] = None,
management_zones: Optional[Sequence[str]] = None,
placeholders: Optional[RequestNamingPlaceholdersArgs] = None,
unknowns: Optional[str] = None)
func NewRequestNaming(ctx *Context, name string, args RequestNamingArgs, opts ...ResourceOption) (*RequestNaming, error)
public RequestNaming(string name, RequestNamingArgs args, CustomResourceOptions? opts = null)
public RequestNaming(String name, RequestNamingArgs args)
public RequestNaming(String name, RequestNamingArgs args, CustomResourceOptions options)
type: dynatrace:RequestNaming
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 RequestNamingArgs
- 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 RequestNamingArgs
- 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 RequestNamingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RequestNamingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RequestNamingArgs
- 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 requestNamingResource = new Dynatrace.RequestNaming("requestNamingResource", new()
{
Conditions = new Dynatrace.Inputs.RequestNamingConditionsArgs
{
Conditions = new[]
{
new Dynatrace.Inputs.RequestNamingConditionsConditionArgs
{
Attribute = "string",
Comparison = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonArgs
{
Boolean = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonBooleanArgs
{
Value = false,
Operator = "string",
Unknowns = "string",
Values = new[]
{
false,
},
},
EsbInputNodeType = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonEsbInputNodeTypeArgs
{
Operator = "string",
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
FailedState = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFailedStateArgs
{
Operator = "string",
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
FailureReason = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFailureReasonArgs
{
Operator = "string",
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
FastString = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFastStringArgs
{
CaseSensitive = false,
Operator = "string",
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
FlawState = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFlawStateArgs
{
Operator = "string",
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
Generic = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonGenericArgs
{
Type = "string",
Unknowns = "string",
},
HttpMethod = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonHttpMethodArgs
{
Operator = "string",
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
HttpStatusClass = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonHttpStatusClassArgs
{
Operator = "string",
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
IibInputNodeType = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonIibInputNodeTypeArgs
{
Operator = "string",
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
Negate = false,
Number = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonNumberArgs
{
Operator = "string",
Unknowns = "string",
Value = 0,
Values = new[]
{
0,
},
},
NumberRequestAttribute = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonNumberRequestAttributeArgs
{
RequestAttribute = "string",
MatchOnChildCalls = false,
Operator = "string",
Source = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceArgs
{
ManagementZone = "string",
ServiceTag = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagArgs
{
Key = "string",
Context = "string",
TagKey = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKeyArgs
{
Context = "string",
Key = "string",
},
Value = "string",
},
Unknowns = "string",
},
Unknowns = "string",
Value = 0,
Values = new[]
{
0,
},
},
ServiceType = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonServiceTypeArgs
{
Operator = "string",
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
String = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonStringArgs
{
CaseSensitive = false,
Operator = "string",
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
StringRequestAttribute = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonStringRequestAttributeArgs
{
RequestAttribute = "string",
CaseSensitive = false,
MatchOnChildCalls = false,
Operator = "string",
Source = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonStringRequestAttributeSourceArgs
{
ManagementZone = "string",
ServiceTag = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagArgs
{
Key = "string",
Context = "string",
TagKey = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKeyArgs
{
Context = "string",
Key = "string",
},
Value = "string",
},
Unknowns = "string",
},
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
Tag = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonTagArgs
{
Operator = "string",
Unknowns = "string",
Value = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonTagValueArgs
{
Context = "string",
Key = "string",
Unknowns = "string",
Value = "string",
},
Values = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonTagValuesArgs
{
Values = new[]
{
new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonTagValuesValueArgs
{
Context = "string",
Key = "string",
Unknowns = "string",
Value = "string",
},
},
},
},
ZosCallType = new Dynatrace.Inputs.RequestNamingConditionsConditionComparisonZosCallTypeArgs
{
Operator = "string",
Unknowns = "string",
Value = "string",
Values = new[]
{
"string",
},
},
},
Unknowns = "string",
},
},
},
NamingPattern = "string",
Enabled = false,
ManagementZones = new[]
{
"string",
},
Placeholders = new Dynatrace.Inputs.RequestNamingPlaceholdersArgs
{
Placeholders = new[]
{
new Dynatrace.Inputs.RequestNamingPlaceholdersPlaceholderArgs
{
Attribute = "string",
Kind = "string",
Name = "string",
Aggregation = "string",
DelimiterOrRegex = "string",
EndDelimiter = "string",
Normalization = "string",
RequestAttribute = "string",
Source = new Dynatrace.Inputs.RequestNamingPlaceholdersPlaceholderSourceArgs
{
ManagementZone = "string",
ServiceTag = new Dynatrace.Inputs.RequestNamingPlaceholdersPlaceholderSourceServiceTagArgs
{
Key = "string",
Context = "string",
TagKey = new Dynatrace.Inputs.RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKeyArgs
{
Context = "string",
Key = "string",
},
Value = "string",
},
Unknowns = "string",
},
Unknowns = "string",
UseFromChildCalls = false,
},
},
},
Unknowns = "string",
});
example, err := dynatrace.NewRequestNaming(ctx, "requestNamingResource", &dynatrace.RequestNamingArgs{
Conditions: &dynatrace.RequestNamingConditionsArgs{
Conditions: dynatrace.RequestNamingConditionsConditionArray{
&dynatrace.RequestNamingConditionsConditionArgs{
Attribute: pulumi.String("string"),
Comparison: &dynatrace.RequestNamingConditionsConditionComparisonArgs{
Boolean: &dynatrace.RequestNamingConditionsConditionComparisonBooleanArgs{
Value: pulumi.Bool(false),
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Values: pulumi.BoolArray{
pulumi.Bool(false),
},
},
EsbInputNodeType: &dynatrace.RequestNamingConditionsConditionComparisonEsbInputNodeTypeArgs{
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
FailedState: &dynatrace.RequestNamingConditionsConditionComparisonFailedStateArgs{
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
FailureReason: &dynatrace.RequestNamingConditionsConditionComparisonFailureReasonArgs{
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
FastString: &dynatrace.RequestNamingConditionsConditionComparisonFastStringArgs{
CaseSensitive: pulumi.Bool(false),
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
FlawState: &dynatrace.RequestNamingConditionsConditionComparisonFlawStateArgs{
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
Generic: &dynatrace.RequestNamingConditionsConditionComparisonGenericArgs{
Type: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
HttpMethod: &dynatrace.RequestNamingConditionsConditionComparisonHttpMethodArgs{
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
HttpStatusClass: &dynatrace.RequestNamingConditionsConditionComparisonHttpStatusClassArgs{
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
IibInputNodeType: &dynatrace.RequestNamingConditionsConditionComparisonIibInputNodeTypeArgs{
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
Negate: pulumi.Bool(false),
Number: &dynatrace.RequestNamingConditionsConditionComparisonNumberArgs{
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.Float64(0),
Values: pulumi.Float64Array{
pulumi.Float64(0),
},
},
NumberRequestAttribute: &dynatrace.RequestNamingConditionsConditionComparisonNumberRequestAttributeArgs{
RequestAttribute: pulumi.String("string"),
MatchOnChildCalls: pulumi.Bool(false),
Operator: pulumi.String("string"),
Source: &dynatrace.RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceArgs{
ManagementZone: pulumi.String("string"),
ServiceTag: &dynatrace.RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagArgs{
Key: pulumi.String("string"),
Context: pulumi.String("string"),
TagKey: &dynatrace.RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKeyArgs{
Context: pulumi.String("string"),
Key: pulumi.String("string"),
},
Value: pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
Value: pulumi.Float64(0),
Values: pulumi.Float64Array{
pulumi.Float64(0),
},
},
ServiceType: &dynatrace.RequestNamingConditionsConditionComparisonServiceTypeArgs{
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
String: &dynatrace.RequestNamingConditionsConditionComparisonStringArgs{
CaseSensitive: pulumi.Bool(false),
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
StringRequestAttribute: &dynatrace.RequestNamingConditionsConditionComparisonStringRequestAttributeArgs{
RequestAttribute: pulumi.String("string"),
CaseSensitive: pulumi.Bool(false),
MatchOnChildCalls: pulumi.Bool(false),
Operator: pulumi.String("string"),
Source: &dynatrace.RequestNamingConditionsConditionComparisonStringRequestAttributeSourceArgs{
ManagementZone: pulumi.String("string"),
ServiceTag: &dynatrace.RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagArgs{
Key: pulumi.String("string"),
Context: pulumi.String("string"),
TagKey: &dynatrace.RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKeyArgs{
Context: pulumi.String("string"),
Key: pulumi.String("string"),
},
Value: pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
Tag: &dynatrace.RequestNamingConditionsConditionComparisonTagArgs{
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: &dynatrace.RequestNamingConditionsConditionComparisonTagValueArgs{
Context: pulumi.String("string"),
Key: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
Values: &dynatrace.RequestNamingConditionsConditionComparisonTagValuesArgs{
Values: dynatrace.RequestNamingConditionsConditionComparisonTagValuesValueArray{
&dynatrace.RequestNamingConditionsConditionComparisonTagValuesValueArgs{
Context: pulumi.String("string"),
Key: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
},
ZosCallType: &dynatrace.RequestNamingConditionsConditionComparisonZosCallTypeArgs{
Operator: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Value: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Unknowns: pulumi.String("string"),
},
},
},
NamingPattern: pulumi.String("string"),
Enabled: pulumi.Bool(false),
ManagementZones: pulumi.StringArray{
pulumi.String("string"),
},
Placeholders: &dynatrace.RequestNamingPlaceholdersArgs{
Placeholders: dynatrace.RequestNamingPlaceholdersPlaceholderArray{
&dynatrace.RequestNamingPlaceholdersPlaceholderArgs{
Attribute: pulumi.String("string"),
Kind: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregation: pulumi.String("string"),
DelimiterOrRegex: pulumi.String("string"),
EndDelimiter: pulumi.String("string"),
Normalization: pulumi.String("string"),
RequestAttribute: pulumi.String("string"),
Source: &dynatrace.RequestNamingPlaceholdersPlaceholderSourceArgs{
ManagementZone: pulumi.String("string"),
ServiceTag: &dynatrace.RequestNamingPlaceholdersPlaceholderSourceServiceTagArgs{
Key: pulumi.String("string"),
Context: pulumi.String("string"),
TagKey: &dynatrace.RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKeyArgs{
Context: pulumi.String("string"),
Key: pulumi.String("string"),
},
Value: pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
UseFromChildCalls: pulumi.Bool(false),
},
},
},
Unknowns: pulumi.String("string"),
})
var requestNamingResource = new RequestNaming("requestNamingResource", RequestNamingArgs.builder()
.conditions(RequestNamingConditionsArgs.builder()
.conditions(RequestNamingConditionsConditionArgs.builder()
.attribute("string")
.comparison(RequestNamingConditionsConditionComparisonArgs.builder()
.boolean_(RequestNamingConditionsConditionComparisonBooleanArgs.builder()
.value(false)
.operator("string")
.unknowns("string")
.values(false)
.build())
.esbInputNodeType(RequestNamingConditionsConditionComparisonEsbInputNodeTypeArgs.builder()
.operator("string")
.unknowns("string")
.value("string")
.values("string")
.build())
.failedState(RequestNamingConditionsConditionComparisonFailedStateArgs.builder()
.operator("string")
.unknowns("string")
.value("string")
.values("string")
.build())
.failureReason(RequestNamingConditionsConditionComparisonFailureReasonArgs.builder()
.operator("string")
.unknowns("string")
.value("string")
.values("string")
.build())
.fastString(RequestNamingConditionsConditionComparisonFastStringArgs.builder()
.caseSensitive(false)
.operator("string")
.unknowns("string")
.value("string")
.values("string")
.build())
.flawState(RequestNamingConditionsConditionComparisonFlawStateArgs.builder()
.operator("string")
.unknowns("string")
.value("string")
.values("string")
.build())
.generic(RequestNamingConditionsConditionComparisonGenericArgs.builder()
.type("string")
.unknowns("string")
.build())
.httpMethod(RequestNamingConditionsConditionComparisonHttpMethodArgs.builder()
.operator("string")
.unknowns("string")
.value("string")
.values("string")
.build())
.httpStatusClass(RequestNamingConditionsConditionComparisonHttpStatusClassArgs.builder()
.operator("string")
.unknowns("string")
.value("string")
.values("string")
.build())
.iibInputNodeType(RequestNamingConditionsConditionComparisonIibInputNodeTypeArgs.builder()
.operator("string")
.unknowns("string")
.value("string")
.values("string")
.build())
.negate(false)
.number(RequestNamingConditionsConditionComparisonNumberArgs.builder()
.operator("string")
.unknowns("string")
.value(0)
.values(0)
.build())
.numberRequestAttribute(RequestNamingConditionsConditionComparisonNumberRequestAttributeArgs.builder()
.requestAttribute("string")
.matchOnChildCalls(false)
.operator("string")
.source(RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceArgs.builder()
.managementZone("string")
.serviceTag(RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagArgs.builder()
.key("string")
.context("string")
.tagKey(RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKeyArgs.builder()
.context("string")
.key("string")
.build())
.value("string")
.build())
.unknowns("string")
.build())
.unknowns("string")
.value(0)
.values(0)
.build())
.serviceType(RequestNamingConditionsConditionComparisonServiceTypeArgs.builder()
.operator("string")
.unknowns("string")
.value("string")
.values("string")
.build())
.string(RequestNamingConditionsConditionComparisonStringArgs.builder()
.caseSensitive(false)
.operator("string")
.unknowns("string")
.value("string")
.values("string")
.build())
.stringRequestAttribute(RequestNamingConditionsConditionComparisonStringRequestAttributeArgs.builder()
.requestAttribute("string")
.caseSensitive(false)
.matchOnChildCalls(false)
.operator("string")
.source(RequestNamingConditionsConditionComparisonStringRequestAttributeSourceArgs.builder()
.managementZone("string")
.serviceTag(RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagArgs.builder()
.key("string")
.context("string")
.tagKey(RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKeyArgs.builder()
.context("string")
.key("string")
.build())
.value("string")
.build())
.unknowns("string")
.build())
.unknowns("string")
.value("string")
.values("string")
.build())
.tag(RequestNamingConditionsConditionComparisonTagArgs.builder()
.operator("string")
.unknowns("string")
.value(RequestNamingConditionsConditionComparisonTagValueArgs.builder()
.context("string")
.key("string")
.unknowns("string")
.value("string")
.build())
.values(RequestNamingConditionsConditionComparisonTagValuesArgs.builder()
.values(RequestNamingConditionsConditionComparisonTagValuesValueArgs.builder()
.context("string")
.key("string")
.unknowns("string")
.value("string")
.build())
.build())
.build())
.zosCallType(RequestNamingConditionsConditionComparisonZosCallTypeArgs.builder()
.operator("string")
.unknowns("string")
.value("string")
.values("string")
.build())
.build())
.unknowns("string")
.build())
.build())
.namingPattern("string")
.enabled(false)
.managementZones("string")
.placeholders(RequestNamingPlaceholdersArgs.builder()
.placeholders(RequestNamingPlaceholdersPlaceholderArgs.builder()
.attribute("string")
.kind("string")
.name("string")
.aggregation("string")
.delimiterOrRegex("string")
.endDelimiter("string")
.normalization("string")
.requestAttribute("string")
.source(RequestNamingPlaceholdersPlaceholderSourceArgs.builder()
.managementZone("string")
.serviceTag(RequestNamingPlaceholdersPlaceholderSourceServiceTagArgs.builder()
.key("string")
.context("string")
.tagKey(RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKeyArgs.builder()
.context("string")
.key("string")
.build())
.value("string")
.build())
.unknowns("string")
.build())
.unknowns("string")
.useFromChildCalls(false)
.build())
.build())
.unknowns("string")
.build());
request_naming_resource = dynatrace.RequestNaming("requestNamingResource",
conditions={
"conditions": [{
"attribute": "string",
"comparison": {
"boolean": {
"value": False,
"operator": "string",
"unknowns": "string",
"values": [False],
},
"esb_input_node_type": {
"operator": "string",
"unknowns": "string",
"value": "string",
"values": ["string"],
},
"failed_state": {
"operator": "string",
"unknowns": "string",
"value": "string",
"values": ["string"],
},
"failure_reason": {
"operator": "string",
"unknowns": "string",
"value": "string",
"values": ["string"],
},
"fast_string": {
"case_sensitive": False,
"operator": "string",
"unknowns": "string",
"value": "string",
"values": ["string"],
},
"flaw_state": {
"operator": "string",
"unknowns": "string",
"value": "string",
"values": ["string"],
},
"generic": {
"type": "string",
"unknowns": "string",
},
"http_method": {
"operator": "string",
"unknowns": "string",
"value": "string",
"values": ["string"],
},
"http_status_class": {
"operator": "string",
"unknowns": "string",
"value": "string",
"values": ["string"],
},
"iib_input_node_type": {
"operator": "string",
"unknowns": "string",
"value": "string",
"values": ["string"],
},
"negate": False,
"number": {
"operator": "string",
"unknowns": "string",
"value": 0,
"values": [0],
},
"number_request_attribute": {
"request_attribute": "string",
"match_on_child_calls": False,
"operator": "string",
"source": {
"management_zone": "string",
"service_tag": {
"key": "string",
"context": "string",
"tag_key": {
"context": "string",
"key": "string",
},
"value": "string",
},
"unknowns": "string",
},
"unknowns": "string",
"value": 0,
"values": [0],
},
"service_type": {
"operator": "string",
"unknowns": "string",
"value": "string",
"values": ["string"],
},
"string": {
"case_sensitive": False,
"operator": "string",
"unknowns": "string",
"value": "string",
"values": ["string"],
},
"string_request_attribute": {
"request_attribute": "string",
"case_sensitive": False,
"match_on_child_calls": False,
"operator": "string",
"source": {
"management_zone": "string",
"service_tag": {
"key": "string",
"context": "string",
"tag_key": {
"context": "string",
"key": "string",
},
"value": "string",
},
"unknowns": "string",
},
"unknowns": "string",
"value": "string",
"values": ["string"],
},
"tag": {
"operator": "string",
"unknowns": "string",
"value": {
"context": "string",
"key": "string",
"unknowns": "string",
"value": "string",
},
"values": {
"values": [{
"context": "string",
"key": "string",
"unknowns": "string",
"value": "string",
}],
},
},
"zos_call_type": {
"operator": "string",
"unknowns": "string",
"value": "string",
"values": ["string"],
},
},
"unknowns": "string",
}],
},
naming_pattern="string",
enabled=False,
management_zones=["string"],
placeholders={
"placeholders": [{
"attribute": "string",
"kind": "string",
"name": "string",
"aggregation": "string",
"delimiter_or_regex": "string",
"end_delimiter": "string",
"normalization": "string",
"request_attribute": "string",
"source": {
"management_zone": "string",
"service_tag": {
"key": "string",
"context": "string",
"tag_key": {
"context": "string",
"key": "string",
},
"value": "string",
},
"unknowns": "string",
},
"unknowns": "string",
"use_from_child_calls": False,
}],
},
unknowns="string")
const requestNamingResource = new dynatrace.RequestNaming("requestNamingResource", {
conditions: {
conditions: [{
attribute: "string",
comparison: {
boolean: {
value: false,
operator: "string",
unknowns: "string",
values: [false],
},
esbInputNodeType: {
operator: "string",
unknowns: "string",
value: "string",
values: ["string"],
},
failedState: {
operator: "string",
unknowns: "string",
value: "string",
values: ["string"],
},
failureReason: {
operator: "string",
unknowns: "string",
value: "string",
values: ["string"],
},
fastString: {
caseSensitive: false,
operator: "string",
unknowns: "string",
value: "string",
values: ["string"],
},
flawState: {
operator: "string",
unknowns: "string",
value: "string",
values: ["string"],
},
generic: {
type: "string",
unknowns: "string",
},
httpMethod: {
operator: "string",
unknowns: "string",
value: "string",
values: ["string"],
},
httpStatusClass: {
operator: "string",
unknowns: "string",
value: "string",
values: ["string"],
},
iibInputNodeType: {
operator: "string",
unknowns: "string",
value: "string",
values: ["string"],
},
negate: false,
number: {
operator: "string",
unknowns: "string",
value: 0,
values: [0],
},
numberRequestAttribute: {
requestAttribute: "string",
matchOnChildCalls: false,
operator: "string",
source: {
managementZone: "string",
serviceTag: {
key: "string",
context: "string",
tagKey: {
context: "string",
key: "string",
},
value: "string",
},
unknowns: "string",
},
unknowns: "string",
value: 0,
values: [0],
},
serviceType: {
operator: "string",
unknowns: "string",
value: "string",
values: ["string"],
},
string: {
caseSensitive: false,
operator: "string",
unknowns: "string",
value: "string",
values: ["string"],
},
stringRequestAttribute: {
requestAttribute: "string",
caseSensitive: false,
matchOnChildCalls: false,
operator: "string",
source: {
managementZone: "string",
serviceTag: {
key: "string",
context: "string",
tagKey: {
context: "string",
key: "string",
},
value: "string",
},
unknowns: "string",
},
unknowns: "string",
value: "string",
values: ["string"],
},
tag: {
operator: "string",
unknowns: "string",
value: {
context: "string",
key: "string",
unknowns: "string",
value: "string",
},
values: {
values: [{
context: "string",
key: "string",
unknowns: "string",
value: "string",
}],
},
},
zosCallType: {
operator: "string",
unknowns: "string",
value: "string",
values: ["string"],
},
},
unknowns: "string",
}],
},
namingPattern: "string",
enabled: false,
managementZones: ["string"],
placeholders: {
placeholders: [{
attribute: "string",
kind: "string",
name: "string",
aggregation: "string",
delimiterOrRegex: "string",
endDelimiter: "string",
normalization: "string",
requestAttribute: "string",
source: {
managementZone: "string",
serviceTag: {
key: "string",
context: "string",
tagKey: {
context: "string",
key: "string",
},
value: "string",
},
unknowns: "string",
},
unknowns: "string",
useFromChildCalls: false,
}],
},
unknowns: "string",
});
type: dynatrace:RequestNaming
properties:
conditions:
conditions:
- attribute: string
comparison:
boolean:
operator: string
unknowns: string
value: false
values:
- false
esbInputNodeType:
operator: string
unknowns: string
value: string
values:
- string
failedState:
operator: string
unknowns: string
value: string
values:
- string
failureReason:
operator: string
unknowns: string
value: string
values:
- string
fastString:
caseSensitive: false
operator: string
unknowns: string
value: string
values:
- string
flawState:
operator: string
unknowns: string
value: string
values:
- string
generic:
type: string
unknowns: string
httpMethod:
operator: string
unknowns: string
value: string
values:
- string
httpStatusClass:
operator: string
unknowns: string
value: string
values:
- string
iibInputNodeType:
operator: string
unknowns: string
value: string
values:
- string
negate: false
number:
operator: string
unknowns: string
value: 0
values:
- 0
numberRequestAttribute:
matchOnChildCalls: false
operator: string
requestAttribute: string
source:
managementZone: string
serviceTag:
context: string
key: string
tagKey:
context: string
key: string
value: string
unknowns: string
unknowns: string
value: 0
values:
- 0
serviceType:
operator: string
unknowns: string
value: string
values:
- string
string:
caseSensitive: false
operator: string
unknowns: string
value: string
values:
- string
stringRequestAttribute:
caseSensitive: false
matchOnChildCalls: false
operator: string
requestAttribute: string
source:
managementZone: string
serviceTag:
context: string
key: string
tagKey:
context: string
key: string
value: string
unknowns: string
unknowns: string
value: string
values:
- string
tag:
operator: string
unknowns: string
value:
context: string
key: string
unknowns: string
value: string
values:
values:
- context: string
key: string
unknowns: string
value: string
zosCallType:
operator: string
unknowns: string
value: string
values:
- string
unknowns: string
enabled: false
managementZones:
- string
namingPattern: string
placeholders:
placeholders:
- aggregation: string
attribute: string
delimiterOrRegex: string
endDelimiter: string
kind: string
name: string
normalization: string
requestAttribute: string
source:
managementZone: string
serviceTag:
context: string
key: string
tagKey:
context: string
key: string
value: string
unknowns: string
unknowns: string
useFromChildCalls: false
unknowns: string
RequestNaming Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The RequestNaming resource accepts the following input properties:
- Conditions
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions - The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- Naming
Pattern string - The name to be assigned to matching requests
- Enabled bool
- The rule is enabled (
true
) or disabled (false
) - Management
Zones List<string> - Specifies the management zones for which this rule should be applied
- Placeholders
Pulumiverse.
Dynatrace. Inputs. Request Naming Placeholders - The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Conditions
Request
Naming Conditions Args - The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- Naming
Pattern string - The name to be assigned to matching requests
- Enabled bool
- The rule is enabled (
true
) or disabled (false
) - Management
Zones []string - Specifies the management zones for which this rule should be applied
- Placeholders
Request
Naming Placeholders Args - The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions - The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- naming
Pattern String - The name to be assigned to matching requests
- enabled Boolean
- The rule is enabled (
true
) or disabled (false
) - management
Zones List<String> - Specifies the management zones for which this rule should be applied
- placeholders
Request
Naming Placeholders - The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions - The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- naming
Pattern string - The name to be assigned to matching requests
- enabled boolean
- The rule is enabled (
true
) or disabled (false
) - management
Zones string[] - Specifies the management zones for which this rule should be applied
- placeholders
Request
Naming Placeholders - The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions Args - The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- naming_
pattern str - The name to be assigned to matching requests
- enabled bool
- The rule is enabled (
true
) or disabled (false
) - management_
zones Sequence[str] - Specifies the management zones for which this rule should be applied
- placeholders
Request
Naming Placeholders Args - The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions Property Map
- The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- naming
Pattern String - The name to be assigned to matching requests
- enabled Boolean
- The rule is enabled (
true
) or disabled (false
) - management
Zones List<String> - Specifies the management zones for which this rule should be applied
- placeholders Property Map
- The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- 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 RequestNaming 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 RequestNaming Resource
Get an existing RequestNaming 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?: RequestNamingState, opts?: CustomResourceOptions): RequestNaming
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
conditions: Optional[RequestNamingConditionsArgs] = None,
enabled: Optional[bool] = None,
management_zones: Optional[Sequence[str]] = None,
naming_pattern: Optional[str] = None,
placeholders: Optional[RequestNamingPlaceholdersArgs] = None,
unknowns: Optional[str] = None) -> RequestNaming
func GetRequestNaming(ctx *Context, name string, id IDInput, state *RequestNamingState, opts ...ResourceOption) (*RequestNaming, error)
public static RequestNaming Get(string name, Input<string> id, RequestNamingState? state, CustomResourceOptions? opts = null)
public static RequestNaming get(String name, Output<String> id, RequestNamingState 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.
- Conditions
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions - The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- Enabled bool
- The rule is enabled (
true
) or disabled (false
) - Management
Zones List<string> - Specifies the management zones for which this rule should be applied
- Naming
Pattern string - The name to be assigned to matching requests
- Placeholders
Pulumiverse.
Dynatrace. Inputs. Request Naming Placeholders - The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Conditions
Request
Naming Conditions Args - The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- Enabled bool
- The rule is enabled (
true
) or disabled (false
) - Management
Zones []string - Specifies the management zones for which this rule should be applied
- Naming
Pattern string - The name to be assigned to matching requests
- Placeholders
Request
Naming Placeholders Args - The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions - The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- enabled Boolean
- The rule is enabled (
true
) or disabled (false
) - management
Zones List<String> - Specifies the management zones for which this rule should be applied
- naming
Pattern String - The name to be assigned to matching requests
- placeholders
Request
Naming Placeholders - The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions - The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- enabled boolean
- The rule is enabled (
true
) or disabled (false
) - management
Zones string[] - Specifies the management zones for which this rule should be applied
- naming
Pattern string - The name to be assigned to matching requests
- placeholders
Request
Naming Placeholders - The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions Args - The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- enabled bool
- The rule is enabled (
true
) or disabled (false
) - management_
zones Sequence[str] - Specifies the management zones for which this rule should be applied
- naming_
pattern str - The name to be assigned to matching requests
- placeholders
Request
Naming Placeholders Args - The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions Property Map
- The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- enabled Boolean
- The rule is enabled (
true
) or disabled (false
) - management
Zones List<String> - Specifies the management zones for which this rule should be applied
- naming
Pattern String - The name to be assigned to matching requests
- placeholders Property Map
- The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
Supporting Types
RequestNamingConditions, RequestNamingConditionsArgs
- Conditions
List<Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition> - A conditions for the metric usage
- Conditions
[]Request
Naming Conditions Condition - A conditions for the metric usage
- conditions
List<Request
Naming Conditions Condition> - A conditions for the metric usage
- conditions
Request
Naming Conditions Condition[] - A conditions for the metric usage
- conditions
Sequence[Request
Naming Conditions Condition] - A conditions for the metric usage
- conditions List<Property Map>
- A conditions for the metric usage
RequestNamingConditionsCondition, RequestNamingConditionsConditionArgs
- Attribute string
- The attribute to be matched. Note that for a service property attribute you must use the comparison of the
FAST_STRING
type. Possible values areACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- Comparison
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition Comparison - Type-specific comparison for attributes
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Attribute string
- The attribute to be matched. Note that for a service property attribute you must use the comparison of the
FAST_STRING
type. Possible values areACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- Comparison
Request
Naming Conditions Condition Comparison - Type-specific comparison for attributes
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- attribute String
- The attribute to be matched. Note that for a service property attribute you must use the comparison of the
FAST_STRING
type. Possible values areACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- comparison
Request
Naming Conditions Condition Comparison - Type-specific comparison for attributes
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- attribute string
- The attribute to be matched. Note that for a service property attribute you must use the comparison of the
FAST_STRING
type. Possible values areACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- comparison
Request
Naming Conditions Condition Comparison - Type-specific comparison for attributes
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- attribute str
- The attribute to be matched. Note that for a service property attribute you must use the comparison of the
FAST_STRING
type. Possible values areACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- comparison
Request
Naming Conditions Condition Comparison - Type-specific comparison for attributes
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- attribute String
- The attribute to be matched. Note that for a service property attribute you must use the comparison of the
FAST_STRING
type. Possible values areACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- comparison Property Map
- Type-specific comparison for attributes
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
RequestNamingConditionsConditionComparison, RequestNamingConditionsConditionComparisonArgs
- Boolean
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition Comparison Boolean - Boolean Comparison for
BOOLEAN
attributes - Esb
Input Pulumiverse.Node Type Dynatrace. Inputs. Request Naming Conditions Condition Comparison Esb Input Node Type - Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
- Failed
State Pulumiverse.Dynatrace. Inputs. Request Naming Conditions Condition Comparison Failed State - Comparison for
FAILED_STATE
attributes - Failure
Reason Pulumiverse.Dynatrace. Inputs. Request Naming Conditions Condition Comparison Failure Reason - Comparison for
FAILURE_REASON
attributes - Fast
String Pulumiverse.Dynatrace. Inputs. Request Naming Conditions Condition Comparison Fast String - Comparison for
FAST_STRING
attributes. Use it for all service property attributes - Flaw
State Pulumiverse.Dynatrace. Inputs. Request Naming Conditions Condition Comparison Flaw State - Comparison for
FLAW_STATE
attributes - Generic
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition Comparison Generic - Comparison for
NUMBER
attributes - Http
Method Pulumiverse.Dynatrace. Inputs. Request Naming Conditions Condition Comparison Http Method - Comparison for
HTTP_METHOD
attributes - Http
Status Pulumiverse.Class Dynatrace. Inputs. Request Naming Conditions Condition Comparison Http Status Class - Comparison for
HTTP_STATUS_CLASS
attributes - Iib
Input Pulumiverse.Node Type Dynatrace. Inputs. Request Naming Conditions Condition Comparison Iib Input Node Type - Comparison for
IIB_INPUT_NODE_TYPE
attributes - Negate bool
- Reverse the comparison operator. For example, it turns equals into does not equal
- Number
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition Comparison Number - Comparison for
NUMBER
attributes - Number
Request Pulumiverse.Attribute Dynatrace. Inputs. Request Naming Conditions Condition Comparison Number Request Attribute - Comparison for
NUMBER_REQUEST_ATTRIBUTE
attributes - Service
Type Pulumiverse.Dynatrace. Inputs. Request Naming Conditions Condition Comparison Service Type - Comparison for
SERVICE_TYPE
attributes - String
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition Comparison String - Comparison for
STRING
attributes - String
Request Pulumiverse.Attribute Dynatrace. Inputs. Request Naming Conditions Condition Comparison String Request Attribute - Comparison for
STRING_REQUEST_ATTRIBUTE
attributes - Tag
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition Comparison Tag - Comparison for
TAG
attributes - Zos
Call Pulumiverse.Type Dynatrace. Inputs. Request Naming Conditions Condition Comparison Zos Call Type - Comparison for
ZOS_CALL_TYPE
attributes
- Boolean
Request
Naming Conditions Condition Comparison Boolean - Boolean Comparison for
BOOLEAN
attributes - Esb
Input RequestNode Type Naming Conditions Condition Comparison Esb Input Node Type - Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
- Failed
State RequestNaming Conditions Condition Comparison Failed State - Comparison for
FAILED_STATE
attributes - Failure
Reason RequestNaming Conditions Condition Comparison Failure Reason - Comparison for
FAILURE_REASON
attributes - Fast
String RequestNaming Conditions Condition Comparison Fast String - Comparison for
FAST_STRING
attributes. Use it for all service property attributes - Flaw
State RequestNaming Conditions Condition Comparison Flaw State - Comparison for
FLAW_STATE
attributes - Generic
Request
Naming Conditions Condition Comparison Generic - Comparison for
NUMBER
attributes - Http
Method RequestNaming Conditions Condition Comparison Http Method - Comparison for
HTTP_METHOD
attributes - Http
Status RequestClass Naming Conditions Condition Comparison Http Status Class - Comparison for
HTTP_STATUS_CLASS
attributes - Iib
Input RequestNode Type Naming Conditions Condition Comparison Iib Input Node Type - Comparison for
IIB_INPUT_NODE_TYPE
attributes - Negate bool
- Reverse the comparison operator. For example, it turns equals into does not equal
- Number
Request
Naming Conditions Condition Comparison Number - Comparison for
NUMBER
attributes - Number
Request RequestAttribute Naming Conditions Condition Comparison Number Request Attribute - Comparison for
NUMBER_REQUEST_ATTRIBUTE
attributes - Service
Type RequestNaming Conditions Condition Comparison Service Type - Comparison for
SERVICE_TYPE
attributes - String
Request
Naming Conditions Condition Comparison String - Comparison for
STRING
attributes - String
Request RequestAttribute Naming Conditions Condition Comparison String Request Attribute - Comparison for
STRING_REQUEST_ATTRIBUTE
attributes - Tag
Request
Naming Conditions Condition Comparison Tag - Comparison for
TAG
attributes - Zos
Call RequestType Naming Conditions Condition Comparison Zos Call Type - Comparison for
ZOS_CALL_TYPE
attributes
- boolean_
Request
Naming Conditions Condition Comparison Boolean - Boolean Comparison for
BOOLEAN
attributes - esb
Input RequestNode Type Naming Conditions Condition Comparison Esb Input Node Type - Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
- failed
State RequestNaming Conditions Condition Comparison Failed State - Comparison for
FAILED_STATE
attributes - failure
Reason RequestNaming Conditions Condition Comparison Failure Reason - Comparison for
FAILURE_REASON
attributes - fast
String RequestNaming Conditions Condition Comparison Fast String - Comparison for
FAST_STRING
attributes. Use it for all service property attributes - flaw
State RequestNaming Conditions Condition Comparison Flaw State - Comparison for
FLAW_STATE
attributes - generic
Request
Naming Conditions Condition Comparison Generic - Comparison for
NUMBER
attributes - http
Method RequestNaming Conditions Condition Comparison Http Method - Comparison for
HTTP_METHOD
attributes - http
Status RequestClass Naming Conditions Condition Comparison Http Status Class - Comparison for
HTTP_STATUS_CLASS
attributes - iib
Input RequestNode Type Naming Conditions Condition Comparison Iib Input Node Type - Comparison for
IIB_INPUT_NODE_TYPE
attributes - negate Boolean
- Reverse the comparison operator. For example, it turns equals into does not equal
- number
Request
Naming Conditions Condition Comparison Number - Comparison for
NUMBER
attributes - number
Request RequestAttribute Naming Conditions Condition Comparison Number Request Attribute - Comparison for
NUMBER_REQUEST_ATTRIBUTE
attributes - service
Type RequestNaming Conditions Condition Comparison Service Type - Comparison for
SERVICE_TYPE
attributes - string
Request
Naming Conditions Condition Comparison String - Comparison for
STRING
attributes - string
Request RequestAttribute Naming Conditions Condition Comparison String Request Attribute - Comparison for
STRING_REQUEST_ATTRIBUTE
attributes - tag
Request
Naming Conditions Condition Comparison Tag - Comparison for
TAG
attributes - zos
Call RequestType Naming Conditions Condition Comparison Zos Call Type - Comparison for
ZOS_CALL_TYPE
attributes
- boolean
Request
Naming Conditions Condition Comparison Boolean - Boolean Comparison for
BOOLEAN
attributes - esb
Input RequestNode Type Naming Conditions Condition Comparison Esb Input Node Type - Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
- failed
State RequestNaming Conditions Condition Comparison Failed State - Comparison for
FAILED_STATE
attributes - failure
Reason RequestNaming Conditions Condition Comparison Failure Reason - Comparison for
FAILURE_REASON
attributes - fast
String RequestNaming Conditions Condition Comparison Fast String - Comparison for
FAST_STRING
attributes. Use it for all service property attributes - flaw
State RequestNaming Conditions Condition Comparison Flaw State - Comparison for
FLAW_STATE
attributes - generic
Request
Naming Conditions Condition Comparison Generic - Comparison for
NUMBER
attributes - http
Method RequestNaming Conditions Condition Comparison Http Method - Comparison for
HTTP_METHOD
attributes - http
Status RequestClass Naming Conditions Condition Comparison Http Status Class - Comparison for
HTTP_STATUS_CLASS
attributes - iib
Input RequestNode Type Naming Conditions Condition Comparison Iib Input Node Type - Comparison for
IIB_INPUT_NODE_TYPE
attributes - negate boolean
- Reverse the comparison operator. For example, it turns equals into does not equal
- number
Request
Naming Conditions Condition Comparison Number - Comparison for
NUMBER
attributes - number
Request RequestAttribute Naming Conditions Condition Comparison Number Request Attribute - Comparison for
NUMBER_REQUEST_ATTRIBUTE
attributes - service
Type RequestNaming Conditions Condition Comparison Service Type - Comparison for
SERVICE_TYPE
attributes - string
Request
Naming Conditions Condition Comparison String - Comparison for
STRING
attributes - string
Request RequestAttribute Naming Conditions Condition Comparison String Request Attribute - Comparison for
STRING_REQUEST_ATTRIBUTE
attributes - tag
Request
Naming Conditions Condition Comparison Tag - Comparison for
TAG
attributes - zos
Call RequestType Naming Conditions Condition Comparison Zos Call Type - Comparison for
ZOS_CALL_TYPE
attributes
- boolean
Request
Naming Conditions Condition Comparison Boolean - Boolean Comparison for
BOOLEAN
attributes - esb_
input_ Requestnode_ type Naming Conditions Condition Comparison Esb Input Node Type - Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
- failed_
state RequestNaming Conditions Condition Comparison Failed State - Comparison for
FAILED_STATE
attributes - failure_
reason RequestNaming Conditions Condition Comparison Failure Reason - Comparison for
FAILURE_REASON
attributes - fast_
string RequestNaming Conditions Condition Comparison Fast String - Comparison for
FAST_STRING
attributes. Use it for all service property attributes - flaw_
state RequestNaming Conditions Condition Comparison Flaw State - Comparison for
FLAW_STATE
attributes - generic
Request
Naming Conditions Condition Comparison Generic - Comparison for
NUMBER
attributes - http_
method RequestNaming Conditions Condition Comparison Http Method - Comparison for
HTTP_METHOD
attributes - http_
status_ Requestclass Naming Conditions Condition Comparison Http Status Class - Comparison for
HTTP_STATUS_CLASS
attributes - iib_
input_ Requestnode_ type Naming Conditions Condition Comparison Iib Input Node Type - Comparison for
IIB_INPUT_NODE_TYPE
attributes - negate bool
- Reverse the comparison operator. For example, it turns equals into does not equal
- number
Request
Naming Conditions Condition Comparison Number - Comparison for
NUMBER
attributes - number_
request_ Requestattribute Naming Conditions Condition Comparison Number Request Attribute - Comparison for
NUMBER_REQUEST_ATTRIBUTE
attributes - service_
type RequestNaming Conditions Condition Comparison Service Type - Comparison for
SERVICE_TYPE
attributes - string
Request
Naming Conditions Condition Comparison String - Comparison for
STRING
attributes - string_
request_ Requestattribute Naming Conditions Condition Comparison String Request Attribute - Comparison for
STRING_REQUEST_ATTRIBUTE
attributes - tag
Request
Naming Conditions Condition Comparison Tag - Comparison for
TAG
attributes - zos_
call_ Requesttype Naming Conditions Condition Comparison Zos Call Type - Comparison for
ZOS_CALL_TYPE
attributes
- boolean Property Map
- Boolean Comparison for
BOOLEAN
attributes - esb
Input Property MapNode Type - Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
- failed
State Property Map - Comparison for
FAILED_STATE
attributes - failure
Reason Property Map - Comparison for
FAILURE_REASON
attributes - fast
String Property Map - Comparison for
FAST_STRING
attributes. Use it for all service property attributes - flaw
State Property Map - Comparison for
FLAW_STATE
attributes - generic Property Map
- Comparison for
NUMBER
attributes - http
Method Property Map - Comparison for
HTTP_METHOD
attributes - http
Status Property MapClass - Comparison for
HTTP_STATUS_CLASS
attributes - iib
Input Property MapNode Type - Comparison for
IIB_INPUT_NODE_TYPE
attributes - negate Boolean
- Reverse the comparison operator. For example, it turns equals into does not equal
- number Property Map
- Comparison for
NUMBER
attributes - number
Request Property MapAttribute - Comparison for
NUMBER_REQUEST_ATTRIBUTE
attributes - service
Type Property Map - Comparison for
SERVICE_TYPE
attributes - string Property Map
- Comparison for
STRING
attributes - string
Request Property MapAttribute - Comparison for
STRING_REQUEST_ATTRIBUTE
attributes - tag Property Map
- Comparison for
TAG
attributes - zos
Call Property MapType - Comparison for
ZOS_CALL_TYPE
attributes
RequestNamingConditionsConditionComparisonBoolean, RequestNamingConditionsConditionComparisonBooleanArgs
- Value bool
- The value to compare to
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Values List<bool>
- The values to compare to
- Value bool
- The value to compare to
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Values []bool
- The values to compare to
- value Boolean
- The value to compare to
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- values List<Boolean>
- The values to compare to
- value boolean
- The value to compare to
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- values boolean[]
- The values to compare to
- value bool
- The value to compare to
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- values Sequence[bool]
- The values to compare to
- value Boolean
- The value to compare to
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- values List<Boolean>
- The values to compare to
RequestNamingConditionsConditionComparisonEsbInputNodeType, RequestNamingConditionsConditionComparisonEsbInputNodeTypeArgs
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- Values List<string>
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- Values []string
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- values List<String>
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value string
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- values string[]
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value str
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- values Sequence[str]
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- values List<String>
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
RequestNamingConditionsConditionComparisonFailedState, RequestNamingConditionsConditionComparisonFailedStateArgs
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
FAILED
andFAILED
- Values List<string>
- The values to compare to. Possible values are
FAILED
andFAILED
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
FAILED
andFAILED
- Values []string
- The values to compare to. Possible values are
FAILED
andFAILED
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
FAILED
andFAILED
- values List<String>
- The values to compare to. Possible values are
FAILED
andFAILED
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value string
- The value to compare to. Possible values are
FAILED
andFAILED
- values string[]
- The values to compare to. Possible values are
FAILED
andFAILED
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value str
- The value to compare to. Possible values are
FAILED
andFAILED
- values Sequence[str]
- The values to compare to. Possible values are
FAILED
andFAILED
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
FAILED
andFAILED
- values List<String>
- The values to compare to. Possible values are
FAILED
andFAILED
RequestNamingConditionsConditionComparisonFailureReason, RequestNamingConditionsConditionComparisonFailureReasonArgs
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
- Values List<string>
- The values to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
- Values []string
- The values to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
- values List<String>
- The values to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value string
- The value to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
- values string[]
- The values to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value str
- The value to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
- values Sequence[str]
- The values to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
- values List<String>
- The values to compare to. Possible values are
EXCEPTION_AT_ENTRY_NODE
,EXCEPTION_ON_ANY_NODE
,HTTP_CODE
andREQUEST_ATTRIBUTE
RequestNamingConditionsConditionComparisonFastString, RequestNamingConditionsConditionComparisonFastStringArgs
- Case
Sensitive bool - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andCONTAINS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to
- Values List<string>
- The values to compare to
- Case
Sensitive bool - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andCONTAINS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to
- Values []string
- The values to compare to
- case
Sensitive Boolean - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andCONTAINS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to
- values List<String>
- The values to compare to
- case
Sensitive boolean - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andCONTAINS
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value string
- The value to compare to
- values string[]
- The values to compare to
- case_
sensitive bool - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andCONTAINS
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value str
- The value to compare to
- values Sequence[str]
- The values to compare to
- case
Sensitive Boolean - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andCONTAINS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to
- values List<String>
- The values to compare to
RequestNamingConditionsConditionComparisonFlawState, RequestNamingConditionsConditionComparisonFlawStateArgs
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
FLAWED
andNOT_FLAWED
- Values List<string>
- The values to compare to. Possible values are
FLAWED
andNOT_FLAWED
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
FLAWED
andNOT_FLAWED
- Values []string
- The values to compare to. Possible values are
FLAWED
andNOT_FLAWED
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
FLAWED
andNOT_FLAWED
- values List<String>
- The values to compare to. Possible values are
FLAWED
andNOT_FLAWED
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value string
- The value to compare to. Possible values are
FLAWED
andNOT_FLAWED
- values string[]
- The values to compare to. Possible values are
FLAWED
andNOT_FLAWED
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value str
- The value to compare to. Possible values are
FLAWED
andNOT_FLAWED
- values Sequence[str]
- The values to compare to. Possible values are
FLAWED
andNOT_FLAWED
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
FLAWED
andNOT_FLAWED
- values List<String>
- The values to compare to. Possible values are
FLAWED
andNOT_FLAWED
RequestNamingConditionsConditionComparisonGeneric, RequestNamingConditionsConditionComparisonGenericArgs
RequestNamingConditionsConditionComparisonHttpMethod, RequestNamingConditionsConditionComparisonHttpMethodArgs
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
- Values List<string>
- The values to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
- Values []string
- The values to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
- values List<String>
- The values to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value string
- The value to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
- values string[]
- The values to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value str
- The value to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
- values Sequence[str]
- The values to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
- values List<String>
- The values to compare to. Possible values are
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
andTRACE
RequestNamingConditionsConditionComparisonHttpStatusClass, RequestNamingConditionsConditionComparisonHttpStatusClassArgs
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
- Values List<string>
- The values to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
- Values []string
- The values to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
- values List<String>
- The values to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value string
- The value to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
- values string[]
- The values to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value str
- The value to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
- values Sequence[str]
- The values to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
- values List<String>
- The values to compare to. Possible values are
C_1XX
,C_2XX
,C_3XX
,C_4XX
,C_5XX
andNO_RESPONSE
RequestNamingConditionsConditionComparisonIibInputNodeType, RequestNamingConditionsConditionComparisonIibInputNodeTypeArgs
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- Values List<string>
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- Values []string
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- values List<String>
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value string
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- values string[]
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value str
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- values Sequence[str]
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
- values List<String>
- The values to compare to. Possible values are
CALLABLE_FLOW_ASYNC_RESPONSE_NODE
,CALLABLE_FLOW_INPUT_NODE
,DATABASE_INPUT_NODE
,DOTNET_INPUT_NODE
,EMAIL_INPUT_NODE
,EVENT_INPUT
,EVENT_INPUT_NODE
,FILE_INPUT_NODE
,FTE_INPUT_NODE
,HTTP_ASYNC_RESPONSE
,JD_EDWARDS_INPUT_NODE
,JMS_CLIENT_INPUT_NODE
,LABEL_NODE
,MQ_INPUT_NODE
,PEOPLE_SOFT_INPUT_NODE
,REST_ASYNC_RESPONSE
,REST_REQUEST
,SAP_INPUT_NODE
,SCA_ASYNC_RESPONSE_NODE
,SCA_INPUT_NODE
,SIEBEL_INPUT_NODE
,SOAP_INPUT_NODE
,TCPIP_CLIENT_INPUT_NODE
,TCPIP_CLIENT_REQUEST_NODE
,TCPIP_SERVER_INPUT_NODE
,TCPIP_SERVER_REQUEST_NODE
,TIMEOUT_NOTIFICATION_NODE
andWS_INPUT_NODE
RequestNamingConditionsConditionComparisonNumber, RequestNamingConditionsConditionComparisonNumberArgs
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value double
- The value to compare to
- Values List<double>
- The values to compare to
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value float64
- The value to compare to
- Values []float64
- The values to compare to
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value Double
- The value to compare to
- values List<Double>
- The values to compare to
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value number
- The value to compare to
- values number[]
- The values to compare to
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value float
- The value to compare to
- values Sequence[float]
- The values to compare to
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value Number
- The value to compare to
- values List<Number>
- The values to compare to
RequestNamingConditionsConditionComparisonNumberRequestAttribute, RequestNamingConditionsConditionComparisonNumberRequestAttributeArgs
- Request
Attribute string - No documentation available for this attribute
- Match
On boolChild Calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- Source
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition Comparison Number Request Attribute Source - Defines valid sources of request attributes for conditions or placeholders
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value double
- The value to compare to
- Values List<double>
- The values to compare to
- Request
Attribute string - No documentation available for this attribute
- Match
On boolChild Calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- Source
Request
Naming Conditions Condition Comparison Number Request Attribute Source - Defines valid sources of request attributes for conditions or placeholders
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value float64
- The value to compare to
- Values []float64
- The values to compare to
- request
Attribute String - No documentation available for this attribute
- match
On BooleanChild Calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- source
Request
Naming Conditions Condition Comparison Number Request Attribute Source - Defines valid sources of request attributes for conditions or placeholders
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value Double
- The value to compare to
- values List<Double>
- The values to compare to
- request
Attribute string - No documentation available for this attribute
- match
On booleanChild Calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- source
Request
Naming Conditions Condition Comparison Number Request Attribute Source - Defines valid sources of request attributes for conditions or placeholders
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value number
- The value to compare to
- values number[]
- The values to compare to
- request_
attribute str - No documentation available for this attribute
- match_
on_ boolchild_ calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- source
Request
Naming Conditions Condition Comparison Number Request Attribute Source - Defines valid sources of request attributes for conditions or placeholders
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value float
- The value to compare to
- values Sequence[float]
- The values to compare to
- request
Attribute String - No documentation available for this attribute
- match
On BooleanChild Calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,EXISTS
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,LOWER_THAN
andLOWER_THAN_OR_EQUAL
- source Property Map
- Defines valid sources of request attributes for conditions or placeholders
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value Number
- The value to compare to
- values List<Number>
- The values to compare to
RequestNamingConditionsConditionComparisonNumberRequestAttributeSource, RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceArgs
- Management
Zone string - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- Service
Tag Pulumiverse.Dynatrace. Inputs. Request Naming Conditions Condition Comparison Number Request Attribute Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Management
Zone string - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- Service
Tag RequestNaming Conditions Condition Comparison Number Request Attribute Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zone String - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service
Tag RequestNaming Conditions Condition Comparison Number Request Attribute Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zone string - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service
Tag RequestNaming Conditions Condition Comparison Number Request Attribute Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management_
zone str - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service_
tag RequestNaming Conditions Condition Comparison Number Request Attribute Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zone String - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service
Tag Property Map - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTag, RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagArgs
- Key string
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- Tag
Key Pulumiverse.Dynatrace. Inputs. Request Naming Conditions Condition Comparison Number Request Attribute Source Service Tag Tag Key - has no documentation
- Value string
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- Key string
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- Tag
Key RequestNaming Conditions Condition Comparison Number Request Attribute Source Service Tag Tag Key - has no documentation
- Value string
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key String
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag
Key RequestNaming Conditions Condition Comparison Number Request Attribute Source Service Tag Tag Key - has no documentation
- value String
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key string
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context string
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag
Key RequestNaming Conditions Condition Comparison Number Request Attribute Source Service Tag Tag Key - has no documentation
- value string
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key str
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context str
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag_
key RequestNaming Conditions Condition Comparison Number Request Attribute Source Service Tag Tag Key - has no documentation
- value str
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key String
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag
Key Property Map - has no documentation
- value String
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKey, RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKeyArgs
RequestNamingConditionsConditionComparisonServiceType, RequestNamingConditionsConditionComparisonServiceTypeArgs
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
- Values List<string>
- The values 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
- Values []string
- The values 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
- values List<String>
- The values 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
- values string[]
- The values 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
- values Sequence[str]
- The values 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
- values List<String>
- The values 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
,RMI_SERVICE
,RPC_SERVICE
,WEB_REQUEST_SERVICE
andWEB_SERVICE
RequestNamingConditionsConditionComparisonString, RequestNamingConditionsConditionComparisonStringArgs
- Case
Sensitive bool - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to
- Values List<string>
- The values to compare to
- Case
Sensitive bool - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to
- Values []string
- The values to compare to
- case
Sensitive Boolean - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to
- values List<String>
- The values to compare to
- case
Sensitive boolean - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value string
- The value to compare to
- values string[]
- The values to compare to
- case_
sensitive bool - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value str
- The value to compare to
- values Sequence[str]
- The values to compare to
- case
Sensitive Boolean - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to
- values List<String>
- The values to compare to
RequestNamingConditionsConditionComparisonStringRequestAttribute, RequestNamingConditionsConditionComparisonStringRequestAttributeArgs
- Request
Attribute string - No documentation available for this attribute
- Case
Sensitive bool - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - Match
On boolChild Calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- Source
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition Comparison String Request Attribute Source - Defines valid sources of request attributes for conditions or placeholders
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to
- Values List<string>
- The values to compare to
- Request
Attribute string - No documentation available for this attribute
- Case
Sensitive bool - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - Match
On boolChild Calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- Source
Request
Naming Conditions Condition Comparison String Request Attribute Source - Defines valid sources of request attributes for conditions or placeholders
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to
- Values []string
- The values to compare to
- request
Attribute String - No documentation available for this attribute
- case
Sensitive Boolean - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - match
On BooleanChild Calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- source
Request
Naming Conditions Condition Comparison String Request Attribute Source - Defines valid sources of request attributes for conditions or placeholders
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to
- values List<String>
- The values to compare to
- request
Attribute string - No documentation available for this attribute
- case
Sensitive boolean - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - match
On booleanChild Calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- source
Request
Naming Conditions Condition Comparison String Request Attribute Source - Defines valid sources of request attributes for conditions or placeholders
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value string
- The value to compare to
- values string[]
- The values to compare to
- request_
attribute str - No documentation available for this attribute
- case_
sensitive bool - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - match_
on_ boolchild_ calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- source
Request
Naming Conditions Condition Comparison String Request Attribute Source - Defines valid sources of request attributes for conditions or placeholders
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value str
- The value to compare to
- values Sequence[str]
- The values to compare to
- request
Attribute String - No documentation available for this attribute
- case
Sensitive Boolean - The comparison is case-sensitive (
true
) or not case-sensitive (false
) - match
On BooleanChild Calls - If
true
, the request attribute is matched on child service calls. Default isfalse
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areBEGINS_WITH
,BEGINS_WITH_ANY_OF
,CONTAINS
,ENDS_WITH
,ENDS_WITH_ANY_OF
,EQUALS
,EQUALS_ANY_OF
,EXISTS
andREGEX_MATCHES
- source Property Map
- Defines valid sources of request attributes for conditions or placeholders
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to
- values List<String>
- The values to compare to
RequestNamingConditionsConditionComparisonStringRequestAttributeSource, RequestNamingConditionsConditionComparisonStringRequestAttributeSourceArgs
- Management
Zone string - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- Service
Tag Pulumiverse.Dynatrace. Inputs. Request Naming Conditions Condition Comparison String Request Attribute Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Management
Zone string - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- Service
Tag RequestNaming Conditions Condition Comparison String Request Attribute Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zone String - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service
Tag RequestNaming Conditions Condition Comparison String Request Attribute Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zone string - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service
Tag RequestNaming Conditions Condition Comparison String Request Attribute Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management_
zone str - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service_
tag RequestNaming Conditions Condition Comparison String Request Attribute Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zone String - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service
Tag Property Map - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTag, RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagArgs
- Key string
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- Tag
Key Pulumiverse.Dynatrace. Inputs. Request Naming Conditions Condition Comparison String Request Attribute Source Service Tag Tag Key - has no documentation
- Value string
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- Key string
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- Tag
Key RequestNaming Conditions Condition Comparison String Request Attribute Source Service Tag Tag Key - has no documentation
- Value string
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key String
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag
Key RequestNaming Conditions Condition Comparison String Request Attribute Source Service Tag Tag Key - has no documentation
- value String
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key string
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context string
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag
Key RequestNaming Conditions Condition Comparison String Request Attribute Source Service Tag Tag Key - has no documentation
- value string
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key str
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context str
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag_
key RequestNaming Conditions Condition Comparison String Request Attribute Source Service Tag Tag Key - has no documentation
- value str
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key String
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag
Key Property Map - has no documentation
- value String
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKey, RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKeyArgs
RequestNamingConditionsConditionComparisonTag, RequestNamingConditionsConditionComparisonTagArgs
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,TAG_KEY_EQUALS
andTAG_KEY_EQUALS_ANY_OF
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition Comparison Tag Value - The values to compare to
- Values
Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition Comparison Tag Values - The values to compare to
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,TAG_KEY_EQUALS
andTAG_KEY_EQUALS_ANY_OF
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value
Request
Naming Conditions Condition Comparison Tag Value - The values to compare to
- Values
Request
Naming Conditions Condition Comparison Tag Values - The values to compare to
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,TAG_KEY_EQUALS
andTAG_KEY_EQUALS_ANY_OF
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value
Request
Naming Conditions Condition Comparison Tag Value - The values to compare to
- values
Request
Naming Conditions Condition Comparison Tag Values - The values to compare to
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,TAG_KEY_EQUALS
andTAG_KEY_EQUALS_ANY_OF
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value
Request
Naming Conditions Condition Comparison Tag Value - The values to compare to
- values
Request
Naming Conditions Condition Comparison Tag Values - The values to compare to
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,TAG_KEY_EQUALS
andTAG_KEY_EQUALS_ANY_OF
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value
Request
Naming Conditions Condition Comparison Tag Value - The values to compare to
- values
Request
Naming Conditions Condition Comparison Tag Values - The values to compare to
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
,TAG_KEY_EQUALS
andTAG_KEY_EQUALS_ANY_OF
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value Property Map
- The values to compare to
- values Property Map
- The values to compare to
RequestNamingConditionsConditionComparisonTagValue, RequestNamingConditionsConditionComparisonTagValueArgs
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- 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. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- 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. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- 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. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- key string
- The key of the tag. Custom tags have the tag value here
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- 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. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- key str
- The key of the tag. Custom tags have the tag value here
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- 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. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value of the tag. Not applicable to custom tags
RequestNamingConditionsConditionComparisonTagValues, RequestNamingConditionsConditionComparisonTagValuesArgs
- Values
List<Pulumiverse.
Dynatrace. Inputs. Request Naming Conditions Condition Comparison Tag Values Value> - The values to compare to
- Values
[]Request
Naming Conditions Condition Comparison Tag Values Value - The values to compare to
- values
List<Request
Naming Conditions Condition Comparison Tag Values Value> - The values to compare to
- values
Request
Naming Conditions Condition Comparison Tag Values Value[] - The values to compare to
- values
Sequence[Request
Naming Conditions Condition Comparison Tag Values Value] - The values to compare to
- values List<Property Map>
- The values to compare to
RequestNamingConditionsConditionComparisonTagValuesValue, RequestNamingConditionsConditionComparisonTagValuesValueArgs
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- 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. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- Key string
- The key of the tag. Custom tags have the tag value here
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- 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. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- 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. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- key string
- The key of the tag. Custom tags have the tag value here
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- 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. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- key str
- The key of the tag. Custom tags have the tag value here
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- 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. Custom tags use the
CONTEXTLESS
value. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_CLOUD
andKUBERNETES
- key String
- The key of the tag. Custom tags have the tag value here
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value of the tag. Not applicable to custom tags
RequestNamingConditionsConditionComparisonZosCallType, RequestNamingConditionsConditionComparisonZosCallTypeArgs
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
- Values List<string>
- The values to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
- Operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Value string
- The value to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
- Values []string
- The values to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
- values List<String>
- The values to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
- operator string
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value string
- The value to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
- values string[]
- The values to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
- operator str
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value str
- The value to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
- values Sequence[str]
- The values to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
- operator String
- Operator of the comparison. You can reverse it by setting
negate
totrue
. Possible values areEQUALS
,EQUALS_ANY_OF
andEXISTS
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- value String
- The value to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
- values List<String>
- The values to compare to. Possible values are
CTG
,DPL
,EXPLICIT_ADK
,IMS_CONNECT
,IMS_CONNECT_API
,IMS_ITRA
,IMS_MSC
,IMS_PGM_SWITCH
,IMS_SHARED_QUEUES
,IMS_TRANS_EXEC
,MQ
,SOAP
,START
,TX
andUNKNOWN
RequestNamingPlaceholders, RequestNamingPlaceholdersArgs
- Placeholders
List<Pulumiverse.
Dynatrace. Inputs. Request Naming Placeholders Placeholder> - A custom placeholder to be used in a dimension value pattern
- Placeholders
[]Request
Naming Placeholders Placeholder - A custom placeholder to be used in a dimension value pattern
- placeholders
List<Request
Naming Placeholders Placeholder> - A custom placeholder to be used in a dimension value pattern
- placeholders
Request
Naming Placeholders Placeholder[] - A custom placeholder to be used in a dimension value pattern
- placeholders
Sequence[Request
Naming Placeholders Placeholder] - A custom placeholder to be used in a dimension value pattern
- placeholders List<Property Map>
- A custom placeholder to be used in a dimension value pattern
RequestNamingPlaceholdersPlaceholder, RequestNamingPlaceholdersPlaceholderArgs
- Attribute string
- The attribute to extract from. You can only use attributes of the string type. Possible values are
ACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- Kind string
- The type of extraction. Defines either usage of regular expression (
regex
) or the position of request attribute value to be extracted. When theattribute
isSERVICE_REQUEST_ATTRIBUTE
attribute andaggregation
isCOUNT
, needs to be set toORIGINAL_TEXT
. Possible values areAFTER_DELIMITER
,BEFORE_DELIMITER
,BETWEEN_DELIMITER
,ORIGINAL_TEXT
andREGEX_EXTRACTION
- Name string
- The name of the placeholder. Use it in the naming pattern as
{name}
- Aggregation string
- Which value of the request attribute must be used when it occurs across multiple child requests. Only applicable for the
SERVICE_REQUEST_ATTRIBUTE
attribute, when useFromChildCalls istrue
. For theCOUNT
aggregation, the kind field is not applicable. Possible values areCOUNT
,FIRST
andLAST
. - Delimiter
Or stringRegex Depending on the
kind
value:REGEX_EXTRACTION
: The regular expression.BETWEEN_DELIMITER
: The opening delimiter string to look for.All other values: The delimiter string to look for
- End
Delimiter string - The closing delimiter string to look for. Required if the
kind
value isBETWEEN_DELIMITER
. Not applicable otherwise - Normalization string
- The format of the extracted string. Possible values are
ORIGINAL
,TO_LOWER_CASE
andTO_UPPER_CASE
- Request
Attribute string - The request attribute to extract from. Required if the
kind
value isSERVICE_REQUEST_ATTRIBUTE
. Not applicable otherwise - Source
Pulumiverse.
Dynatrace. Inputs. Request Naming Placeholders Placeholder Source - Defines valid sources of request attributes for conditions or placeholders
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Use
From boolChild Calls - If
true
request attribute will be taken from a child service call. Only applicable for theSERVICE_REQUEST_ATTRIBUTE
attribute. Defaults tofalse
- Attribute string
- The attribute to extract from. You can only use attributes of the string type. Possible values are
ACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- Kind string
- The type of extraction. Defines either usage of regular expression (
regex
) or the position of request attribute value to be extracted. When theattribute
isSERVICE_REQUEST_ATTRIBUTE
attribute andaggregation
isCOUNT
, needs to be set toORIGINAL_TEXT
. Possible values areAFTER_DELIMITER
,BEFORE_DELIMITER
,BETWEEN_DELIMITER
,ORIGINAL_TEXT
andREGEX_EXTRACTION
- Name string
- The name of the placeholder. Use it in the naming pattern as
{name}
- Aggregation string
- Which value of the request attribute must be used when it occurs across multiple child requests. Only applicable for the
SERVICE_REQUEST_ATTRIBUTE
attribute, when useFromChildCalls istrue
. For theCOUNT
aggregation, the kind field is not applicable. Possible values areCOUNT
,FIRST
andLAST
. - Delimiter
Or stringRegex Depending on the
kind
value:REGEX_EXTRACTION
: The regular expression.BETWEEN_DELIMITER
: The opening delimiter string to look for.All other values: The delimiter string to look for
- End
Delimiter string - The closing delimiter string to look for. Required if the
kind
value isBETWEEN_DELIMITER
. Not applicable otherwise - Normalization string
- The format of the extracted string. Possible values are
ORIGINAL
,TO_LOWER_CASE
andTO_UPPER_CASE
- Request
Attribute string - The request attribute to extract from. Required if the
kind
value isSERVICE_REQUEST_ATTRIBUTE
. Not applicable otherwise - Source
Request
Naming Placeholders Placeholder Source - Defines valid sources of request attributes for conditions or placeholders
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Use
From boolChild Calls - If
true
request attribute will be taken from a child service call. Only applicable for theSERVICE_REQUEST_ATTRIBUTE
attribute. Defaults tofalse
- attribute String
- The attribute to extract from. You can only use attributes of the string type. Possible values are
ACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- kind String
- The type of extraction. Defines either usage of regular expression (
regex
) or the position of request attribute value to be extracted. When theattribute
isSERVICE_REQUEST_ATTRIBUTE
attribute andaggregation
isCOUNT
, needs to be set toORIGINAL_TEXT
. Possible values areAFTER_DELIMITER
,BEFORE_DELIMITER
,BETWEEN_DELIMITER
,ORIGINAL_TEXT
andREGEX_EXTRACTION
- name String
- The name of the placeholder. Use it in the naming pattern as
{name}
- aggregation String
- Which value of the request attribute must be used when it occurs across multiple child requests. Only applicable for the
SERVICE_REQUEST_ATTRIBUTE
attribute, when useFromChildCalls istrue
. For theCOUNT
aggregation, the kind field is not applicable. Possible values areCOUNT
,FIRST
andLAST
. - delimiter
Or StringRegex Depending on the
kind
value:REGEX_EXTRACTION
: The regular expression.BETWEEN_DELIMITER
: The opening delimiter string to look for.All other values: The delimiter string to look for
- end
Delimiter String - The closing delimiter string to look for. Required if the
kind
value isBETWEEN_DELIMITER
. Not applicable otherwise - normalization String
- The format of the extracted string. Possible values are
ORIGINAL
,TO_LOWER_CASE
andTO_UPPER_CASE
- request
Attribute String - The request attribute to extract from. Required if the
kind
value isSERVICE_REQUEST_ATTRIBUTE
. Not applicable otherwise - source
Request
Naming Placeholders Placeholder Source - Defines valid sources of request attributes for conditions or placeholders
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- use
From BooleanChild Calls - If
true
request attribute will be taken from a child service call. Only applicable for theSERVICE_REQUEST_ATTRIBUTE
attribute. Defaults tofalse
- attribute string
- The attribute to extract from. You can only use attributes of the string type. Possible values are
ACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- kind string
- The type of extraction. Defines either usage of regular expression (
regex
) or the position of request attribute value to be extracted. When theattribute
isSERVICE_REQUEST_ATTRIBUTE
attribute andaggregation
isCOUNT
, needs to be set toORIGINAL_TEXT
. Possible values areAFTER_DELIMITER
,BEFORE_DELIMITER
,BETWEEN_DELIMITER
,ORIGINAL_TEXT
andREGEX_EXTRACTION
- name string
- The name of the placeholder. Use it in the naming pattern as
{name}
- aggregation string
- Which value of the request attribute must be used when it occurs across multiple child requests. Only applicable for the
SERVICE_REQUEST_ATTRIBUTE
attribute, when useFromChildCalls istrue
. For theCOUNT
aggregation, the kind field is not applicable. Possible values areCOUNT
,FIRST
andLAST
. - delimiter
Or stringRegex Depending on the
kind
value:REGEX_EXTRACTION
: The regular expression.BETWEEN_DELIMITER
: The opening delimiter string to look for.All other values: The delimiter string to look for
- end
Delimiter string - The closing delimiter string to look for. Required if the
kind
value isBETWEEN_DELIMITER
. Not applicable otherwise - normalization string
- The format of the extracted string. Possible values are
ORIGINAL
,TO_LOWER_CASE
andTO_UPPER_CASE
- request
Attribute string - The request attribute to extract from. Required if the
kind
value isSERVICE_REQUEST_ATTRIBUTE
. Not applicable otherwise - source
Request
Naming Placeholders Placeholder Source - Defines valid sources of request attributes for conditions or placeholders
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- use
From booleanChild Calls - If
true
request attribute will be taken from a child service call. Only applicable for theSERVICE_REQUEST_ATTRIBUTE
attribute. Defaults tofalse
- attribute str
- The attribute to extract from. You can only use attributes of the string type. Possible values are
ACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- kind str
- The type of extraction. Defines either usage of regular expression (
regex
) or the position of request attribute value to be extracted. When theattribute
isSERVICE_REQUEST_ATTRIBUTE
attribute andaggregation
isCOUNT
, needs to be set toORIGINAL_TEXT
. Possible values areAFTER_DELIMITER
,BEFORE_DELIMITER
,BETWEEN_DELIMITER
,ORIGINAL_TEXT
andREGEX_EXTRACTION
- name str
- The name of the placeholder. Use it in the naming pattern as
{name}
- aggregation str
- Which value of the request attribute must be used when it occurs across multiple child requests. Only applicable for the
SERVICE_REQUEST_ATTRIBUTE
attribute, when useFromChildCalls istrue
. For theCOUNT
aggregation, the kind field is not applicable. Possible values areCOUNT
,FIRST
andLAST
. - delimiter_
or_ strregex Depending on the
kind
value:REGEX_EXTRACTION
: The regular expression.BETWEEN_DELIMITER
: The opening delimiter string to look for.All other values: The delimiter string to look for
- end_
delimiter str - The closing delimiter string to look for. Required if the
kind
value isBETWEEN_DELIMITER
. Not applicable otherwise - normalization str
- The format of the extracted string. Possible values are
ORIGINAL
,TO_LOWER_CASE
andTO_UPPER_CASE
- request_
attribute str - The request attribute to extract from. Required if the
kind
value isSERVICE_REQUEST_ATTRIBUTE
. Not applicable otherwise - source
Request
Naming Placeholders Placeholder Source - Defines valid sources of request attributes for conditions or placeholders
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- use_
from_ boolchild_ calls - If
true
request attribute will be taken from a child service call. Only applicable for theSERVICE_REQUEST_ATTRIBUTE
attribute. Defaults tofalse
- attribute String
- The attribute to extract from. You can only use attributes of the string type. Possible values are
ACTOR_SYSTEM
,AKKA_ACTOR_CLASS_NAME
,AKKA_ACTOR_MESSAGE_TYPE
,AKKA_ACTOR_PATH
,APPLICATION_BUILD_VERSION
,APPLICATION_RELEASE_VERSION
,AZURE_FUNCTIONS_FUNCTION_NAME
,AZURE_FUNCTIONS_SITE_NAME
,CICS_PROGRAM_NAME
,CICS_SYSTEM_ID
,CICS_TASK_ID
,CICS_TRANSACTION_ID
,CICS_USER_ID
,CPU_TIME
,CTG_GATEWAY_URL
,CTG_PROGRAM
,CTG_SERVER_NAME
,CTG_TRANSACTION_ID
,CUSTOMSERVICE_CLASS
,CUSTOMSERVICE_METHOD
,DATABASE_CHILD_CALL_COUNT
,DATABASE_CHILD_CALL_TIME
,DATABASE_HOST
,DATABASE_NAME
,DATABASE_TYPE
,DATABASE_URL
,DISK_IO_TIME
,ERROR_COUNT
,ESB_APPLICATION_NAME
,ESB_INPUT_TYPE
,ESB_LIBRARY_NAME
,ESB_MESSAGE_FLOW_NAME
,EXCEPTION_CLASS
,EXCEPTION_MESSAGE
,FAILED_STATE
,FAILURE_REASON
,FLAW_STATE
,HTTP_REQUEST_METHOD
,HTTP_STATUS
,HTTP_STATUS_CLASS
,IMS_PROGRAM_NAME
,IMS_TRANSACTION_ID
,IMS_USER_ID
,IO_TIME
,IS_KEY_REQUEST
,LAMBDA_COLDSTART
,LOCK_TIME
,MESSAGING_DESTINATION_TYPE
,MESSAGING_IS_TEMPORARY_QUEUE
,MESSAGING_QUEUE_NAME
,MESSAGING_QUEUE_VENDOR
,NETWORK_IO_TIME
,NON_DATABASE_CHILD_CALL_COUNT
,NON_DATABASE_CHILD_CALL_TIME
,PROCESS_GROUP_NAME
,PROCESS_GROUP_TAG
,REMOTE_ENDPOINT
,REMOTE_METHOD
,REMOTE_SERVICE_NAME
,REQUEST_NAME
,REQUEST_TYPE
,RESPONSE_TIME
,RESPONSE_TIME_CLIENT
,RMI_CLASS
,RMI_METHOD
,SERVICE_DISPLAY_NAME
,SERVICE_NAME
,SERVICE_PORT
,SERVICE_PUBLIC_DOMAIN_NAME
,SERVICE_REQUEST_ATTRIBUTE
,SERVICE_TAG
,SERVICE_TYPE
,SERVICE_WEB_APPLICATION_ID
,SERVICE_WEB_CONTEXT_ROOT
,SERVICE_WEB_SERVER_NAME
,SERVICE_WEB_SERVICE_NAME
,SERVICE_WEB_SERVICE_NAMESPACE
,SUSPENSION_TIME
,TOTAL_PROCESSING_TIME
,WAIT_TIME
,WEBREQUEST_QUERY
,WEBREQUEST_RELATIVE_URL
,WEBREQUEST_URL
,WEBREQUEST_URL_HOST
,WEBREQUEST_URL_PATH
,WEBREQUEST_URL_PORT
,WEBSERVICE_ENDPOINT
,WEBSERVICE_METHOD
andZOS_CALL_TYPE
- kind String
- The type of extraction. Defines either usage of regular expression (
regex
) or the position of request attribute value to be extracted. When theattribute
isSERVICE_REQUEST_ATTRIBUTE
attribute andaggregation
isCOUNT
, needs to be set toORIGINAL_TEXT
. Possible values areAFTER_DELIMITER
,BEFORE_DELIMITER
,BETWEEN_DELIMITER
,ORIGINAL_TEXT
andREGEX_EXTRACTION
- name String
- The name of the placeholder. Use it in the naming pattern as
{name}
- aggregation String
- Which value of the request attribute must be used when it occurs across multiple child requests. Only applicable for the
SERVICE_REQUEST_ATTRIBUTE
attribute, when useFromChildCalls istrue
. For theCOUNT
aggregation, the kind field is not applicable. Possible values areCOUNT
,FIRST
andLAST
. - delimiter
Or StringRegex Depending on the
kind
value:REGEX_EXTRACTION
: The regular expression.BETWEEN_DELIMITER
: The opening delimiter string to look for.All other values: The delimiter string to look for
- end
Delimiter String - The closing delimiter string to look for. Required if the
kind
value isBETWEEN_DELIMITER
. Not applicable otherwise - normalization String
- The format of the extracted string. Possible values are
ORIGINAL
,TO_LOWER_CASE
andTO_UPPER_CASE
- request
Attribute String - The request attribute to extract from. Required if the
kind
value isSERVICE_REQUEST_ATTRIBUTE
. Not applicable otherwise - source Property Map
- Defines valid sources of request attributes for conditions or placeholders
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- use
From BooleanChild Calls - If
true
request attribute will be taken from a child service call. Only applicable for theSERVICE_REQUEST_ATTRIBUTE
attribute. Defaults tofalse
RequestNamingPlaceholdersPlaceholderSource, RequestNamingPlaceholdersPlaceholderSourceArgs
- Management
Zone string - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- Service
Tag Pulumiverse.Dynatrace. Inputs. Request Naming Placeholders Placeholder Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Management
Zone string - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- Service
Tag RequestNaming Placeholders Placeholder Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zone String - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service
Tag RequestNaming Placeholders Placeholder Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zone string - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service
Tag RequestNaming Placeholders Placeholder Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management_
zone str - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service_
tag RequestNaming Placeholders Placeholder Source Service Tag - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zone String - Use only request attributes from services that belong to this management zone.. Use either this or
serviceTag
- service
Tag Property Map - Use only request attributes from services that have this tag. Use either this or
managementZone
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
RequestNamingPlaceholdersPlaceholderSourceServiceTag, RequestNamingPlaceholdersPlaceholderSourceServiceTagArgs
- Key string
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- Tag
Key Pulumiverse.Dynatrace. Inputs. Request Naming Placeholders Placeholder Source Service Tag Tag Key - has no documentation
- Value string
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- Key string
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- Context string
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- Tag
Key RequestNaming Placeholders Placeholder Source Service Tag Tag Key - has no documentation
- Value string
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key String
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag
Key RequestNaming Placeholders Placeholder Source Service Tag Tag Key - has no documentation
- value String
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key string
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context string
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag
Key RequestNaming Placeholders Placeholder Source Service Tag Tag Key - has no documentation
- value string
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key str
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context str
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag_
key RequestNaming Placeholders Placeholder Source Service Tag Tag Key - has no documentation
- value str
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
- key String
- The key of the tag. For custom tags, put the tag value here. The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags
- context String
- The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the
CONTEXTLESS
value. The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported,CONTEXTLESS
set. Possible values areAWS
,AWS_GENERIC
,AZURE
,CLOUD_FOUNDRY
,CONTEXTLESS
,ENVIRONMENT
,GOOGLE_COMPUTE_ENGINE
andKUBERNETES
- tag
Key Property Map - has no documentation
- value String
- The value of the tag. Not applicable to custom tags. If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used
RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKey, RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKeyArgs
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.