Provides a Datadog RUM application resource. This can be used to create and manage Datadog RUM applications.
resource "datadog_rum_application" "rum_application" {
name = "my-application"
type = "browser"
}
name
(String) Name of the RUM application.type
(String) Type of the RUM application. Supported values are browser
, ios
, android
, react-native
, flutter
. Defaults to "browser"
.client_token
(String) The client token.id
(String) The ID of this resource.Import is supported using the following syntax:
terraform import datadog_rum_application.rum_application a1b2c3d4-a1b2-a1b2-a1b2-a1b2c3d4e5f6