GetWorkspaceResult

data class GetWorkspaceResult(val accountAccessType: WorkspaceAccountAccessType? = null, val authenticationProviders: List<WorkspaceAuthenticationProviderTypes>? = null, val creationTimestamp: String? = null, val dataSources: List<WorkspaceDataSourceType>? = null, val description: String? = null, val endpoint: String? = null, val grafanaVersion: String? = null, val id: String? = null, val modificationTimestamp: String? = null, val name: String? = null, val networkAccessControl: WorkspaceNetworkAccessControl? = null, val notificationDestinations: List<WorkspaceNotificationDestinationType>? = null, val organizationRoleName: String? = null, val organizationalUnits: List<String>? = null, val permissionType: WorkspacePermissionType? = null, val roleArn: String? = null, val samlConfiguration: WorkspaceSamlConfiguration? = null, val samlConfigurationStatus: WorkspaceSamlConfigurationStatus? = null, val ssoClientId: String? = null, val stackSetName: String? = null, val status: WorkspaceStatus? = null, val vpcConfiguration: WorkspaceVpcConfiguration? = null)

Constructors

Link copied to clipboard
fun GetWorkspaceResult(accountAccessType: WorkspaceAccountAccessType? = null, authenticationProviders: List<WorkspaceAuthenticationProviderTypes>? = null, creationTimestamp: String? = null, dataSources: List<WorkspaceDataSourceType>? = null, description: String? = null, endpoint: String? = null, grafanaVersion: String? = null, id: String? = null, modificationTimestamp: String? = null, name: String? = null, networkAccessControl: WorkspaceNetworkAccessControl? = null, notificationDestinations: List<WorkspaceNotificationDestinationType>? = null, organizationRoleName: String? = null, organizationalUnits: List<String>? = null, permissionType: WorkspacePermissionType? = null, roleArn: String? = null, samlConfiguration: WorkspaceSamlConfiguration? = null, samlConfigurationStatus: WorkspaceSamlConfigurationStatus? = null, ssoClientId: String? = null, stackSetName: String? = null, status: WorkspaceStatus? = null, vpcConfiguration: WorkspaceVpcConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

List of authentication providers to enable.

Link copied to clipboard

Timestamp when the workspace was created.

Link copied to clipboard

List of data sources on the service managed IAM role.

Link copied to clipboard
val description: String? = null

Description of a workspace.

Link copied to clipboard
val endpoint: String? = null

Endpoint for the Grafana workspace.

Link copied to clipboard
val grafanaVersion: String? = null

The version of Grafana to support in your workspace.

Link copied to clipboard
val id: String? = null

The id that uniquely identifies a Grafana workspace.

Link copied to clipboard

Timestamp when the workspace was last modified

Link copied to clipboard
val name: String? = null

The user friendly name of a workspace.

Link copied to clipboard

List of notification destinations on the customers service managed IAM role that the Grafana workspace can query.

Link copied to clipboard

List of Organizational Units containing AWS accounts the Grafana workspace can pull data from.

Link copied to clipboard

The name of an IAM role that already exists to use with AWS Organizations to access AWS data sources and notification channels in other accounts in an organization.

Link copied to clipboard
Link copied to clipboard
val roleArn: String? = null

IAM Role that will be used to grant the Grafana workspace access to a customers AWS resources.

Link copied to clipboard
Link copied to clipboard
val ssoClientId: String? = null

The client ID of the AWS SSO Managed Application.

Link copied to clipboard
val stackSetName: String? = null

The name of the AWS CloudFormation stack set to use to generate IAM roles to be used for this workspace.

Link copied to clipboard
val status: WorkspaceStatus? = null
Link copied to clipboard