#[non_exhaustive]
pub struct WorkspaceDescription { /* private fields */ }
Expand description

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

Implementations

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.

The date that the workspace was created.

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.

The user-defined description of the workspace.

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

The version of Grafana supported in this workspace.

The unique ID of this workspace.

The most recent date that the workspace was modified.

The name of the workspace.

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

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.

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.

If this is Service Managed, 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 manage those roles and permissions yourself. If you are creating this 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, you must choose CUSTOMER_MANAGED.

For more information, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels

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

The current status of the workspace.

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

Specifies whether this workspace has a full Grafana Enterprise license or a free trial license.

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

If this workspace has a full Grafana Enterprise license, this specifies when the license ends and will need to be renewed.

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

A structure that describes whether the workspace uses SAML, Amazon Web Services SSO, or both methods for user authentication.

The list of tags associated with the workspace.

Creates a new builder-style object to manufacture WorkspaceDescription.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more