GetWorkspaceResult

data class GetWorkspaceResult(val alias: String, val arn: String, val createdDate: String, val id: String, val prometheusEndpoint: 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(alias: String, arn: String, createdDate: String, id: String, prometheusEndpoint: String, status: String, tags: Map<String, String>, workspaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Prometheus workspace alias.

Link copied to clipboard
val arn: String

ARN of the Prometheus workspace.

Link copied to clipboard

Creation date of the Prometheus workspace.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Endpoint of the Prometheus workspace.

Link copied to clipboard

Status of the Prometheus workspace.

Link copied to clipboard

Tags assigned to the resource.

Link copied to clipboard