published on Tuesday, Jun 9, 2026 by Pulumiverse
published on Tuesday, Jun 9, 2026 by Pulumiverse
This resource requires the API token scopes Read settings (
settings.read) and Write settings (settings.write)
Dynatrace Documentation
Service detection rules - https://www.dynatrace.com/support/help/platform-modules/applications-and-microservices/services/service-detection-and-naming/customize-service-detection
Settings API - https://www.dynatrace.com/support/help/dynatrace-api/environment-api/settings (schemaId:
builtin:service-detection.full-web-request)
Export Example Usage
terraform-provider-dynatrace -export dynatrace.ServiceFullWebRequestdownloads all existing service detection rules for full web requests
The full documentation of the export feature is available here.
Create ServiceFullWebRequest Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServiceFullWebRequest(name: string, args: ServiceFullWebRequestArgs, opts?: CustomResourceOptions);@overload
def ServiceFullWebRequest(resource_name: str,
args: ServiceFullWebRequestArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ServiceFullWebRequest(resource_name: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
id_contributors: Optional[ServiceFullWebRequestIdContributorsArgs] = None,
conditions: Optional[ServiceFullWebRequestConditionsArgs] = None,
description: Optional[str] = None,
insert_after: Optional[str] = None,
management_zones: Optional[Sequence[str]] = None,
name: Optional[str] = None)func NewServiceFullWebRequest(ctx *Context, name string, args ServiceFullWebRequestArgs, opts ...ResourceOption) (*ServiceFullWebRequest, error)public ServiceFullWebRequest(string name, ServiceFullWebRequestArgs args, CustomResourceOptions? opts = null)
public ServiceFullWebRequest(String name, ServiceFullWebRequestArgs args)
public ServiceFullWebRequest(String name, ServiceFullWebRequestArgs args, CustomResourceOptions options)
type: dynatrace:ServiceFullWebRequest
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "dynatrace_servicefullwebrequest" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args ServiceFullWebRequestArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServiceFullWebRequestArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServiceFullWebRequestArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceFullWebRequestArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceFullWebRequestArgs
- 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 serviceFullWebRequestResource = new Dynatrace.ServiceFullWebRequest("serviceFullWebRequestResource", new()
{
Enabled = false,
IdContributors = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsArgs
{
ApplicationId = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsApplicationIdArgs
{
EnableIdContributor = false,
ServiceIdContributor = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorArgs
{
ContributionType = "string",
Transformations = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorTransformationsArgs
{
Transformations = new[]
{
new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorTransformationsTransformationArgs
{
TransformationType = "string",
IncludeHexNumbers = false,
MinDigitCount = 0,
Prefix = "string",
ReplacementValue = "string",
SegmentCount = 0,
SelectIndex = 0,
SplitDelimiter = "string",
Suffix = "string",
TakeFromEnd = false,
},
},
},
ValueOverride = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorValueOverrideArgs
{
Value = "string",
},
},
},
ContextRoot = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsContextRootArgs
{
EnableIdContributor = false,
ServiceIdContributor = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsContextRootServiceIdContributorArgs
{
ContributionType = "string",
SegmentCount = 0,
Transformations = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsContextRootServiceIdContributorTransformationsArgs
{
Transformations = new[]
{
new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsContextRootServiceIdContributorTransformationsTransformationArgs
{
TransformationType = "string",
IncludeHexNumbers = false,
MinDigitCount = 0,
Prefix = "string",
ReplacementValue = "string",
Suffix = "string",
},
},
},
ValueOverride = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsContextRootServiceIdContributorValueOverrideArgs
{
Value = "string",
},
},
},
ServerName = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsServerNameArgs
{
EnableIdContributor = false,
ServiceIdContributor = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsServerNameServiceIdContributorArgs
{
ContributionType = "string",
Transformations = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsServerNameServiceIdContributorTransformationsArgs
{
Transformations = new[]
{
new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsServerNameServiceIdContributorTransformationsTransformationArgs
{
TransformationType = "string",
IncludeHexNumbers = false,
MinDigitCount = 0,
Prefix = "string",
ReplacementValue = "string",
SegmentCount = 0,
SelectIndex = 0,
SplitDelimiter = "string",
Suffix = "string",
TakeFromEnd = false,
},
},
},
ValueOverride = new Dynatrace.Inputs.ServiceFullWebRequestIdContributorsServerNameServiceIdContributorValueOverrideArgs
{
Value = "string",
},
},
},
},
Conditions = new Dynatrace.Inputs.ServiceFullWebRequestConditionsArgs
{
Conditions = new[]
{
new Dynatrace.Inputs.ServiceFullWebRequestConditionsConditionArgs
{
Attribute = "string",
CompareOperationType = "string",
Frameworks = new[]
{
"string",
},
IgnoreCase = false,
IntValue = 0,
IntValues = new[]
{
0,
},
IpRangeFrom = "string",
IpRangeTo = "string",
TagValues = new[]
{
"string",
},
TextValues = new[]
{
"string",
},
},
},
},
Description = "string",
InsertAfter = "string",
ManagementZones = new[]
{
"string",
},
Name = "string",
});
example, err := dynatrace.NewServiceFullWebRequest(ctx, "serviceFullWebRequestResource", &dynatrace.ServiceFullWebRequestArgs{
Enabled: pulumi.Bool(false),
IdContributors: &dynatrace.ServiceFullWebRequestIdContributorsArgs{
ApplicationId: &dynatrace.ServiceFullWebRequestIdContributorsApplicationIdArgs{
EnableIdContributor: pulumi.Bool(false),
ServiceIdContributor: &dynatrace.ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorArgs{
ContributionType: pulumi.String("string"),
Transformations: &dynatrace.ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorTransformationsArgs{
Transformations: dynatrace.ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorTransformationsTransformationArray{
&dynatrace.ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorTransformationsTransformationArgs{
TransformationType: pulumi.String("string"),
IncludeHexNumbers: pulumi.Bool(false),
MinDigitCount: pulumi.Int(0),
Prefix: pulumi.String("string"),
ReplacementValue: pulumi.String("string"),
SegmentCount: pulumi.Int(0),
SelectIndex: pulumi.Int(0),
SplitDelimiter: pulumi.String("string"),
Suffix: pulumi.String("string"),
TakeFromEnd: pulumi.Bool(false),
},
},
},
ValueOverride: &dynatrace.ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorValueOverrideArgs{
Value: pulumi.String("string"),
},
},
},
ContextRoot: &dynatrace.ServiceFullWebRequestIdContributorsContextRootArgs{
EnableIdContributor: pulumi.Bool(false),
ServiceIdContributor: &dynatrace.ServiceFullWebRequestIdContributorsContextRootServiceIdContributorArgs{
ContributionType: pulumi.String("string"),
SegmentCount: pulumi.Int(0),
Transformations: &dynatrace.ServiceFullWebRequestIdContributorsContextRootServiceIdContributorTransformationsArgs{
Transformations: dynatrace.ServiceFullWebRequestIdContributorsContextRootServiceIdContributorTransformationsTransformationArray{
&dynatrace.ServiceFullWebRequestIdContributorsContextRootServiceIdContributorTransformationsTransformationArgs{
TransformationType: pulumi.String("string"),
IncludeHexNumbers: pulumi.Bool(false),
MinDigitCount: pulumi.Int(0),
Prefix: pulumi.String("string"),
ReplacementValue: pulumi.String("string"),
Suffix: pulumi.String("string"),
},
},
},
ValueOverride: &dynatrace.ServiceFullWebRequestIdContributorsContextRootServiceIdContributorValueOverrideArgs{
Value: pulumi.String("string"),
},
},
},
ServerName: &dynatrace.ServiceFullWebRequestIdContributorsServerNameArgs{
EnableIdContributor: pulumi.Bool(false),
ServiceIdContributor: &dynatrace.ServiceFullWebRequestIdContributorsServerNameServiceIdContributorArgs{
ContributionType: pulumi.String("string"),
Transformations: &dynatrace.ServiceFullWebRequestIdContributorsServerNameServiceIdContributorTransformationsArgs{
Transformations: dynatrace.ServiceFullWebRequestIdContributorsServerNameServiceIdContributorTransformationsTransformationArray{
&dynatrace.ServiceFullWebRequestIdContributorsServerNameServiceIdContributorTransformationsTransformationArgs{
TransformationType: pulumi.String("string"),
IncludeHexNumbers: pulumi.Bool(false),
MinDigitCount: pulumi.Int(0),
Prefix: pulumi.String("string"),
ReplacementValue: pulumi.String("string"),
SegmentCount: pulumi.Int(0),
SelectIndex: pulumi.Int(0),
SplitDelimiter: pulumi.String("string"),
Suffix: pulumi.String("string"),
TakeFromEnd: pulumi.Bool(false),
},
},
},
ValueOverride: &dynatrace.ServiceFullWebRequestIdContributorsServerNameServiceIdContributorValueOverrideArgs{
Value: pulumi.String("string"),
},
},
},
},
Conditions: &dynatrace.ServiceFullWebRequestConditionsArgs{
Conditions: dynatrace.ServiceFullWebRequestConditionsConditionArray{
&dynatrace.ServiceFullWebRequestConditionsConditionArgs{
Attribute: pulumi.String("string"),
CompareOperationType: pulumi.String("string"),
Frameworks: pulumi.StringArray{
pulumi.String("string"),
},
IgnoreCase: pulumi.Bool(false),
IntValue: pulumi.Int(0),
IntValues: pulumi.IntArray{
pulumi.Int(0),
},
IpRangeFrom: pulumi.String("string"),
IpRangeTo: pulumi.String("string"),
TagValues: pulumi.StringArray{
pulumi.String("string"),
},
TextValues: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
Description: pulumi.String("string"),
InsertAfter: pulumi.String("string"),
ManagementZones: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
})
resource "dynatrace_servicefullwebrequest" "serviceFullWebRequestResource" {
enabled = false
id_contributors = {
application_id = {
enable_id_contributor = false
service_id_contributor = {
contribution_type = "string"
transformations = {
transformations = [{
"transformationType" = "string"
"includeHexNumbers" = false
"minDigitCount" = 0
"prefix" = "string"
"replacementValue" = "string"
"segmentCount" = 0
"selectIndex" = 0
"splitDelimiter" = "string"
"suffix" = "string"
"takeFromEnd" = false
}]
}
value_override = {
value = "string"
}
}
}
context_root = {
enable_id_contributor = false
service_id_contributor = {
contribution_type = "string"
segment_count = 0
transformations = {
transformations = [{
"transformationType" = "string"
"includeHexNumbers" = false
"minDigitCount" = 0
"prefix" = "string"
"replacementValue" = "string"
"suffix" = "string"
}]
}
value_override = {
value = "string"
}
}
}
server_name = {
enable_id_contributor = false
service_id_contributor = {
contribution_type = "string"
transformations = {
transformations = [{
"transformationType" = "string"
"includeHexNumbers" = false
"minDigitCount" = 0
"prefix" = "string"
"replacementValue" = "string"
"segmentCount" = 0
"selectIndex" = 0
"splitDelimiter" = "string"
"suffix" = "string"
"takeFromEnd" = false
}]
}
value_override = {
value = "string"
}
}
}
}
conditions = {
conditions = [{
"attribute" = "string"
"compareOperationType" = "string"
"frameworks" = ["string"]
"ignoreCase" = false
"intValue" = 0
"intValues" = [0]
"ipRangeFrom" = "string"
"ipRangeTo" = "string"
"tagValues" = ["string"]
"textValues" = ["string"]
}]
}
description = "string"
insert_after = "string"
management_zones = ["string"]
name = "string"
}
var serviceFullWebRequestResource = new ServiceFullWebRequest("serviceFullWebRequestResource", ServiceFullWebRequestArgs.builder()
.enabled(false)
.idContributors(ServiceFullWebRequestIdContributorsArgs.builder()
.applicationId(ServiceFullWebRequestIdContributorsApplicationIdArgs.builder()
.enableIdContributor(false)
.serviceIdContributor(ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorArgs.builder()
.contributionType("string")
.transformations(ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorTransformationsArgs.builder()
.transformations(ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorTransformationsTransformationArgs.builder()
.transformationType("string")
.includeHexNumbers(false)
.minDigitCount(0)
.prefix("string")
.replacementValue("string")
.segmentCount(0)
.selectIndex(0)
.splitDelimiter("string")
.suffix("string")
.takeFromEnd(false)
.build())
.build())
.valueOverride(ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorValueOverrideArgs.builder()
.value("string")
.build())
.build())
.build())
.contextRoot(ServiceFullWebRequestIdContributorsContextRootArgs.builder()
.enableIdContributor(false)
.serviceIdContributor(ServiceFullWebRequestIdContributorsContextRootServiceIdContributorArgs.builder()
.contributionType("string")
.segmentCount(0)
.transformations(ServiceFullWebRequestIdContributorsContextRootServiceIdContributorTransformationsArgs.builder()
.transformations(ServiceFullWebRequestIdContributorsContextRootServiceIdContributorTransformationsTransformationArgs.builder()
.transformationType("string")
.includeHexNumbers(false)
.minDigitCount(0)
.prefix("string")
.replacementValue("string")
.suffix("string")
.build())
.build())
.valueOverride(ServiceFullWebRequestIdContributorsContextRootServiceIdContributorValueOverrideArgs.builder()
.value("string")
.build())
.build())
.build())
.serverName(ServiceFullWebRequestIdContributorsServerNameArgs.builder()
.enableIdContributor(false)
.serviceIdContributor(ServiceFullWebRequestIdContributorsServerNameServiceIdContributorArgs.builder()
.contributionType("string")
.transformations(ServiceFullWebRequestIdContributorsServerNameServiceIdContributorTransformationsArgs.builder()
.transformations(ServiceFullWebRequestIdContributorsServerNameServiceIdContributorTransformationsTransformationArgs.builder()
.transformationType("string")
.includeHexNumbers(false)
.minDigitCount(0)
.prefix("string")
.replacementValue("string")
.segmentCount(0)
.selectIndex(0)
.splitDelimiter("string")
.suffix("string")
.takeFromEnd(false)
.build())
.build())
.valueOverride(ServiceFullWebRequestIdContributorsServerNameServiceIdContributorValueOverrideArgs.builder()
.value("string")
.build())
.build())
.build())
.build())
.conditions(ServiceFullWebRequestConditionsArgs.builder()
.conditions(ServiceFullWebRequestConditionsConditionArgs.builder()
.attribute("string")
.compareOperationType("string")
.frameworks("string")
.ignoreCase(false)
.intValue(0)
.intValues(0)
.ipRangeFrom("string")
.ipRangeTo("string")
.tagValues("string")
.textValues("string")
.build())
.build())
.description("string")
.insertAfter("string")
.managementZones("string")
.name("string")
.build());
service_full_web_request_resource = dynatrace.ServiceFullWebRequest("serviceFullWebRequestResource",
enabled=False,
id_contributors={
"application_id": {
"enable_id_contributor": False,
"service_id_contributor": {
"contribution_type": "string",
"transformations": {
"transformations": [{
"transformation_type": "string",
"include_hex_numbers": False,
"min_digit_count": 0,
"prefix": "string",
"replacement_value": "string",
"segment_count": 0,
"select_index": 0,
"split_delimiter": "string",
"suffix": "string",
"take_from_end": False,
}],
},
"value_override": {
"value": "string",
},
},
},
"context_root": {
"enable_id_contributor": False,
"service_id_contributor": {
"contribution_type": "string",
"segment_count": 0,
"transformations": {
"transformations": [{
"transformation_type": "string",
"include_hex_numbers": False,
"min_digit_count": 0,
"prefix": "string",
"replacement_value": "string",
"suffix": "string",
}],
},
"value_override": {
"value": "string",
},
},
},
"server_name": {
"enable_id_contributor": False,
"service_id_contributor": {
"contribution_type": "string",
"transformations": {
"transformations": [{
"transformation_type": "string",
"include_hex_numbers": False,
"min_digit_count": 0,
"prefix": "string",
"replacement_value": "string",
"segment_count": 0,
"select_index": 0,
"split_delimiter": "string",
"suffix": "string",
"take_from_end": False,
}],
},
"value_override": {
"value": "string",
},
},
},
},
conditions={
"conditions": [{
"attribute": "string",
"compare_operation_type": "string",
"frameworks": ["string"],
"ignore_case": False,
"int_value": 0,
"int_values": [0],
"ip_range_from": "string",
"ip_range_to": "string",
"tag_values": ["string"],
"text_values": ["string"],
}],
},
description="string",
insert_after="string",
management_zones=["string"],
name="string")
const serviceFullWebRequestResource = new dynatrace.ServiceFullWebRequest("serviceFullWebRequestResource", {
enabled: false,
idContributors: {
applicationId: {
enableIdContributor: false,
serviceIdContributor: {
contributionType: "string",
transformations: {
transformations: [{
transformationType: "string",
includeHexNumbers: false,
minDigitCount: 0,
prefix: "string",
replacementValue: "string",
segmentCount: 0,
selectIndex: 0,
splitDelimiter: "string",
suffix: "string",
takeFromEnd: false,
}],
},
valueOverride: {
value: "string",
},
},
},
contextRoot: {
enableIdContributor: false,
serviceIdContributor: {
contributionType: "string",
segmentCount: 0,
transformations: {
transformations: [{
transformationType: "string",
includeHexNumbers: false,
minDigitCount: 0,
prefix: "string",
replacementValue: "string",
suffix: "string",
}],
},
valueOverride: {
value: "string",
},
},
},
serverName: {
enableIdContributor: false,
serviceIdContributor: {
contributionType: "string",
transformations: {
transformations: [{
transformationType: "string",
includeHexNumbers: false,
minDigitCount: 0,
prefix: "string",
replacementValue: "string",
segmentCount: 0,
selectIndex: 0,
splitDelimiter: "string",
suffix: "string",
takeFromEnd: false,
}],
},
valueOverride: {
value: "string",
},
},
},
},
conditions: {
conditions: [{
attribute: "string",
compareOperationType: "string",
frameworks: ["string"],
ignoreCase: false,
intValue: 0,
intValues: [0],
ipRangeFrom: "string",
ipRangeTo: "string",
tagValues: ["string"],
textValues: ["string"],
}],
},
description: "string",
insertAfter: "string",
managementZones: ["string"],
name: "string",
});
type: dynatrace:ServiceFullWebRequest
properties:
conditions:
conditions:
- attribute: string
compareOperationType: string
frameworks:
- string
ignoreCase: false
intValue: 0
intValues:
- 0
ipRangeFrom: string
ipRangeTo: string
tagValues:
- string
textValues:
- string
description: string
enabled: false
idContributors:
applicationId:
enableIdContributor: false
serviceIdContributor:
contributionType: string
transformations:
transformations:
- includeHexNumbers: false
minDigitCount: 0
prefix: string
replacementValue: string
segmentCount: 0
selectIndex: 0
splitDelimiter: string
suffix: string
takeFromEnd: false
transformationType: string
valueOverride:
value: string
contextRoot:
enableIdContributor: false
serviceIdContributor:
contributionType: string
segmentCount: 0
transformations:
transformations:
- includeHexNumbers: false
minDigitCount: 0
prefix: string
replacementValue: string
suffix: string
transformationType: string
valueOverride:
value: string
serverName:
enableIdContributor: false
serviceIdContributor:
contributionType: string
transformations:
transformations:
- includeHexNumbers: false
minDigitCount: 0
prefix: string
replacementValue: string
segmentCount: 0
selectIndex: 0
splitDelimiter: string
suffix: string
takeFromEnd: false
transformationType: string
valueOverride:
value: string
insertAfter: string
managementZones:
- string
name: string
ServiceFullWebRequest 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 ServiceFullWebRequest resource accepts the following input properties:
- Enabled bool
- This setting is enabled (
true) or disabled (false) - Id
Contributors Pulumiverse.Dynatrace. Inputs. Service Full Web Request Id Contributors - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- Conditions
Pulumiverse.
Dynatrace. Inputs. Service Full Web Request Conditions - A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- Description string
- A short description of the rule.
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Management
Zones List<string> - Define a management zone of the process group for which this service detection rule should be created.
- Name string
- The name of the rule. It is used for identification and has no effect on the rule logic.
- Enabled bool
- This setting is enabled (
true) or disabled (false) - Id
Contributors ServiceFull Web Request Id Contributors Args - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- Conditions
Service
Full Web Request Conditions Args - A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- Description string
- A short description of the rule.
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Management
Zones []string - Define a management zone of the process group for which this service detection rule should be created.
- Name string
- The name of the rule. It is used for identification and has no effect on the rule logic.
- enabled bool
- This setting is enabled (
true) or disabled (false) - id_
contributors object - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- conditions object
- A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- description string
- A short description of the rule.
- insert_
after string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- management_
zones list(string) - Define a management zone of the process group for which this service detection rule should be created.
- name string
- The name of the rule. It is used for identification and has no effect on the rule logic.
- enabled Boolean
- This setting is enabled (
true) or disabled (false) - id
Contributors ServiceFull Web Request Id Contributors - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- conditions
Service
Full Web Request Conditions - A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- description String
- A short description of the rule.
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- management
Zones List<String> - Define a management zone of the process group for which this service detection rule should be created.
- name String
- The name of the rule. It is used for identification and has no effect on the rule logic.
- enabled boolean
- This setting is enabled (
true) or disabled (false) - id
Contributors ServiceFull Web Request Id Contributors - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- conditions
Service
Full Web Request Conditions - A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- description string
- A short description of the rule.
- insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- management
Zones string[] - Define a management zone of the process group for which this service detection rule should be created.
- name string
- The name of the rule. It is used for identification and has no effect on the rule logic.
- enabled bool
- This setting is enabled (
true) or disabled (false) - id_
contributors ServiceFull Web Request Id Contributors Args - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- conditions
Service
Full Web Request Conditions Args - A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- description str
- A short description of the rule.
- insert_
after str - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- management_
zones Sequence[str] - Define a management zone of the process group for which this service detection rule should be created.
- name str
- The name of the rule. It is used for identification and has no effect on the rule logic.
- enabled Boolean
- This setting is enabled (
true) or disabled (false) - id
Contributors Property Map - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- conditions Property Map
- A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- description String
- A short description of the rule.
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- management
Zones List<String> - Define a management zone of the process group for which this service detection rule should be created.
- name String
- The name of the rule. It is used for identification and has no effect on the rule logic.
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceFullWebRequest 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 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 ServiceFullWebRequest Resource
Get an existing ServiceFullWebRequest 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?: ServiceFullWebRequestState, opts?: CustomResourceOptions): ServiceFullWebRequest@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
conditions: Optional[ServiceFullWebRequestConditionsArgs] = None,
description: Optional[str] = None,
enabled: Optional[bool] = None,
id_contributors: Optional[ServiceFullWebRequestIdContributorsArgs] = None,
insert_after: Optional[str] = None,
management_zones: Optional[Sequence[str]] = None,
name: Optional[str] = None) -> ServiceFullWebRequestfunc GetServiceFullWebRequest(ctx *Context, name string, id IDInput, state *ServiceFullWebRequestState, opts ...ResourceOption) (*ServiceFullWebRequest, error)public static ServiceFullWebRequest Get(string name, Input<string> id, ServiceFullWebRequestState? state, CustomResourceOptions? opts = null)public static ServiceFullWebRequest get(String name, Output<String> id, ServiceFullWebRequestState state, CustomResourceOptions options)resources: _: type: dynatrace:ServiceFullWebRequest get: id: ${id}import {
to = dynatrace_servicefullwebrequest.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Conditions
Pulumiverse.
Dynatrace. Inputs. Service Full Web Request Conditions - A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- Description string
- A short description of the rule.
- Enabled bool
- This setting is enabled (
true) or disabled (false) - Id
Contributors Pulumiverse.Dynatrace. Inputs. Service Full Web Request Id Contributors - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Management
Zones List<string> - Define a management zone of the process group for which this service detection rule should be created.
- Name string
- The name of the rule. It is used for identification and has no effect on the rule logic.
- Conditions
Service
Full Web Request Conditions Args - A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- Description string
- A short description of the rule.
- Enabled bool
- This setting is enabled (
true) or disabled (false) - Id
Contributors ServiceFull Web Request Id Contributors Args - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Management
Zones []string - Define a management zone of the process group for which this service detection rule should be created.
- Name string
- The name of the rule. It is used for identification and has no effect on the rule logic.
- conditions object
- A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- description string
- A short description of the rule.
- enabled bool
- This setting is enabled (
true) or disabled (false) - id_
contributors object - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- insert_
after string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- management_
zones list(string) - Define a management zone of the process group for which this service detection rule should be created.
- name string
- The name of the rule. It is used for identification and has no effect on the rule logic.
- conditions
Service
Full Web Request Conditions - A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- description String
- A short description of the rule.
- enabled Boolean
- This setting is enabled (
true) or disabled (false) - id
Contributors ServiceFull Web Request Id Contributors - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- management
Zones List<String> - Define a management zone of the process group for which this service detection rule should be created.
- name String
- The name of the rule. It is used for identification and has no effect on the rule logic.
- conditions
Service
Full Web Request Conditions - A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- description string
- A short description of the rule.
- enabled boolean
- This setting is enabled (
true) or disabled (false) - id
Contributors ServiceFull Web Request Id Contributors - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- management
Zones string[] - Define a management zone of the process group for which this service detection rule should be created.
- name string
- The name of the rule. It is used for identification and has no effect on the rule logic.
- conditions
Service
Full Web Request Conditions Args - A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- description str
- A short description of the rule.
- enabled bool
- This setting is enabled (
true) or disabled (false) - id_
contributors ServiceFull Web Request Id Contributors Args - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- insert_
after str - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- management_
zones Sequence[str] - Define a management zone of the process group for which this service detection rule should be created.
- name str
- The name of the rule. It is used for identification and has no effect on the rule logic.
- conditions Property Map
- A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must all match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them.
- description String
- A short description of the rule.
- enabled Boolean
- This setting is enabled (
true) or disabled (false) - id
Contributors Property Map - Contributors to the Service Identifier calculation. All of the Contributors are always applied.
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- management
Zones List<String> - Define a management zone of the process group for which this service detection rule should be created.
- name String
- The name of the rule. It is used for identification and has no effect on the rule logic.
Supporting Types
ServiceFullWebRequestConditions, ServiceFullWebRequestConditionsArgs
ServiceFullWebRequestConditionsCondition, ServiceFullWebRequestConditionsConditionArgs
- Attribute string
- The detected attribute that should be compared with the specified operation.
- Compare
Operation stringType - The type of comparison operation that should be applied to the detected attribute.. When using this field over the Settings API, it is stored as a string and must use one of the fixed compare-operation identifiers. The available subset depends on the selected
attribute.Exists,NotExistsBoolIsTrue,BoolIsFalseTagEquals,TagKeyEqualsStringEquals,NotStringEquals,StringStartsWith,NotStringStartsWith,StringEndsWith,NotStringEndsWith,StringContains,NotStringContainsFrameworkEquals,NotFrameworkEqualsIpInRange,NotIpInRangeIntEquals,NotIntEquals,IntGreaterThan,IntLessThan
- Frameworks List<string>
The technology that should be compared with the detected attribute.
Select one or more technologies. The condition matches if the detected attribute value equals (for
FrameworkEquals) or does not equal (forNotFrameworkEquals) at least one of the selected technologies. Possible values:AXIS,CXF,HESSIAN,JAX_WS_RI,JBOSS,JERSEY,PROGRESS,RESTEASY,RESTLET,SPRING,TIBCO,WEBLOGIC,WEBMETHODS,WEBSPHERE,WINK- Ignore
Case bool - Ignore case sensitivity for texts.
- Int
Value int - The integer value to compare the detected attribute with.
- Int
Values List<int> - If multiple values are specified, at least one of them must match for the condition to match.
- Ip
Range stringFrom - The beginning of the IP range. The condition matches if the detected attribute value is greater than or equal to this value (for
IpInRange) or less than this value (forNotIpInRange). - Ip
Range stringTo - The end of the IP range. The condition matches if the detected attribute value is less than or equal to this value (for
IpInRange) or greater than this value (forNotIpInRange). - Tag
Values List<string> - If multiple values are specified, at least one of them must match for the condition to match.
- Text
Values List<string> - If multiple values are specified, at least one of them must match for the condition to match
- Attribute string
- The detected attribute that should be compared with the specified operation.
- Compare
Operation stringType - The type of comparison operation that should be applied to the detected attribute.. When using this field over the Settings API, it is stored as a string and must use one of the fixed compare-operation identifiers. The available subset depends on the selected
attribute.Exists,NotExistsBoolIsTrue,BoolIsFalseTagEquals,TagKeyEqualsStringEquals,NotStringEquals,StringStartsWith,NotStringStartsWith,StringEndsWith,NotStringEndsWith,StringContains,NotStringContainsFrameworkEquals,NotFrameworkEqualsIpInRange,NotIpInRangeIntEquals,NotIntEquals,IntGreaterThan,IntLessThan
- Frameworks []string
The technology that should be compared with the detected attribute.
Select one or more technologies. The condition matches if the detected attribute value equals (for
FrameworkEquals) or does not equal (forNotFrameworkEquals) at least one of the selected technologies. Possible values:AXIS,CXF,HESSIAN,JAX_WS_RI,JBOSS,JERSEY,PROGRESS,RESTEASY,RESTLET,SPRING,TIBCO,WEBLOGIC,WEBMETHODS,WEBSPHERE,WINK- Ignore
Case bool - Ignore case sensitivity for texts.
- Int
Value int - The integer value to compare the detected attribute with.
- Int
Values []int - If multiple values are specified, at least one of them must match for the condition to match.
- Ip
Range stringFrom - The beginning of the IP range. The condition matches if the detected attribute value is greater than or equal to this value (for
IpInRange) or less than this value (forNotIpInRange). - Ip
Range stringTo - The end of the IP range. The condition matches if the detected attribute value is less than or equal to this value (for
IpInRange) or greater than this value (forNotIpInRange). - Tag
Values []string - If multiple values are specified, at least one of them must match for the condition to match.
- Text
Values []string - If multiple values are specified, at least one of them must match for the condition to match
- attribute string
- The detected attribute that should be compared with the specified operation.
- compare_
operation_ stringtype - The type of comparison operation that should be applied to the detected attribute.. When using this field over the Settings API, it is stored as a string and must use one of the fixed compare-operation identifiers. The available subset depends on the selected
attribute.Exists,NotExistsBoolIsTrue,BoolIsFalseTagEquals,TagKeyEqualsStringEquals,NotStringEquals,StringStartsWith,NotStringStartsWith,StringEndsWith,NotStringEndsWith,StringContains,NotStringContainsFrameworkEquals,NotFrameworkEqualsIpInRange,NotIpInRangeIntEquals,NotIntEquals,IntGreaterThan,IntLessThan
- frameworks list(string)
The technology that should be compared with the detected attribute.
Select one or more technologies. The condition matches if the detected attribute value equals (for
FrameworkEquals) or does not equal (forNotFrameworkEquals) at least one of the selected technologies. Possible values:AXIS,CXF,HESSIAN,JAX_WS_RI,JBOSS,JERSEY,PROGRESS,RESTEASY,RESTLET,SPRING,TIBCO,WEBLOGIC,WEBMETHODS,WEBSPHERE,WINK- ignore_
case bool - Ignore case sensitivity for texts.
- int_
value number - The integer value to compare the detected attribute with.
- int_
values list(number) - If multiple values are specified, at least one of them must match for the condition to match.
- ip_
range_ stringfrom - The beginning of the IP range. The condition matches if the detected attribute value is greater than or equal to this value (for
IpInRange) or less than this value (forNotIpInRange). - ip_
range_ stringto - The end of the IP range. The condition matches if the detected attribute value is less than or equal to this value (for
IpInRange) or greater than this value (forNotIpInRange). - tag_
values list(string) - If multiple values are specified, at least one of them must match for the condition to match.
- text_
values list(string) - If multiple values are specified, at least one of them must match for the condition to match
- attribute String
- The detected attribute that should be compared with the specified operation.
- compare
Operation StringType - The type of comparison operation that should be applied to the detected attribute.. When using this field over the Settings API, it is stored as a string and must use one of the fixed compare-operation identifiers. The available subset depends on the selected
attribute.Exists,NotExistsBoolIsTrue,BoolIsFalseTagEquals,TagKeyEqualsStringEquals,NotStringEquals,StringStartsWith,NotStringStartsWith,StringEndsWith,NotStringEndsWith,StringContains,NotStringContainsFrameworkEquals,NotFrameworkEqualsIpInRange,NotIpInRangeIntEquals,NotIntEquals,IntGreaterThan,IntLessThan
- frameworks List<String>
The technology that should be compared with the detected attribute.
Select one or more technologies. The condition matches if the detected attribute value equals (for
FrameworkEquals) or does not equal (forNotFrameworkEquals) at least one of the selected technologies. Possible values:AXIS,CXF,HESSIAN,JAX_WS_RI,JBOSS,JERSEY,PROGRESS,RESTEASY,RESTLET,SPRING,TIBCO,WEBLOGIC,WEBMETHODS,WEBSPHERE,WINK- ignore
Case Boolean - Ignore case sensitivity for texts.
- int
Value Integer - The integer value to compare the detected attribute with.
- int
Values List<Integer> - If multiple values are specified, at least one of them must match for the condition to match.
- ip
Range StringFrom - The beginning of the IP range. The condition matches if the detected attribute value is greater than or equal to this value (for
IpInRange) or less than this value (forNotIpInRange). - ip
Range StringTo - The end of the IP range. The condition matches if the detected attribute value is less than or equal to this value (for
IpInRange) or greater than this value (forNotIpInRange). - tag
Values List<String> - If multiple values are specified, at least one of them must match for the condition to match.
- text
Values List<String> - If multiple values are specified, at least one of them must match for the condition to match
- attribute string
- The detected attribute that should be compared with the specified operation.
- compare
Operation stringType - The type of comparison operation that should be applied to the detected attribute.. When using this field over the Settings API, it is stored as a string and must use one of the fixed compare-operation identifiers. The available subset depends on the selected
attribute.Exists,NotExistsBoolIsTrue,BoolIsFalseTagEquals,TagKeyEqualsStringEquals,NotStringEquals,StringStartsWith,NotStringStartsWith,StringEndsWith,NotStringEndsWith,StringContains,NotStringContainsFrameworkEquals,NotFrameworkEqualsIpInRange,NotIpInRangeIntEquals,NotIntEquals,IntGreaterThan,IntLessThan
- frameworks string[]
The technology that should be compared with the detected attribute.
Select one or more technologies. The condition matches if the detected attribute value equals (for
FrameworkEquals) or does not equal (forNotFrameworkEquals) at least one of the selected technologies. Possible values:AXIS,CXF,HESSIAN,JAX_WS_RI,JBOSS,JERSEY,PROGRESS,RESTEASY,RESTLET,SPRING,TIBCO,WEBLOGIC,WEBMETHODS,WEBSPHERE,WINK- ignore
Case boolean - Ignore case sensitivity for texts.
- int
Value number - The integer value to compare the detected attribute with.
- int
Values number[] - If multiple values are specified, at least one of them must match for the condition to match.
- ip
Range stringFrom - The beginning of the IP range. The condition matches if the detected attribute value is greater than or equal to this value (for
IpInRange) or less than this value (forNotIpInRange). - ip
Range stringTo - The end of the IP range. The condition matches if the detected attribute value is less than or equal to this value (for
IpInRange) or greater than this value (forNotIpInRange). - tag
Values string[] - If multiple values are specified, at least one of them must match for the condition to match.
- text
Values string[] - If multiple values are specified, at least one of them must match for the condition to match
- attribute str
- The detected attribute that should be compared with the specified operation.
- compare_
operation_ strtype - The type of comparison operation that should be applied to the detected attribute.. When using this field over the Settings API, it is stored as a string and must use one of the fixed compare-operation identifiers. The available subset depends on the selected
attribute.Exists,NotExistsBoolIsTrue,BoolIsFalseTagEquals,TagKeyEqualsStringEquals,NotStringEquals,StringStartsWith,NotStringStartsWith,StringEndsWith,NotStringEndsWith,StringContains,NotStringContainsFrameworkEquals,NotFrameworkEqualsIpInRange,NotIpInRangeIntEquals,NotIntEquals,IntGreaterThan,IntLessThan
- frameworks Sequence[str]
The technology that should be compared with the detected attribute.
Select one or more technologies. The condition matches if the detected attribute value equals (for
FrameworkEquals) or does not equal (forNotFrameworkEquals) at least one of the selected technologies. Possible values:AXIS,CXF,HESSIAN,JAX_WS_RI,JBOSS,JERSEY,PROGRESS,RESTEASY,RESTLET,SPRING,TIBCO,WEBLOGIC,WEBMETHODS,WEBSPHERE,WINK- ignore_
case bool - Ignore case sensitivity for texts.
- int_
value int - The integer value to compare the detected attribute with.
- int_
values Sequence[int] - If multiple values are specified, at least one of them must match for the condition to match.
- ip_
range_ strfrom - The beginning of the IP range. The condition matches if the detected attribute value is greater than or equal to this value (for
IpInRange) or less than this value (forNotIpInRange). - ip_
range_ strto - The end of the IP range. The condition matches if the detected attribute value is less than or equal to this value (for
IpInRange) or greater than this value (forNotIpInRange). - tag_
values Sequence[str] - If multiple values are specified, at least one of them must match for the condition to match.
- text_
values Sequence[str] - If multiple values are specified, at least one of them must match for the condition to match
- attribute String
- The detected attribute that should be compared with the specified operation.
- compare
Operation StringType - The type of comparison operation that should be applied to the detected attribute.. When using this field over the Settings API, it is stored as a string and must use one of the fixed compare-operation identifiers. The available subset depends on the selected
attribute.Exists,NotExistsBoolIsTrue,BoolIsFalseTagEquals,TagKeyEqualsStringEquals,NotStringEquals,StringStartsWith,NotStringStartsWith,StringEndsWith,NotStringEndsWith,StringContains,NotStringContainsFrameworkEquals,NotFrameworkEqualsIpInRange,NotIpInRangeIntEquals,NotIntEquals,IntGreaterThan,IntLessThan
- frameworks List<String>
The technology that should be compared with the detected attribute.
Select one or more technologies. The condition matches if the detected attribute value equals (for
FrameworkEquals) or does not equal (forNotFrameworkEquals) at least one of the selected technologies. Possible values:AXIS,CXF,HESSIAN,JAX_WS_RI,JBOSS,JERSEY,PROGRESS,RESTEASY,RESTLET,SPRING,TIBCO,WEBLOGIC,WEBMETHODS,WEBSPHERE,WINK- ignore
Case Boolean - Ignore case sensitivity for texts.
- int
Value Number - The integer value to compare the detected attribute with.
- int
Values List<Number> - If multiple values are specified, at least one of them must match for the condition to match.
- ip
Range StringFrom - The beginning of the IP range. The condition matches if the detected attribute value is greater than or equal to this value (for
IpInRange) or less than this value (forNotIpInRange). - ip
Range StringTo - The end of the IP range. The condition matches if the detected attribute value is less than or equal to this value (for
IpInRange) or greater than this value (forNotIpInRange). - tag
Values List<String> - If multiple values are specified, at least one of them must match for the condition to match.
- text
Values List<String> - If multiple values are specified, at least one of them must match for the condition to match
ServiceFullWebRequestIdContributors, ServiceFullWebRequestIdContributorsArgs
- Application
Id Pulumiverse.Dynatrace. Inputs. Service Full Web Request Id Contributors Application Id - Contribute to the Service Id calculation from the detected application identifier.. You can keep the detected value, override it with a constant value, or apply transformations before it contributes to the Service Id.
- Context
Root Pulumiverse.Dynatrace. Inputs. Service Full Web Request Id Contributors Context Root - The context root is the first segment of the request URL after the Server name. For example, in the
www.dynatrace.com/support/help/dynatrace-api/URL the context root is/support. The context root value can be found on the Service overview page under Properties and tags. - Server
Name Pulumiverse.Dynatrace. Inputs. Service Full Web Request Id Contributors Server Name - Contribute to the Service Id calculation from the detected server name.
- Application
Id ServiceFull Web Request Id Contributors Application Id - Contribute to the Service Id calculation from the detected application identifier.. You can keep the detected value, override it with a constant value, or apply transformations before it contributes to the Service Id.
- Context
Root ServiceFull Web Request Id Contributors Context Root - The context root is the first segment of the request URL after the Server name. For example, in the
www.dynatrace.com/support/help/dynatrace-api/URL the context root is/support. The context root value can be found on the Service overview page under Properties and tags. - Server
Name ServiceFull Web Request Id Contributors Server Name - Contribute to the Service Id calculation from the detected server name.
- application_
id object - Contribute to the Service Id calculation from the detected application identifier.. You can keep the detected value, override it with a constant value, or apply transformations before it contributes to the Service Id.
- context_
root object - The context root is the first segment of the request URL after the Server name. For example, in the
www.dynatrace.com/support/help/dynatrace-api/URL the context root is/support. The context root value can be found on the Service overview page under Properties and tags. - server_
name object - Contribute to the Service Id calculation from the detected server name.
- application
Id ServiceFull Web Request Id Contributors Application Id - Contribute to the Service Id calculation from the detected application identifier.. You can keep the detected value, override it with a constant value, or apply transformations before it contributes to the Service Id.
- context
Root ServiceFull Web Request Id Contributors Context Root - The context root is the first segment of the request URL after the Server name. For example, in the
www.dynatrace.com/support/help/dynatrace-api/URL the context root is/support. The context root value can be found on the Service overview page under Properties and tags. - server
Name ServiceFull Web Request Id Contributors Server Name - Contribute to the Service Id calculation from the detected server name.
- application
Id ServiceFull Web Request Id Contributors Application Id - Contribute to the Service Id calculation from the detected application identifier.. You can keep the detected value, override it with a constant value, or apply transformations before it contributes to the Service Id.
- context
Root ServiceFull Web Request Id Contributors Context Root - The context root is the first segment of the request URL after the Server name. For example, in the
www.dynatrace.com/support/help/dynatrace-api/URL the context root is/support. The context root value can be found on the Service overview page under Properties and tags. - server
Name ServiceFull Web Request Id Contributors Server Name - Contribute to the Service Id calculation from the detected server name.
- application_
id ServiceFull Web Request Id Contributors Application Id - Contribute to the Service Id calculation from the detected application identifier.. You can keep the detected value, override it with a constant value, or apply transformations before it contributes to the Service Id.
- context_
root ServiceFull Web Request Id Contributors Context Root - The context root is the first segment of the request URL after the Server name. For example, in the
www.dynatrace.com/support/help/dynatrace-api/URL the context root is/support. The context root value can be found on the Service overview page under Properties and tags. - server_
name ServiceFull Web Request Id Contributors Server Name - Contribute to the Service Id calculation from the detected server name.
- application
Id Property Map - Contribute to the Service Id calculation from the detected application identifier.. You can keep the detected value, override it with a constant value, or apply transformations before it contributes to the Service Id.
- context
Root Property Map - The context root is the first segment of the request URL after the Server name. For example, in the
www.dynatrace.com/support/help/dynatrace-api/URL the context root is/support. The context root value can be found on the Service overview page under Properties and tags. - server
Name Property Map - Contribute to the Service Id calculation from the detected server name.
ServiceFullWebRequestIdContributorsApplicationId, ServiceFullWebRequestIdContributorsApplicationIdArgs
- Enable
Id boolContributor - When enabled, the detected value contributes to the Service Id.
- Service
Id Pulumiverse.Contributor Dynatrace. Inputs. Service Full Web Request Id Contributors Application Id Service Id Contributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- Enable
Id boolContributor - When enabled, the detected value contributes to the Service Id.
- Service
Id ServiceContributor Full Web Request Id Contributors Application Id Service Id Contributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable_
id_ boolcontributor - When enabled, the detected value contributes to the Service Id.
- service_
id_ objectcontributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable
Id BooleanContributor - When enabled, the detected value contributes to the Service Id.
- service
Id ServiceContributor Full Web Request Id Contributors Application Id Service Id Contributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable
Id booleanContributor - When enabled, the detected value contributes to the Service Id.
- service
Id ServiceContributor Full Web Request Id Contributors Application Id Service Id Contributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable_
id_ boolcontributor - When enabled, the detected value contributes to the Service Id.
- service_
id_ Servicecontributor Full Web Request Id Contributors Application Id Service Id Contributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable
Id BooleanContributor - When enabled, the detected value contributes to the Service Id.
- service
Id Property MapContributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributor, ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorArgs
- Contribution
Type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - Transformations
Pulumiverse.
Dynatrace. Inputs. Service Full Web Request Id Contributors Application Id Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- Value
Override Pulumiverse.Dynatrace. Inputs. Service Full Web Request Id Contributors Application Id Service Id Contributor Value Override - The value to be used instead of the detected value.
- Contribution
Type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - Transformations
Service
Full Web Request Id Contributors Application Id Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- Value
Override ServiceFull Web Request Id Contributors Application Id Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution_
type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - transformations object
- Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value_
override object - The value to be used instead of the detected value.
- contribution
Type String - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - transformations
Service
Full Web Request Id Contributors Application Id Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value
Override ServiceFull Web Request Id Contributors Application Id Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution
Type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - transformations
Service
Full Web Request Id Contributors Application Id Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value
Override ServiceFull Web Request Id Contributors Application Id Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution_
type str - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - transformations
Service
Full Web Request Id Contributors Application Id Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value_
override ServiceFull Web Request Id Contributors Application Id Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution
Type String - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - transformations Property Map
- Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value
Override Property Map - The value to be used instead of the detected value.
ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorTransformations, ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorTransformationsArgs
ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorTransformationsTransformation, ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorTransformationsTransformationArgs
- Transformation
Type string - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - Include
Hex boolNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - Min
Digit intCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - Prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- Replacement
Value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - Segment
Count int - How many segments should be taken.
- Select
Index int - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - Split
Delimiter string - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - Suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- Take
From boolEnd - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- Transformation
Type string - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - Include
Hex boolNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - Min
Digit intCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - Prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- Replacement
Value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - Segment
Count int - How many segments should be taken.
- Select
Index int - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - Split
Delimiter string - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - Suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- Take
From boolEnd - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- transformation_
type string - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - include_
hex_ boolnumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min_
digit_ numbercount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement_
value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - segment_
count number - How many segments should be taken.
- select_
index number - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - split_
delimiter string - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- take_
from_ boolend - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- transformation
Type String - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - include
Hex BooleanNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min
Digit IntegerCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement
Value String - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - segment
Count Integer - How many segments should be taken.
- select
Index Integer - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - split
Delimiter String - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - suffix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- take
From BooleanEnd - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- transformation
Type string - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - include
Hex booleanNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min
Digit numberCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement
Value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - segment
Count number - How many segments should be taken.
- select
Index number - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - split
Delimiter string - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- take
From booleanEnd - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- transformation_
type str - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - include_
hex_ boolnumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min_
digit_ intcount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix str
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement_
value str - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - segment_
count int - How many segments should be taken.
- select_
index int - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - split_
delimiter str - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - suffix str
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- take_
from_ boolend - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- transformation
Type String - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - include
Hex BooleanNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min
Digit NumberCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement
Value String - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - segment
Count Number - How many segments should be taken.
- select
Index Number - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - split
Delimiter String - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - suffix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- take
From BooleanEnd - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorValueOverride, ServiceFullWebRequestIdContributorsApplicationIdServiceIdContributorValueOverrideArgs
- Value string
- The value to be used instead of the detected value.
- Value string
- The value to be used instead of the detected value.
- value string
- The value to be used instead of the detected value.
- value String
- The value to be used instead of the detected value.
- value string
- The value to be used instead of the detected value.
- value str
- The value to be used instead of the detected value.
- value String
- The value to be used instead of the detected value.
ServiceFullWebRequestIdContributorsContextRoot, ServiceFullWebRequestIdContributorsContextRootArgs
- Enable
Id boolContributor - When enabled, the context root contributes to the Service Id.
- Service
Id Pulumiverse.Contributor Dynatrace. Inputs. Service Full Web Request Id Contributors Context Root Service Id Contributor - Choose how to transform the context root value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- Enable
Id boolContributor - When enabled, the context root contributes to the Service Id.
- Service
Id ServiceContributor Full Web Request Id Contributors Context Root Service Id Contributor - Choose how to transform the context root value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable_
id_ boolcontributor - When enabled, the context root contributes to the Service Id.
- service_
id_ objectcontributor - Choose how to transform the context root value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable
Id BooleanContributor - When enabled, the context root contributes to the Service Id.
- service
Id ServiceContributor Full Web Request Id Contributors Context Root Service Id Contributor - Choose how to transform the context root value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable
Id booleanContributor - When enabled, the context root contributes to the Service Id.
- service
Id ServiceContributor Full Web Request Id Contributors Context Root Service Id Contributor - Choose how to transform the context root value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable_
id_ boolcontributor - When enabled, the context root contributes to the Service Id.
- service_
id_ Servicecontributor Full Web Request Id Contributors Context Root Service Id Contributor - Choose how to transform the context root value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable
Id BooleanContributor - When enabled, the context root contributes to the Service Id.
- service
Id Property MapContributor - Choose how to transform the context root value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
ServiceFullWebRequestIdContributorsContextRootServiceIdContributor, ServiceFullWebRequestIdContributorsContextRootServiceIdContributorArgs
- Contribution
Type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformURL,TransformValue - Segment
Count int - The number of segments of the URL to be kept. The URL is divided by slashes (/), the indexing starts with 1 at context root. For example, if you specify 2 for the
www.dynatrace.com/support/help/dynatrace-api/URL, the value ofsupport/helpis used. - Transformations
Pulumiverse.
Dynatrace. Inputs. Service Full Web Request Id Contributors Context Root Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- Value
Override Pulumiverse.Dynatrace. Inputs. Service Full Web Request Id Contributors Context Root Service Id Contributor Value Override - The value to be used instead of the detected value.
- Contribution
Type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformURL,TransformValue - Segment
Count int - The number of segments of the URL to be kept. The URL is divided by slashes (/), the indexing starts with 1 at context root. For example, if you specify 2 for the
www.dynatrace.com/support/help/dynatrace-api/URL, the value ofsupport/helpis used. - Transformations
Service
Full Web Request Id Contributors Context Root Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- Value
Override ServiceFull Web Request Id Contributors Context Root Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution_
type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformURL,TransformValue - segment_
count number - The number of segments of the URL to be kept. The URL is divided by slashes (/), the indexing starts with 1 at context root. For example, if you specify 2 for the
www.dynatrace.com/support/help/dynatrace-api/URL, the value ofsupport/helpis used. - transformations object
- Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value_
override object - The value to be used instead of the detected value.
- contribution
Type String - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformURL,TransformValue - segment
Count Integer - The number of segments of the URL to be kept. The URL is divided by slashes (/), the indexing starts with 1 at context root. For example, if you specify 2 for the
www.dynatrace.com/support/help/dynatrace-api/URL, the value ofsupport/helpis used. - transformations
Service
Full Web Request Id Contributors Context Root Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value
Override ServiceFull Web Request Id Contributors Context Root Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution
Type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformURL,TransformValue - segment
Count number - The number of segments of the URL to be kept. The URL is divided by slashes (/), the indexing starts with 1 at context root. For example, if you specify 2 for the
www.dynatrace.com/support/help/dynatrace-api/URL, the value ofsupport/helpis used. - transformations
Service
Full Web Request Id Contributors Context Root Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value
Override ServiceFull Web Request Id Contributors Context Root Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution_
type str - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformURL,TransformValue - segment_
count int - The number of segments of the URL to be kept. The URL is divided by slashes (/), the indexing starts with 1 at context root. For example, if you specify 2 for the
www.dynatrace.com/support/help/dynatrace-api/URL, the value ofsupport/helpis used. - transformations
Service
Full Web Request Id Contributors Context Root Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value_
override ServiceFull Web Request Id Contributors Context Root Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution
Type String - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformURL,TransformValue - segment
Count Number - The number of segments of the URL to be kept. The URL is divided by slashes (/), the indexing starts with 1 at context root. For example, if you specify 2 for the
www.dynatrace.com/support/help/dynatrace-api/URL, the value ofsupport/helpis used. - transformations Property Map
- Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value
Override Property Map - The value to be used instead of the detected value.
ServiceFullWebRequestIdContributorsContextRootServiceIdContributorTransformations, ServiceFullWebRequestIdContributorsContextRootServiceIdContributorTransformationsArgs
ServiceFullWebRequestIdContributorsContextRootServiceIdContributorTransformationsTransformation, ServiceFullWebRequestIdContributorsContextRootServiceIdContributorTransformationsTransformationArgs
- Transformation
Type string - Defines what kind of transformation will be applied on the original value. Possible values:
BEFORE,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN - Include
Hex boolNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - Min
Digit intCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - Prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- Replacement
Value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - Suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- Transformation
Type string - Defines what kind of transformation will be applied on the original value. Possible values:
BEFORE,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN - Include
Hex boolNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - Min
Digit intCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - Prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- Replacement
Value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - Suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- transformation_
type string - Defines what kind of transformation will be applied on the original value. Possible values:
BEFORE,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN - include_
hex_ boolnumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min_
digit_ numbercount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement_
value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- transformation
Type String - Defines what kind of transformation will be applied on the original value. Possible values:
BEFORE,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN - include
Hex BooleanNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min
Digit IntegerCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement
Value String - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - suffix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- transformation
Type string - Defines what kind of transformation will be applied on the original value. Possible values:
BEFORE,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN - include
Hex booleanNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min
Digit numberCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement
Value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- transformation_
type str - Defines what kind of transformation will be applied on the original value. Possible values:
BEFORE,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN - include_
hex_ boolnumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min_
digit_ intcount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix str
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement_
value str - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - suffix str
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- transformation
Type String - Defines what kind of transformation will be applied on the original value. Possible values:
BEFORE,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN - include
Hex BooleanNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min
Digit NumberCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement
Value String - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - suffix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
ServiceFullWebRequestIdContributorsContextRootServiceIdContributorValueOverride, ServiceFullWebRequestIdContributorsContextRootServiceIdContributorValueOverrideArgs
- Value string
- The value to be used instead of the detected value.
- Value string
- The value to be used instead of the detected value.
- value string
- The value to be used instead of the detected value.
- value String
- The value to be used instead of the detected value.
- value string
- The value to be used instead of the detected value.
- value str
- The value to be used instead of the detected value.
- value String
- The value to be used instead of the detected value.
ServiceFullWebRequestIdContributorsServerName, ServiceFullWebRequestIdContributorsServerNameArgs
- Enable
Id boolContributor - When enabled, the detected value contributes to the Service Id.
- Service
Id Pulumiverse.Contributor Dynatrace. Inputs. Service Full Web Request Id Contributors Server Name Service Id Contributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- Enable
Id boolContributor - When enabled, the detected value contributes to the Service Id.
- Service
Id ServiceContributor Full Web Request Id Contributors Server Name Service Id Contributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable_
id_ boolcontributor - When enabled, the detected value contributes to the Service Id.
- service_
id_ objectcontributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable
Id BooleanContributor - When enabled, the detected value contributes to the Service Id.
- service
Id ServiceContributor Full Web Request Id Contributors Server Name Service Id Contributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable
Id booleanContributor - When enabled, the detected value contributes to the Service Id.
- service
Id ServiceContributor Full Web Request Id Contributors Server Name Service Id Contributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable_
id_ boolcontributor - When enabled, the detected value contributes to the Service Id.
- service_
id_ Servicecontributor Full Web Request Id Contributors Server Name Service Id Contributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
- enable
Id BooleanContributor - When enabled, the detected value contributes to the Service Id.
- service
Id Property MapContributor - Choose how to transform the detected value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one.
ServiceFullWebRequestIdContributorsServerNameServiceIdContributor, ServiceFullWebRequestIdContributorsServerNameServiceIdContributorArgs
- Contribution
Type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - Transformations
Pulumiverse.
Dynatrace. Inputs. Service Full Web Request Id Contributors Server Name Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- Value
Override Pulumiverse.Dynatrace. Inputs. Service Full Web Request Id Contributors Server Name Service Id Contributor Value Override - The value to be used instead of the detected value.
- Contribution
Type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - Transformations
Service
Full Web Request Id Contributors Server Name Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- Value
Override ServiceFull Web Request Id Contributors Server Name Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution_
type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - transformations object
- Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value_
override object - The value to be used instead of the detected value.
- contribution
Type String - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - transformations
Service
Full Web Request Id Contributors Server Name Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value
Override ServiceFull Web Request Id Contributors Server Name Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution
Type string - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - transformations
Service
Full Web Request Id Contributors Server Name Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value
Override ServiceFull Web Request Id Contributors Server Name Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution_
type str - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - transformations
Service
Full Web Request Id Contributors Server Name Service Id Contributor Transformations - Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value_
override ServiceFull Web Request Id Contributors Server Name Service Id Contributor Value Override - The value to be used instead of the detected value.
- contribution
Type String - Defines whether the original value should be used or if a transformation set should be used to override a value or transform it. Possible values:
OriginalValue,OverrideValue,TransformValue - transformations Property Map
- Choose how to transform a value before it contributes to the Service Id. Note that all of the Transformations are always applied. Transformations are applied in the order they are specified, and the output of the previous transformation is the input for the next one. The resulting value contributes to the Service Id and can be found on the Service overview page under Properties and tags.
- value
Override Property Map - The value to be used instead of the detected value.
ServiceFullWebRequestIdContributorsServerNameServiceIdContributorTransformations, ServiceFullWebRequestIdContributorsServerNameServiceIdContributorTransformationsArgs
ServiceFullWebRequestIdContributorsServerNameServiceIdContributorTransformationsTransformation, ServiceFullWebRequestIdContributorsServerNameServiceIdContributorTransformationsTransformationArgs
- Transformation
Type string - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - Include
Hex boolNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - Min
Digit intCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - Prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- Replacement
Value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - Segment
Count int - How many segments should be taken.
- Select
Index int - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - Split
Delimiter string - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - Suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- Take
From boolEnd - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- Transformation
Type string - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - Include
Hex boolNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - Min
Digit intCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - Prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- Replacement
Value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - Segment
Count int - How many segments should be taken.
- Select
Index int - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - Split
Delimiter string - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - Suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- Take
From boolEnd - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- transformation_
type string - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - include_
hex_ boolnumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min_
digit_ numbercount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement_
value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - segment_
count number - How many segments should be taken.
- select_
index number - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - split_
delimiter string - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- take_
from_ boolend - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- transformation
Type String - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - include
Hex BooleanNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min
Digit IntegerCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement
Value String - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - segment
Count Integer - How many segments should be taken.
- select
Index Integer - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - split
Delimiter String - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - suffix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- take
From BooleanEnd - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- transformation
Type string - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - include
Hex booleanNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min
Digit numberCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement
Value string - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - segment
Count number - How many segments should be taken.
- select
Index number - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - split
Delimiter string - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - suffix string
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- take
From booleanEnd - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- transformation_
type str - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - include_
hex_ boolnumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min_
digit_ intcount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix str
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement_
value str - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - segment_
count int - How many segments should be taken.
- select_
index int - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - split_
delimiter str - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - suffix str
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- take_
from_ boolend - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
- transformation
Type String - Defines what kind of transformation will be applied on the original value. Possible values:
AFTER,BEFORE,BETWEEN,REMOVE_CREDIT_CARDS,REMOVE_IBANS,REMOVE_IPS,REMOVE_NUMBERS,REPLACE_BETWEEN,SPLIT_SELECT,TAKE_SEGMENTS - include
Hex BooleanNumbers - Whether to also remove hexadecimal numbers (sequences of at least
minDigitCounthexadecimal digits preceded by '0x'). It is used only when the transformation type isREMOVE_NUMBERS. - min
Digit NumberCount - The minimum number of digits that a numeric sequence must have to be removed. It is used only when the transformation type is
REMOVE_NUMBERS. - prefix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- replacement
Value String - The text that replaces the part between
prefixandsuffix. It is used only when the transformation type isREPLACE_BETWEEN. - segment
Count Number - How many segments should be taken.
- select
Index Number - The index of the element to keep after splitting. The index is zero-based. It is used only when the transformation type is
SPLIT_SELECT. - split
Delimiter String - The delimiter used for splitting the text. It is used only when the transformation type is
SPLIT_SELECTorTAKE_SEGMENTS. - suffix String
- The part of the text that serves as a reference point for the transformation. Its use depends on the transformation type.
- take
From BooleanEnd - Whether to take segments from the end of the text instead of the beginning. It is used only when the transformation type is
TAKE_SEGMENTS.
ServiceFullWebRequestIdContributorsServerNameServiceIdContributorValueOverride, ServiceFullWebRequestIdContributorsServerNameServiceIdContributorValueOverrideArgs
- Value string
- The value to be used instead of the detected value.
- Value string
- The value to be used instead of the detected value.
- value string
- The value to be used instead of the detected value.
- value String
- The value to be used instead of the detected value.
- value string
- The value to be used instead of the detected value.
- value str
- The value to be used instead of the detected value.
- value String
- The value to be used instead of the detected value.
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatraceTerraform Provider.
published on Tuesday, Jun 9, 2026 by Pulumiverse