| Package | Description |
|---|---|
| software.amazon.awscdk.services.timestream |
AWS::Timestream Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDatabase.Builder |
CfnDatabase.Builder.create(software.constructs.Construct scope,
String id) |
CfnDatabase.Builder |
CfnDatabase.Builder.databaseName(String databaseName)
The name of the Timestream database.
|
CfnDatabase.Builder |
CfnDatabase.Builder.kmsKeyId(String kmsKeyId)
The identifier of the AWS KMS key used to encrypt the data stored in the database.
|
CfnDatabase.Builder |
CfnDatabase.Builder.tags(List<? extends CfnTag> tags)
The tags to add to the database.
|
Copyright © 2022. All rights reserved.