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

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 This property is required. string
The unique name of the resource.
args This property is required. RequestNamingArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. RequestNamingArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. RequestNamingArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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",
                OneagentAttributeKey = "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",
});
Copy
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"),
				OneagentAttributeKey: 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"),
})
Copy
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")
            .oneagentAttributeKey("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());
Copy
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",
            "oneagent_attribute_key": "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")
Copy
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",
            oneagentAttributeKey: "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",
});
Copy
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
              oneagentAttributeKey: 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
Copy

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 This property is required. Pulumiverse.Dynatrace.Inputs.RequestNamingConditions
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
NamingPattern This property is required. string
The name to be assigned to matching requests
Enabled bool
The rule is enabled (true) or disabled (false)
ManagementZones List<string>
Specifies the management zones for which this rule should be applied
Placeholders Pulumiverse.Dynatrace.Inputs.RequestNamingPlaceholders
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 This property is required. RequestNamingConditionsArgs
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
NamingPattern This property is required. string
The name to be assigned to matching requests
Enabled bool
The rule is enabled (true) or disabled (false)
ManagementZones []string
Specifies the management zones for which this rule should be applied
Placeholders RequestNamingPlaceholdersArgs
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 This property is required. RequestNamingConditions
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
namingPattern This property is required. String
The name to be assigned to matching requests
enabled Boolean
The rule is enabled (true) or disabled (false)
managementZones List<String>
Specifies the management zones for which this rule should be applied
placeholders RequestNamingPlaceholders
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 This property is required. RequestNamingConditions
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
namingPattern This property is required. string
The name to be assigned to matching requests
enabled boolean
The rule is enabled (true) or disabled (false)
managementZones string[]
Specifies the management zones for which this rule should be applied
placeholders RequestNamingPlaceholders
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 This property is required. RequestNamingConditionsArgs
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 This property is required. 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 RequestNamingPlaceholdersArgs
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 This property is required. 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
namingPattern This property is required. String
The name to be assigned to matching requests
enabled Boolean
The rule is enabled (true) or disabled (false)
managementZones 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)
resources:  _:    type: dynatrace:RequestNaming    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Conditions Pulumiverse.Dynatrace.Inputs.RequestNamingConditions
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)
ManagementZones List<string>
Specifies the management zones for which this rule should be applied
NamingPattern string
The name to be assigned to matching requests
Placeholders Pulumiverse.Dynatrace.Inputs.RequestNamingPlaceholders
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 RequestNamingConditionsArgs
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)
ManagementZones []string
Specifies the management zones for which this rule should be applied
NamingPattern string
The name to be assigned to matching requests
Placeholders RequestNamingPlaceholdersArgs
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 RequestNamingConditions
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)
managementZones List<String>
Specifies the management zones for which this rule should be applied
namingPattern String
The name to be assigned to matching requests
placeholders RequestNamingPlaceholders
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 RequestNamingConditions
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)
managementZones string[]
Specifies the management zones for which this rule should be applied
namingPattern string
The name to be assigned to matching requests
placeholders RequestNamingPlaceholders
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 RequestNamingConditionsArgs
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 RequestNamingPlaceholdersArgs
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)
managementZones List<String>
Specifies the management zones for which this rule should be applied
namingPattern 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 []RequestNamingConditionsCondition
A conditions for the metric usage
conditions List<RequestNamingConditionsCondition>
A conditions for the metric usage
conditions RequestNamingConditionsCondition[]
A conditions for the metric usage
conditions List<Property Map>
A conditions for the metric usage

RequestNamingConditionsCondition
, RequestNamingConditionsConditionArgs

