AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateDatabase operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.TimestreamWrite.AmazonTimestreamWriteRequest
      Amazon.TimestreamWrite.Model.CreateDatabaseRequest

Namespace: Amazon.TimestreamWrite.Model
Assembly: AWSSDK.TimestreamWrite.dll
Version: 3.x.y.z

Syntax

C#
public class CreateDatabaseRequest : AmazonTimestreamWriteRequest
         IAmazonWebServiceRequest

The CreateDatabaseRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDatabaseRequest()

Properties

NameTypeDescription
Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

The name of the Timestream database.

Public Property KmsKeyId System.String

Gets and sets the property 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.

Public Property Tags System.Collections.Generic.List<Amazon.TimestreamWrite.Model.Tag>

Gets and sets the property Tags.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5