dynatrace logo
Dynatrace v0.0.2, Nov 1 22

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

DataType string

The data type of the request attribute

Normalization string

String values transformation. If the dataType is not string, set the Original here

Confidential bool

Confidential data flag. Set true to treat the captured data as confidential

DataSources List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestAttributeDataSourceArgs>

The list of data sources

Enabled bool

The request attribute is enabled (true) or disabled (false)

Name string

The name of the request attribute

SkipPersonalDataMasking bool

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

DataType string

The data type of the request attribute

Normalization string

String values transformation. If the dataType is not string, set the Original here

Confidential bool

Confidential data flag. Set true to treat the captured data as confidential

DataSources []RequestAttributeDataSourceArgs

The list of data sources

Enabled bool

The request attribute is enabled (true) or disabled (false)

Name string

The name of the request attribute

SkipPersonalDataMasking bool

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

dataType String

The data type of the request attribute

normalization String

String values transformation. If the dataType is not string, set the Original here

confidential Boolean

Confidential data flag. Set true to treat the captured data as confidential

dataSources List<RequestAttributeDataSourceArgs>

The list of data sources

enabled Boolean

The request attribute is enabled (true) or disabled (false)

name String

The name of the request attribute

skipPersonalDataMasking Boolean

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

dataType string

The data type of the request attribute

normalization string

String values transformation. If the dataType is not string, set the Original here

confidential boolean

Confidential data flag. Set true to treat the captured data as confidential

dataSources RequestAttributeDataSourceArgs[]

The list of data sources

enabled boolean

The request attribute is enabled (true) or disabled (false)

name string

The name of the request attribute

skipPersonalDataMasking boolean

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 the Original here

confidential bool

Confidential data flag. Set true to treat the captured data as confidential

data_sources Sequence[RequestAttributeDataSourceArgs]

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_data_masking bool

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

dataType String

The data type of the request attribute

normalization String

String values transformation. If the dataType is not string, set the Original here

confidential Boolean

Confidential data flag. Set true to treat the captured data as confidential

dataSources 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

skipPersonalDataMasking Boolean

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.
The following state arguments are supported:
Aggregation string

Aggregation type for the request values

Confidential bool

Confidential data flag. Set true to treat the captured data as confidential

DataSources List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestAttributeDataSourceArgs>

The list of data sources

DataType 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 the Original here

SkipPersonalDataMasking bool

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

DataSources []RequestAttributeDataSourceArgs

The list of data sources

DataType 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 the Original here

SkipPersonalDataMasking bool

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

dataSources List<RequestAttributeDataSourceArgs>

The list of data sources

dataType 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 the Original here

skipPersonalDataMasking Boolean

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

dataSources RequestAttributeDataSourceArgs[]

The list of data sources

dataType 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 the Original here

skipPersonalDataMasking boolean

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[RequestAttributeDataSourceArgs]

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 the Original here

skip_personal_data_masking bool

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

dataSources List<Property Map>

The list of data sources

dataType 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 the Original here

skipPersonalDataMasking Boolean

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

CapturingAndStorageLocation string

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 is REQUEST_HEADER or RESPONSE_HEADER, the CAPTURE_AND_STORE_ON_BOTH location is not allowed

CicsSdkMethodNodeCondition Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestAttributeDataSourceCicsSdkMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

IibLabelMethodNodeCondition Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestAttributeDataSourceIibLabelMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

IibMethodNodeCondition Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestAttributeDataSourceIibMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

IibNodeType string

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.PulumiPackage.Dynatrace.Inputs.RequestAttributeDataSourceMethod>

The method specification if the source value is METHOD_PARAM. Not applicable in other cases

ParameterName 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.PulumiPackage.Dynatrace.Inputs.RequestAttributeDataSourceScope

Conditions for data capturing

SessionAttributeTechnology string

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

ValueProcessing Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestAttributeDataSourceValueProcessing
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

CapturingAndStorageLocation string

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 is REQUEST_HEADER or RESPONSE_HEADER, the CAPTURE_AND_STORE_ON_BOTH location is not allowed

CicsSdkMethodNodeCondition RequestAttributeDataSourceCicsSdkMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

IibLabelMethodNodeCondition RequestAttributeDataSourceIibLabelMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

IibMethodNodeCondition RequestAttributeDataSourceIibMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

IibNodeType string

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 []RequestAttributeDataSourceMethod

The method specification if the source value is METHOD_PARAM. Not applicable in other cases

ParameterName 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 RequestAttributeDataSourceScope

Conditions for data capturing

SessionAttributeTechnology string

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

ValueProcessing RequestAttributeDataSourceValueProcessing
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

capturingAndStorageLocation String

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 is REQUEST_HEADER or RESPONSE_HEADER, the CAPTURE_AND_STORE_ON_BOTH location is not allowed

cicsSdkMethodNodeCondition RequestAttributeDataSourceCicsSdkMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

iibLabelMethodNodeCondition RequestAttributeDataSourceIibLabelMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

iibMethodNodeCondition RequestAttributeDataSourceIibMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

iibNodeType String

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<RequestAttributeDataSourceMethod>

The method specification if the source value is METHOD_PARAM. Not applicable in other cases

parameterName 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 RequestAttributeDataSourceScope

Conditions for data capturing

sessionAttributeTechnology String

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

valueProcessing RequestAttributeDataSourceValueProcessing
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

capturingAndStorageLocation string

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 is REQUEST_HEADER or RESPONSE_HEADER, the CAPTURE_AND_STORE_ON_BOTH location is not allowed

cicsSdkMethodNodeCondition RequestAttributeDataSourceCicsSdkMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

iibLabelMethodNodeCondition RequestAttributeDataSourceIibLabelMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

iibMethodNodeCondition RequestAttributeDataSourceIibMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

iibNodeType string

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 RequestAttributeDataSourceMethod[]

The method specification if the source value is METHOD_PARAM. Not applicable in other cases

parameterName 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 RequestAttributeDataSourceScope

Conditions for data capturing

sessionAttributeTechnology string

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

valueProcessing RequestAttributeDataSourceValueProcessing
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_storage_location str

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 is REQUEST_HEADER or RESPONSE_HEADER, the CAPTURE_AND_STORE_ON_BOTH location is not allowed

cics_sdk_method_node_condition RequestAttributeDataSourceCicsSdkMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

iib_label_method_node_condition RequestAttributeDataSourceIibLabelMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

iib_method_node_condition RequestAttributeDataSourceIibMethodNodeCondition

IBM integration bus label node name condition for which the value is captured

iib_node_type str

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[RequestAttributeDataSourceMethod]

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 RequestAttributeDataSourceScope

Conditions for data capturing

session_attribute_technology str

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 RequestAttributeDataSourceValueProcessing
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

capturingAndStorageLocation String

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 is REQUEST_HEADER or RESPONSE_HEADER, the CAPTURE_AND_STORE_ON_BOTH location is not allowed

cicsSdkMethodNodeCondition Property Map

IBM integration bus label node name condition for which the value is captured

iibLabelMethodNodeCondition Property Map

IBM integration bus label node name condition for which the value is captured

iibMethodNodeCondition Property Map

IBM integration bus label node name condition for which the value is captured

iibNodeType String

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

parameterName 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

sessionAttributeTechnology String

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

valueProcessing Property Map

RequestAttributeDataSourceCicsSdkMethodNodeCondition

Operator string
Value string
Negate bool
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

Operator string
Value string
Negate bool
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

operator String
value String
negate Boolean
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

operator string
value string
negate boolean
unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

operator str
value str
negate bool
unknowns str

allows for configuring properties that are not explicitly supported by the current version of this provider

operator String
value String
negate Boolean
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

RequestAttributeDataSourceIibLabelMethodNodeCondition

Operator string
Value string
Negate bool
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

Operator string
Value string
Negate bool
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

operator String
value String
negate Boolean
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

operator string
value string
negate boolean
unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

operator str
value str
negate bool
unknowns str

allows for configuring properties that are not explicitly supported by the current version of this provider

operator String
value String
negate Boolean
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

RequestAttributeDataSourceIibMethodNodeCondition

Operator string
Value string
Negate bool
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

Operator string
Value string
Negate bool
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

operator String
value String
negate Boolean
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

operator string
value string
negate boolean
unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

operator str
value str
negate bool
unknowns str

allows for configuring properties that are not explicitly supported by the current version of this provider

