aws.sagemaker.describe_workteam
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_workteamWHERE"workteam_name" = 'VALUE';Description
Gets information about a specific work team. You can see information such as the creation date, the last updated date, membership information, and the work team's Amazon Resource Name (ARN).
Table Definition
| Column Name | Column Data Type |
|---|---|
| workteam_name Required Input Column The name of the work team to return a description of. | 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
| |
| workteam A Workteam instance that contains information about the work team. | STRUCT( |
Show child fields
| |