---
type: resource-type
title: GrafanaWorkspace
description: aws resource type AWS::Grafana::Workspace
name: GrafanaWorkspace
lexicon: aws
resource_type: AWS::Grafana::Workspace
---
`AWS::Grafana::Workspace`, a resource type of the aws lexicon.

## Properties

- `AccountAccessType` (`GrafanaWorkspace_AccountAccessType`, required)
- `AuthenticationProviders` (`GrafanaWorkspace_AuthenticationProviderTypes[]`, required): List of authentication providers to enable.
- `PermissionType` (`GrafanaWorkspace_PermissionType`, required)
- `ClientToken` (`string`, optional): A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
- `CreationTimestamp` (`string`, optional): Timestamp when the workspace was created.
- `DataSources` (`GrafanaWorkspace_DataSourceType[]`, optional): List of data sources on the service managed IAM role.
- `Description` (`string`, optional): Description of a workspace.
- `Endpoint` (`string`, optional): Endpoint for the Grafana workspace.
- `GrafanaVersion` (`string`, optional): The version of Grafana to support in your workspace.
- `Id` (`string`, optional): The id that uniquely identifies a Grafana workspace.
- `ModificationTimestamp` (`string`, optional): Timestamp when the workspace was last modified
- `Name` (`string`, optional): The user friendly name of a workspace.
- `NetworkAccessControl` (`GrafanaWorkspace_NetworkAccessControl`, optional)
- `NotificationDestinations` (`GrafanaWorkspace_NotificationDestinationType[]`, optional): List of notification destinations on the customers service managed IAM role that the Grafana workspace can query.
- `OrganizationalUnits` (`string[]`, optional): List of Organizational Units containing AWS accounts the Grafana workspace can pull data from.
- `OrganizationRoleName` (`string`, optional): The name of an IAM role that already exists to use with AWS Organizations to access AWS data sources and notification channels in other accounts in an organization.
- `PluginAdminEnabled` (`boolean`, optional): Allow workspace admins to install plugins
- `RoleArn` (`string`, optional): IAM Role that will be used to grant the Grafana workspace access to a customers AWS resources.
- `SamlConfiguration` (`GrafanaWorkspace_SamlConfiguration`, optional)
- `SamlConfigurationStatus` (`GrafanaWorkspace_SamlConfigurationStatus`, optional)
- `SsoClientId` (`string`, optional): The client ID of the AWS SSO Managed Application.
- `StackSetName` (`string`, optional): The name of the AWS CloudFormation stack set to use to generate IAM roles to be used for this workspace.
- `Status` (`GrafanaWorkspace_WorkspaceStatus`, optional)
- `Tags` (`Record<string, unknown>[]`, optional): The list of tags associated with the workspace.
- `VpcConfiguration` (`GrafanaWorkspace_VpcConfiguration`, optional)

## Attributes

- `CreationTimestamp`
- `Endpoint`
- `Id`
- `ModificationTimestamp`
- `SamlConfigurationStatus`
- `SsoClientId`
- `Status`
