aws.iotsitewise.list_time_series
Example SQL Queries
SELECT * FROMaws.iotsitewise.list_time_series;Description
Retrieves a paginated list of time series (data streams).
Table Definition
| Column Name | Column Data Type |
|---|---|
| alias_prefix Input Column The alias prefix of the time series. | VARCHAR |
| asset_id Input Column The ID of the asset in which the asset property was created. | VARCHAR |
| time_series_type Input Column The type of the time series. The time series type can be one of the following values:
| 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 |
| alias The alias that identifies the time series. | VARCHAR |
| data_type The data type of the time series. If you specify STRUCT, you must also specify dataTypeSpec to identify the type of the structure for this time series. | VARCHAR |
| data_type_spec The data type of the structure for this time series. This parameter is required for time series that have the STRUCT data type. The options for this parameter depend on the type of the composite model in which you created the asset property that is associated with your time series. Use AWS/ALARM_STATE for alarm state in alarm composite models. | VARCHAR |
| property_id The ID of the asset property, in UUID format. | VARCHAR |
| time_series_arn The ARN of the time series, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId} | VARCHAR |
| time_series_creation_date The date that the time series was created, in Unix epoch time. | TIMESTAMP_S |
| time_series_id The ID of the time series. | VARCHAR |
| time_series_last_update_date The date that the time series was last updated, in Unix epoch time. | TIMESTAMP_S |