Values.NewRelicApiKeyConfigSourceAPI key authentication configuration for New Relic service.
type nonrec t = {apiKey : NewRelicApiKeyConfigApiKeyString.t;New Relic User API Key
*)accountId : NewRelicApiKeyConfigAccountIdString.t;New Relic Account ID
*)region : NewRelicRegion.t;New Relic region (US or EU)
*)applicationIds : NewRelicApplicationIds.t option;List of monitored APM application IDs in New Relic
*)entityGuids : NewRelicEntityGuids.t option;List of globally unique IDs for New Relic resources (apps, hosts, services)
*)alertPolicyIds : NewRelicAlertPolicyIds.t option;List of alert policy IDs grouping related conditions
*)}val make :
?applicationIds:??? ->
?entityGuids:??? ->
?alertPolicyIds:??? ->
apiKey:NewRelicApiKeyConfigApiKeyString.t ->
accountId:NewRelicApiKeyConfigAccountIdString.t ->
region:NewRelicRegion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of NewRelicApplicationIdsMemberString.t ] list
| `String of NewRelicApiKeyConfigApiKeyString.t ])
list ]