Struct aws_sdk_grafana::model::workspace_description::Builder[][src]

#[non_exhaustive]
pub struct Builder { /* fields omitted */ }
Expand description

A builder for WorkspaceDescription

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.

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.

The date that the workspace was created.

Appends an item to data_sources.

To override the contents of this collection use set_data_sources.

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.

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 user-defined description of the workspace.

The URL that users can use to access the Grafana console in 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 version of Grafana supported in this workspace.

The unique ID of this workspace.

The unique ID of this workspace.

The most recent date that the workspace was modified.

The most recent date that the workspace was modified.

The name of the workspace.

The name of the workspace.

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

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

Appends an item to notification_destinations.

To override the contents of this collection use set_notification_destinations.

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.

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.

Appends an item to organizational_units.

To override the contents of this collection use set_organizational_units.

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.

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

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

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 a full Grafana Enterprise license or a free trial license.

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

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

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.

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

Consumes the builder and constructs a 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

Returns the “default value” for a type. 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