dynatrace logo
Dynatrace v0.0.2, Nov 1 22

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

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

NamingPattern string

The name to be assigned to matching requests

Enabled bool

The rule is enabled (true) or disabled (false)

ManagementZones List<string>

Specifies the management zones for which this rule should be applied

Placeholders Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingPlaceholdersArgs

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

Unknowns string

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

Conditions RequestNamingConditionsArgs

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

NamingPattern string

The name to be assigned to matching requests

Enabled bool

The rule is enabled (true) or disabled (false)

ManagementZones []string

Specifies the management zones for which this rule should be applied

Placeholders RequestNamingPlaceholdersArgs

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

Unknowns string

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

conditions RequestNamingConditionsArgs

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

namingPattern String

The name to be assigned to matching requests

enabled Boolean

The rule is enabled (true) or disabled (false)

managementZones List<String>

Specifies the management zones for which this rule should be applied

placeholders RequestNamingPlaceholdersArgs

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

unknowns String

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

conditions RequestNamingConditionsArgs

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

namingPattern string

The name to be assigned to matching requests

enabled boolean

The rule is enabled (true) or disabled (false)

managementZones string[]

Specifies the management zones for which this rule should be applied

placeholders RequestNamingPlaceholdersArgs

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

unknowns string

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

conditions RequestNamingConditionsArgs

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

naming_pattern str

The name to be assigned to matching requests

enabled bool

The rule is enabled (true) or disabled (false)

management_zones Sequence[str]

Specifies the management zones for which this rule should be applied

placeholders RequestNamingPlaceholdersArgs

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

unknowns str

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

conditions Property Map

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

namingPattern String

The name to be assigned to matching requests

enabled Boolean

The rule is enabled (true) or disabled (false)

managementZones List<String>

Specifies the management zones for which this rule should be applied

placeholders Property Map

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

unknowns String

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

Outputs

All input properties are implicitly available as output properties. Additionally, the RequestNaming resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Look up Existing RequestNaming Resource

Get an existing RequestNaming resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: RequestNamingState, opts?: CustomResourceOptions): RequestNaming
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        conditions: Optional[RequestNamingConditionsArgs] = None,
        enabled: Optional[bool] = None,
        management_zones: Optional[Sequence[str]] = None,
        naming_pattern: Optional[str] = None,
        placeholders: Optional[RequestNamingPlaceholdersArgs] = None,
        unknowns: Optional[str] = None) -> RequestNaming
func GetRequestNaming(ctx *Context, name string, id IDInput, state *RequestNamingState, opts ...ResourceOption) (*RequestNaming, error)
public static RequestNaming Get(string name, Input<string> id, RequestNamingState? state, CustomResourceOptions? opts = null)
public static RequestNaming get(String name, Output<String> id, RequestNamingState state, CustomResourceOptions options)
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:
Conditions Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsArgs

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

Enabled bool

The rule is enabled (true) or disabled (false)

ManagementZones List<string>

Specifies the management zones for which this rule should be applied

NamingPattern string

The name to be assigned to matching requests

Placeholders Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingPlaceholdersArgs

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

Unknowns string

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

Conditions RequestNamingConditionsArgs

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

Enabled bool

The rule is enabled (true) or disabled (false)

ManagementZones []string

Specifies the management zones for which this rule should be applied

NamingPattern string

The name to be assigned to matching requests

Placeholders RequestNamingPlaceholdersArgs

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

Unknowns string

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

conditions RequestNamingConditionsArgs

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

enabled Boolean

The rule is enabled (true) or disabled (false)

managementZones List<String>

Specifies the management zones for which this rule should be applied

namingPattern String

The name to be assigned to matching requests

placeholders RequestNamingPlaceholdersArgs

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

unknowns String

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

conditions RequestNamingConditionsArgs

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

enabled boolean

The rule is enabled (true) or disabled (false)

managementZones string[]

Specifies the management zones for which this rule should be applied

namingPattern string

The name to be assigned to matching requests

placeholders RequestNamingPlaceholdersArgs

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

unknowns string

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

conditions RequestNamingConditionsArgs

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

enabled bool

The rule is enabled (true) or disabled (false)

management_zones Sequence[str]

Specifies the management zones for which this rule should be applied

naming_pattern str

The name to be assigned to matching requests

placeholders RequestNamingPlaceholdersArgs

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

unknowns str

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

conditions Property Map

The set of conditions for the request naming rule usage. You can specify several conditions. The request has to match all the specified conditions for the rule to trigger

