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'
)
[REQUIRED]
The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace.
[REQUIRED]
The ID of the workspace to update.
dict
Response Syntax
{}
Response Structure
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