Class: Aws::ManagedGrafana::Types::UpdateWorkspaceConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationString

The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace.

Returns:

  • (String)


1323
1324
1325
1326
1327
1328
1329
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1323

class UpdateWorkspaceConfigurationRequest < Struct.new(
  :configuration,
  :grafana_version,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#grafana_versionString

Specifies the version of Grafana to support in the workspace. If not specified, keeps the current version of the workspace.

Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4).

To know what versions are available to upgrade to for a specific workspace, see the ListVersions operation.

Returns:

  • (String)


1323
1324
1325
1326
1327
1328
1329
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1323

class UpdateWorkspaceConfigurationRequest < Struct.new(
  :configuration,
  :grafana_version,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace to update.

Returns:

  • (String)


1323
1324
1325
1326
1327
1328
1329
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1323

class UpdateWorkspaceConfigurationRequest < Struct.new(
  :configuration,
  :grafana_version,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end