1. Packages
  2. Dynatrace
  3. API Docs
  4. WebAppKeyPerformanceCustom
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

dynatrace.WebAppKeyPerformanceCustom

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

    Create WebAppKeyPerformanceCustom Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new WebAppKeyPerformanceCustom(name: string, args: WebAppKeyPerformanceCustomArgs, opts?: CustomResourceOptions);
    @overload
    def WebAppKeyPerformanceCustom(resource_name: str,
                                   args: WebAppKeyPerformanceCustomArgs,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def WebAppKeyPerformanceCustom(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   scope: Optional[str] = None,
                                   thresholds: Optional[WebAppKeyPerformanceCustomThresholdsArgs] = None)
    func NewWebAppKeyPerformanceCustom(ctx *Context, name string, args WebAppKeyPerformanceCustomArgs, opts ...ResourceOption) (*WebAppKeyPerformanceCustom, error)
    public WebAppKeyPerformanceCustom(string name, WebAppKeyPerformanceCustomArgs args, CustomResourceOptions? opts = null)
    public WebAppKeyPerformanceCustom(String name, WebAppKeyPerformanceCustomArgs args)
    public WebAppKeyPerformanceCustom(String name, WebAppKeyPerformanceCustomArgs args, CustomResourceOptions options)
    
    type: dynatrace:WebAppKeyPerformanceCustom
    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 WebAppKeyPerformanceCustomArgs
    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 WebAppKeyPerformanceCustomArgs
    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 WebAppKeyPerformanceCustomArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WebAppKeyPerformanceCustomArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WebAppKeyPerformanceCustomArgs
    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 webAppKeyPerformanceCustomResource = new Dynatrace.WebAppKeyPerformanceCustom("webAppKeyPerformanceCustomResource", new()
    {
        Scope = "string",
        Thresholds = new Dynatrace.Inputs.WebAppKeyPerformanceCustomThresholdsArgs
        {
            FrustratingThresholdSeconds = 0,
            ToleratedThresholdSeconds = 0,
        },
    });
    
    example, err := dynatrace.NewWebAppKeyPerformanceCustom(ctx, "webAppKeyPerformanceCustomResource", &dynatrace.WebAppKeyPerformanceCustomArgs{
    	Scope: pulumi.String("string"),
    	Thresholds: &dynatrace.WebAppKeyPerformanceCustomThresholdsArgs{
    		FrustratingThresholdSeconds: pulumi.Float64(0),
    		ToleratedThresholdSeconds:   pulumi.Float64(0),
    	},
    })
    
    var webAppKeyPerformanceCustomResource = new WebAppKeyPerformanceCustom("webAppKeyPerformanceCustomResource", WebAppKeyPerformanceCustomArgs.builder()
        .scope("string")
        .thresholds(WebAppKeyPerformanceCustomThresholdsArgs.builder()
            .frustratingThresholdSeconds(0)
            .toleratedThresholdSeconds(0)
            .build())
        .build());
    
    web_app_key_performance_custom_resource = dynatrace.WebAppKeyPerformanceCustom("webAppKeyPerformanceCustomResource",
        scope="string",
        thresholds=dynatrace.WebAppKeyPerformanceCustomThresholdsArgs(
            frustrating_threshold_seconds=0,
            tolerated_threshold_seconds=0,
        ))
    
    const webAppKeyPerformanceCustomResource = new dynatrace.WebAppKeyPerformanceCustom("webAppKeyPerformanceCustomResource", {
        scope: "string",
        thresholds: {
            frustratingThresholdSeconds: 0,
            toleratedThresholdSeconds: 0,
        },
    });
    
    type: dynatrace:WebAppKeyPerformanceCustom
    properties:
        scope: string
        thresholds:
            frustratingThresholdSeconds: 0
            toleratedThresholdSeconds: 0
    

    WebAppKeyPerformanceCustom 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 WebAppKeyPerformanceCustom resource accepts the following input properties:

    Scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    Thresholds Pulumiverse.Dynatrace.Inputs.WebAppKeyPerformanceCustomThresholds
    User action duration thresholds
    Scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    Thresholds WebAppKeyPerformanceCustomThresholdsArgs
    User action duration thresholds
    scope String
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    thresholds WebAppKeyPerformanceCustomThresholds
    User action duration thresholds
    scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    thresholds WebAppKeyPerformanceCustomThresholds
    User action duration thresholds
    scope str
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    thresholds WebAppKeyPerformanceCustomThresholdsArgs
    User action duration thresholds
    scope String
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    thresholds Property Map
    User action duration thresholds

    Outputs

    All input properties are implicitly available as output properties. Additionally, the WebAppKeyPerformanceCustom 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 WebAppKeyPerformanceCustom Resource

    Get an existing WebAppKeyPerformanceCustom 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?: WebAppKeyPerformanceCustomState, opts?: CustomResourceOptions): WebAppKeyPerformanceCustom
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            scope: Optional[str] = None,
            thresholds: Optional[WebAppKeyPerformanceCustomThresholdsArgs] = None) -> WebAppKeyPerformanceCustom
    func GetWebAppKeyPerformanceCustom(ctx *Context, name string, id IDInput, state *WebAppKeyPerformanceCustomState, opts ...ResourceOption) (*WebAppKeyPerformanceCustom, error)
    public static WebAppKeyPerformanceCustom Get(string name, Input<string> id, WebAppKeyPerformanceCustomState? state, CustomResourceOptions? opts = null)
    public static WebAppKeyPerformanceCustom get(String name, Output<String> id, WebAppKeyPerformanceCustomState 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:
    Scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    Thresholds Pulumiverse.Dynatrace.Inputs.WebAppKeyPerformanceCustomThresholds
    User action duration thresholds
    Scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    Thresholds WebAppKeyPerformanceCustomThresholdsArgs
    User action duration thresholds
    scope String
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    thresholds WebAppKeyPerformanceCustomThresholds
    User action duration thresholds
    scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    thresholds WebAppKeyPerformanceCustomThresholds
    User action duration thresholds
    scope str
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    thresholds WebAppKeyPerformanceCustomThresholdsArgs
    User action duration thresholds
    scope String
    The scope of this setting (APPLICATION_METHOD, APPLICATION)
    thresholds Property Map
    User action duration thresholds

    Supporting Types

    WebAppKeyPerformanceCustomThresholds, WebAppKeyPerformanceCustomThresholdsArgs

    FrustratingThresholdSeconds double
    If User action duration is above this value, the action is assigned to the Frustrated performance zone.
    ToleratedThresholdSeconds double
    If User action duration is below this value, the action is assigned to the Satisfied performance zone.
    FrustratingThresholdSeconds float64
    If User action duration is above this value, the action is assigned to the Frustrated performance zone.
    ToleratedThresholdSeconds float64
    If User action duration is below this value, the action is assigned to the Satisfied performance zone.
    frustratingThresholdSeconds Double
    If User action duration is above this value, the action is assigned to the Frustrated performance zone.
    toleratedThresholdSeconds Double
    If User action duration is below this value, the action is assigned to the Satisfied performance zone.
    frustratingThresholdSeconds number
    If User action duration is above this value, the action is assigned to the Frustrated performance zone.
    toleratedThresholdSeconds number
    If User action duration is below this value, the action is assigned to the Satisfied performance zone.
    frustrating_threshold_seconds float
    If User action duration is above this value, the action is assigned to the Frustrated performance zone.
    tolerated_threshold_seconds float
    If User action duration is below this value, the action is assigned to the Satisfied performance zone.
    frustratingThresholdSeconds Number
    If User action duration is above this value, the action is assigned to the Frustrated performance zone.
    toleratedThresholdSeconds Number
    If User action duration is below this value, the action is assigned to the Satisfied performance zone.

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse