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

A builder for CreateWorkspaceInput.

Implementations§

source§

impl CreateWorkspaceInputBuilder

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 you specify ORGANIZATION, you must specify which organizational units the workspace can access in the workspaceOrganizationalUnits parameter.

This field is required.
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 you specify ORGANIZATION, you must specify which organizational units the workspace can access in the workspaceOrganizationalUnits parameter.

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 you specify ORGANIZATION, you must specify which organizational units the workspace can access in the workspaceOrganizationalUnits parameter.

source

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

A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

source

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

A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

source

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

A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

source

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

The name of an IAM role that already exists to use with Organizations to access Amazon Web Services data sources and notification channels in other accounts in an organization.

source

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

The name of an IAM role that already exists to use with Organizations to access Amazon Web Services data sources and notification channels in other accounts in an organization.

source

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

The name of an IAM role that already exists to use with Organizations to access Amazon Web Services data sources and notification channels in other accounts in an organization.

source

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

When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.

You must also specify a workspaceRoleArn for a role that you will manage for the workspace to use when accessing those datasources and notification channels.

The ability for Amazon Managed Grafana to create and update IAM roles on behalf of the user is supported only in the Amazon Managed Grafana console, where this value may be set to SERVICE_MANAGED.

Use only the CUSTOMER_MANAGED permission type when creating a workspace with the API, CLI or Amazon Web Services CloudFormation.

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

This field is required.
source

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

When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.

You must also specify a workspaceRoleArn for a role that you will manage for the workspace to use when accessing those datasources and notification channels.

The ability for Amazon Managed Grafana to create and update IAM roles on behalf of the user is supported only in the Amazon Managed Grafana console, where this value may be set to SERVICE_MANAGED.

Use only the CUSTOMER_MANAGED permission type when creating a workspace with the API, CLI or Amazon Web Services CloudFormation.

For more information, 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>

When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.

You must also specify a workspaceRoleArn for a role that you will manage for the workspace to use when accessing those datasources and notification channels.

The ability for Amazon Managed Grafana to create and update IAM roles on behalf of the user is supported only in the Amazon Managed Grafana console, where this value may be set to SERVICE_MANAGED.

Use only the CUSTOMER_MANAGED permission type when creating a workspace with the API, CLI or Amazon Web Services CloudFormation.

For more information, 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 to use 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 to use 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 to use to generate IAM roles to be used for this workspace.

source

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

Appends an item to workspace_data_sources.

To override the contents of this collection use set_workspace_data_sources.

This parameter is for internal use only, and should not be used.

source

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

This parameter is for internal use only, and should not be used.

source

pub fn get_workspace_data_sources(&self) -> &Option<Vec<DataSourceType>>

This parameter is for internal use only, and should not be used.

source

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

A description for the workspace. This is used only to help you identify this workspace.

Pattern: ^[\\p{L}\\p{Z}\\p{N}\\p{P}]{0,2048}$

source

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

A description for the workspace. This is used only to help you identify this workspace.

Pattern: ^[\\p{L}\\p{Z}\\p{N}\\p{P}]{0,2048}$

source

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

A description for the workspace. This is used only to help you identify this workspace.

Pattern: ^[\\p{L}\\p{Z}\\p{N}\\p{P}]{0,2048}$

source

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

The name for the workspace. It does not have to be unique.

source

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

The name for the workspace. It does not have to be unique.

source

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

The name for the workspace. It does not have to be unique.

source

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

Appends an item to workspace_notification_destinations.

To override the contents of this collection use set_workspace_notification_destinations.

Specify the Amazon Web Services notification channels that you plan to use in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to use these channels.

source

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

Specify the Amazon Web Services notification channels that you plan to use in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to use these channels.

source

pub fn get_workspace_notification_destinations( &self ) -> &Option<Vec<NotificationDestinationType>>

Specify the Amazon Web Services notification channels that you plan to use in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to use these channels.

source

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

Appends an item to workspace_organizational_units.

To override the contents of this collection use set_workspace_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_workspace_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_workspace_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 workspace_role_arn(self, input: impl Into<String>) -> Self

Specified the IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from, including both data sources and notification channels. You are responsible for managing the permissions for this role as new data sources or notification channels are added.

source

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

Specified the IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from, including both data sources and notification channels. You are responsible for managing the permissions for this role as new data sources or notification channels are added.

source

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

Specified the IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from, including both data sources and notification channels. You are responsible for managing the permissions for this role as new data sources or notification channels are added.

source

pub fn authentication_providers( self, input: AuthenticationProviderTypes ) -> Self

Appends an item to authentication_providers.

To override the contents of this collection use set_authentication_providers.

Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.

source

pub fn set_authentication_providers( self, input: Option<Vec<AuthenticationProviderTypes>> ) -> Self

Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.

source

pub fn get_authentication_providers( &self ) -> &Option<Vec<AuthenticationProviderTypes>>

Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.

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 settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.

Connecting to a private VPC is not yet available in the Asia Pacific (Seoul) Region (ap-northeast-2).

source

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

The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.

Connecting to a private VPC is not yet available in the Asia Pacific (Seoul) Region (ap-northeast-2).

source

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

The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.

Connecting to a private VPC is not yet available in the Asia Pacific (Seoul) Region (ap-northeast-2).

source

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

The configuration string for the workspace that you create. For more information about the format and configuration options available, see Working in your Grafana workspace.

source

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

The configuration string for the workspace that you create. For more information about the format and configuration options available, see Working in your Grafana workspace.

source

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

The configuration string for the workspace that you create. For more information about the format and configuration options available, see Working in your Grafana workspace.

source

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

Configuration for network access to your workspace.

When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required.

If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.

source

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

Configuration for network access to your workspace.

When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required.

If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.

source

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

Configuration for network access to your workspace.

When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required.

If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.

source

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

Specifies the version of Grafana to support in the new workspace. If not specified, defaults to the latest version (for example, 10.4).

To get a list of supported versions, use the ListVersions operation.

source

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

Specifies the version of Grafana to support in the new workspace. If not specified, defaults to the latest version (for example, 10.4).

To get a list of supported versions, use the ListVersions operation.

source

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

Specifies the version of Grafana to support in the new workspace. If not specified, defaults to the latest version (for example, 10.4).

To get a list of supported versions, use the ListVersions operation.

source

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

Consumes the builder and constructs a CreateWorkspaceInput.

source§

impl CreateWorkspaceInputBuilder

source

pub async fn send_with( self, client: &Client ) -> Result<CreateWorkspaceOutput, SdkError<CreateWorkspaceError, HttpResponse>>

Sends a request with this input using the given client.

Trait Implementations§

source§

impl Clone for CreateWorkspaceInputBuilder

source§

fn clone(&self) -> CreateWorkspaceInputBuilder

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 CreateWorkspaceInputBuilder

source§

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

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

impl Default for CreateWorkspaceInputBuilder

source§

fn default() -> CreateWorkspaceInputBuilder

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

impl PartialEq for CreateWorkspaceInputBuilder

source§

fn eq(&self, other: &CreateWorkspaceInputBuilder) -> 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 CreateWorkspaceInputBuilder

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