| 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, 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)
If you specify
Service Managed, 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. |
CreateWorkspaceRequest |
CreateWorkspaceRequest.withPermissionType(PermissionType permissionType)
If you specify
SERVICE_MANAGED on AWS Grafana console, 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 © 2022. All rights reserved.