GetWorkspaceResult

data class GetWorkspaceResult(val accountAccessType: String, val arn: String, val authenticationProviders: List<String>, val createdDate: String, val dataSources: List<String>, val description: String, val endpoint: String, val grafanaVersion: String, val id: String, val lastUpdatedDate: String, val name: String, val notificationDestinations: List<String>, val organizationRoleName: String, val organizationalUnits: List<String>, val permissionType: String, val roleArn: String, val samlConfigurationStatus: String, val stackSetName: String, val status: String, val tags: Map<String, String>, val workspaceId: String)

A collection of values returned by getWorkspace.

Constructors

Link copied to clipboard
constructor(accountAccessType: String, arn: String, authenticationProviders: List<String>, createdDate: String, dataSources: List<String>, description: String, endpoint: String, grafanaVersion: String, id: String, lastUpdatedDate: String, name: String, notificationDestinations: List<String>, organizationRoleName: String, organizationalUnits: List<String>, permissionType: String, roleArn: String, samlConfigurationStatus: String, stackSetName: String, status: String, tags: Map<String, String>, workspaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Required) Type of account access for the workspace. Valid values are CURRENT_ACCOUNT and ORGANIZATION. If ORGANIZATION is specified, then organizational_units must also be present.

Link copied to clipboard
val arn: String

ARN of the Grafana workspace.

Link copied to clipboard

(Required) Authentication providers for the workspace. Valid values are AWS_SSO, SAML, or both.

Link copied to clipboard

Creation date of the Grafana workspace.

Link copied to clipboard

Data sources for the workspace.

Link copied to clipboard

Workspace description.

Link copied to clipboard

Endpoint of the Grafana workspace.

Link copied to clipboard

Version of Grafana running on the workspace.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Last updated date of the Grafana workspace.

Link copied to clipboard

Grafana workspace name.

Link copied to clipboard

The notification destinations.

Link copied to clipboard

The Amazon Organizations organizational units that the workspace is authorized to use data sources from.

Link copied to clipboard

The role name that the workspace uses to access resources through Amazon Organizations.

Link copied to clipboard

Permission type of the workspace.

Link copied to clipboard

IAM role ARN that the workspace assumes.

Link copied to clipboard

AWS CloudFormation stack set name that provisions IAM roles to be used by the workspace.

Link copied to clipboard

Status of the Grafana workspace.

Link copied to clipboard

Tags assigned to the resource

Link copied to clipboard