Get Workspace Result
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
fun GetWorkspaceResult(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard