Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard
data class WorkspaceLoggingConfiguration(val logGroupArn: String)