@Generated(value="software.amazon.awssdk:codegen") public final class CreateWorkspaceRequest extends GrafanaRequest implements ToCopyableBuilder<CreateWorkspaceRequest.Builder,CreateWorkspaceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateWorkspaceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccountAccessType |
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.
|
String |
accountAccessTypeAsString()
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.
|
List<AuthenticationProviderTypes> |
authenticationProviders()
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to
authenticate users for using the Grafana console within a workspace.
|
List<String> |
authenticationProvidersAsStrings()
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to
authenticate users for using the Grafana console within a workspace.
|
static CreateWorkspaceRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
String |
configuration()
The configuration string for the workspace that you create.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
grafanaVersion()
Specifies the version of Grafana to support in the new workspace.
|
boolean |
hasAuthenticationProviders()
For responses, this returns true if the service returned a value for the AuthenticationProviders property.
|
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
boolean |
hasWorkspaceDataSources()
For responses, this returns true if the service returned a value for the WorkspaceDataSources property.
|
boolean |
hasWorkspaceNotificationDestinations()
For responses, this returns true if the service returned a value for the WorkspaceNotificationDestinations
property.
|
boolean |
hasWorkspaceOrganizationalUnits()
For responses, this returns true if the service returned a value for the WorkspaceOrganizationalUnits property.
|
NetworkAccessConfiguration |
networkAccessControl()
Configuration for network access to your workspace.
|
String |
organizationRoleName()
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.
|
PermissionType |
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.
|
String |
permissionTypeAsString()
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateWorkspaceRequest.Builder> |
serializableBuilderClass() |
String |
stackSetName()
The name of the CloudFormation stack set to use to generate IAM roles to be used for this workspace.
|
Map<String,String> |
tags()
The list of tags associated with the workspace.
|
CreateWorkspaceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcConfiguration |
vpcConfiguration()
The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.
|
List<DataSourceType> |
workspaceDataSources()
This parameter is for internal use only, and should not be used.
|
List<String> |
workspaceDataSourcesAsStrings()
This parameter is for internal use only, and should not be used.
|
String |
workspaceDescription()
A description for the workspace.
|
String |
workspaceName()
The name for the workspace.
|
List<NotificationDestinationType> |
workspaceNotificationDestinations()
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
List<String> |
workspaceNotificationDestinationsAsStrings()
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
List<String> |
workspaceOrganizationalUnits()
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.
|
String |
workspaceRoleArn()
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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccountAccessType 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.
If the service returns an enum value that is not available in the current SDK version, accountAccessType
will return AccountAccessType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from accountAccessTypeAsString().
ORGANIZATION, you must specify which organizational units the
workspace can access in the workspaceOrganizationalUnits parameter.AccountAccessTypepublic final String accountAccessTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, accountAccessType
will return AccountAccessType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from accountAccessTypeAsString().
ORGANIZATION, you must specify which organizational units the
workspace can access in the workspaceOrganizationalUnits parameter.AccountAccessTypepublic final List<AuthenticationProviderTypes> authenticationProviders()
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAuthenticationProviders() method.
public final boolean hasAuthenticationProviders()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<String> authenticationProvidersAsStrings()
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAuthenticationProviders() method.
public final String clientToken()
A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
public final String configuration()
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.
public final String grafanaVersion()
Specifies the version of Grafana to support in the new workspace.
To get a list of supported version, use the ListVersions operation.
To get a list of supported version, use the ListVersions operation.
public final NetworkAccessConfiguration networkAccessControl()
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.
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.
public final String organizationRoleName()
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.
public final PermissionType 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.
If the service returns an enum value that is not available in the current SDK version, permissionType
will return PermissionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from permissionTypeAsString().
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.
PermissionTypepublic final String permissionTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, permissionType
will return PermissionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from permissionTypeAsString().
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.
PermissionTypepublic final String stackSetName()
The name of the CloudFormation stack set to use to generate IAM roles to be used for this workspace.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final Map<String,String> tags()
The list of tags associated with the workspace.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final VpcConfiguration 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).
Connecting to a private VPC is not yet available in the Asia Pacific (Seoul) Region (ap-northeast-2).
public final List<DataSourceType> workspaceDataSources()
This parameter is for internal use only, and should not be used.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasWorkspaceDataSources() method.
public final boolean hasWorkspaceDataSources()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> workspaceDataSourcesAsStrings()
This parameter is for internal use only, and should not be used.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasWorkspaceDataSources() method.
public final String workspaceDescription()
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}$
Pattern: ^[\\p{L}\\p{Z}\\p{N}\\p{P}]{0,2048}$
public final String workspaceName()
The name for the workspace. It does not have to be unique.
public final List<NotificationDestinationType> workspaceNotificationDestinations()
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasWorkspaceNotificationDestinations()
method.
public final boolean hasWorkspaceNotificationDestinations()
isEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may
need to differentiate between the service returning nothing (or null) and the service returning an empty
collection or map. For requests, this returns true if a value for the property was specified in the request
builder, and false if a value was not specified.public final List<String> workspaceNotificationDestinationsAsStrings()
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasWorkspaceNotificationDestinations()
method.
public final boolean hasWorkspaceOrganizationalUnits()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<String> workspaceOrganizationalUnits()
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasWorkspaceOrganizationalUnits() method.
public final String workspaceRoleArn()
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.
public CreateWorkspaceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateWorkspaceRequest.Builder,CreateWorkspaceRequest>toBuilder in class GrafanaRequestpublic static CreateWorkspaceRequest.Builder builder()
public static Class<? extends CreateWorkspaceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.