WorkspaceSummary

A structure that contains some information about one workspace in the account.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A structure containing information about the authentication methods used in the workspace.

Link copied to clipboard

The date that the workspace was created.

Link copied to clipboard

The customer-entered description of the workspace.

Link copied to clipboard

The URL endpoint to use to access the Grafana console in the workspace.

Link copied to clipboard

The token that ties this workspace to a Grafana Labs account. For more information, see Link your account with Grafana Labs.

Link copied to clipboard

The Grafana version that the workspace is running.

Link copied to clipboard
val id: String

The unique ID of the workspace.

Link copied to clipboard

Specifies whether this workspace has a full Grafana Enterprise license.

Link copied to clipboard

The most recent date that the workspace was modified.

Link copied to clipboard
val name: String?

The name of the workspace.

Link copied to clipboard

The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.

Link copied to clipboard

The current status of the workspace.

Link copied to clipboard

The list of tags associated with the workspace.

Functions

Link copied to clipboard
inline fun copy(block: WorkspaceSummary.Builder.() -> Unit = {}): WorkspaceSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String