enabled Boolean

The rule is enabled (true) or disabled (false)

managementZones List<String>

Specifies the management zones for which this rule should be applied

namingPattern String

The name to be assigned to matching requests

placeholders Property Map

The list of custom placeholders to be used in the naming pattern. It enables you to extract a request attribute value or other request attribute and use it in the request naming pattern.

unknowns String

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

Supporting Types

RequestNamingConditions

RequestNamingConditionsCondition

RequestNamingConditionsConditionComparison

Boolean Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonBoolean
EsbInputNodeType Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonEsbInputNodeType
FailedState Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFailedState
FailureReason Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFailureReason
FastString Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFastString
FlawState Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonFlawState
Generic Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonGeneric
HttpMethod Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonHttpMethod
HttpStatusClass Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonHttpStatusClass
IibInputNodeType Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonIibInputNodeType
Negate bool
Number Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonNumber
NumberRequestAttribute Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonNumberRequestAttribute
ServiceType Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonServiceType
String Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonString
StringRequestAttribute Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonStringRequestAttribute
Tag Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonTag
ZosCallType Lbrlabs.PulumiPackage.Dynatrace.Inputs.RequestNamingConditionsConditionComparisonZosCallType
Boolean RequestNamingConditionsConditionComparisonBoolean
EsbInputNodeType RequestNamingConditionsConditionComparisonEsbInputNodeType
FailedState RequestNamingConditionsConditionComparisonFailedState
FailureReason RequestNamingConditionsConditionComparisonFailureReason
FastString RequestNamingConditionsConditionComparisonFastString
FlawState RequestNamingConditionsConditionComparisonFlawState
Generic RequestNamingConditionsConditionComparisonGeneric
HttpMethod RequestNamingConditionsConditionComparisonHttpMethod
HttpStatusClass RequestNamingConditionsConditionComparisonHttpStatusClass
IibInputNodeType RequestNamingConditionsConditionComparisonIibInputNodeType
Negate bool
Number RequestNamingConditionsConditionComparisonNumber
NumberRequestAttribute RequestNamingConditionsConditionComparisonNumberRequestAttribute
ServiceType RequestNamingConditionsConditionComparisonServiceType
String RequestNamingConditionsConditionComparisonString
StringRequestAttribute RequestNamingConditionsConditionComparisonStringRequestAttribute
Tag RequestNamingConditionsConditionComparisonTag
ZosCallType RequestNamingConditionsConditionComparisonZosCallType
boolean_ RequestNamingConditionsConditionComparisonBoolean
esbInputNodeType RequestNamingConditionsConditionComparisonEsbInputNodeType
failedState RequestNamingConditionsConditionComparisonFailedState
failureReason RequestNamingConditionsConditionComparisonFailureReason
fastString RequestNamingConditionsConditionComparisonFastString
flawState RequestNamingConditionsConditionComparisonFlawState
generic RequestNamingConditionsConditionComparisonGeneric
httpMethod RequestNamingConditionsConditionComparisonHttpMethod
httpStatusClass RequestNamingConditionsConditionComparisonHttpStatusClass
iibInputNodeType RequestNamingConditionsConditionComparisonIibInputNodeType
negate Boolean
number RequestNamingConditionsConditionComparisonNumber
numberRequestAttribute RequestNamingConditionsConditionComparisonNumberRequestAttribute
serviceType RequestNamingConditionsConditionComparisonServiceType
string RequestNamingConditionsConditionComparisonString
stringRequestAttribute RequestNamingConditionsConditionComparisonStringRequestAttribute
tag RequestNamingConditionsConditionComparisonTag
zosCallType RequestNamingConditionsConditionComparisonZosCallType
boolean RequestNamingConditionsConditionComparisonBoolean
esbInputNodeType RequestNamingConditionsConditionComparisonEsbInputNodeType
failedState RequestNamingConditionsConditionComparisonFailedState
failureReason RequestNamingConditionsConditionComparisonFailureReason
fastString RequestNamingConditionsConditionComparisonFastString
flawState RequestNamingConditionsConditionComparisonFlawState
generic RequestNamingConditionsConditionComparisonGeneric
httpMethod RequestNamingConditionsConditionComparisonHttpMethod
httpStatusClass RequestNamingConditionsConditionComparisonHttpStatusClass
iibInputNodeType RequestNamingConditionsConditionComparisonIibInputNodeType
negate boolean
number RequestNamingConditionsConditionComparisonNumber
numberRequestAttribute RequestNamingConditionsConditionComparisonNumberRequestAttribute
serviceType RequestNamingConditionsConditionComparisonServiceType
string RequestNamingConditionsConditionComparisonString
stringRequestAttribute RequestNamingConditionsConditionComparisonStringRequestAttribute
tag RequestNamingConditionsConditionComparisonTag
zosCallType RequestNamingConditionsConditionComparisonZosCallType
boolean RequestNamingConditionsConditionComparisonBoolean
esb_input_node_type RequestNamingConditionsConditionComparisonEsbInputNodeType
failed_state RequestNamingConditionsConditionComparisonFailedState
failure_reason RequestNamingConditionsConditionComparisonFailureReason
fast_string RequestNamingConditionsConditionComparisonFastString
flaw_state RequestNamingConditionsConditionComparisonFlawState
generic RequestNamingConditionsConditionComparisonGeneric
http_method RequestNamingConditionsConditionComparisonHttpMethod
http_status_class RequestNamingConditionsConditionComparisonHttpStatusClass
iib_input_node_type RequestNamingConditionsConditionComparisonIibInputNodeType
negate bool
number RequestNamingConditionsConditionComparisonNumber
number_request_attribute RequestNamingConditionsConditionComparisonNumberRequestAttribute
service_type RequestNamingConditionsConditionComparisonServiceType
string RequestNamingConditionsConditionComparisonString
string_request_attribute RequestNamingConditionsConditionComparisonStringRequestAttribute
tag RequestNamingConditionsConditionComparisonTag
zos_call_type RequestNamingConditionsConditionComparisonZosCallType

