aws.datazone.get_time_series_data_point
Example SQL Queries
SELECT * FROMaws.datazone.get_time_series_data_pointWHERE"domain_identifier" = 'VALUE'AND "entity_identifier" = 'VALUE'AND "entity_type" = 'VALUE'AND "form_name" = 'VALUE'AND "identifier" = 'VALUE';Description
Gets the existing data point for the asset.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point. | VARCHAR |
| entity_identifier Required Input Column The ID of the asset for which you want to get the data point. | VARCHAR |
| entity_type Required Input Column The type of the asset for which you want to get the data point. | VARCHAR |
| form_name Required Input Column The name of the time series form that houses the data point that you want to get. | VARCHAR |
| identifier Required Input Column The ID of the data point that you want to get. | 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 |
| domain_id The ID of the Amazon DataZone domain that houses the asset data point that you want to get. | VARCHAR |
| entity_id The ID of the asset for which you want to get the data point. | VARCHAR |
| form The time series form that houses the data point that you want to get. | STRUCT( |
Show child fields
| |