View Source aws_grafana (aws v1.0.4)
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.Summary
Functions
Assigns a Grafana Enterprise license to a workspace.
Creates a workspace.
Creates a Grafana API key for the workspace.
Lists the users and groups who have the Grafana Admin
and Editor
roles in this workspace.
The ListTagsForResource
operation returns the tags that are associated with the Amazon Managed Service for Grafana resource specified by the resourceArn
.
Lists available versions of Grafana.
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
The TagResource
operation associates tags with an Amazon Managed Grafana resource.
UntagResource
operation removes the association of the tag with the Amazon Managed Grafana resource.Admin
or Editor
roles.Modifies an existing Amazon Managed Grafana workspace.
Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using SAML.
Functions
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: https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html.associate_license(Client, LicenseType, WorkspaceId, Input0, Options0)
View SourceCreates 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.
Don't useCreateWorkspace
to modify an existing workspace. Instead, use UpdateWorkspace: https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateWorkspace.html.
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.delete_workspace_api_key(Client, KeyName, WorkspaceId, Input0, Options0)
View Sourcedescribe_workspace(Client, WorkspaceId, QueryMap, HeadersMap, Options0)
View Sourcedescribe_workspace_authentication(Client, WorkspaceId, QueryMap, HeadersMap)
View Sourcedescribe_workspace_authentication(Client, WorkspaceId, QueryMap, HeadersMap, Options0)
View Sourcedescribe_workspace_configuration(Client, WorkspaceId, QueryMap, HeadersMap)
View Sourcedescribe_workspace_configuration(Client, WorkspaceId, QueryMap, HeadersMap, Options0)
View Sourcedisassociate_license(Client, LicenseType, WorkspaceId, Input0, Options0)
View SourceLists the users and groups who have the Grafana Admin
and Editor
roles in this workspace.
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
.
list_permissions(Client, WorkspaceId, QueryMap, HeadersMap, Options0)
View SourceThe ListTagsForResource
operation returns the tags that are associated with the Amazon Managed Service for Grafana resource specified by the resourceArn
.
list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceLists available versions of Grafana.
These are available when callingCreateWorkspace
. Optionally, include a workspace to list the versions to which it can be upgraded.
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: https://docs.aws.amazon.com/AAMG/latest/APIReference/API_DescribeWorkspace.html.The TagResource
operation associates tags with an Amazon Managed Grafana resource.
Currently, the only resource that can be tagged is workspaces.
If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.UntagResource
operation removes the association of the tag with the Amazon Managed Grafana resource.
Admin
or Editor
roles.
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.
To modify the user authentication methods that the workspace uses, such as SAML or IAM Identity Center, use UpdateWorkspaceAuthentication: https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateWorkspaceAuthentication.html.
To modify which users in the workspace have theAdmin
and Editor
Grafana roles, use UpdatePermissions: https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdatePermissions.html.
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.