Monitor Datadog Organization Args
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>
Properties
Link copied to clipboard
Application key associated to the Datadog organization. Changing this forces a new Datadog Monitor to be created.
Link copied to clipboard
The ID of the enterprise_app. Changing this forces a new resource to be created.
Link copied to clipboard
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
The ID of the linking_client. Changing this forces a new Datadog Monitor to be created.
Link copied to clipboard
The redirect uri for linking. Changing this forces a new Datadog Monitor to be created.