1. Packages
  2. Datadog
  3. API Docs
  4. getRumApplication
Datadog v4.23.0 published on Wednesday, Sep 27, 2023 by Pulumi

datadog.getRumApplication

Explore with Pulumi AI

datadog logo
Datadog v4.23.0 published on Wednesday, Sep 27, 2023 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: datadog:index/getRumApplication:getRumApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string

    ID of the RUM application. Cannot be used with name and type filters.

    NameFilter string

    The name used to search for a RUM application

    TypeFilter 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.

    NameFilter string

    The name used to search for a RUM application

    TypeFilter 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.

    nameFilter String

    The name used to search for a RUM application

    typeFilter 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.

    nameFilter string

    The name used to search for a RUM application

    typeFilter 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.

    nameFilter String

    The name used to search for a RUM application

    typeFilter String

    The type used to search for a RUM application

    getRumApplication Result

    The following output properties are available:

    ClientToken string

    The client token

    Id string

    ID of the RUM application. Cannot be used with name and type filters.

    Name string

    The name of the RUM application

    Type string

    The RUM application type. Supported values are browser, ios, android, react-native, flutter

    NameFilter string

    The name used to search for a RUM application

    TypeFilter string

    The type used to search for a RUM application

    ClientToken string

    The client token

    Id string

    ID of the RUM application. Cannot be used with name and type filters.

    Name string

    The name of the RUM application

    Type string

    The RUM application type. Supported values are browser, ios, android, react-native, flutter

    NameFilter string

    The name used to search for a RUM application

    TypeFilter string

    The type used to search for a RUM application

    clientToken String

    The client token

    id String

    ID of the RUM application. Cannot be used with name and type filters.

    name String

    The name of the RUM application

    type String

    The RUM application type. Supported values are browser, ios, android, react-native, flutter

    nameFilter String

    The name used to search for a RUM application

    typeFilter String

    The type used to search for a RUM application

    clientToken string

    The client token

    id string

    ID of the RUM application. Cannot be used with name and type filters.

    name string

    The name of the RUM application

    type string

    The RUM application type. Supported values are browser, ios, android, react-native, flutter

    nameFilter string

    The name used to search for a RUM application

    typeFilter 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

    The name of the RUM application

    type str

    The RUM application type. 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

    clientToken String

    The client token

    id String

    ID of the RUM application. Cannot be used with name and type filters.

    name String

    The name of the RUM application

    type String

    The RUM application type. Supported values are browser, ios, android, react-native, flutter

    nameFilter String

    The name used to search for a RUM application

    typeFilter 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 datadog Terraform Provider.

    datadog logo
    Datadog v4.23.0 published on Wednesday, Sep 27, 2023 by Pulumi