Struct aws_sdk_grafana::model::WorkspaceDescription[][src]

#[non_exhaustive]
pub struct WorkspaceDescription {
Show 21 fields pub account_access_type: Option<AccountAccessType>, pub created: Option<DateTime>, pub data_sources: Option<Vec<DataSourceType>>, pub description: Option<String>, pub endpoint: Option<String>, pub grafana_version: Option<String>, pub id: Option<String>, pub modified: Option<DateTime>, pub name: Option<String>, pub organization_role_name: Option<String>, pub notification_destinations: Option<Vec<NotificationDestinationType>>, pub organizational_units: Option<Vec<String>>, pub permission_type: Option<PermissionType>, pub stack_set_name: Option<String>, pub status: Option<WorkspaceStatus>, pub workspace_role_arn: Option<String>, pub license_type: Option<LicenseType>, pub free_trial_consumed: Option<bool>, pub license_expiration: Option<DateTime>, pub free_trial_expiration: Option<DateTime>, pub authentication: Option<AuthenticationSummary>,
}
Expand description

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

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
account_access_type: Option<AccountAccessType>

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.

created: Option<DateTime>

The date that the workspace was created.

data_sources: Option<Vec<DataSourceType>>

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.

description: Option<String>

The user-defined description of the workspace.

endpoint: Option<String>

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

grafana_version: Option<String>

The version of Grafana supported in this workspace.

id: Option<String>

The unique ID of this workspace.

modified: Option<DateTime>

The most recent date that the workspace was modified.

name: Option<String>

The name of the workspace.

organization_role_name: Option<String>

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

notification_destinations: Option<Vec<NotificationDestinationType>>

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.

organizational_units: Option<Vec<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.

permission_type: Option<PermissionType>

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

stack_set_name: Option<String>

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

status: Option<WorkspaceStatus>

The current status of the workspace.

workspace_role_arn: Option<String>

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

license_type: Option<LicenseType>

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

free_trial_consumed: Option<bool>

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

license_expiration: Option<DateTime>

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

free_trial_expiration: Option<DateTime>

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

authentication: Option<AuthenticationSummary>

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

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.

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 !=.

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

Performs the conversion.

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

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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