dynatrace.RequestNaming
Create RequestNaming Resource
new RequestNaming(name: string, args: RequestNamingArgs, opts?: CustomResourceOptions);
@overload
def RequestNaming(resource_name: str,
opts: Optional[ResourceOptions] = None,
conditions: Optional[RequestNamingConditionsArgs] = None,
enabled: Optional[bool] = None,
management_zones: Optional[Sequence[str]] = None,
naming_pattern: Optional[str] = None,
placeholders: Optional[RequestNamingPlaceholdersArgs] = None,
unknowns: Optional[str] = None)
@overload
def RequestNaming(resource_name: str,
args: RequestNamingArgs,
opts: Optional[ResourceOptions] = None)
func NewRequestNaming(ctx *Context, name string, args RequestNamingArgs, opts ...ResourceOption) (*RequestNaming, error)
public RequestNaming(string name, RequestNamingArgs args, CustomResourceOptions? opts = null)
public RequestNaming(String name, RequestNamingArgs args)
public RequestNaming(String name, RequestNamingArgs args, CustomResourceOptions options)
type: dynatrace:RequestNaming
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RequestNamingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RequestNamingArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RequestNamingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RequestNamingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RequestNamingArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
RequestNaming Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The RequestNaming resource accepts the following input properties:
- Conditions
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Args The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- Naming
Pattern string The name to be assigned to matching requests
- Enabled bool
The rule is enabled (
true
) or disabled (false
)- Management
Zones List<string> Specifies the management zones for which this rule should be applied
- Placeholders
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Placeholders Args The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Conditions
Request
Naming Conditions Args The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- Naming
Pattern string The name to be assigned to matching requests
- Enabled bool
The rule is enabled (
true
) or disabled (false
)- Management
Zones []string Specifies the management zones for which this rule should be applied
- Placeholders
Request
Naming Placeholders Args The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions Args The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- naming
Pattern String The name to be assigned to matching requests
- enabled Boolean
The rule is enabled (
true
) or disabled (false
)- management
Zones List<String> Specifies the management zones for which this rule should be applied
- placeholders
Request
Naming Placeholders Args The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions Args The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- naming
Pattern string The name to be assigned to matching requests
- enabled boolean
The rule is enabled (
true
) or disabled (false
)- management
Zones string[] Specifies the management zones for which this rule should be applied
- placeholders
Request
Naming Placeholders Args The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions Args The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- naming_
pattern str The name to be assigned to matching requests
- enabled bool
The rule is enabled (
true
) or disabled (false
)- management_
zones Sequence[str] Specifies the management zones for which this rule should be applied
- placeholders
Request
Naming Placeholders Args The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions Property Map
The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- naming
Pattern String The name to be assigned to matching requests
- enabled Boolean
The rule is enabled (
true
) or disabled (false
)- management
Zones List<String> Specifies the management zones for which this rule should be applied
- placeholders Property Map
The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
Outputs
All input properties are implicitly available as output properties. Additionally, the RequestNaming resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing RequestNaming Resource
Get an existing RequestNaming resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: RequestNamingState, opts?: CustomResourceOptions): RequestNaming
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
conditions: Optional[RequestNamingConditionsArgs] = None,
enabled: Optional[bool] = None,
management_zones: Optional[Sequence[str]] = None,
naming_pattern: Optional[str] = None,
placeholders: Optional[RequestNamingPlaceholdersArgs] = None,
unknowns: Optional[str] = None) -> RequestNaming
func GetRequestNaming(ctx *Context, name string, id IDInput, state *RequestNamingState, opts ...ResourceOption) (*RequestNaming, error)
public static RequestNaming Get(string name, Input<string> id, RequestNamingState? state, CustomResourceOptions? opts = null)
public static RequestNaming get(String name, Output<String> id, RequestNamingState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Conditions
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Args The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- Enabled bool
The rule is enabled (
true
) or disabled (false
)- Management
Zones List<string> Specifies the management zones for which this rule should be applied
- Naming
Pattern string The name to be assigned to matching requests
- Placeholders
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Placeholders Args The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Conditions
Request
Naming Conditions Args The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- Enabled bool
The rule is enabled (
true
) or disabled (false
)- Management
Zones []string Specifies the management zones for which this rule should be applied
- Naming
Pattern string The name to be assigned to matching requests
- Placeholders
Request
Naming Placeholders Args The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions Args The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- enabled Boolean
The rule is enabled (
true
) or disabled (false
)- management
Zones List<String> Specifies the management zones for which this rule should be applied
- naming
Pattern String The name to be assigned to matching requests
- placeholders
Request
Naming Placeholders Args The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions Args The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- enabled boolean
The rule is enabled (
true
) or disabled (false
)- management
Zones string[] Specifies the management zones for which this rule should be applied
- naming
Pattern string The name to be assigned to matching requests
- placeholders
Request
Naming Placeholders Args The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions
Request
Naming Conditions Args The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- enabled bool
The rule is enabled (
true
) or disabled (false
)- management_
zones Sequence[str] Specifies the management zones for which this rule should be applied
- naming_
pattern str The name to be assigned to matching requests
- placeholders
Request
Naming Placeholders Args The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
- conditions Property Map
The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger
- enabled Boolean
The rule is enabled (
true
) or disabled (false
)- management
Zones List<String> Specifies the management zones for which this rule should be applied
- naming
Pattern String The name to be assigned to matching requests
- placeholders Property Map
The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.
- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
Supporting Types
RequestNamingConditions
RequestNamingConditionsCondition
- attribute String
- comparison Property Map
RequestNamingConditionsConditionComparison
- Boolean
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Boolean - Esb
Input Lbrlabs.Node Type Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Esb Input Node Type - Failed
State Lbrlabs.Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Failed State - Failure
Reason Lbrlabs.Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Failure Reason - Fast
String Lbrlabs.Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Fast String - Flaw
State Lbrlabs.Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Flaw State - Generic
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Generic - Http
Method Lbrlabs.Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Http Method - Http
Status Lbrlabs.Class Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Http Status Class - Iib
Input Lbrlabs.Node Type Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Iib Input Node Type - Negate bool
- Number
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Number - Number
Request Lbrlabs.Attribute Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Number Request Attribute - Service
Type Lbrlabs.Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Service Type - String
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison String - String
Request Lbrlabs.Attribute Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison String Request Attribute - Tag
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Tag - Zos
Call Lbrlabs.Type Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Zos Call Type
- Boolean
Request
Naming Conditions Condition Comparison Boolean - Esb
Input RequestNode Type Naming Conditions Condition Comparison Esb Input Node Type - Failed
State RequestNaming Conditions Condition Comparison Failed State - Failure
Reason RequestNaming Conditions Condition Comparison Failure Reason - Fast
String RequestNaming Conditions Condition Comparison Fast String - Flaw
State RequestNaming Conditions Condition Comparison Flaw State - Generic
Request
Naming Conditions Condition Comparison Generic - Http
Method RequestNaming Conditions Condition Comparison Http Method - Http
Status RequestClass Naming Conditions Condition Comparison Http Status Class - Iib
Input RequestNode Type Naming Conditions Condition Comparison Iib Input Node Type - Negate bool
- Number
Request
Naming Conditions Condition Comparison Number - Number
Request RequestAttribute Naming Conditions Condition Comparison Number Request Attribute - Service
Type RequestNaming Conditions Condition Comparison Service Type - String
Request
Naming Conditions Condition Comparison String - String
Request RequestAttribute Naming Conditions Condition Comparison String Request Attribute - Tag
Request
Naming Conditions Condition Comparison Tag - Zos
Call RequestType Naming Conditions Condition Comparison Zos Call Type
- boolean_
Request
Naming Conditions Condition Comparison Boolean - esb
Input RequestNode Type Naming Conditions Condition Comparison Esb Input Node Type - failed
State RequestNaming Conditions Condition Comparison Failed State - failure
Reason RequestNaming Conditions Condition Comparison Failure Reason - fast
String RequestNaming Conditions Condition Comparison Fast String - flaw
State RequestNaming Conditions Condition Comparison Flaw State - generic
Request
Naming Conditions Condition Comparison Generic - http
Method RequestNaming Conditions Condition Comparison Http Method - http
Status RequestClass Naming Conditions Condition Comparison Http Status Class - iib
Input RequestNode Type Naming Conditions Condition Comparison Iib Input Node Type - negate Boolean
- number
Request
Naming Conditions Condition Comparison Number - number
Request RequestAttribute Naming Conditions Condition Comparison Number Request Attribute - service
Type RequestNaming Conditions Condition Comparison Service Type - string
Request
Naming Conditions Condition Comparison String - string
Request RequestAttribute Naming Conditions Condition Comparison String Request Attribute - tag
Request
Naming Conditions Condition Comparison Tag - zos
Call RequestType Naming Conditions Condition Comparison Zos Call Type
- boolean
Request
Naming Conditions Condition Comparison Boolean - esb
Input RequestNode Type Naming Conditions Condition Comparison Esb Input Node Type - failed
State RequestNaming Conditions Condition Comparison Failed State - failure
Reason RequestNaming Conditions Condition Comparison Failure Reason - fast
String RequestNaming Conditions Condition Comparison Fast String - flaw
State RequestNaming Conditions Condition Comparison Flaw State - generic
Request
Naming Conditions Condition Comparison Generic - http
Method RequestNaming Conditions Condition Comparison Http Method - http
Status RequestClass Naming Conditions Condition Comparison Http Status Class - iib
Input RequestNode Type Naming Conditions Condition Comparison Iib Input Node Type - negate boolean
- number
Request
Naming Conditions Condition Comparison Number - number
Request RequestAttribute Naming Conditions Condition Comparison Number Request Attribute - service
Type RequestNaming Conditions Condition Comparison Service Type - string
Request
Naming Conditions Condition Comparison String - string
Request RequestAttribute Naming Conditions Condition Comparison String Request Attribute - tag
Request
Naming Conditions Condition Comparison Tag - zos
Call RequestType Naming Conditions Condition Comparison Zos Call Type
- boolean
Request
Naming Conditions Condition Comparison Boolean - esb_
input_ Requestnode_ type Naming Conditions Condition Comparison Esb Input Node Type - failed_
state RequestNaming Conditions Condition Comparison Failed State - failure_
reason RequestNaming Conditions Condition Comparison Failure Reason - fast_
string RequestNaming Conditions Condition Comparison Fast String - flaw_
state RequestNaming Conditions Condition Comparison Flaw State - generic
Request
Naming Conditions Condition Comparison Generic - http_
method RequestNaming Conditions Condition Comparison Http Method - http_
status_ Requestclass Naming Conditions Condition Comparison Http Status Class - iib_
input_ Requestnode_ type Naming Conditions Condition Comparison Iib Input Node Type - negate bool
- number
Request
Naming Conditions Condition Comparison Number - number_
request_ Requestattribute Naming Conditions Condition Comparison Number Request Attribute - service_
type RequestNaming Conditions Condition Comparison Service Type - string
Request
Naming Conditions Condition Comparison String - string_
request_ Requestattribute Naming Conditions Condition Comparison String Request Attribute - tag
Request
Naming Conditions Condition Comparison Tag - zos_
call_ Requesttype Naming Conditions Condition Comparison Zos Call Type
- boolean Property Map
- esb
Input Property MapNode Type - failed
State Property Map - failure
Reason Property Map - fast
String Property Map - flaw
State Property Map - generic Property Map
- http
Method Property Map - http
Status Property MapClass - iib
Input Property MapNode Type - negate Boolean
- number Property Map
- number
Request Property MapAttribute - service
Type Property Map - string Property Map
- string
Request Property MapAttribute - tag Property Map
- zos
Call Property MapType
RequestNamingConditionsConditionComparisonBoolean
RequestNamingConditionsConditionComparisonEsbInputNodeType
RequestNamingConditionsConditionComparisonFailedState
RequestNamingConditionsConditionComparisonFailureReason
RequestNamingConditionsConditionComparisonFastString
- Case
Sensitive bool - Operator string
- Unknowns string
- Value string
- Values List<string>
- Case
Sensitive bool - Operator string
- Unknowns string
- Value string
- Values []string
- case
Sensitive Boolean - operator String
- unknowns String
- value String
- values List<String>
- case
Sensitive boolean - operator string
- unknowns string
- value string
- values string[]
- case_
sensitive bool - operator str
- unknowns str
- value str
- values Sequence[str]
- case
Sensitive Boolean - operator String
- unknowns String
- value String
- values List<String>
RequestNamingConditionsConditionComparisonFlawState
RequestNamingConditionsConditionComparisonGeneric
RequestNamingConditionsConditionComparisonHttpMethod
RequestNamingConditionsConditionComparisonHttpStatusClass
RequestNamingConditionsConditionComparisonIibInputNodeType
RequestNamingConditionsConditionComparisonNumber
RequestNamingConditionsConditionComparisonNumberRequestAttribute
- Request
Attribute string - Match
On boolChild Calls - Operator string
- Source
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison Number Request Attribute Source - Unknowns string
- Value double
- Values List<double>
- Request
Attribute string - Match
On boolChild Calls - Operator string
- Source
Request
Naming Conditions Condition Comparison Number Request Attribute Source - Unknowns string
- Value float64
- Values []float64
- request
Attribute String - match
On BooleanChild Calls - operator String
- source
Request
Naming Conditions Condition Comparison Number Request Attribute Source - unknowns String
- value Double
- values List<Double>
- request
Attribute string - match
On booleanChild Calls - operator string
- source
Request
Naming Conditions Condition Comparison Number Request Attribute Source - unknowns string
- value number
- values number[]
- request_
attribute str - match_
on_ boolchild_ calls - operator str
- source
Request
Naming Conditions Condition Comparison Number Request Attribute Source - unknowns str
- value float
- values Sequence[float]
- request
Attribute String - match
On BooleanChild Calls - operator String
- source Property Map
- unknowns String
- value Number
- values List<Number>
RequestNamingConditionsConditionComparisonNumberRequestAttributeSource
- management
Zone String - service
Tag Property Map - unknowns String
RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTag
- key String
- context String
- tag
Key Property Map - value String
RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKey
RequestNamingConditionsConditionComparisonServiceType
RequestNamingConditionsConditionComparisonString
- Case
Sensitive bool - Operator string
- Unknowns string
- Value string
- Values List<string>
- Case
Sensitive bool - Operator string
- Unknowns string
- Value string
- Values []string
- case
Sensitive Boolean - operator String
- unknowns String
- value String
- values List<String>
- case
Sensitive boolean - operator string
- unknowns string
- value string
- values string[]
- case_
sensitive bool - operator str
- unknowns str
- value str
- values Sequence[str]
- case
Sensitive Boolean - operator String
- unknowns String
- value String
- values List<String>
RequestNamingConditionsConditionComparisonStringRequestAttribute
- Request
Attribute string - Case
Sensitive bool - Match
On boolChild Calls - Operator string
- Source
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Conditions Condition Comparison String Request Attribute Source - Unknowns string
- Value string
- Values List<string>
- Request
Attribute string - Case
Sensitive bool - Match
On boolChild Calls - Operator string
- Source
Request
Naming Conditions Condition Comparison String Request Attribute Source - Unknowns string
- Value string
- Values []string
- request
Attribute String - case
Sensitive Boolean - match
On BooleanChild Calls - operator String
- source
Request
Naming Conditions Condition Comparison String Request Attribute Source - unknowns String
- value String
- values List<String>
- request
Attribute string - case
Sensitive boolean - match
On booleanChild Calls - operator string
- source
Request
Naming Conditions Condition Comparison String Request Attribute Source - unknowns string
- value string
- values string[]
- request_
attribute str - case_
sensitive bool - match_
on_ boolchild_ calls - operator str
- source
Request
Naming Conditions Condition Comparison String Request Attribute Source - unknowns str
- value str
- values Sequence[str]
- request
Attribute String - case
Sensitive Boolean - match
On BooleanChild Calls - operator String
- source Property Map
- unknowns String
- value String
- values List<String>
RequestNamingConditionsConditionComparisonStringRequestAttributeSource
- management
Zone String - service
Tag Property Map - unknowns String
RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTag
- key String
- context String
- tag
Key Property Map - value String
RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKey
RequestNamingConditionsConditionComparisonTag
- operator String
- unknowns String
- value Property Map
- values Property Map
RequestNamingConditionsConditionComparisonTagValue
RequestNamingConditionsConditionComparisonTagValues
RequestNamingConditionsConditionComparisonTagValuesValue
RequestNamingConditionsConditionComparisonZosCallType
RequestNamingPlaceholders
RequestNamingPlaceholdersPlaceholder
- Attribute string
- Kind string
- Name string
- Aggregation string
- Delimiter
Or stringRegex - End
Delimiter string - Normalization string
- Request
Attribute string - Source
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Naming Placeholders Placeholder Source - Unknowns string
- Use
From boolChild Calls
- Attribute string
- Kind string
- Name string
- Aggregation string
- Delimiter
Or stringRegex - End
Delimiter string - Normalization string
- Request
Attribute string - Source
Request
Naming Placeholders Placeholder Source - Unknowns string
- Use
From boolChild Calls
- attribute String
- kind String
- name String
- aggregation String
- delimiter
Or StringRegex - end
Delimiter String - normalization String
- request
Attribute String - source
Request
Naming Placeholders Placeholder Source - unknowns String
- use
From BooleanChild Calls
- attribute string
- kind string
- name string
- aggregation string
- delimiter
Or stringRegex - end
Delimiter string - normalization string
- request
Attribute string - source
Request
Naming Placeholders Placeholder Source - unknowns string
- use
From booleanChild Calls
- attribute str
- kind str
- name str
- aggregation str
- delimiter_
or_ strregex - end_
delimiter str - normalization str
- request_
attribute str - source
Request
Naming Placeholders Placeholder Source - unknowns str
- use_
from_ boolchild_ calls
- attribute String
- kind String
- name String
- aggregation String
- delimiter
Or StringRegex - end
Delimiter String - normalization String
- request
Attribute String - source Property Map
- unknowns String
- use
From BooleanChild Calls
RequestNamingPlaceholdersPlaceholderSource
- management
Zone String - service
Tag Property Map - unknowns String
RequestNamingPlaceholdersPlaceholderSourceServiceTag
- Key string
- Context string
- Tag
Key RequestNaming Placeholders Placeholder Source Service Tag Tag Key - Value string
- key String
- context String
- tag
Key RequestNaming Placeholders Placeholder Source Service Tag Tag Key - value String
- key string
- context string
- tag
Key RequestNaming Placeholders Placeholder Source Service Tag Tag Key - value string
- key String
- context String
- tag
Key Property Map - value String
RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKey
Package Details
- Repository
- dynatrace lbrlabs/pulumi-dynatrace
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dynatrace
Terraform Provider.