Skip to main content

databases_list_only

Lists databases in a region or regions, for all properties use databases

Overview

Namedatabases_list_only
TypeResource
DescriptionThe AWS::Timestream::Database resource creates a Timestream database.
Idaws.timestream.databases_list_only

Fields

NameDatatypeDescription
arnstring
database_namestringThe name for the database. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the database name.
kms_key_idstringThe 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.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all databases in a region.

SELECT
region,
database_name
FROM aws.timestream.databases_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the databases_list_only resource, see databases