Attribute This property is required. 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 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 and ZOS_CALL_TYPE
Comparison This property is required. Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparison
Type-specific comparison for attributes
Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
Attribute This property is required. 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 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 and ZOS_CALL_TYPE
Comparison This property is required. RequestNamingConditionsConditionComparison
Type-specific comparison for attributes
Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
attribute This property is required. 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 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 and ZOS_CALL_TYPE
comparison This property is required. RequestNamingConditionsConditionComparison
Type-specific comparison for attributes
unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
attribute This property is required. 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 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 and ZOS_CALL_TYPE
comparison This property is required. RequestNamingConditionsConditionComparison
Type-specific comparison for attributes
unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
attribute This property is required. 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 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 and ZOS_CALL_TYPE
comparison This property is required. RequestNamingConditionsConditionComparison
Type-specific comparison for attributes
unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
attribute This property is required. 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 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 and ZOS_CALL_TYPE
comparison This property is required. 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.RequestNamingConditionsConditionComparisonBoolean
Boolean Comparison for BOOLEAN attributes
EsbInputNodeType Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonEsbInputNodeType
Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
FailedState Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFailedState
Comparison for FAILED_STATE attributes
FailureReason Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFailureReason
Comparison for FAILURE_REASON attributes
FastString Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFastString
Comparison for FAST_STRING attributes. Use it for all service property attributes
FlawState Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFlawState
Comparison for FLAW_STATE attributes
Generic Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonGeneric
Comparison for NUMBER attributes
HttpMethod Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonHttpMethod
Comparison for HTTP_METHOD attributes
HttpStatusClass Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonHttpStatusClass
Comparison for HTTP_STATUS_CLASS attributes
IibInputNodeType Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonIibInputNodeType
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.RequestNamingConditionsConditionComparisonNumber
Comparison for NUMBER attributes
NumberRequestAttribute Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonNumberRequestAttribute
Comparison for NUMBER_REQUEST_ATTRIBUTE attributes
ServiceType Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonServiceType
Comparison for SERVICE_TYPE attributes
String Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonString
Comparison for STRING attributes
StringRequestAttribute Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonStringRequestAttribute
Comparison for STRING_REQUEST_ATTRIBUTE attributes
Tag Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonTag
Comparison for TAG attributes
ZosCallType Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonZosCallType
Comparison for ZOS_CALL_TYPE attributes
Boolean RequestNamingConditionsConditionComparisonBoolean
Boolean Comparison for BOOLEAN attributes
EsbInputNodeType RequestNamingConditionsConditionComparisonEsbInputNodeType
Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
FailedState RequestNamingConditionsConditionComparisonFailedState
Comparison for FAILED_STATE attributes
FailureReason RequestNamingConditionsConditionComparisonFailureReason
Comparison for FAILURE_REASON attributes
FastString RequestNamingConditionsConditionComparisonFastString
Comparison for FAST_STRING attributes. Use it for all service property attributes
FlawState RequestNamingConditionsConditionComparisonFlawState
Comparison for FLAW_STATE attributes
Generic RequestNamingConditionsConditionComparisonGeneric
Comparison for NUMBER attributes
HttpMethod RequestNamingConditionsConditionComparisonHttpMethod
Comparison for HTTP_METHOD attributes
HttpStatusClass RequestNamingConditionsConditionComparisonHttpStatusClass
Comparison for HTTP_STATUS_CLASS attributes
IibInputNodeType RequestNamingConditionsConditionComparisonIibInputNodeType
Comparison for IIB_INPUT_NODE_TYPE attributes
Negate bool
Reverse the comparison operator. For example, it turns equals into does not equal
Number RequestNamingConditionsConditionComparisonNumber
Comparison for NUMBER attributes
NumberRequestAttribute RequestNamingConditionsConditionComparisonNumberRequestAttribute
Comparison for NUMBER_REQUEST_ATTRIBUTE attributes
ServiceType RequestNamingConditionsConditionComparisonServiceType
Comparison for SERVICE_TYPE attributes
String RequestNamingConditionsConditionComparisonString
Comparison for STRING attributes
StringRequestAttribute RequestNamingConditionsConditionComparisonStringRequestAttribute
Comparison for STRING_REQUEST_ATTRIBUTE attributes
Tag RequestNamingConditionsConditionComparisonTag
Comparison for TAG attributes
ZosCallType RequestNamingConditionsConditionComparisonZosCallType
Comparison for ZOS_CALL_TYPE attributes
boolean_ RequestNamingConditionsConditionComparisonBoolean
Boolean Comparison for BOOLEAN attributes
esbInputNodeType RequestNamingConditionsConditionComparisonEsbInputNodeType
Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
failedState RequestNamingConditionsConditionComparisonFailedState
Comparison for FAILED_STATE attributes
failureReason RequestNamingConditionsConditionComparisonFailureReason
Comparison for FAILURE_REASON attributes
fastString RequestNamingConditionsConditionComparisonFastString
Comparison for FAST_STRING attributes. Use it for all service property attributes
flawState RequestNamingConditionsConditionComparisonFlawState
Comparison for FLAW_STATE attributes
generic RequestNamingConditionsConditionComparisonGeneric
Comparison for NUMBER attributes
httpMethod RequestNamingConditionsConditionComparisonHttpMethod
Comparison for HTTP_METHOD attributes
httpStatusClass RequestNamingConditionsConditionComparisonHttpStatusClass
Comparison for HTTP_STATUS_CLASS attributes
iibInputNodeType RequestNamingConditionsConditionComparisonIibInputNodeType
Comparison for IIB_INPUT_NODE_TYPE attributes
negate Boolean
Reverse the comparison operator. For example, it turns equals into does not equal
number RequestNamingConditionsConditionComparisonNumber
Comparison for NUMBER attributes
numberRequestAttribute RequestNamingConditionsConditionComparisonNumberRequestAttribute
Comparison for NUMBER_REQUEST_ATTRIBUTE attributes
serviceType RequestNamingConditionsConditionComparisonServiceType
Comparison for SERVICE_TYPE attributes
string RequestNamingConditionsConditionComparisonString
Comparison for STRING attributes
stringRequestAttribute RequestNamingConditionsConditionComparisonStringRequestAttribute
Comparison for STRING_REQUEST_ATTRIBUTE attributes
tag RequestNamingConditionsConditionComparisonTag
Comparison for TAG attributes
zosCallType RequestNamingConditionsConditionComparisonZosCallType
Comparison for ZOS_CALL_TYPE attributes
boolean RequestNamingConditionsConditionComparisonBoolean
Boolean Comparison for BOOLEAN attributes
esbInputNodeType RequestNamingConditionsConditionComparisonEsbInputNodeType
Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
failedState RequestNamingConditionsConditionComparisonFailedState
Comparison for FAILED_STATE attributes
failureReason RequestNamingConditionsConditionComparisonFailureReason
Comparison for FAILURE_REASON attributes
fastString RequestNamingConditionsConditionComparisonFastString
Comparison for FAST_STRING attributes. Use it for all service property attributes
flawState RequestNamingConditionsConditionComparisonFlawState
Comparison for FLAW_STATE attributes
generic RequestNamingConditionsConditionComparisonGeneric
Comparison for NUMBER attributes
httpMethod RequestNamingConditionsConditionComparisonHttpMethod
Comparison for HTTP_METHOD attributes
httpStatusClass RequestNamingConditionsConditionComparisonHttpStatusClass
Comparison for HTTP_STATUS_CLASS attributes
iibInputNodeType RequestNamingConditionsConditionComparisonIibInputNodeType
Comparison for IIB_INPUT_NODE_TYPE attributes
negate boolean
Reverse the comparison operator. For example, it turns equals into does not equal
number RequestNamingConditionsConditionComparisonNumber
Comparison for NUMBER attributes
numberRequestAttribute RequestNamingConditionsConditionComparisonNumberRequestAttribute
Comparison for NUMBER_REQUEST_ATTRIBUTE attributes
serviceType RequestNamingConditionsConditionComparisonServiceType
Comparison for SERVICE_TYPE attributes
string RequestNamingConditionsConditionComparisonString
Comparison for STRING attributes
stringRequestAttribute RequestNamingConditionsConditionComparisonStringRequestAttribute
Comparison for STRING_REQUEST_ATTRIBUTE attributes
tag RequestNamingConditionsConditionComparisonTag
Comparison for TAG attributes
zosCallType RequestNamingConditionsConditionComparisonZosCallType
Comparison for ZOS_CALL_TYPE attributes
boolean RequestNamingConditionsConditionComparisonBoolean
Boolean Comparison for BOOLEAN attributes
esb_input_node_type RequestNamingConditionsConditionComparisonEsbInputNodeType
Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
failed_state RequestNamingConditionsConditionComparisonFailedState
Comparison for FAILED_STATE attributes
failure_reason RequestNamingConditionsConditionComparisonFailureReason
Comparison for FAILURE_REASON attributes
fast_string RequestNamingConditionsConditionComparisonFastString
Comparison for FAST_STRING attributes. Use it for all service property attributes
flaw_state RequestNamingConditionsConditionComparisonFlawState
Comparison for FLAW_STATE attributes
generic RequestNamingConditionsConditionComparisonGeneric
Comparison for NUMBER attributes
http_method RequestNamingConditionsConditionComparisonHttpMethod
Comparison for HTTP_METHOD attributes
http_status_class RequestNamingConditionsConditionComparisonHttpStatusClass
Comparison for HTTP_STATUS_CLASS attributes
iib_input_node_type RequestNamingConditionsConditionComparisonIibInputNodeType
Comparison for IIB_INPUT_NODE_TYPE attributes
negate bool
Reverse the comparison operator. For example, it turns equals into does not equal
number RequestNamingConditionsConditionComparisonNumber
Comparison for NUMBER attributes
number_request_attribute RequestNamingConditionsConditionComparisonNumberRequestAttribute
Comparison for NUMBER_REQUEST_ATTRIBUTE attributes
service_type RequestNamingConditionsConditionComparisonServiceType
Comparison for SERVICE_TYPE attributes
string RequestNamingConditionsConditionComparisonString
Comparison for STRING attributes
string_request_attribute RequestNamingConditionsConditionComparisonStringRequestAttribute
Comparison for STRING_REQUEST_ATTRIBUTE attributes
tag RequestNamingConditionsConditionComparisonTag
Comparison for TAG attributes
zos_call_type RequestNamingConditionsConditionComparisonZosCallType
Comparison for ZOS_CALL_TYPE attributes
boolean Property Map
Boolean Comparison for BOOLEAN attributes
esbInputNodeType Property Map
Type-specific comparison information for attributes of type 'ESB_INPUT_NODE_TYPE'
failedState Property Map
Comparison for FAILED_STATE attributes
failureReason Property Map
Comparison for FAILURE_REASON attributes
fastString Property Map
Comparison for FAST_STRING attributes. Use it for all service property attributes
flawState Property Map
Comparison for FLAW_STATE attributes
generic Property Map
Comparison for NUMBER attributes
httpMethod Property Map
Comparison for HTTP_METHOD attributes
httpStatusClass Property Map
Comparison for HTTP_STATUS_CLASS attributes
iibInputNodeType Property Map
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
numberRequestAttribute Property Map
Comparison for NUMBER_REQUEST_ATTRIBUTE attributes
serviceType Property Map
Comparison for SERVICE_TYPE attributes
string Property Map
Comparison for STRING attributes
stringRequestAttribute Property Map
Comparison for STRING_REQUEST_ATTRIBUTE attributes
tag Property Map
Comparison for TAG attributes
zosCallType Property Map
Comparison for ZOS_CALL_TYPE attributes