RequestNamingConditionsConditionComparisonBoolean

Operator string
Unknowns string
Value bool
Values List<bool>
Operator string
Unknowns string
Value bool
Values []bool
operator String
unknowns String
value Boolean
values List<Boolean>
operator string
unknowns string
value boolean
values boolean[]
operator str
unknowns str
value bool
values Sequence[bool]
operator String
unknowns String
value Boolean
values List<Boolean>

RequestNamingConditionsConditionComparisonEsbInputNodeType

Operator string
Unknowns string
Value string
Values List<string>
Operator string
Unknowns string
Value string
Values []string
operator String
unknowns String
value String
values List<String>
operator string
unknowns string
value string
values string[]
operator str
unknowns str
value str
values Sequence[str]
operator String
unknowns String
value String
values List<String>

RequestNamingConditionsConditionComparisonFailedState

Operator string
Unknowns string
Value string
Values List<string>
Operator string
Unknowns string
Value string
Values []string
operator String
unknowns String
value String
values List<String>
operator string
unknowns string
value string
values string[]
operator str
unknowns str
value str
values Sequence[str]
operator String
unknowns String
value String
values List<String>

RequestNamingConditionsConditionComparisonFailureReason

Operator string
Unknowns string
Value string
Values List<string>
Operator string
Unknowns string
Value string
Values []string
operator String
unknowns String
value String
values List<String>
operator string
unknowns string
value string
values string[]
operator str
unknowns str
value str
values Sequence[str]
operator String
unknowns String
value String
values List<String>

RequestNamingConditionsConditionComparisonFastString

CaseSensitive bool
Operator string
Unknowns string
Value string
Values List<string>
CaseSensitive bool
Operator string
Unknowns string
Value string
Values []string
caseSensitive Boolean
operator String
unknowns String
value String
values List<String>
caseSensitive boolean
operator string
unknowns string
value string
values string[]
case_sensitive bool
operator str
unknowns str
value str
values Sequence[str]
caseSensitive Boolean
operator String
unknowns String
value String
values List<String>

RequestNamingConditionsConditionComparisonFlawState

Operator string
Unknowns string
Value string
Values List<string>
Operator string
Unknowns string
Value string
Values []string
operator String
unknowns String
value String
values List<String>
operator string
unknowns string
value string
values string[]
operator str
unknowns str
value str
values Sequence[str]
operator String
unknowns String
value String
values List<String>

RequestNamingConditionsConditionComparisonGeneric

Type string
Unknowns string
Type string
Unknowns string
type String
unknowns String
type string
unknowns string
type str
unknowns str
type String
unknowns String

RequestNamingConditionsConditionComparisonHttpMethod

Operator string
Unknowns string
Value string
Values List<string>
Operator string
Unknowns string
Value string
Values []string
operator String
unknowns String
value String
values List<String>
operator string
unknowns string
value string
values string[]
operator str
unknowns str
value str
values Sequence[str]
operator String
unknowns String
value String
values List<String>

