Class: Aws::ManagedGrafana::Types::WorkspaceDescription

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

Overview

A structure containing information about an Amazon Managed Grafana workspace in your account.

Constant Summary collapse

SENSITIVE =
[:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]

Instance Attribute Summary collapse

Instance Attribute Details

#account_access_typeString

Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account only, or whether it can also access Amazon Web Services resources in other accounts in the same organization. If this is ORGANIZATION, the workspaceOrganizationalUnits parameter specifies which organizational units the workspace can access.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#authenticationTypes::AuthenticationSummary

A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.



1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#createdTime

The date that the workspace was created.

Returns:

  • (Time)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#data_sourcesArray<String>

Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions created to allow Amazon Managed Grafana to read data from these sources.

This list is only used when the workspace was created through the Amazon Web Services console, and the permissionType is SERVICE_MANAGED.

Returns:

  • (Array<String>)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#descriptionString

The user-defined description of the workspace.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#endpointString

The URL that users can use to access the Grafana console in the workspace.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#free_trial_consumedBoolean

Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.

Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.

Returns:

  • (Boolean)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#free_trial_expirationTime

If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends.

Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.

Returns:

  • (Time)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#grafana_tokenString

The token that ties this workspace to a Grafana Labs account. For more information, see Register with Grafana Labs.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#grafana_versionString

The version of Grafana supported in this workspace.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#idString

The unique ID of this workspace.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#license_expirationTime

If this workspace has a full Grafana Enterprise license purchased through Amazon Web Services Marketplace, this specifies when the license ends and will need to be renewed. Purchasing the Enterprise plugins option through Amazon Managed Grafana does not have an expiration. It is valid until the license is removed.

Returns:

  • (Time)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#license_typeString

Specifies whether this workspace has a full Grafana Enterprise license.

Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#modifiedTime

The most recent date that the workspace was modified.

Returns:

  • (Time)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#nameString

The name of the workspace.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#network_access_controlTypes::NetworkAccessConfiguration

The configuration settings for network access to your workspace.



1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#notification_destinationsArray<String>

The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, to allow Amazon Managed Grafana to use these channels.

Returns:

  • (Array<String>)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#organization_role_nameString

The name of the IAM role that is used to access resources through Organizations.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#organizational_unitsArray<String>

Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace is in an account that is part of an organization.

Returns:

  • (Array<String>)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#permission_typeString

If this is SERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.

If this is CUSTOMER_MANAGED, you must manage those roles and permissions yourself.

If you are working with a workspace in a member account of an organization and that account is not a delegated administrator account, and you want the workspace to access data sources in other Amazon Web Services accounts in the organization, this parameter must be set to CUSTOMER_MANAGED.

For more information about converting between customer and service managed, see Managing permissions for data sources and notification channels. For more information about the roles and permissions that must be managed for customer managed workspaces, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#stack_set_nameString

The name of the CloudFormation stack set that is used to generate IAM roles to be used for this workspace.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#statusString

The current status of the workspace.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#tagsHash<String,String>

The list of tags associated with the workspace.

Returns:

  • (Hash<String,String>)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#vpc_configurationTypes::VpcConfiguration

The configuration for connecting to data sources in a private VPC (Amazon Virtual Private Cloud).



1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end

#workspace_role_arnString

The IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from. This role must already exist.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1772

class WorkspaceDescription < Struct.new(
  :account_access_type,
  :authentication,
  :created,
  :data_sources,
  :description,
  :endpoint,
  :free_trial_consumed,
  :free_trial_expiration,
  :grafana_token,
  :grafana_version,
  :id,
  :license_expiration,
  :license_type,
  :modified,
  :name,
  :network_access_control,
  :notification_destinations,
  :organization_role_name,
  :organizational_units,
  :permission_type,
  :stack_set_name,
  :status,
  :tags,
  :vpc_configuration,
  :workspace_role_arn)
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
  include Aws::Structure
end