Viewing docs for Datadog v4.68.0
published on Wednesday, Feb 25, 2026 by Pulumi
published on Wednesday, Feb 25, 2026 by Pulumi
Viewing docs for Datadog v4.68.0
published on Wednesday, Feb 25, 2026 by Pulumi
published on Wednesday, Feb 25, 2026 by Pulumi
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:
- Api
Key intId - ID of the API key associated with the 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.
- Api
Key intId - ID of the API key associated with the 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.
- api
Key IntegerId - ID of the API key associated with the 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.
- api
Key numberId - ID of the API key associated with the 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.
- api_
key_ intid - ID of the API key associated with the 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.
- api
Key NumberId - ID of the API key associated with the 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.
Viewing docs for Datadog v4.68.0
published on Wednesday, Feb 25, 2026 by Pulumi
published on Wednesday, Feb 25, 2026 by Pulumi
