aws.dataexchange.list_data_sets
Example SQL Queries
SELECT * FROMaws.dataexchange.list_data_sets;Description
This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order and the maxResults parameter is ignored.
Table Definition
| Column Name | Column Data Type |
|---|---|
| origin Input Column A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers). | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN for the data set. | VARCHAR |
| asset_type The type of asset that is added to a data set. | VARCHAR |
| created_at The date and time that the data set was created, in ISO 8601 format. | TIMESTAMP_S |
| description The description for the data set. | VARCHAR |
| id The unique identifier for the data set. | VARCHAR |
| name The name of the data set. | VARCHAR |
| origin_details If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace. | STRUCT( |
Show child fields
| |
| source_id The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set. | VARCHAR |
| updated_at The date and time that the data set was last updated, in ISO 8601 format. | TIMESTAMP_S |