Get Workspace Result
data class GetWorkspaceResult(val alertManagerDefinition: String? = null, val alias: String? = null, val arn: String? = null, val loggingConfiguration: WorkspaceLoggingConfiguration? = null, val prometheusEndpoint: String? = null, val tags: List<Tag>? = null, val workspaceConfiguration: WorkspaceConfiguration? = null, val workspaceId: String? = null)
Constructors
Link copied to clipboard
constructor(alertManagerDefinition: String? = null, alias: String? = null, arn: String? = null, loggingConfiguration: WorkspaceLoggingConfiguration? = null, prometheusEndpoint: String? = null, tags: List<Tag>? = null, workspaceConfiguration: WorkspaceConfiguration? = null, workspaceId: String? = null)
Properties
Link copied to clipboard
The AMP Workspace alert manager definition data
Link copied to clipboard
Contains information about the logging configuration for the workspace.
Link copied to clipboard
AMP Workspace prometheus endpoint
Link copied to clipboard
Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
Link copied to clipboard
Required to identify a specific APS Workspace.