View source: R/managedgrafana_operations.R
managedgrafana_associate_license | R Documentation |
Assigns a Grafana Enterprise license to a workspace. To upgrade, you must use ENTERPRISE
for the licenseType
, and pass in a valid Grafana Labs token for the grafanaToken
. Upgrading to Grafana Enterprise incurs additional fees. For more information, see Upgrade a workspace to Grafana Enterprise.
See https://www.paws-r-sdk.com/docs/managedgrafana_associate_license/ for full documentation.
managedgrafana_associate_license(grafanaToken = NULL, licenseType, workspaceId)
grafanaToken |
A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account. For more information, see Link your account with Grafana Labs. |
licenseType |
[required] The type of license to associate with the workspace. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials. |
workspaceId |
[required] The ID of the workspace to associate the license with. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.