aws.amp.describe_workspace
Example SQL Queries
SELECT * FROMaws.amp.describe_workspaceWHERE"workspace_id" = 'VALUE';Description
Returns information about an existing workspace.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workspace_id Required Input Column The ID of the workspace to describe. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| workspace A structure that contains details about the workspace. | STRUCT( |
Show child fields
| |