Package-level declarations

Types

Link copied to clipboard
enum WorkspaceAccountAccessType : Enum<WorkspaceAccountAccessType> , ConvertibleToJava<WorkspaceAccountAccessType>

These enums represent valid account access types. Specifically these enums determine whether the workspace can access AWS resources in the AWS account only, or whether it can also access resources in other accounts in the same organization. If the value CURRENT_ACCOUNT is used, a workspace role ARN must be provided. If the value is ORGANIZATION, a list of organizational units must be provided.

Link copied to clipboard
enum WorkspaceAuthenticationProviderTypes : Enum<WorkspaceAuthenticationProviderTypes> , ConvertibleToJava<WorkspaceAuthenticationProviderTypes>

Valid workspace authentication providers.

Link copied to clipboard
enum WorkspaceDataSourceType : Enum<WorkspaceDataSourceType> , ConvertibleToJava<WorkspaceDataSourceType>

These enums represent valid AWS data sources that can be queried via the Grafana workspace. These data sources are primarily used to help customers visualize which data sources have been added to a service managed workspace IAM role.

Link copied to clipboard
enum WorkspaceNotificationDestinationType : Enum<WorkspaceNotificationDestinationType> , ConvertibleToJava<WorkspaceNotificationDestinationType>

These enums represent valid AWS notification destinations that the Grafana workspace has permission to use. These notification destinations are primarily used to help customers visualize which destinations have been added to a service managed IAM role.

Link copied to clipboard
enum WorkspacePermissionType : Enum<WorkspacePermissionType> , ConvertibleToJava<WorkspacePermissionType>

These enums represent valid permission types to use when creating or configuring a Grafana workspace. The SERVICE_MANAGED permission type means the Managed Grafana service will create a workspace IAM role on your behalf. The CUSTOMER_MANAGED permission type means that the customer is expected to provide an IAM role that the Grafana workspace can use to query data sources.

Link copied to clipboard
enum WorkspaceSamlConfigurationStatus : Enum<WorkspaceSamlConfigurationStatus> , ConvertibleToJava<WorkspaceSamlConfigurationStatus>

Valid SAML configuration statuses.

Link copied to clipboard
enum WorkspaceStatus : Enum<WorkspaceStatus> , ConvertibleToJava<WorkspaceStatus>

These enums represent the status of a workspace.