aws.sagemaker.describe_subscribed_workteam
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_subscribed_workteamWHERE"workteam_arn" = 'VALUE';Description
Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the Amazon Web Services Marketplace.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workteam_arn Required Input Column The Amazon Resource Name (ARN) of the subscribed work team 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
| |
| subscribed_workteam A Workteam instance that contains information about the work team. | STRUCT( |
Show child fields
| |