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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html

Returns:

  • (String)


1714
1715
1716
1717
1718
1719
1720
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1714

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.

[1]: docs.aws.amazon.com/grafana/latest/APIReference/API_ListVersions.html

Returns:

  • (String)


1714
1715
1716
1717
1718
1719
1720
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1714

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)


1714
1715
1716
1717
1718
1719
1720
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1714

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