WorkspaceDescription

A structure containing information about an Amazon Managed Grafana workspace in your account.

Types

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

Properties

Link copied to clipboard

Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account only, or whether it can also access Amazon Web Services resources in other accounts in the same organization. If this is ORGANIZATION, the workspaceOrganizationalUnits parameter specifies which organizational units the workspace can access.

Link copied to clipboard

A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.

Link copied to clipboard

The date that the workspace was created.

Link copied to clipboard

Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions created to allow Amazon Managed Grafana to read data from these sources.

Link copied to clipboard

The user-defined description of the workspace.

Link copied to clipboard

The URL that users can use to access the Grafana console in the workspace.

Link copied to clipboard

Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.

Link copied to clipboard

If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends.

Link copied to clipboard

The version of Grafana supported in this workspace.

Link copied to clipboard
val id: String

The unique ID of this workspace.

Link copied to clipboard

If this workspace has a full Grafana Enterprise license, this specifies when the license ends and will need to be renewed.

Link copied to clipboard

Specifies whether this workspace has a full Grafana Enterprise license or a free trial 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 configuration settings for network access to your workspace.

Link copied to clipboard

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

Link copied to clipboard

Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace is in an account that is part of an organization.

Link copied to clipboard

The name of the IAM role that is used to access resources through Organizations.

Link copied to clipboard

If this is SERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.

Link copied to clipboard

The name of the CloudFormation stack set that is used to generate IAM roles to be used for this workspace.

Link copied to clipboard

The current status of the workspace.

Link copied to clipboard

The list of tags associated with the workspace.

Link copied to clipboard

The configuration for connecting to data sources in a private VPC (Amazon Virtual Private Cloud).

Link copied to clipboard

The IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from. This role must already exist.

Functions

Link copied to clipboard
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