aws.forecast.list_dataset_groups
Example SQL Queries
SELECT * FROMaws.forecast.list_dataset_groups;Description
Returns a list of dataset groups created using the CreateDatasetGroup operation. For each dataset group, this operation returns a summary of its properties, including its Amazon Resource Name (ARN). You can retrieve the complete set of properties by using the dataset group ARN with the DescribeDatasetGroup operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| creation_time When the dataset group was created. | TIMESTAMP_S |
| dataset_group_arn The Amazon Resource Name (ARN) of the dataset group. | VARCHAR |
| dataset_group_name The name of the dataset group. | VARCHAR |
| last_modification_time When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the ListDatasetGroups call. | TIMESTAMP_S |