Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse
dynatrace.MobileAppKeyPerformance
Explore with Pulumi AI
Create MobileAppKeyPerformance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MobileAppKeyPerformance(name: string, args: MobileAppKeyPerformanceArgs, opts?: CustomResourceOptions);
@overload
def MobileAppKeyPerformance(resource_name: str,
args: MobileAppKeyPerformanceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MobileAppKeyPerformance(resource_name: str,
opts: Optional[ResourceOptions] = None,
frustrating_if_reported_or_web_request_error: Optional[bool] = None,
scope: Optional[str] = None,
thresholds: Optional[MobileAppKeyPerformanceThresholdsArgs] = None)
func NewMobileAppKeyPerformance(ctx *Context, name string, args MobileAppKeyPerformanceArgs, opts ...ResourceOption) (*MobileAppKeyPerformance, error)
public MobileAppKeyPerformance(string name, MobileAppKeyPerformanceArgs args, CustomResourceOptions? opts = null)
public MobileAppKeyPerformance(String name, MobileAppKeyPerformanceArgs args)
public MobileAppKeyPerformance(String name, MobileAppKeyPerformanceArgs args, CustomResourceOptions options)
type: dynatrace:MobileAppKeyPerformance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MobileAppKeyPerformanceArgs
- 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 MobileAppKeyPerformanceArgs
- 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 MobileAppKeyPerformanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MobileAppKeyPerformanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MobileAppKeyPerformanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var mobileAppKeyPerformanceResource = new Dynatrace.MobileAppKeyPerformance("mobileAppKeyPerformanceResource", new()
{
FrustratingIfReportedOrWebRequestError = false,
Scope = "string",
Thresholds = new Dynatrace.Inputs.MobileAppKeyPerformanceThresholdsArgs
{
FrustratingThresholdSeconds = 0,
TolerableThresholdSeconds = 0,
},
});
example, err := dynatrace.NewMobileAppKeyPerformance(ctx, "mobileAppKeyPerformanceResource", &dynatrace.MobileAppKeyPerformanceArgs{
FrustratingIfReportedOrWebRequestError: pulumi.Bool(false),
Scope: pulumi.String("string"),
Thresholds: &dynatrace.MobileAppKeyPerformanceThresholdsArgs{
FrustratingThresholdSeconds: pulumi.Float64(0),
TolerableThresholdSeconds: pulumi.Float64(0),
},
})
var mobileAppKeyPerformanceResource = new MobileAppKeyPerformance("mobileAppKeyPerformanceResource", MobileAppKeyPerformanceArgs.builder()
.frustratingIfReportedOrWebRequestError(false)
.scope("string")
.thresholds(MobileAppKeyPerformanceThresholdsArgs.builder()
.frustratingThresholdSeconds(0)
.tolerableThresholdSeconds(0)
.build())
.build());
mobile_app_key_performance_resource = dynatrace.MobileAppKeyPerformance("mobileAppKeyPerformanceResource",
frustrating_if_reported_or_web_request_error=False,
scope="string",
thresholds=dynatrace.MobileAppKeyPerformanceThresholdsArgs(
frustrating_threshold_seconds=0,
tolerable_threshold_seconds=0,
))
const mobileAppKeyPerformanceResource = new dynatrace.MobileAppKeyPerformance("mobileAppKeyPerformanceResource", {
frustratingIfReportedOrWebRequestError: false,
scope: "string",
thresholds: {
frustratingThresholdSeconds: 0,
tolerableThresholdSeconds: 0,
},
});
type: dynatrace:MobileAppKeyPerformance
properties:
frustratingIfReportedOrWebRequestError: false
scope: string
thresholds:
frustratingThresholdSeconds: 0
tolerableThresholdSeconds: 0
MobileAppKeyPerformance 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 MobileAppKeyPerformance resource accepts the following input properties:
- Frustrating
If boolReported Or Web Request Error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- Scope string
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- Thresholds
Pulumiverse.
Dynatrace. Inputs. Mobile App Key Performance Thresholds - no documentation available
- Frustrating
If boolReported Or Web Request Error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- Scope string
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- Thresholds
Mobile
App Key Performance Thresholds Args - no documentation available
- frustrating
If BooleanReported Or Web Request Error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- scope String
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- thresholds
Mobile
App Key Performance Thresholds - no documentation available
- frustrating
If booleanReported Or Web Request Error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- scope string
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- thresholds
Mobile
App Key Performance Thresholds - no documentation available
- frustrating_
if_ boolreported_ or_ web_ request_ error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- scope str
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- thresholds
Mobile
App Key Performance Thresholds Args - no documentation available
- frustrating
If BooleanReported Or Web Request Error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- scope String
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- thresholds Property Map
- no documentation available
Outputs
All input properties are implicitly available as output properties. Additionally, the MobileAppKeyPerformance 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 MobileAppKeyPerformance Resource
Get an existing MobileAppKeyPerformance 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?: MobileAppKeyPerformanceState, opts?: CustomResourceOptions): MobileAppKeyPerformance
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
frustrating_if_reported_or_web_request_error: Optional[bool] = None,
scope: Optional[str] = None,
thresholds: Optional[MobileAppKeyPerformanceThresholdsArgs] = None) -> MobileAppKeyPerformance
func GetMobileAppKeyPerformance(ctx *Context, name string, id IDInput, state *MobileAppKeyPerformanceState, opts ...ResourceOption) (*MobileAppKeyPerformance, error)
public static MobileAppKeyPerformance Get(string name, Input<string> id, MobileAppKeyPerformanceState? state, CustomResourceOptions? opts = null)
public static MobileAppKeyPerformance get(String name, Output<String> id, MobileAppKeyPerformanceState 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.
- Frustrating
If boolReported Or Web Request Error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- Scope string
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- Thresholds
Pulumiverse.
Dynatrace. Inputs. Mobile App Key Performance Thresholds - no documentation available
- Frustrating
If boolReported Or Web Request Error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- Scope string
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- Thresholds
Mobile
App Key Performance Thresholds Args - no documentation available
- frustrating
If BooleanReported Or Web Request Error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- scope String
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- thresholds
Mobile
App Key Performance Thresholds - no documentation available
- frustrating
If booleanReported Or Web Request Error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- scope string
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- thresholds
Mobile
App Key Performance Thresholds - no documentation available
- frustrating_
if_ boolreported_ or_ web_ request_ error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- scope str
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- thresholds
Mobile
App Key Performance Thresholds Args - no documentation available
- frustrating
If BooleanReported Or Web Request Error - Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.
- scope String
- The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILEAPPLICATION, CUSTOMAPPLICATION)
- thresholds Property Map
- no documentation available
Supporting Types
MobileAppKeyPerformanceThresholds, MobileAppKeyPerformanceThresholdsArgs
- Frustrating
Threshold doubleSeconds - If the action duration is above this value, the Apdex is considered to be Frustrating.
- Tolerable
Threshold doubleSeconds - If the action duration is below this value, the Apdex is considered to be Satisfactory.
- Frustrating
Threshold float64Seconds - If the action duration is above this value, the Apdex is considered to be Frustrating.
- Tolerable
Threshold float64Seconds - If the action duration is below this value, the Apdex is considered to be Satisfactory.
- frustrating
Threshold DoubleSeconds - If the action duration is above this value, the Apdex is considered to be Frustrating.
- tolerable
Threshold DoubleSeconds - If the action duration is below this value, the Apdex is considered to be Satisfactory.
- frustrating
Threshold numberSeconds - If the action duration is above this value, the Apdex is considered to be Frustrating.
- tolerable
Threshold numberSeconds - If the action duration is below this value, the Apdex is considered to be Satisfactory.
- frustrating_
threshold_ floatseconds - If the action duration is above this value, the Apdex is considered to be Frustrating.
- tolerable_
threshold_ floatseconds - If the action duration is below this value, the Apdex is considered to be Satisfactory.
- frustrating
Threshold NumberSeconds - If the action duration is above this value, the Apdex is considered to be Frustrating.
- tolerable
Threshold NumberSeconds - If the action duration is below this value, the Apdex is considered to be Satisfactory.
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.