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 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.

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