View source: R/managedgrafana_operations.R
managedgrafana_create_workspace_service_account | R Documentation |
Creates a service account for the workspace. A service account can be used to call Grafana HTTP APIs, and run automated workloads. After creating the service account with the correct GrafanaRole
for your use case, use create_workspace_service_account_token
to create a token that can be used to authenticate and authorize Grafana HTTP API calls.
See https://www.paws-r-sdk.com/docs/managedgrafana_create_workspace_service_account/ for full documentation.
managedgrafana_create_workspace_service_account(grafanaRole, name, workspaceId)
grafanaRole |
[required] The permission level to use for this service account. For more information about the roles and the permissions each has, see User roles in the Amazon Managed Grafana User Guide. |
name |
[required] A name for the service account. The name must be unique within the workspace, as it determines the ID associated with the service account. |
workspaceId |
[required] The ID of the workspace within which to create the service account. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.