View Source aws_grafana (aws v0.5.0)

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.

Link to this section Summary

Functions

Assigns a Grafana Enterprise license to a workspace.

Creates a workspace.

Deletes an Amazon Managed Grafana workspace.
Displays information about one Amazon Managed Grafana workspace.
Displays information about the authentication methods used in one Amazon Managed Grafana workspace.
Removes the Grafana Enterprise license from a workspace.

Lists the users and groups who have the Grafana Admin and Editor roles in this workspace.

Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.

Updates which users in a workspace have the Grafana 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.

Link to this section Functions

Link to this function

associate_license(Client, LicenseType, WorkspaceId, Input)

View Source

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 to this function

associate_license(Client, LicenseType, WorkspaceId, Input0, Options0)

View Source
Link to this function

create_workspace(Client, Input)

View Source

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.

Don't use CreateWorkspace to modify an existing workspace. Instead, use UpdateWorkspace.
Link to this function

create_workspace(Client, Input0, Options0)

View Source
Link to this function

delete_workspace(Client, WorkspaceId, Input)

View Source
Deletes an Amazon Managed Grafana workspace.
Link to this function

delete_workspace(Client, WorkspaceId, Input0, Options0)

View Source
Link to this function

describe_workspace(Client, WorkspaceId)

View Source
Displays information about one Amazon Managed Grafana workspace.
Link to this function

describe_workspace(Client, WorkspaceId, QueryMap, HeadersMap)

View Source
Link to this function

describe_workspace(Client, WorkspaceId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

describe_workspace_authentication(Client, WorkspaceId)

View Source
Displays information about the authentication methods used in one Amazon Managed Grafana workspace.
Link to this function

describe_workspace_authentication(Client, WorkspaceId, QueryMap, HeadersMap)

View Source
Link to this function

describe_workspace_authentication(Client, WorkspaceId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

disassociate_license(Client, LicenseType, WorkspaceId, Input)

View Source
Removes the Grafana Enterprise license from a workspace.
Link to this function

disassociate_license(Client, LicenseType, WorkspaceId, Input0, Options0)

View Source
Link to this function

list_permissions(Client, WorkspaceId)

View Source

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 to this function

list_permissions(Client, WorkspaceId, QueryMap, HeadersMap)

View Source
Link to this function

list_permissions(Client, WorkspaceId, QueryMap, HeadersMap, Options0)

View Source

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 to this function

list_workspaces(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_workspaces(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

update_permissions(Client, WorkspaceId, Input)

View Source
Updates which users in a workspace have the Grafana Admin or Editor roles.
Link to this function

update_permissions(Client, WorkspaceId, Input0, Options0)

View Source
Link to this function

update_workspace(Client, WorkspaceId, Input)

View Source

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 Amazon Web Services SSO, use UpdateWorkspaceAuthentication.

To modify which users in the workspace have the Admin and Editor Grafana roles, use UpdatePermissions.
Link to this function

update_workspace(Client, WorkspaceId, Input0, Options0)

View Source
Link to this function

update_workspace_authentication(Client, WorkspaceId, Input)

View Source

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 to this function

update_workspace_authentication(Client, WorkspaceId, Input0, Options0)

View Source