| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static PermissionType |
PermissionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PermissionType |
UpdateWorkspaceRequest.permissionType()
Use this parameter if you want to change a workspace from
SERVICE_MANAGED to
CUSTOMER_MANAGED. |
PermissionType |
CreateWorkspaceRequest.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.
|
PermissionType |
WorkspaceDescription.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. |
static PermissionType |
PermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionType[] |
PermissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PermissionType> |
PermissionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.permissionType(PermissionType permissionType)
Use this parameter if you want to change a workspace from
SERVICE_MANAGED to
CUSTOMER_MANAGED. |
CreateWorkspaceRequest.Builder |
CreateWorkspaceRequest.Builder.permissionType(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.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.permissionType(PermissionType 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. |
Copyright © 2023. All rights reserved.