RequestNamingConditionsConditionComparisonBoolean
, RequestNamingConditionsConditionComparisonBooleanArgs

Value This property is required. bool
The value to compare to
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 This property is required. bool
The value to compare to
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 This property is required. Boolean
The value to compare to
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 This property is required. boolean
The value to compare to
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 This property is required. bool
The value to compare to
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 This property is required. Boolean
The value to compare to
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE

RequestNamingConditionsConditionComparisonFailedState
, RequestNamingConditionsConditionComparisonFailedStateArgs

Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and FAILED
Values List<string>
The values to compare to. Possible values are FAILED and FAILED
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and FAILED
Values []string
The values to compare to. Possible values are FAILED and FAILED
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and FAILED
values List<String>
The values to compare to. Possible values are FAILED and FAILED
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and FAILED
values string[]
The values to compare to. Possible values are FAILED and FAILED
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and FAILED
values Sequence[str]
The values to compare to. Possible values are FAILED and FAILED
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and FAILED
values List<String>
The values to compare to. Possible values are FAILED and FAILED

RequestNamingConditionsConditionComparisonFailureReason
, RequestNamingConditionsConditionComparisonFailureReasonArgs

Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and REQUEST_ATTRIBUTE
Values List<string>
The values to compare to. Possible values are EXCEPTION_AT_ENTRY_NODE, EXCEPTION_ON_ANY_NODE, HTTP_CODE and REQUEST_ATTRIBUTE
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and REQUEST_ATTRIBUTE
Values []string
The values to compare to. Possible values are EXCEPTION_AT_ENTRY_NODE, EXCEPTION_ON_ANY_NODE, HTTP_CODE and REQUEST_ATTRIBUTE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and REQUEST_ATTRIBUTE
values List<String>
The values to compare to. Possible values are EXCEPTION_AT_ENTRY_NODE, EXCEPTION_ON_ANY_NODE, HTTP_CODE and REQUEST_ATTRIBUTE
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and REQUEST_ATTRIBUTE
values string[]
The values to compare to. Possible values are EXCEPTION_AT_ENTRY_NODE, EXCEPTION_ON_ANY_NODE, HTTP_CODE and REQUEST_ATTRIBUTE
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and REQUEST_ATTRIBUTE
values Sequence[str]
The values to compare to. Possible values are EXCEPTION_AT_ENTRY_NODE, EXCEPTION_ON_ANY_NODE, HTTP_CODE and REQUEST_ATTRIBUTE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and REQUEST_ATTRIBUTE
values List<String>
The values to compare to. Possible values are EXCEPTION_AT_ENTRY_NODE, EXCEPTION_ON_ANY_NODE, HTTP_CODE and REQUEST_ATTRIBUTE

