Skip to main content

datasets

Retrieves a list of datasets in a region

Overview

Namedatasets
TypeResource
Descriptiondatasets
Idawscc.iotanalytics.datasets

Fields

NameDatatypeDescription
dataset_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
dataset_name
FROM awscc.iotanalytics.datasets
WHERE region = 'us-east-1'

Permissions

To operate on the datasets resource, the following permissions are required:

Create

iotanalytics:CreateDataset

List

iotanalytics:ListDatasets