getTable

suspend fun getTable(argument: GetTablePlainArgs): GetTableResult

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

Return

null

Parameters

argument

null


suspend fun getTable(databaseName: String, tableName: String): GetTableResult

Return

null

Parameters

databaseName

The name for the database which the table to be created belongs to.

tableName

The name for the table. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the table name.

See also


suspend fun getTable(argument: suspend GetTablePlainArgsBuilder.() -> Unit): GetTableResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.timestream.kotlin.inputs.GetTablePlainArgs.

See also