String databaseName
The name of the Timestream database.
String kmsKeyId
The KMS key for the database. If the KMS key is not specified, the database will be encrypted with a Timestream managed KMS key located in your account. Refer to AWS managed KMS keys for more info.
List<E> tags
A list of key-value pairs to label the table.
Database database
The newly created Timestream database.
String databaseName
The name of the Timestream database.
String tableName
The name of the Timestream table.
RetentionProperties retentionProperties
The duration for which your time series data must be stored in the memory store and the magnetic store.
List<E> tags
A list of key-value pairs to label the table.
Table table
The newly created Timestream table.
String arn
The Amazon Resource Name that uniquely identifies this database.
String databaseName
The name of the Timestream database.
Long tableCount
The total number of tables found within a Timestream database.
String kmsKeyId
The identifier of the KMS key used to encrypt the data stored in the database.
Date creationTime
The time when the database was created, calculated from the Unix epoch time.
Date lastUpdatedTime
The last time that this database was updated.
String databaseName
The name of the Timestream database to be deleted.
String databaseName
The name of the Timestream database.
Database database
The name of the Timestream table.
Table table
The Timestream table.
String name
Dimension represents the meta data attributes of the time series. For example, the name and availability zone of an EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
For constraints on Dimension names, see Naming Constraints.
String value
The value of the dimension.
String dimensionValueType
The data type of the dimension for the time series data point.
String nextToken
The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
Integer maxResults
The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
String databaseName
The name of the Timestream database.
String nextToken
The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
Integer maxResults
The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
String resourceARN
The Timestream resource with tags to be listed. This value is an Amazon Resource Name (ARN).
List<E> dimensions
Contains the list of dimensions for time series data points.
String measureName
Measure represents the data attribute of the time series. For example, the CPU utilization of an EC2 instance or the RPM of a wind turbine are measures.
String measureValue
Contains the measure value for the time series data point.
String measureValueType
Contains the data type of the measure value for the time series data point.
String time
Contains the time at which the measure value for the data point was collected. The time value plus the unit
provides the time elapsed since the epoch. For example, if the time value is 12345
and the unit is
ms
, then 12345 ms
have elapsed since the epoch.
String timeUnit
The granularity of the timestamp unit. It indicates if the time value is in seconds, milliseconds, nanoseconds or other supported values.
Long version
64-bit attribute used for record updates. Write requests for duplicate data with a higher version number will
update the existing measure value and version. In cases where the measure value is the same, Version
will still be updated . Default value is to 1.
Integer recordIndex
The index of the record in the input request for WriteRecords. Indexes begin with 0.
String reason
The reason why a record was not successfully inserted into Timestream. Possible causes of failure include:
Records with duplicate data where there are multiple records with the same dimensions, timestamps, and measure names but different measure values.
Records with timestamps that lie outside the retention duration of the memory store
When the retention window is updated, you will receive a RejectedRecords
exception if you
immediately try to ingest data within the new window. To avoid a RejectedRecords
exception, wait
until the duration of the new window to ingest new data. For further information, see Best
Practices for Configuring Timestream and the explanation of how storage
works in Timestream.
Records with dimensions or measures that exceed the Timestream defined limits.
For more information, see Access Management in the Timestream Developer Guide.
Long existingVersion
The existing version of the record. This value is populated in scenarios where an identical record exists with a higher version than the version in the write request.
String arn
The Amazon Resource Name that uniquely identifies this table.
String tableName
The name of the Timestream table.
String databaseName
The name of the Timestream database that contains this table.
String tableStatus
The current state of the table:
DELETING
- The table is being deleted.
ACTIVE
- The table is ready for use.
RetentionProperties retentionProperties
The retention duration for the memory store and magnetic store.
Date creationTime
The time when the Timestream table was created.
Date lastUpdatedTime
The time when the Timestream table was last updated.
String databaseName
The name of the database.
String kmsKeyId
The identifier of the new KMS key (KmsKeyId
) to be used to encrypt the data stored in the database.
If the KmsKeyId
currently registered with the database is the same as the KmsKeyId
in
the request, there will not be any update.
You can specify the KmsKeyId
using any of the following:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
Alias name: alias/ExampleAlias
Alias ARN: arn:aws:kms:us-east-1:111122223333:alias/ExampleAlias
Database database
String databaseName
The name of the Timestream database.
String tableName
The name of the Timesream table.
RetentionProperties retentionProperties
The retention duration of the memory store and the magnetic store.
Table table
The updated Timestream table.
String databaseName
The name of the Timestream database.
String tableName
The name of the Timesream table.
Record commonAttributes
A record containing the common measure and dimension attributes shared across all the records in the request. The measure and dimension attributes specified in here will be merged with the measure and dimension attributes in the records object when the data is written into Timestream.
List<E> records
An array of records containing the unique dimension and measure attributes for each time series data point.
Copyright © 2021. All rights reserved.