RequestNamingConditionsConditionComparisonFastString
, RequestNamingConditionsConditionComparisonFastStringArgs

CaseSensitive 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 to true. Possible values are EQUALS, EQUALS_ANY_OF and CONTAINS
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
CaseSensitive 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 to true. Possible values are EQUALS, EQUALS_ANY_OF and CONTAINS
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
caseSensitive 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 to true. Possible values are EQUALS, EQUALS_ANY_OF and CONTAINS
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
caseSensitive 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 to true. Possible values are EQUALS, EQUALS_ANY_OF and CONTAINS
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 to true. Possible values are EQUALS, EQUALS_ANY_OF and CONTAINS
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
caseSensitive 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 to true. Possible values are EQUALS, EQUALS_ANY_OF and CONTAINS
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 to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NOT_FLAWED
Values List<string>
The values to compare to. Possible values are FLAWED and NOT_FLAWED
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NOT_FLAWED
Values []string
The values to compare to. Possible values are FLAWED and NOT_FLAWED
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NOT_FLAWED
values List<String>
The values to compare to. Possible values are FLAWED and NOT_FLAWED
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NOT_FLAWED
values string[]
The values to compare to. Possible values are FLAWED and NOT_FLAWED
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NOT_FLAWED
values Sequence[str]
The values to compare to. Possible values are FLAWED and NOT_FLAWED
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NOT_FLAWED
values List<String>
The values to compare to. Possible values are FLAWED and NOT_FLAWED

RequestNamingConditionsConditionComparisonGeneric
, RequestNamingConditionsConditionComparisonGenericArgs

Type This property is required. string
Defines the actual set of fields depending on the value
Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
Type This property is required. string
Defines the actual set of fields depending on the value
Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
type This property is required. String
Defines the actual set of fields depending on the value
unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
type This property is required. string
Defines the actual set of fields depending on the value
unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
type This property is required. str
Defines the actual set of fields depending on the value
unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
type This property is required. String
Defines the actual set of fields depending on the value
unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider

RequestNamingConditionsConditionComparisonHttpMethod
, RequestNamingConditionsConditionComparisonHttpMethodArgs

Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and TRACE
Values List<string>
The values to compare to. Possible values are CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT and TRACE
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and TRACE
Values []string
The values to compare to. Possible values are CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT and TRACE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and TRACE
values List<String>
The values to compare to. Possible values are CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT and TRACE
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and TRACE
values string[]
The values to compare to. Possible values are CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT and TRACE
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and TRACE
values Sequence[str]
The values to compare to. Possible values are CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT and TRACE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and TRACE
values List<String>
The values to compare to. Possible values are CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT and TRACE

