ManagedGrafana#
Client#
- class ManagedGrafana.Client#
A low-level client representing Amazon Managed Grafana
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.
import boto3 client = boto3.client('grafana')
These are the available methods:
- associate_license
- can_paginate
- close
- create_workspace
- create_workspace_api_key
- delete_workspace
- delete_workspace_api_key
- describe_workspace
- describe_workspace_authentication
- describe_workspace_configuration
- disassociate_license
- get_paginator
- get_waiter
- list_permissions
- list_tags_for_resource
- list_workspaces
- tag_resource
- untag_resource
- update_permissions
- update_workspace
- update_workspace_authentication
- update_workspace_configuration
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: