WorkspaceSummary - Amazon Managed Service for Prometheus

WorkspaceSummary

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

Contents

arn

The ARN of the workspace.

Type: String

Pattern: ^arn:aws[-a-z]*:aps:[-a-z0-9]+:[0-9]{12}:workspace/.+$

Required: Yes

createdAt

The date and time that the workspace was created.

Type: Timestamp

Required: Yes

status

The current status of the workspace.

Type: WorkspaceStatus object

Required: Yes

workspaceId

The unique ID for the workspace.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [0-9A-Za-z][-.0-9A-Z_a-z]*

Required: Yes

alias

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Required: No

kmsKeyArn

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

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: ^arn:aws:kms:[a-z0-9\-]+:\d+:key/[a-f0-9\-]+$

Required: No

tags

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

Type: String to string map

Map Entries: Minimum number of 0 items. Maximum number of 50 items.

Key Length Constraints: Minimum length of 1. Maximum length of 128.

Key Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$

Value Length Constraints: Minimum length of 0. Maximum length of 256.

Value Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: