| Package | Description |
|---|---|
| software.amazon.awscdk.services.timestream |
AWS::Timestream Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.Builder |
CfnTable.Builder.create(software.constructs.Construct scope,
String id) |
CfnTable.Builder |
CfnTable.Builder.databaseName(String databaseName)
The name of the Timestream database that contains this table.
|
CfnTable.Builder |
CfnTable.Builder.magneticStoreWriteProperties(Object magneticStoreWriteProperties)
Contains properties to set on the table when enabling magnetic store writes.
|
CfnTable.Builder |
CfnTable.Builder.retentionProperties(Object retentionProperties)
The retention duration for the memory store and magnetic store.
|
CfnTable.Builder |
CfnTable.Builder.tableName(String tableName)
The name of the Timestream table.
|
CfnTable.Builder |
CfnTable.Builder.tags(List<? extends CfnTag> tags)
The tags to add to the table.
|
Copyright © 2022. All rights reserved.