dynatrace.RequestAttribute
Create RequestAttribute Resource
new RequestAttribute(name: string, args: RequestAttributeArgs, opts?: CustomResourceOptions);
@overload
def RequestAttribute(resource_name: str,
opts: Optional[ResourceOptions] = None,
aggregation: Optional[str] = None,
confidential: Optional[bool] = None,
data_sources: Optional[Sequence[RequestAttributeDataSourceArgs]] = None,
data_type: Optional[str] = None,
enabled: Optional[bool] = None,
name: Optional[str] = None,
normalization: Optional[str] = None,
skip_personal_data_masking: Optional[bool] = None,
unknowns: Optional[str] = None)
@overload
def RequestAttribute(resource_name: str,
args: RequestAttributeArgs,
opts: Optional[ResourceOptions] = None)
func NewRequestAttribute(ctx *Context, name string, args RequestAttributeArgs, opts ...ResourceOption) (*RequestAttribute, error)
public RequestAttribute(string name, RequestAttributeArgs args, CustomResourceOptions? opts = null)
public RequestAttribute(String name, RequestAttributeArgs args)
public RequestAttribute(String name, RequestAttributeArgs args, CustomResourceOptions options)
type: dynatrace:RequestAttribute
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RequestAttributeArgs
- 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 RequestAttributeArgs
- 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 RequestAttributeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RequestAttributeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RequestAttributeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
RequestAttribute 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 RequestAttribute resource accepts the following input properties:
- Aggregation string
Aggregation type for the request values
- Data
Type string The data type of the request attribute
- Normalization string
String values transformation. If the dataType is not
string
, set theOriginal
here- Confidential bool
Confidential data flag. Set
true
to treat the captured data as confidential- Data
Sources List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Request Attribute Data Source Args> The list of data sources
- Enabled bool
The request attribute is enabled (
true
) or disabled (false
)- Name string
The name of the request attribute
- Skip
Personal boolData Masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Aggregation string
Aggregation type for the request values
- Data
Type string The data type of the request attribute
- Normalization string
String values transformation. If the dataType is not
string
, set theOriginal
here- Confidential bool
Confidential data flag. Set
true
to treat the captured data as confidential- Data
Sources []RequestAttribute Data Source Args The list of data sources
- Enabled bool
The request attribute is enabled (
true
) or disabled (false
)- Name string
The name of the request attribute
- Skip
Personal boolData Masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation String
Aggregation type for the request values
- data
Type String The data type of the request attribute
- normalization String
String values transformation. If the dataType is not
string
, set theOriginal
here- confidential Boolean
Confidential data flag. Set
true
to treat the captured data as confidential- data
Sources List<RequestAttribute Data Source Args> The list of data sources
- enabled Boolean
The request attribute is enabled (
true
) or disabled (false
)- name String
The name of the request attribute
- skip
Personal BooleanData Masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation string
Aggregation type for the request values
- data
Type string The data type of the request attribute
- normalization string
String values transformation. If the dataType is not
string
, set theOriginal
here- confidential boolean
Confidential data flag. Set
true
to treat the captured data as confidential- data
Sources RequestAttribute Data Source Args[] The list of data sources
- enabled boolean
The request attribute is enabled (
true
) or disabled (false
)- name string
The name of the request attribute
- skip
Personal booleanData Masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation str
Aggregation type for the request values
- data_
type str The data type of the request attribute
- normalization str
String values transformation. If the dataType is not
string
, set theOriginal
here- confidential bool
Confidential data flag. Set
true
to treat the captured data as confidential- data_
sources Sequence[RequestAttribute Data Source Args] The list of data sources
- enabled bool
The request attribute is enabled (
true
) or disabled (false
)- name str
The name of the request attribute
- skip_
personal_ booldata_ masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation String
Aggregation type for the request values
- data
Type String The data type of the request attribute
- normalization String
String values transformation. If the dataType is not
string
, set theOriginal
here- confidential Boolean
Confidential data flag. Set
true
to treat the captured data as confidential- data
Sources List<Property Map> The list of data sources
- enabled Boolean
The request attribute is enabled (
true
) or disabled (false
)- name String
The name of the request attribute
- skip
Personal BooleanData Masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- 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 RequestAttribute 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 RequestAttribute Resource
Get an existing RequestAttribute 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?: RequestAttributeState, opts?: CustomResourceOptions): RequestAttribute
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
aggregation: Optional[str] = None,
confidential: Optional[bool] = None,
data_sources: Optional[Sequence[RequestAttributeDataSourceArgs]] = None,
data_type: Optional[str] = None,
enabled: Optional[bool] = None,
name: Optional[str] = None,
normalization: Optional[str] = None,
skip_personal_data_masking: Optional[bool] = None,
unknowns: Optional[str] = None) -> RequestAttribute
func GetRequestAttribute(ctx *Context, name string, id IDInput, state *RequestAttributeState, opts ...ResourceOption) (*RequestAttribute, error)
public static RequestAttribute Get(string name, Input<string> id, RequestAttributeState? state, CustomResourceOptions? opts = null)
public static RequestAttribute get(String name, Output<String> id, RequestAttributeState 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.
- Aggregation string
Aggregation type for the request values
- Confidential bool
Confidential data flag. Set
true
to treat the captured data as confidential- Data
Sources List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Request Attribute Data Source Args> The list of data sources
- Data
Type string The data type of the request attribute
- Enabled bool
The request attribute is enabled (
true
) or disabled (false
)- Name string
The name of the request attribute
- Normalization string
String values transformation. If the dataType is not
string
, set theOriginal
here- Skip
Personal boolData Masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Aggregation string
Aggregation type for the request values
- Confidential bool
Confidential data flag. Set
true
to treat the captured data as confidential- Data
Sources []RequestAttribute Data Source Args The list of data sources
- Data
Type string The data type of the request attribute
- Enabled bool
The request attribute is enabled (
true
) or disabled (false
)- Name string
The name of the request attribute
- Normalization string
String values transformation. If the dataType is not
string
, set theOriginal
here- Skip
Personal boolData Masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation String
Aggregation type for the request values
- confidential Boolean
Confidential data flag. Set
true
to treat the captured data as confidential- data
Sources List<RequestAttribute Data Source Args> The list of data sources
- data
Type String The data type of the request attribute
- enabled Boolean
The request attribute is enabled (
true
) or disabled (false
)- name String
The name of the request attribute
- normalization String
String values transformation. If the dataType is not
string
, set theOriginal
here- skip
Personal BooleanData Masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation string
Aggregation type for the request values
- confidential boolean
Confidential data flag. Set
true
to treat the captured data as confidential- data
Sources RequestAttribute Data Source Args[] The list of data sources
- data
Type string The data type of the request attribute
- enabled boolean
The request attribute is enabled (
true
) or disabled (false
)- name string
The name of the request attribute
- normalization string
String values transformation. If the dataType is not
string
, set theOriginal
here- skip
Personal booleanData Masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation str
Aggregation type for the request values
- confidential bool
Confidential data flag. Set
true
to treat the captured data as confidential- data_
sources Sequence[RequestAttribute Data Source Args] The list of data sources
- data_
type str The data type of the request attribute
- enabled bool
The request attribute is enabled (
true
) or disabled (false
)- name str
The name of the request attribute
- normalization str
String values transformation. If the dataType is not
string
, set theOriginal
here- skip_
personal_ booldata_ masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation String
Aggregation type for the request values
- confidential Boolean
Confidential data flag. Set
true
to treat the captured data as confidential- data
Sources List<Property Map> The list of data sources
- data
Type String The data type of the request attribute
- enabled Boolean
The request attribute is enabled (
true
) or disabled (false
)- name String
The name of the request attribute
- normalization String
String values transformation. If the dataType is not
string
, set theOriginal
here- skip
Personal BooleanData Masking Personal data masking flag. Set
true
to skip masking. Warning: This will potentially access personalized data- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
Supporting Types
RequestAttributeDataSource
- Enabled bool
The data source is enabled (
true
) or disabled (false
)- Source string
The source of the attribute to capture. Works in conjunction with parameterName or methods and technology
- Capturing
And stringStorage Location Specifies the location where the values are captured and stored. Required if the source is one of the following:
GET_PARAMETER
,URI
,REQUEST_HEADER
,RESPONSE_HEADER
. Not applicable in other cases. If the source value isREQUEST_HEADER
orRESPONSE_HEADER
, theCAPTURE_AND_STORE_ON_BOTH
location is not allowed- Cics
Sdk Lbrlabs.Method Node Condition Pulumi Package. Dynatrace. Inputs. Request Attribute Data Source Cics Sdk Method Node Condition IBM integration bus label node name condition for which the value is captured
- Iib
Label Lbrlabs.Method Node Condition Pulumi Package. Dynatrace. Inputs. Request Attribute Data Source Iib Label Method Node Condition IBM integration bus label node name condition for which the value is captured
- Iib
Method Lbrlabs.Node Condition Pulumi Package. Dynatrace. Inputs. Request Attribute Data Source Iib Method Node Condition IBM integration bus label node name condition for which the value is captured
- Iib
Node stringType The IBM integration bus node type for which the value is captured. This or
iibMethodNodeCondition
is required if the source is:IIB_NODE
. Not applicable in other cases- Methods
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Attribute Data Source Method> The method specification if the source value is
METHOD_PARAM
. Not applicable in other cases- Parameter
Name string The name of the web request parameter to capture. Required if the source is one of the following:
POST_PARAMETER
,GET_PARAMETER
,REQUEST_HEADER
,RESPONSE_HEADER
,CUSTOM_ATTRIBUTE
. Not applicable in other cases- Scope
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Attribute Data Source Scope Conditions for data capturing
- Session
Attribute stringTechnology The technology of the session attribute to capture if the source value is
SESSION_ATTRIBUTE
.- Technology string
- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Value
Processing Lbrlabs.Pulumi Package. Dynatrace. Inputs. Request Attribute Data Source Value Processing
- Enabled bool
The data source is enabled (
true
) or disabled (false
)- Source string
The source of the attribute to capture. Works in conjunction with parameterName or methods and technology
- Capturing
And stringStorage Location Specifies the location where the values are captured and stored. Required if the source is one of the following:
GET_PARAMETER
,URI
,REQUEST_HEADER
,RESPONSE_HEADER
. Not applicable in other cases. If the source value isREQUEST_HEADER
orRESPONSE_HEADER
, theCAPTURE_AND_STORE_ON_BOTH
location is not allowed- Cics
Sdk RequestMethod Node Condition Attribute Data Source Cics Sdk Method Node Condition IBM integration bus label node name condition for which the value is captured
- Iib
Label RequestMethod Node Condition Attribute Data Source Iib Label Method Node Condition IBM integration bus label node name condition for which the value is captured
- Iib
Method RequestNode Condition Attribute Data Source Iib Method Node Condition IBM integration bus label node name condition for which the value is captured
- Iib
Node stringType The IBM integration bus node type for which the value is captured. This or
iibMethodNodeCondition
is required if the source is:IIB_NODE
. Not applicable in other cases- Methods
[]Request
Attribute Data Source Method The method specification if the source value is
METHOD_PARAM
. Not applicable in other cases- Parameter
Name string The name of the web request parameter to capture. Required if the source is one of the following:
POST_PARAMETER
,GET_PARAMETER
,REQUEST_HEADER
,RESPONSE_HEADER
,CUSTOM_ATTRIBUTE
. Not applicable in other cases- Scope
Request
Attribute Data Source Scope Conditions for data capturing
- Session
Attribute stringTechnology The technology of the session attribute to capture if the source value is
SESSION_ATTRIBUTE
.- Technology string
- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Value
Processing RequestAttribute Data Source Value Processing
- enabled Boolean
The data source is enabled (
true
) or disabled (false
)- source String
The source of the attribute to capture. Works in conjunction with parameterName or methods and technology
- capturing
And StringStorage Location Specifies the location where the values are captured and stored. Required if the source is one of the following:
GET_PARAMETER
,URI
,REQUEST_HEADER
,RESPONSE_HEADER
. Not applicable in other cases. If the source value isREQUEST_HEADER
orRESPONSE_HEADER
, theCAPTURE_AND_STORE_ON_BOTH
location is not allowed- cics
Sdk RequestMethod Node Condition Attribute Data Source Cics Sdk Method Node Condition IBM integration bus label node name condition for which the value is captured
- iib
Label RequestMethod Node Condition Attribute Data Source Iib Label Method Node Condition IBM integration bus label node name condition for which the value is captured
- iib
Method RequestNode Condition Attribute Data Source Iib Method Node Condition IBM integration bus label node name condition for which the value is captured
- iib
Node StringType The IBM integration bus node type for which the value is captured. This or
iibMethodNodeCondition
is required if the source is:IIB_NODE
. Not applicable in other cases- methods
List<Request
Attribute Data Source Method> The method specification if the source value is
METHOD_PARAM
. Not applicable in other cases- parameter
Name String The name of the web request parameter to capture. Required if the source is one of the following:
POST_PARAMETER
,GET_PARAMETER
,REQUEST_HEADER
,RESPONSE_HEADER
,CUSTOM_ATTRIBUTE
. Not applicable in other cases- scope
Request
Attribute Data Source Scope Conditions for data capturing
- session
Attribute StringTechnology The technology of the session attribute to capture if the source value is
SESSION_ATTRIBUTE
.- technology String
- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- value
Processing RequestAttribute Data Source Value Processing
- enabled boolean
The data source is enabled (
true
) or disabled (false
)- source string
The source of the attribute to capture. Works in conjunction with parameterName or methods and technology
- capturing
And stringStorage Location Specifies the location where the values are captured and stored. Required if the source is one of the following:
GET_PARAMETER
,URI
,REQUEST_HEADER
,RESPONSE_HEADER
. Not applicable in other cases. If the source value isREQUEST_HEADER
orRESPONSE_HEADER
, theCAPTURE_AND_STORE_ON_BOTH
location is not allowed- cics
Sdk RequestMethod Node Condition Attribute Data Source Cics Sdk Method Node Condition IBM integration bus label node name condition for which the value is captured
- iib
Label RequestMethod Node Condition Attribute Data Source Iib Label Method Node Condition IBM integration bus label node name condition for which the value is captured
- iib
Method RequestNode Condition Attribute Data Source Iib Method Node Condition IBM integration bus label node name condition for which the value is captured
- iib
Node stringType The IBM integration bus node type for which the value is captured. This or
iibMethodNodeCondition
is required if the source is:IIB_NODE
. Not applicable in other cases- methods
Request
Attribute Data Source Method[] The method specification if the source value is
METHOD_PARAM
. Not applicable in other cases- parameter
Name string The name of the web request parameter to capture. Required if the source is one of the following:
POST_PARAMETER
,GET_PARAMETER
,REQUEST_HEADER
,RESPONSE_HEADER
,CUSTOM_ATTRIBUTE
. Not applicable in other cases- scope
Request
Attribute Data Source Scope Conditions for data capturing
- session
Attribute stringTechnology The technology of the session attribute to capture if the source value is
SESSION_ATTRIBUTE
.- technology string
- unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- value
Processing RequestAttribute Data Source Value Processing
- enabled bool
The data source is enabled (
true
) or disabled (false
)- source str
The source of the attribute to capture. Works in conjunction with parameterName or methods and technology
- capturing_
and_ strstorage_ location Specifies the location where the values are captured and stored. Required if the source is one of the following:
GET_PARAMETER
,URI
,REQUEST_HEADER
,RESPONSE_HEADER
. Not applicable in other cases. If the source value isREQUEST_HEADER
orRESPONSE_HEADER
, theCAPTURE_AND_STORE_ON_BOTH
location is not allowed- cics_
sdk_ Requestmethod_ node_ condition Attribute Data Source Cics Sdk Method Node Condition IBM integration bus label node name condition for which the value is captured
- iib_
label_ Requestmethod_ node_ condition Attribute Data Source Iib Label Method Node Condition IBM integration bus label node name condition for which the value is captured
- iib_
method_ Requestnode_ condition Attribute Data Source Iib Method Node Condition IBM integration bus label node name condition for which the value is captured
- iib_
node_ strtype The IBM integration bus node type for which the value is captured. This or
iibMethodNodeCondition
is required if the source is:IIB_NODE
. Not applicable in other cases- methods
Sequence[Request
Attribute Data Source Method] The method specification if the source value is
METHOD_PARAM
. Not applicable in other cases- parameter_
name str The name of the web request parameter to capture. Required if the source is one of the following:
POST_PARAMETER
,GET_PARAMETER
,REQUEST_HEADER
,RESPONSE_HEADER
,CUSTOM_ATTRIBUTE
. Not applicable in other cases- scope
Request
Attribute Data Source Scope Conditions for data capturing
- session_
attribute_ strtechnology The technology of the session attribute to capture if the source value is
SESSION_ATTRIBUTE
.- technology str
- unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
- value_
processing RequestAttribute Data Source Value Processing
- enabled Boolean
The data source is enabled (
true
) or disabled (false
)- source String
The source of the attribute to capture. Works in conjunction with parameterName or methods and technology
- capturing
And StringStorage Location Specifies the location where the values are captured and stored. Required if the source is one of the following:
GET_PARAMETER
,URI
,REQUEST_HEADER
,RESPONSE_HEADER
. Not applicable in other cases. If the source value isREQUEST_HEADER
orRESPONSE_HEADER
, theCAPTURE_AND_STORE_ON_BOTH
location is not allowed- cics
Sdk Property MapMethod Node Condition IBM integration bus label node name condition for which the value is captured
- iib
Label Property MapMethod Node Condition IBM integration bus label node name condition for which the value is captured
- iib
Method Property MapNode Condition IBM integration bus label node name condition for which the value is captured
- iib
Node StringType The IBM integration bus node type for which the value is captured. This or
iibMethodNodeCondition
is required if the source is:IIB_NODE
. Not applicable in other cases- methods List<Property Map>
The method specification if the source value is
METHOD_PARAM
. Not applicable in other cases- parameter
Name String The name of the web request parameter to capture. Required if the source is one of the following:
POST_PARAMETER
,GET_PARAMETER
,REQUEST_HEADER
,RESPONSE_HEADER
,CUSTOM_ATTRIBUTE
. Not applicable in other cases- scope Property Map
Conditions for data capturing
- session
Attribute StringTechnology The technology of the session attribute to capture if the source value is
SESSION_ATTRIBUTE
.- technology String
- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- value
Processing Property Map
RequestAttributeDataSourceCicsSdkMethodNodeCondition
RequestAttributeDataSourceIibLabelMethodNodeCondition
RequestAttributeDataSourceIibMethodNodeCondition
RequestAttributeDataSourceMethod
- Capture string
- Argument
Index int - Deep
Object stringAccess - Method
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Request Attribute Data Source Method Method - Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Capture string
- Argument
Index int - Deep
Object stringAccess - Method
Request
Attribute Data Source Method Method - Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- capture String
- argument
Index Integer - deep
Object StringAccess - method
Request
Attribute Data Source Method Method - unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- capture string
- argument
Index number - deep
Object stringAccess - method
Request
Attribute Data Source Method Method - unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- capture str
- argument_
index int - deep_
object_ straccess - method
Request
Attribute Data Source Method Method - unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
- capture String
- argument
Index Number - deep
Object StringAccess - method Property Map
- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
RequestAttributeDataSourceMethodMethod
- Method
Name string - Return
Type string - Visibility string
- Argument
Types List<string> - Class
Name string - File
Name string - File
Name stringMatcher - Modifiers List<string>
- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Method
Name string - Return
Type string - Visibility string
- Argument
Types []string - Class
Name string - File
Name string - File
Name stringMatcher - Modifiers []string
- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- method
Name String - return
Type String - visibility String
- argument
Types List<String> - class
Name String - file
Name String - file
Name StringMatcher - modifiers List<String>
- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- method
Name string - return
Type string - visibility string
- argument
Types string[] - class
Name string - file
Name string - file
Name stringMatcher - modifiers string[]
- unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- method_
name str - return_
type str - visibility str
- argument_
types Sequence[str] - class_
name str - file_
name str - file_
name_ strmatcher - modifiers Sequence[str]
- unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
- method
Name String - return
Type String - visibility String
- argument
Types List<String> - class
Name String - file
Name String - file
Name StringMatcher - modifiers List<String>
- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
RequestAttributeDataSourceScope
- Host
Group string - Process
Group string - Service
Technology string - Tag
Of stringProcess Group - Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Host
Group string - Process
Group string - Service
Technology string - Tag
Of stringProcess Group - Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- host
Group String - process
Group String - service
Technology String - tag
Of StringProcess Group - unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- host
Group string - process
Group string - service
Technology string - tag
Of stringProcess Group - unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- host_
group str - process_
group str - service_
technology str - tag_
of_ strprocess_ group - unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
- host
Group String - process
Group String - service
Technology String - tag
Of StringProcess Group - unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
RequestAttributeDataSourceValueProcessing
- Extract
Substring Lbrlabs.Pulumi Package. Dynatrace. Inputs. Request Attribute Data Source Value Processing Extract Substring - Split
At string - Trim bool
- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Value
Condition Lbrlabs.Pulumi Package. Dynatrace. Inputs. Request Attribute Data Source Value Processing Value Condition - Value
Extractor stringRegex
- Extract
Substring RequestAttribute Data Source Value Processing Extract Substring - Split
At string - Trim bool
- Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Value
Condition RequestAttribute Data Source Value Processing Value Condition - Value
Extractor stringRegex
- extract
Substring RequestAttribute Data Source Value Processing Extract Substring - split
At String - trim Boolean
- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- value
Condition RequestAttribute Data Source Value Processing Value Condition - value
Extractor StringRegex
- extract
Substring RequestAttribute Data Source Value Processing Extract Substring - split
At string - trim boolean
- unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- value
Condition RequestAttribute Data Source Value Processing Value Condition - value
Extractor stringRegex
- extract_
substring RequestAttribute Data Source Value Processing Extract Substring - split_
at str - trim bool
- unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
- value_
condition RequestAttribute Data Source Value Processing Value Condition - value_
extractor_ strregex
- extract
Substring Property Map - split
At String - trim Boolean
- unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- value
Condition Property Map - value
Extractor StringRegex
RequestAttributeDataSourceValueProcessingExtractSubstring
- Delimiter string
- Position string
- End
Delimiter string - Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- Delimiter string
- Position string
- End
Delimiter string - Unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- delimiter String
- position String
- end
Delimiter String - unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
- delimiter string
- position string
- end
Delimiter string - unknowns string
allows for configuring properties that are not explicitly supported by the current version of this provider
- delimiter str
- position str
- end_
delimiter str - unknowns str
allows for configuring properties that are not explicitly supported by the current version of this provider
- delimiter String
- position String
- end
Delimiter String - unknowns String
allows for configuring properties that are not explicitly supported by the current version of this provider
RequestAttributeDataSourceValueProcessingValueCondition
Package Details
- Repository
- dynatrace lbrlabs/pulumi-dynatrace
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dynatrace
Terraform Provider.