GetWorkspacesResult

data class GetWorkspacesResult(val aliasPrefix: String? = null, val aliases: List<String>, val arns: List<String>, val id: String, val workspaceIds: List<String>)

A collection of values returned by getWorkspaces.

Constructors

Link copied to clipboard
constructor(aliasPrefix: String? = null, aliases: List<String>, arns: List<String>, id: String, workspaceIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of aliases of the matched Prometheus workspaces.

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

List of ARNs of the matched Prometheus workspaces.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List of workspace IDs of the matched Prometheus workspaces.