RequestNamingConditionsConditionComparisonHttpStatusClass
, RequestNamingConditionsConditionComparisonHttpStatusClassArgs

Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NO_RESPONSE
Values List<string>
The values to compare to. Possible values are C_1XX, C_2XX, C_3XX, C_4XX, C_5XX and NO_RESPONSE
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NO_RESPONSE
Values []string
The values to compare to. Possible values are C_1XX, C_2XX, C_3XX, C_4XX, C_5XX and NO_RESPONSE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NO_RESPONSE
values List<String>
The values to compare to. Possible values are C_1XX, C_2XX, C_3XX, C_4XX, C_5XX and NO_RESPONSE
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NO_RESPONSE
values string[]
The values to compare to. Possible values are C_1XX, C_2XX, C_3XX, C_4XX, C_5XX and NO_RESPONSE
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NO_RESPONSE
values Sequence[str]
The values to compare to. Possible values are C_1XX, C_2XX, C_3XX, C_4XX, C_5XX and NO_RESPONSE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and NO_RESPONSE
values List<String>
The values to compare to. Possible values are C_1XX, C_2XX, C_3XX, C_4XX, C_5XX and NO_RESPONSE

RequestNamingConditionsConditionComparisonIibInputNodeType
, RequestNamingConditionsConditionComparisonIibInputNodeTypeArgs

Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WS_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 and WS_INPUT_NODE

RequestNamingConditionsConditionComparisonNumber
, RequestNamingConditionsConditionComparisonNumberArgs

Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_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 to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_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 to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_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 to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_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 to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_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 to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_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

RequestAttribute This property is required. string
No documentation available for this attribute
MatchOnChildCalls bool
If true, the request attribute is matched on child service calls. Default is false
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL
Source Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonNumberRequestAttributeSource
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
RequestAttribute This property is required. string
No documentation available for this attribute
MatchOnChildCalls bool
If true, the request attribute is matched on child service calls. Default is false
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL
Source RequestNamingConditionsConditionComparisonNumberRequestAttributeSource
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
requestAttribute This property is required. String
No documentation available for this attribute
matchOnChildCalls Boolean
If true, the request attribute is matched on child service calls. Default is false
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL
source RequestNamingConditionsConditionComparisonNumberRequestAttributeSource
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
requestAttribute This property is required. string
No documentation available for this attribute
matchOnChildCalls boolean
If true, the request attribute is matched on child service calls. Default is false
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL
source RequestNamingConditionsConditionComparisonNumberRequestAttributeSource
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 This property is required. str
No documentation available for this attribute
match_on_child_calls bool
If true, the request attribute is matched on child service calls. Default is false
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_THAN_OR_EQUAL
source RequestNamingConditionsConditionComparisonNumberRequestAttributeSource
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
requestAttribute This property is required. String
No documentation available for this attribute
matchOnChildCalls Boolean
If true, the request attribute is matched on child service calls. Default is false
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, LOWER_THAN and LOWER_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

ManagementZone string
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
ServiceTag Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTag
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
ManagementZone string
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
ServiceTag RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTag
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
managementZone String
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
serviceTag RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTag
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
managementZone string
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
serviceTag RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTag
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 RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTag
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
managementZone String
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
serviceTag 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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
TagKey Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
TagKey RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tagKey RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tagKey RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tag_key RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tagKey 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

Context string
has no documentation
Key string
has no documentation
Context string
has no documentation
Key string
has no documentation
context String
has no documentation
key String
has no documentation
context string
has no documentation
key string
has no documentation
context str
has no documentation
key str
has no documentation
context String
has no documentation
key String
has no documentation

RequestNamingConditionsConditionComparisonServiceType
, RequestNamingConditionsConditionComparisonServiceTypeArgs

Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WEB_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 and WEB_SERVICE
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WEB_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 and WEB_SERVICE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WEB_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 and WEB_SERVICE
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WEB_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 and WEB_SERVICE
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WEB_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 and WEB_SERVICE
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and WEB_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 and WEB_SERVICE

RequestNamingConditionsConditionComparisonString
, RequestNamingConditionsConditionComparisonStringArgs

CaseSensitive 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 to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_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
CaseSensitive 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 to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_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
caseSensitive 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 to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_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
caseSensitive 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 to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_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 to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_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
caseSensitive 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 to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_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

RequestAttribute This property is required. string
No documentation available for this attribute
CaseSensitive bool
The comparison is case-sensitive (true) or not case-sensitive (false)
MatchOnChildCalls bool
If true, the request attribute is matched on child service calls. Default is false
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_MATCHES
Source Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonStringRequestAttributeSource
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
RequestAttribute This property is required. string
No documentation available for this attribute
CaseSensitive bool
The comparison is case-sensitive (true) or not case-sensitive (false)
MatchOnChildCalls bool
If true, the request attribute is matched on child service calls. Default is false
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_MATCHES
Source RequestNamingConditionsConditionComparisonStringRequestAttributeSource
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
requestAttribute This property is required. String
No documentation available for this attribute
caseSensitive Boolean
The comparison is case-sensitive (true) or not case-sensitive (false)
matchOnChildCalls Boolean
If true, the request attribute is matched on child service calls. Default is false
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_MATCHES
source RequestNamingConditionsConditionComparisonStringRequestAttributeSource
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
requestAttribute This property is required. string
No documentation available for this attribute
caseSensitive boolean
The comparison is case-sensitive (true) or not case-sensitive (false)
matchOnChildCalls boolean
If true, the request attribute is matched on child service calls. Default is false
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_MATCHES
source RequestNamingConditionsConditionComparisonStringRequestAttributeSource
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 This property is required. str
No documentation available for this attribute
case_sensitive bool
The comparison is case-sensitive (true) or not case-sensitive (false)
match_on_child_calls bool
If true, the request attribute is matched on child service calls. Default is false
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_MATCHES
source RequestNamingConditionsConditionComparisonStringRequestAttributeSource
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
requestAttribute This property is required. String
No documentation available for this attribute
caseSensitive Boolean
The comparison is case-sensitive (true) or not case-sensitive (false)
matchOnChildCalls Boolean
If true, the request attribute is matched on child service calls. Default is false
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are BEGINS_WITH, BEGINS_WITH_ANY_OF, CONTAINS, ENDS_WITH, ENDS_WITH_ANY_OF, EQUALS, EQUALS_ANY_OF, EXISTS and REGEX_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

ManagementZone string
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
ServiceTag Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTag
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
ManagementZone string
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
ServiceTag RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTag
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
managementZone String
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
serviceTag RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTag
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
managementZone string
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
serviceTag RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTag
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 RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTag
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
managementZone String
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
serviceTag 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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
TagKey Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
TagKey RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tagKey RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tagKey RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tag_key RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tagKey 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

Context string
has no documentation
Key string
has no documentation
Context string
has no documentation
Key string
has no documentation
context String
has no documentation
key String
has no documentation
context string
has no documentation
key string
has no documentation
context str
has no documentation
key str
has no documentation
context String
has no documentation
key String
has no documentation

RequestNamingConditionsConditionComparisonTag
, RequestNamingConditionsConditionComparisonTagArgs

Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, TAG_KEY_EQUALS and TAG_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.RequestNamingConditionsConditionComparisonTagValue
The values to compare to
Values Pulumiverse.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonTagValues
The values to compare to
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, TAG_KEY_EQUALS and TAG_KEY_EQUALS_ANY_OF
Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
Value RequestNamingConditionsConditionComparisonTagValue
The values to compare to
Values RequestNamingConditionsConditionComparisonTagValues
The values to compare to
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, TAG_KEY_EQUALS and TAG_KEY_EQUALS_ANY_OF
unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
value RequestNamingConditionsConditionComparisonTagValue
The values to compare to
values RequestNamingConditionsConditionComparisonTagValues
The values to compare to
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, TAG_KEY_EQUALS and TAG_KEY_EQUALS_ANY_OF
unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
value RequestNamingConditionsConditionComparisonTagValue
The values to compare to
values RequestNamingConditionsConditionComparisonTagValues
The values to compare to
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, TAG_KEY_EQUALS and TAG_KEY_EQUALS_ANY_OF
unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
value RequestNamingConditionsConditionComparisonTagValue
The values to compare to
values RequestNamingConditionsConditionComparisonTagValues
The values to compare to
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF, TAG_KEY_EQUALS and TAG_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 This property is required. string
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
Key This property is required. 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 This property is required. string
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
Key This property is required. 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 This property is required. String
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
key This property is required. 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 This property is required. string
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
key This property is required. 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 This property is required. str
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
key This property is required. 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 This property is required. String
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
key This property is required. 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<Property Map>
The values to compare to

RequestNamingConditionsConditionComparisonTagValuesValue
, RequestNamingConditionsConditionComparisonTagValuesValueArgs

Context This property is required. string
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
Key This property is required. 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 This property is required. string
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
Key This property is required. 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 This property is required. String
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
key This property is required. 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 This property is required. string
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
key This property is required. 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 This property is required. str
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
key This property is required. 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 This property is required. String
The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the CONTEXTLESS value. Possible values are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_CLOUD and KUBERNETES
key This property is required. 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 to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and UNKNOWN
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 and UNKNOWN
Operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and UNKNOWN
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 and UNKNOWN
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and UNKNOWN
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 and UNKNOWN
operator string
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and UNKNOWN
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 and UNKNOWN
operator str
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and UNKNOWN
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 and UNKNOWN
operator String
Operator of the comparison. You can reverse it by setting negate to true. Possible values are EQUALS, EQUALS_ANY_OF and EXISTS
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 and UNKNOWN
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 and UNKNOWN

RequestNamingPlaceholders
, RequestNamingPlaceholdersArgs

Placeholders List<Pulumiverse.Dynatrace.Inputs.RequestNamingPlaceholdersPlaceholder>
A custom placeholder to be used in a dimension value pattern
Placeholders []RequestNamingPlaceholdersPlaceholder
A custom placeholder to be used in a dimension value pattern
placeholders List<RequestNamingPlaceholdersPlaceholder>
A custom placeholder to be used in a dimension value pattern
placeholders RequestNamingPlaceholdersPlaceholder[]
A custom placeholder to be used in a dimension value pattern
placeholders Sequence[RequestNamingPlaceholdersPlaceholder]
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 This property is required. 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 and ZOS_CALL_TYPE
Kind This property is required. string
The type of extraction. Defines either usage of regular expression (regex) or the position of request attribute value to be extracted. When the attribute is SERVICE_REQUEST_ATTRIBUTE attribute and aggregation is COUNT, needs to be set to ORIGINAL_TEXT. Possible values are AFTER_DELIMITER, BEFORE_DELIMITER, BETWEEN_DELIMITER, ORIGINAL_TEXT and REGEX_EXTRACTION
Name This property is required. 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 is true. For the COUNT aggregation, the kind field is not applicable. Possible values are COUNT, FIRST and LAST.
DelimiterOrRegex string

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

EndDelimiter string
The closing delimiter string to look for. Required if the kind value is BETWEEN_DELIMITER. Not applicable otherwise
Normalization string
The format of the extracted string. Possible values are ORIGINAL, TO_LOWER_CASE and TO_UPPER_CASE
OneagentAttributeKey string
The One Agent attribute to extract from. Required if the kind value is ONE_AGENT_ATTRIBUTE. Not applicable otherwise.
RequestAttribute string
The request attribute to extract from. Required if the kind value is SERVICE_REQUEST_ATTRIBUTE. Not applicable otherwise
Source Pulumiverse.Dynatrace.Inputs.RequestNamingPlaceholdersPlaceholderSource
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
UseFromChildCalls bool
If true request attribute will be taken from a child service call. Only applicable for the SERVICE_REQUEST_ATTRIBUTE attribute. Defaults to false
Attribute This property is required. 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 and ZOS_CALL_TYPE
Kind This property is required. string
The type of extraction. Defines either usage of regular expression (regex) or the position of request attribute value to be extracted. When the attribute is SERVICE_REQUEST_ATTRIBUTE attribute and aggregation is COUNT, needs to be set to ORIGINAL_TEXT. Possible values are AFTER_DELIMITER, BEFORE_DELIMITER, BETWEEN_DELIMITER, ORIGINAL_TEXT and REGEX_EXTRACTION
Name This property is required. 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 is true. For the COUNT aggregation, the kind field is not applicable. Possible values are COUNT, FIRST and LAST.
DelimiterOrRegex string

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

EndDelimiter string
The closing delimiter string to look for. Required if the kind value is BETWEEN_DELIMITER. Not applicable otherwise
Normalization string
The format of the extracted string. Possible values are ORIGINAL, TO_LOWER_CASE and TO_UPPER_CASE
OneagentAttributeKey string
The One Agent attribute to extract from. Required if the kind value is ONE_AGENT_ATTRIBUTE. Not applicable otherwise.
RequestAttribute string
The request attribute to extract from. Required if the kind value is SERVICE_REQUEST_ATTRIBUTE. Not applicable otherwise
Source RequestNamingPlaceholdersPlaceholderSource
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
UseFromChildCalls bool
If true request attribute will be taken from a child service call. Only applicable for the SERVICE_REQUEST_ATTRIBUTE attribute. Defaults to false
attribute This property is required. 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 and ZOS_CALL_TYPE
kind This property is required. String
The type of extraction. Defines either usage of regular expression (regex) or the position of request attribute value to be extracted. When the attribute is SERVICE_REQUEST_ATTRIBUTE attribute and aggregation is COUNT, needs to be set to ORIGINAL_TEXT. Possible values are AFTER_DELIMITER, BEFORE_DELIMITER, BETWEEN_DELIMITER, ORIGINAL_TEXT and REGEX_EXTRACTION
name This property is required. 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 is true. For the COUNT aggregation, the kind field is not applicable. Possible values are COUNT, FIRST and LAST.
delimiterOrRegex String

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

endDelimiter String
The closing delimiter string to look for. Required if the kind value is BETWEEN_DELIMITER. Not applicable otherwise
normalization String
The format of the extracted string. Possible values are ORIGINAL, TO_LOWER_CASE and TO_UPPER_CASE
oneagentAttributeKey String
The One Agent attribute to extract from. Required if the kind value is ONE_AGENT_ATTRIBUTE. Not applicable otherwise.
requestAttribute String
The request attribute to extract from. Required if the kind value is SERVICE_REQUEST_ATTRIBUTE. Not applicable otherwise
source RequestNamingPlaceholdersPlaceholderSource
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
useFromChildCalls Boolean
If true request attribute will be taken from a child service call. Only applicable for the SERVICE_REQUEST_ATTRIBUTE attribute. Defaults to false
attribute This property is required. 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 and ZOS_CALL_TYPE
kind This property is required. string
The type of extraction. Defines either usage of regular expression (regex) or the position of request attribute value to be extracted. When the attribute is SERVICE_REQUEST_ATTRIBUTE attribute and aggregation is COUNT, needs to be set to ORIGINAL_TEXT. Possible values are AFTER_DELIMITER, BEFORE_DELIMITER, BETWEEN_DELIMITER, ORIGINAL_TEXT and REGEX_EXTRACTION
name This property is required. 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 is true. For the COUNT aggregation, the kind field is not applicable. Possible values are COUNT, FIRST and LAST.
delimiterOrRegex string

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

