WorkspaceSummary

The information about one Amazon Managed Service for Prometheus workspace in your account.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The alias that is assigned to this workspace to help identify it. It does not need to be unique.

Link copied to clipboard
val arn: String

The ARN of the workspace.

Link copied to clipboard

The date and time that the workspace was created.

Link copied to clipboard

(optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.

Link copied to clipboard

The current status of the workspace.

Link copied to clipboard

The list of tag keys and values that are associated with the workspace.

Link copied to clipboard

The unique ID for the workspace.

Functions

Link copied to clipboard
inline fun copy(block: WorkspaceSummary.Builder.() -> Unit = {}): WorkspaceSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String