dataset
Gets an individual dataset
resource
Overview
Name | dataset |
Type | Resource |
Description | dataset |
Id | awscc.forecast.dataset |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
dataset_name | string | A name for the dataset |
dataset_type | string | The dataset type |
data_frequency | string | Frequency of data collection. This parameter is required for RELATED_TIME_SERIES |
domain | string | The domain associated with the dataset |
encryption_config | object | |
schema | object | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
dataset_name,
dataset_type,
data_frequency,
domain,
encryption_config,
schema,
tags
FROM awscc.forecast.dataset
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the dataset
resource, the following permissions are required:
Read
forecast:DescribeDataset
Delete
forecast:DeleteDataset