operator String
value String
negate Boolean
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

RequestAttributeDataSourceMethod

Capture string
ArgumentIndex int
DeepObjectAccess string
Method Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestAttributeDataSourceMethodMethod
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

Capture string
ArgumentIndex int
DeepObjectAccess string
Method RequestAttributeDataSourceMethodMethod
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

capture String
argumentIndex Integer
deepObjectAccess String
method RequestAttributeDataSourceMethodMethod
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

capture string
argumentIndex number
deepObjectAccess string
method RequestAttributeDataSourceMethodMethod
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_access str
method RequestAttributeDataSourceMethodMethod
unknowns str

allows for configuring properties that are not explicitly supported by the current version of this provider

capture String
argumentIndex Number
deepObjectAccess String
method Property Map
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

RequestAttributeDataSourceMethodMethod

MethodName string
ReturnType string
Visibility string
ArgumentTypes List<string>
ClassName string
FileName string
FileNameMatcher string
Modifiers List<string>
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

MethodName string
ReturnType string
Visibility string
ArgumentTypes []string
ClassName string
FileName string
FileNameMatcher string
Modifiers []string
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

methodName String
returnType String
visibility String
argumentTypes List<String>
className String
fileName String
fileNameMatcher String
modifiers List<String>
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

methodName string
returnType string
visibility string
argumentTypes string[]
className string
fileName string
fileNameMatcher string
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_matcher str
modifiers Sequence[str]
unknowns str

allows for configuring properties that are not explicitly supported by the current version of this provider

methodName String
returnType String
visibility String
argumentTypes List<String>
className String
fileName String
fileNameMatcher String
modifiers List<String>
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

RequestAttributeDataSourceScope

HostGroup string
ProcessGroup string
ServiceTechnology string
TagOfProcessGroup string
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

HostGroup string
ProcessGroup string
ServiceTechnology string
TagOfProcessGroup string
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

hostGroup String
processGroup String
serviceTechnology String
tagOfProcessGroup String
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

hostGroup string
processGroup string
serviceTechnology string
tagOfProcessGroup string
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_process_group str
unknowns str

allows for configuring properties that are not explicitly supported by the current version of this provider

hostGroup String
processGroup String
serviceTechnology String
tagOfProcessGroup String
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

RequestAttributeDataSourceValueProcessing

ExtractSubstring RequestAttributeDataSourceValueProcessingExtractSubstring
SplitAt string
Trim bool
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

ValueCondition RequestAttributeDataSourceValueProcessingValueCondition
ValueExtractorRegex string
extractSubstring RequestAttributeDataSourceValueProcessingExtractSubstring
splitAt String
trim Boolean
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

valueCondition RequestAttributeDataSourceValueProcessingValueCondition
valueExtractorRegex String
extractSubstring RequestAttributeDataSourceValueProcessingExtractSubstring
splitAt string
trim boolean
unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

valueCondition RequestAttributeDataSourceValueProcessingValueCondition
valueExtractorRegex string
extract_substring RequestAttributeDataSourceValueProcessingExtractSubstring
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 RequestAttributeDataSourceValueProcessingValueCondition
value_extractor_regex str
extractSubstring Property Map
splitAt String
trim Boolean
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

valueCondition Property Map
valueExtractorRegex String

RequestAttributeDataSourceValueProcessingExtractSubstring

Delimiter string
Position string
EndDelimiter string
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

Delimiter string
Position string
EndDelimiter string
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

delimiter String
position String
endDelimiter String
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

delimiter string
position string
endDelimiter 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
endDelimiter String
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

RequestAttributeDataSourceValueProcessingValueCondition

Operator string
Value string
Negate bool
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

Operator string
Value string
Negate bool
Unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

operator String
value String
negate Boolean
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

operator string
value string
negate boolean
unknowns string

allows for configuring properties that are not explicitly supported by the current version of this provider

operator str
value str
negate bool
unknowns str

allows for configuring properties that are not explicitly supported by the current version of this provider

operator String
value String
negate Boolean
unknowns String

allows for configuring properties that are not explicitly supported by the current version of this provider

Package Details

Repository
dynatrace lbrlabs/pulumi-dynatrace
License
Apache-2.0
Notes

This Pulumi package is based on the dynatrace Terraform Provider.