GrafanaClient

Amazon Managed Grafana is a fully managed and secure data visualization service that you can use to instantly query, correlate, and visualize operational metrics, logs, and traces from multiple sources. Amazon Managed Grafana makes it easy to deploy, operate, and scale Grafana, a widely deployed data visualization tool that is popular for its extensible data support.

With Amazon Managed Grafana, you create logically isolated Grafana servers called workspaces. In a workspace, you can create Grafana dashboards and visualizations to analyze your metrics, logs, and traces without having to build, package, or deploy any hardware to run Grafana servers.

Properties

Link copied to clipboard
abstract override val config: GrafanaClient.Config

GrafanaClient's configuration

Functions

Link copied to clipboard

Assigns a Grafana Enterprise license to a workspace. Upgrading to Grafana Enterprise incurs additional fees. For more information, see Upgrade a workspace to Grafana Enterprise.

Link copied to clipboard

Creates a workspace. In a workspace, you can create Grafana dashboards and visualizations to analyze your metrics, logs, and traces. You don't have to build, package, or deploy any hardware to run the Grafana server.

Link copied to clipboard

Creates a Grafana API key for the workspace. This key can be used to authenticate requests sent to the workspace's HTTP API. See https://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html for available APIs and example requests.

Link copied to clipboard

Deletes an Amazon Managed Grafana workspace.

Link copied to clipboard

Deletes a Grafana API key for the workspace.

Link copied to clipboard

Displays information about one Amazon Managed Grafana workspace.

Link copied to clipboard

Displays information about the authentication methods used in one Amazon Managed Grafana workspace.

Link copied to clipboard

Gets the current configuration string for the given workspace.

Link copied to clipboard

Removes the Grafana Enterprise license from a workspace.

Link copied to clipboard

Lists the users and groups who have the Grafana Admin and Editor roles in this workspace. If you use this operation without specifying userId or groupId, the operation returns the roles of all users and groups. If you specify a userId or a groupId, only the roles for that user or group are returned. If you do this, you can specify only one userId or one groupId.

Link copied to clipboard

The ListTagsForResource operation returns the tags that are associated with the Amazon Managed Service for Grafana resource specified by the resourceArn. Currently, the only resource that can be tagged is a workspace.

Link copied to clipboard
abstract suspend fun listVersions(input: ListVersionsRequest = ListVersionsRequest { }): ListVersionsResponse

Lists available versions of Grafana. These are available when calling CreateWorkspace. Optionally, include a workspace to list the versions to which it can be upgraded.

Link copied to clipboard
abstract suspend fun listWorkspaces(input: ListWorkspacesRequest = ListWorkspacesRequest { }): ListWorkspacesResponse

Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use DescribeWorkspace.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

The TagResource operation associates tags with an Amazon Managed Grafana resource. Currently, the only resource that can be tagged is workspaces.

Link copied to clipboard

The UntagResource operation removes the association of the tag with the Amazon Managed Grafana resource.

Link copied to clipboard

Updates which users in a workspace have the Grafana Admin or Editor roles.

Link copied to clipboard

Modifies an existing Amazon Managed Grafana workspace. If you use this operation and omit any optional parameters, the existing values of those parameters are not changed.

Link copied to clipboard

Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using SAML. You can also map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have the Admin and Editor roles in the workspace.

Link copied to clipboard

Updates the configuration string for the given workspace

Inherited functions

Link copied to clipboard

Assigns a Grafana Enterprise license to a workspace. Upgrading to Grafana Enterprise incurs additional fees. For more information, see Upgrade a workspace to Grafana Enterprise.

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates a workspace. In a workspace, you can create Grafana dashboards and visualizations to analyze your metrics, logs, and traces. You don't have to build, package, or deploy any hardware to run the Grafana server.

Link copied to clipboard

Creates a Grafana API key for the workspace. This key can be used to authenticate requests sent to the workspace's HTTP API. See https://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html for available APIs and example requests.

Link copied to clipboard

Deletes an Amazon Managed Grafana workspace.

Link copied to clipboard

Deletes a Grafana API key for the workspace.

Link copied to clipboard

Displays information about one Amazon Managed Grafana workspace.

Link copied to clipboard

Displays information about the authentication methods used in one Amazon Managed Grafana workspace.

Link copied to clipboard

Gets the current configuration string for the given workspace.

Link copied to clipboard

Removes the Grafana Enterprise license from a workspace.

Link copied to clipboard

Lists the users and groups who have the Grafana Admin and Editor roles in this workspace. If you use this operation without specifying userId or groupId, the operation returns the roles of all users and groups. If you specify a userId or a groupId, only the roles for that user or group are returned. If you do this, you can specify only one userId or one groupId.

Link copied to clipboard

The ListTagsForResource operation returns the tags that are associated with the Amazon Managed Service for Grafana resource specified by the resourceArn. Currently, the only resource that can be tagged is a workspace.

Link copied to clipboard

Lists available versions of Grafana. These are available when calling CreateWorkspace. Optionally, include a workspace to list the versions to which it can be upgraded.

Link copied to clipboard
Link copied to clipboard

Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use DescribeWorkspace.

Link copied to clipboard
inline suspend fun GrafanaClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

The TagResource operation associates tags with an Amazon Managed Grafana resource. Currently, the only resource that can be tagged is workspaces.

Link copied to clipboard

The UntagResource operation removes the association of the tag with the Amazon Managed Grafana resource.

Link copied to clipboard

Updates which users in a workspace have the Grafana Admin or Editor roles.

Link copied to clipboard

Modifies an existing Amazon Managed Grafana workspace. If you use this operation and omit any optional parameters, the existing values of those parameters are not changed.

Link copied to clipboard

Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using SAML. You can also map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have the Admin and Editor roles in the workspace.

Link copied to clipboard

Updates the configuration string for the given workspace

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.