Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-timestream-database.json
Parent schema serverless-framework-configuration
Type: object

The AWS::Timestream::Database resource creates a Timestream database.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-timestream.git

Properties

DatabaseName string | Aws_CF_FunctionString

The 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.

KmsKeyId string | Aws_CF_FunctionString

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.

Tags Tag[]

An array of key-value pairs to apply to this resource.

maxItems=200

Definitions

Tag object

You can use the Resource Tags property to apply tags to resources, which can help you identify and categorize those resources.

Key string | Aws_CF_FunctionString
Value string | Aws_CF_FunctionString