| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
static PermissionType |
PermissionType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
WorkspaceDescription |
WorkspaceDescription.withPermissionType(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. |
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withPermissionType(PermissionType permissionType)
Use this parameter if you want to change a workspace from
SERVICE_MANAGED to
CUSTOMER_MANAGED. |
CreateWorkspaceRequest |
CreateWorkspaceRequest.withPermissionType(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.
|
Copyright © 2024. All rights reserved.