Skip to main content

dataset

Gets an individual dataset resource

Overview

Namedataset
TypeResource
Descriptiondataset
Idawscc.forecast.dataset

Fields

NameDatatypeDescription
arnstring
dataset_namestringA name for the dataset
dataset_typestringThe dataset type
data_frequencystringFrequency of data collection. This parameter is required for RELATED_TIME_SERIES
domainstringThe domain associated with the dataset
encryption_configobject
schemaobject
tagsarray
regionstringAWS 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