RequestNamingConditionsConditionComparisonHttpStatusClass

Operator string
Unknowns string
Value string
Values List<string>
Operator string
Unknowns string
Value string
Values []string
operator String
unknowns String
value String
values List<String>
operator string
unknowns string
value string
values string[]
operator str
unknowns str
value str
values Sequence[str]
operator String
unknowns String
value String
values List<String>

RequestNamingConditionsConditionComparisonIibInputNodeType

Operator string
Unknowns string
Value string
Values List<string>
Operator string
Unknowns string
Value string
Values []string
operator String
unknowns String
value String
values List<String>
operator string
unknowns string
value string
values string[]
operator str
unknowns str
value str
values Sequence[str]
operator String
unknowns String
value String
values List<String>

RequestNamingConditionsConditionComparisonNumber

Operator string
Unknowns string
Value double
Values List<double>
Operator string
Unknowns string
Value float64
Values []float64
operator String
unknowns String
value Double
values List<Double>
operator string
unknowns string
value number
values number[]
operator str
unknowns str
value float
values Sequence[float]
operator String
unknowns String
value Number
values List<Number>

RequestNamingConditionsConditionComparisonNumberRequestAttribute

RequestNamingConditionsConditionComparisonNumberRequestAttributeSource

RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTag

key String
context String
tagKey Property Map
value String

RequestNamingConditionsConditionComparisonNumberRequestAttributeSourceServiceTagTagKey

Context string
Key string
Context string
Key string
context String
key String
context string
key string
context str
key str
context String
key String

RequestNamingConditionsConditionComparisonServiceType

Operator string
Unknowns string
Value string
Values List<string>
Operator string
Unknowns string
Value string
Values []string
operator String
unknowns String
value String
values List<String>
operator string
unknowns string
value string
values string[]
operator str
unknowns str
value str
values Sequence[str]
operator String
unknowns String
value String
values List<String>

RequestNamingConditionsConditionComparisonString

CaseSensitive bool
Operator string
Unknowns string
Value string
Values List<string>
CaseSensitive bool
Operator string
Unknowns string
Value string
Values []string
caseSensitive Boolean
operator String
unknowns String
value String
values List<String>
caseSensitive boolean
operator string
unknowns string
value string
values string[]
case_sensitive bool
operator str
unknowns str
value str
values Sequence[str]
caseSensitive Boolean
operator String
unknowns String
value String
values List<String>

RequestNamingConditionsConditionComparisonStringRequestAttribute

RequestNamingConditionsConditionComparisonStringRequestAttributeSource

RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTag

key String
context String
tagKey Property Map
value String

RequestNamingConditionsConditionComparisonStringRequestAttributeSourceServiceTagTagKey

Context string
Key string
Context string
Key string
context String
key String
context string
key string
context str
key str
context String
key String

RequestNamingConditionsConditionComparisonTag

RequestNamingConditionsConditionComparisonTagValue

Context string
Key string
Unknowns string
Value string
Context string
Key string
Unknowns string
Value string
context String
key String
unknowns String
value String
context string
key string
unknowns string
value string
context str
key str
unknowns str
value str
context String
key String
unknowns String
value String

RequestNamingConditionsConditionComparisonTagValues

RequestNamingConditionsConditionComparisonTagValuesValue

Context string
Key string
Unknowns string
Value string
Context string
Key string
Unknowns string
Value string
context String
key String
unknowns String
value String
context string
key string
unknowns string
value string
context str
key str
unknowns str
value str
context String
key String
unknowns String
value String

RequestNamingConditionsConditionComparisonZosCallType

Operator string
Unknowns string
Value string
Values List<string>
Operator string
Unknowns string
Value string
Values []string
operator String
unknowns String
value String
values List<String>
operator string
unknowns string
value string
values string[]
operator str
unknowns str
value str
values Sequence[str]
operator String
unknowns String
value String
values List<String>

RequestNamingPlaceholders

RequestNamingPlaceholdersPlaceholder

RequestNamingPlaceholdersPlaceholderSource

RequestNamingPlaceholdersPlaceholderSourceServiceTag

key String
context String
tagKey Property Map
value String

RequestNamingPlaceholdersPlaceholderSourceServiceTagTagKey

Context string
Key string
Context string
Key string
context String
key String
context string
key string
context str
key str
context String
key String

Package Details

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

This Pulumi package is based on the dynatrace Terraform Provider.