MonitorDatadogOrganizationArgs

data class MonitorDatadogOrganizationArgs(val apiKey: Output<String>, val applicationKey: Output<String>, val enterpriseAppId: Output<String>? = null, val id: Output<String>? = null, val linkingAuthCode: Output<String>? = null, val linkingClientId: Output<String>? = null, val name: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<MonitorDatadogOrganizationArgs>

Constructors

Link copied to clipboard
constructor(apiKey: Output<String>, applicationKey: Output<String>, enterpriseAppId: Output<String>? = null, id: Output<String>? = null, linkingAuthCode: Output<String>? = null, linkingClientId: Output<String>? = null, name: Output<String>? = null, redirectUri: Output<String>? = null)

Properties

Link copied to clipboard
val apiKey: Output<String>

Api key associated to the Datadog organization. Changing this forces a new Datadog Monitor to be created.

Link copied to clipboard
val applicationKey: Output<String>

Application key associated to the Datadog organization. Changing this forces a new Datadog Monitor to be created.

Link copied to clipboard
val enterpriseAppId: Output<String>? = null

The ID of the enterprise_app. Changing this forces a new resource to be created.

Link copied to clipboard
val id: Output<String>? = null

The ID of the Datadog Monitor.

Link copied to clipboard
val linkingAuthCode: Output<String>? = null

The auth code used to linking to an existing Datadog organization. Changing this forces a new Datadog Monitor to be created.

Link copied to clipboard
val linkingClientId: Output<String>? = null

The ID of the linking_client. Changing this forces a new Datadog Monitor to be created.

Link copied to clipboard
val name: Output<String>? = null

The name of the user that will be associated with the Datadog Monitor. Changing this forces a new Datadog Monitor to be created.

Link copied to clipboard
val redirectUri: Output<String>? = null

The redirect uri for linking. Changing this forces a new Datadog Monitor to be created.

Functions

Link copied to clipboard
open override fun toJava(): MonitorDatadogOrganizationArgs