ManagedGrafana / Client / update_workspace_configuration
update_workspace_configuration#
- ManagedGrafana.Client.update_workspace_configuration(**kwargs)#
- Updates the configuration string for the given workspace - See also: AWS API Documentation - Request Syntax - response = client.update_workspace_configuration( configuration='string', workspaceId='string' ) - Parameters:
- configuration (string) – - [REQUIRED] - The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace. 
- workspaceId (string) – - [REQUIRED] - The ID of the workspace to update. 
 
- Return type:
- dict 
- Returns:
- Response Syntax - {}- Response Structure - (dict) – 
 
 - Exceptions - ManagedGrafana.Client.exceptions.ResourceNotFoundException
- ManagedGrafana.Client.exceptions.ThrottlingException
- ManagedGrafana.Client.exceptions.ConflictException
- ManagedGrafana.Client.exceptions.ValidationException
- ManagedGrafana.Client.exceptions.AccessDeniedException
- ManagedGrafana.Client.exceptions.InternalServerException