aws.sagemaker.list_subscribed_workteams
Example SQL Queries
SELECT * FROMaws.sagemaker.list_subscribed_workteams;Description
Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name_contains Input Column A string in the work team name. This filter returns only work teams whose name contains the specified string. | 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
| |
| listing_id Marketplace product listing ID. | VARCHAR |
| marketplace_description The description of the vendor from the Amazon Marketplace. | VARCHAR |
| marketplace_title The title of the service provided by the vendor in the Amazon Marketplace. | VARCHAR |
| seller_name The name of the vendor in the Amazon Marketplace. | VARCHAR |
| workteam_arn The Amazon Resource Name (ARN) of the vendor that you have subscribed. | VARCHAR |