timestreamwrite_create_database: Creates a new Timestream database

View source: R/timestreamwrite_operations.R

timestreamwrite_create_databaseR Documentation

Creates a new Timestream database

Description

Creates a new Timestream database. If the KMS key is not specified, the database will be encrypted with a Timestream managed KMS key located in your account. For more information, see Amazon Web Services managed keys. Service quotas apply. For details, see code sample.

See https://www.paws-r-sdk.com/docs/timestreamwrite_create_database/ for full documentation.

Usage

timestreamwrite_create_database(DatabaseName, KmsKeyId = NULL, Tags = NULL)

Arguments

DatabaseName

[required] The name of the Timestream database.

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. For more information, see Amazon Web Services managed keys.

Tags

A list of key-value pairs to label the table.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.