TimestreamFunctions

Functions

Link copied to clipboard

The AWS::Timestream::Database resource creates a Timestream database.

suspend fun getDatabase(databaseName: String): GetDatabaseResult
suspend fun getDatabase(argument: suspend GetDatabasePlainArgsBuilder.() -> Unit): GetDatabaseResult
Link copied to clipboard

The AWS::Timestream::InfluxDBInstance resource creates an InfluxDB instance.

Link copied to clipboard

The AWS::Timestream::ScheduledQuery resource creates a Timestream Scheduled Query.

Link copied to clipboard
suspend fun getTable(argument: GetTablePlainArgs): GetTableResult

The AWS::Timestream::Table resource creates a Timestream Table.

suspend fun getTable(argument: suspend GetTablePlainArgsBuilder.() -> Unit): GetTableResult
suspend fun getTable(databaseName: String, tableName: String): GetTableResult