endDelimiter string
The closing delimiter string to look for. Required if the kind value is BETWEEN_DELIMITER. Not applicable otherwise
normalization string
The format of the extracted string. Possible values are ORIGINAL, TO_LOWER_CASE and TO_UPPER_CASE
oneagentAttributeKey string
The One Agent attribute to extract from. Required if the kind value is ONE_AGENT_ATTRIBUTE. Not applicable otherwise.
requestAttribute string
The request attribute to extract from. Required if the kind value is SERVICE_REQUEST_ATTRIBUTE. Not applicable otherwise
source RequestNamingPlaceholdersPlaceholderSource
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
useFromChildCalls boolean
If true request attribute will be taken from a child service call. Only applicable for the SERVICE_REQUEST_ATTRIBUTE attribute. Defaults to false
attribute This property is required. 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 and ZOS_CALL_TYPE
kind This property is required. str
The type of extraction. Defines either usage of regular expression (regex) or the position of request attribute value to be extracted. When the attribute is SERVICE_REQUEST_ATTRIBUTE attribute and aggregation is COUNT, needs to be set to ORIGINAL_TEXT. Possible values are AFTER_DELIMITER, BEFORE_DELIMITER, BETWEEN_DELIMITER, ORIGINAL_TEXT and REGEX_EXTRACTION
name This property is required. 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 is true. For the COUNT aggregation, the kind field is not applicable. Possible values are COUNT, FIRST and LAST.
delimiter_or_regex str

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 is BETWEEN_DELIMITER. Not applicable otherwise
normalization str
The format of the extracted string. Possible values are ORIGINAL, TO_LOWER_CASE and TO_UPPER_CASE
oneagent_attribute_key str
The One Agent attribute to extract from. Required if the kind value is ONE_AGENT_ATTRIBUTE. Not applicable otherwise.
request_attribute str
The request attribute to extract from. Required if the kind value is SERVICE_REQUEST_ATTRIBUTE. Not applicable otherwise
source RequestNamingPlaceholdersPlaceholderSource
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_child_calls bool
If true request attribute will be taken from a child service call. Only applicable for the SERVICE_REQUEST_ATTRIBUTE attribute. Defaults to false
attribute This property is required. 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 and ZOS_CALL_TYPE
kind This property is required. String
The type of extraction. Defines either usage of regular expression (regex) or the position of request attribute value to be extracted. When the attribute is SERVICE_REQUEST_ATTRIBUTE attribute and aggregation is COUNT, needs to be set to ORIGINAL_TEXT. Possible values are AFTER_DELIMITER, BEFORE_DELIMITER, BETWEEN_DELIMITER, ORIGINAL_TEXT and REGEX_EXTRACTION
name This property is required. 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 is true. For the COUNT aggregation, the kind field is not applicable. Possible values are COUNT, FIRST and LAST.
delimiterOrRegex String

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

endDelimiter String
The closing delimiter string to look for. Required if the kind value is BETWEEN_DELIMITER. Not applicable otherwise
normalization String
The format of the extracted string. Possible values are ORIGINAL, TO_LOWER_CASE and TO_UPPER_CASE
oneagentAttributeKey String
The One Agent attribute to extract from. Required if the kind value is ONE_AGENT_ATTRIBUTE. Not applicable otherwise.
requestAttribute String
The request attribute to extract from. Required if the kind value is SERVICE_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
useFromChildCalls Boolean
If true request attribute will be taken from a child service call. Only applicable for the SERVICE_REQUEST_ATTRIBUTE attribute. Defaults to false

RequestNamingPlaceholdersPlaceholderSource
, RequestNamingPlaceholdersPlaceholderSourceArgs

ManagementZone string
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
ServiceTag Pulumiverse.Dynatrace.Inputs.RequestNamingPlaceholdersPlaceholderSourceServiceTag
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
ManagementZone string
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
ServiceTag RequestNamingPlaceholdersPlaceholderSourceServiceTag
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
managementZone String
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
serviceTag RequestNamingPlaceholdersPlaceholderSourceServiceTag
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
managementZone string
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
serviceTag RequestNamingPlaceholdersPlaceholderSourceServiceTag
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 RequestNamingPlaceholdersPlaceholderSourceServiceTag
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
managementZone String
Use only request attributes from services that belong to this management zone.. Use either this or serviceTag
serviceTag 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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
TagKey Pulumiverse.Dynatrace.Inputs.RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
TagKey RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tagKey RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tagKey RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tag_key RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKey
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 This property is required. 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 are AWS, AWS_GENERIC, AZURE, CLOUD_FOUNDRY, CONTEXTLESS, ENVIRONMENT, GOOGLE_COMPUTE_ENGINE and KUBERNETES
tagKey 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

Context string
has no documentation
Key string
has no documentation
Context string
has no documentation
Key string
has no documentation
context String
has no documentation
key String
has no documentation
context string
has no documentation
key string
has no documentation
context str
has no documentation
key str
has no documentation
context String
has no documentation
key String
has no documentation

Package Details

Repository
dynatrace pulumiverse/pulumi-dynatrace
License
Apache-2.0
Notes
This Pulumi package is based on the dynatrace Terraform Provider.