Datadog v4.49.0 published on Thursday, Apr 17, 2025 by Pulumi
datadog.getRumApplication
Explore with Pulumi AI
Use this data source to retrieve a Datadog RUM Application.
Using getRumApplication
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRumApplication(args: GetRumApplicationArgs, opts?: InvokeOptions): Promise<GetRumApplicationResult>
function getRumApplicationOutput(args: GetRumApplicationOutputArgs, opts?: InvokeOptions): Output<GetRumApplicationResult>def get_rum_application(id: Optional[str] = None,
                        name_filter: Optional[str] = None,
                        type_filter: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetRumApplicationResult
def get_rum_application_output(id: Optional[pulumi.Input[str]] = None,
                        name_filter: Optional[pulumi.Input[str]] = None,
                        type_filter: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetRumApplicationResult]func LookupRumApplication(ctx *Context, args *LookupRumApplicationArgs, opts ...InvokeOption) (*LookupRumApplicationResult, error)
func LookupRumApplicationOutput(ctx *Context, args *LookupRumApplicationOutputArgs, opts ...InvokeOption) LookupRumApplicationResultOutput> Note: This function is named LookupRumApplication in the Go SDK.
public static class GetRumApplication 
{
    public static Task<GetRumApplicationResult> InvokeAsync(GetRumApplicationArgs args, InvokeOptions? opts = null)
    public static Output<GetRumApplicationResult> Invoke(GetRumApplicationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRumApplicationResult> getRumApplication(GetRumApplicationArgs args, InvokeOptions options)
public static Output<GetRumApplicationResult> getRumApplication(GetRumApplicationArgs args, InvokeOptions options)
fn::invoke:
  function: datadog:index/getRumApplication:getRumApplication
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
 - ID of the RUM application. Cannot be used with name and type filters.
 - Name
Filter string - The name used to search for a RUM application.
 - Type
Filter string - The type used to search for a RUM application.
 
- Id string
 - ID of the RUM application. Cannot be used with name and type filters.
 - Name
Filter string - The name used to search for a RUM application.
 - Type
Filter string - The type used to search for a RUM application.
 
- id String
 - ID of the RUM application. Cannot be used with name and type filters.
 - name
Filter String - The name used to search for a RUM application.
 - type
Filter String - The type used to search for a RUM application.
 
- id string
 - ID of the RUM application. Cannot be used with name and type filters.
 - name
Filter string - The name used to search for a RUM application.
 - type
Filter string - The type used to search for a RUM application.
 
- id str
 - ID of the RUM application. Cannot be used with name and type filters.
 - name_
filter str - The name used to search for a RUM application.
 - type_
filter str - The type used to search for a RUM application.
 
- id String
 - ID of the RUM application. Cannot be used with name and type filters.
 - name
Filter String - The name used to search for a RUM application.
 - type
Filter String - The type used to search for a RUM application.
 
getRumApplication Result
The following output properties are available:
- Client
Token string - The client token.
 - Id string
 - ID of the RUM application. Cannot be used with name and type filters.
 - Name string
 - Name of the RUM application.
 - Type string
 - Type of the RUM application. Supported values are 
browser,ios,android,react-native,flutter. - Name
Filter string - The name used to search for a RUM application.
 - Type
Filter string - The type used to search for a RUM application.
 
- Client
Token string - The client token.
 - Id string
 - ID of the RUM application. Cannot be used with name and type filters.
 - Name string
 - Name of the RUM application.
 - Type string
 - Type of the RUM application. Supported values are 
browser,ios,android,react-native,flutter. - Name
Filter string - The name used to search for a RUM application.
 - Type
Filter string - The type used to search for a RUM application.
 
- client
Token String - The client token.
 - id String
 - ID of the RUM application. Cannot be used with name and type filters.
 - name String
 - Name of the RUM application.
 - type String
 - Type of the RUM application. Supported values are 
browser,ios,android,react-native,flutter. - name
Filter String - The name used to search for a RUM application.
 - type
Filter String - The type used to search for a RUM application.
 
- client
Token string - The client token.
 - id string
 - ID of the RUM application. Cannot be used with name and type filters.
 - name string
 - Name of the RUM application.
 - type string
 - Type of the RUM application. Supported values are 
browser,ios,android,react-native,flutter. - name
Filter string - The name used to search for a RUM application.
 - type
Filter string - The type used to search for a RUM application.
 
- client_
token str - The client token.
 - id str
 - ID of the RUM application. Cannot be used with name and type filters.
 - name str
 - Name of the RUM application.
 - type str
 - Type of the RUM application. Supported values are 
browser,ios,android,react-native,flutter. - name_
filter str - The name used to search for a RUM application.
 - type_
filter str - The type used to search for a RUM application.
 
- client
Token String - The client token.
 - id String
 - ID of the RUM application. Cannot be used with name and type filters.
 - name String
 - Name of the RUM application.
 - type String
 - Type of the RUM application. Supported values are 
browser,ios,android,react-native,flutter. - name
Filter String - The name used to search for a RUM application.
 - type
Filter String - The type used to search for a RUM application.
 
Package Details
- Repository
 - Datadog pulumi/pulumi-datadog
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
datadogTerraform Provider.