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

A builder for WorkspaceDescription.

Implementations§

source§

impl WorkspaceDescriptionBuilder

source

pub fn account_access_type(self, input: AccountAccessType) -> Self

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.

source

pub fn set_account_access_type(self, input: Option<AccountAccessType>) -> Self

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.

source

pub fn get_account_access_type(&self) -> &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.

source

pub fn created(self, input: DateTime) -> Self

The date that the workspace was created.

This field is required.
source

pub fn set_created(self, input: Option<DateTime>) -> Self

The date that the workspace was created.

source

pub fn get_created(&self) -> &Option<DateTime>

The date that the workspace was created.

source

pub fn data_sources(self, input: DataSourceType) -> Self

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.

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

source

pub fn set_data_sources(self, input: Option<Vec<DataSourceType>>) -> Self

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.

source

pub fn get_data_sources(&self) -> &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.

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

source

pub fn description(self, input: impl Into<String>) -> Self

The user-defined description of the workspace.

source

pub fn set_description(self, input: Option<String>) -> Self

The user-defined description of the workspace.

source

pub fn get_description(&self) -> &Option<String>

The user-defined description of the workspace.

source

pub fn endpoint(self, input: impl Into<String>) -> Self

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

This field is required.
source

pub fn set_endpoint(self, input: Option<String>) -> Self

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

source

pub fn get_endpoint(&self) -> &Option<String>

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

source

pub fn grafana_version(self, input: impl Into<String>) -> Self

The version of Grafana supported in this workspace.

This field is required.
source

pub fn set_grafana_version(self, input: Option<String>) -> Self

The version of Grafana supported in this workspace.

source

pub fn get_grafana_version(&self) -> &Option<String>

The version of Grafana supported in this workspace.

source

pub fn id(self, input: impl Into<String>) -> Self

The unique ID of this workspace.

This field is required.
source

pub fn set_id(self, input: Option<String>) -> Self

The unique ID of this workspace.

source

pub fn get_id(&self) -> &Option<String>

The unique ID of this workspace.

source

pub fn modified(self, input: DateTime) -> Self

The most recent date that the workspace was modified.

This field is required.
source

pub fn set_modified(self, input: Option<DateTime>) -> Self

The most recent date that the workspace was modified.

source

pub fn get_modified(&self) -> &Option<DateTime>

The most recent date that the workspace was modified.

source

pub fn name(self, input: impl Into<String>) -> Self

The name of the workspace.

source

pub fn set_name(self, input: Option<String>) -> Self

The name of the workspace.

source

pub fn get_name(&self) -> &Option<String>

The name of the workspace.

source

pub fn organization_role_name(self, input: impl Into<String>) -> Self

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

source

pub fn set_organization_role_name(self, input: Option<String>) -> Self

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

source

pub fn get_organization_role_name(&self) -> &Option<String>

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

source

pub fn notification_destinations( self, input: NotificationDestinationType, ) -> Self

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.

source

pub fn set_notification_destinations( self, input: Option<Vec<NotificationDestinationType>>, ) -> Self

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.

source

pub fn get_notification_destinations( &self, ) -> &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.

source

pub fn organizational_units(self, input: impl Into<String>) -> Self

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.

source

pub fn set_organizational_units(self, input: Option<Vec<String>>) -> Self

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.

source

pub fn get_organizational_units(&self) -> &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.

source

pub fn permission_type(self, input: PermissionType) -> Self

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

source

pub fn set_permission_type(self, input: Option<PermissionType>) -> Self

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

source

pub fn get_permission_type(&self) -> &Option<PermissionType>

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

source

pub fn stack_set_name(self, input: impl Into<String>) -> Self

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

source

pub fn set_stack_set_name(self, input: Option<String>) -> Self

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

source

pub fn get_stack_set_name(&self) -> &Option<String>

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

source

pub fn status(self, input: WorkspaceStatus) -> Self

The current status of the workspace.

This field is required.
source

pub fn set_status(self, input: Option<WorkspaceStatus>) -> Self

The current status of the workspace.

source

pub fn get_status(&self) -> &Option<WorkspaceStatus>

The current status of the workspace.

source

pub fn workspace_role_arn(self, input: impl Into<String>) -> Self

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

source

pub fn set_workspace_role_arn(self, input: Option<String>) -> Self

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

source

pub fn get_workspace_role_arn(&self) -> &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.

source

pub fn license_type(self, input: LicenseType) -> Self

Specifies whether this workspace has a full Grafana Enterprise license.

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

source

pub fn set_license_type(self, input: Option<LicenseType>) -> Self

Specifies whether this workspace has a full Grafana Enterprise license.

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

source

pub fn get_license_type(&self) -> &Option<LicenseType>

Specifies whether this workspace has a full Grafana Enterprise license.

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

source

pub fn free_trial_consumed(self, input: bool) -> Self

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.

source

pub fn set_free_trial_consumed(self, input: Option<bool>) -> Self

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.

source

pub fn get_free_trial_consumed(&self) -> &Option<bool>

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.

source

pub fn license_expiration(self, input: DateTime) -> Self

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.

source

pub fn set_license_expiration(self, input: Option<DateTime>) -> Self

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.

source

pub fn get_license_expiration(&self) -> &Option<DateTime>

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.

source

pub fn free_trial_expiration(self, input: DateTime) -> Self

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.

source

pub fn set_free_trial_expiration(self, input: Option<DateTime>) -> Self

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.

source

pub fn get_free_trial_expiration(&self) -> &Option<DateTime>

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.

source

pub fn authentication(self, input: AuthenticationSummary) -> Self

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

This field is required.
source

pub fn set_authentication(self, input: Option<AuthenticationSummary>) -> Self

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

source

pub fn get_authentication(&self) -> &Option<AuthenticationSummary>

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

source

pub fn tags(self, k: impl Into<String>, v: impl Into<String>) -> Self

Adds a key-value pair to tags.

To override the contents of this collection use set_tags.

The list of tags associated with the workspace.

source

pub fn set_tags(self, input: Option<HashMap<String, String>>) -> Self

The list of tags associated with the workspace.

source

pub fn get_tags(&self) -> &Option<HashMap<String, String>>

The list of tags associated with the workspace.

source

pub fn vpc_configuration(self, input: VpcConfiguration) -> Self

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

source

pub fn set_vpc_configuration(self, input: Option<VpcConfiguration>) -> Self

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

source

pub fn get_vpc_configuration(&self) -> &Option<VpcConfiguration>

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

source

pub fn network_access_control(self, input: NetworkAccessConfiguration) -> Self

The configuration settings for network access to your workspace.

source

pub fn set_network_access_control( self, input: Option<NetworkAccessConfiguration>, ) -> Self

The configuration settings for network access to your workspace.

source

pub fn get_network_access_control(&self) -> &Option<NetworkAccessConfiguration>

The configuration settings for network access to your workspace.

source

pub fn grafana_token(self, input: impl Into<String>) -> Self

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

source

pub fn set_grafana_token(self, input: Option<String>) -> Self

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

source

pub fn get_grafana_token(&self) -> &Option<String>

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

source

pub fn build(self) -> Result<WorkspaceDescription, BuildError>

Consumes the builder and constructs a WorkspaceDescription. This method will fail if any of the following fields are not set:

Trait Implementations§

source§

impl Clone for WorkspaceDescriptionBuilder

source§

fn clone(&self) -> WorkspaceDescriptionBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for WorkspaceDescriptionBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for WorkspaceDescriptionBuilder

source§

fn default() -> WorkspaceDescriptionBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for WorkspaceDescriptionBuilder

source§

fn eq(&self, other: &WorkspaceDescriptionBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for WorkspaceDescriptionBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more