managedgrafana_update_workspace_configuration: Updates the configuration string for the given workspace

View source: R/managedgrafana_operations.R

managedgrafana_update_workspace_configurationR Documentation

Updates the configuration string for the given workspace

Description

Updates the configuration string for the given workspace

See https://www.paws-r-sdk.com/docs/managedgrafana_update_workspace_configuration/ for full documentation.

Usage

managedgrafana_update_workspace_configuration(
  configuration,
  grafanaVersion = NULL,
  workspaceId
)

Arguments

configuration

[required] The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace.

grafanaVersion

Specifies the version of Grafana to support in the new workspace.

Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4).

To know what versions are available to upgrade to for a specific workspace, see the list_versions operation.

workspaceId

[required] The ID of the workspace to update.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.