Table Args
data class TableArgs(val databaseName: Output<String>? = null, val magneticStoreWriteProperties: Output<MagneticStoreWritePropertiesPropertiesArgs>? = null, val retentionProperties: Output<RetentionPropertiesPropertiesArgs>? = null, val schema: Output<SchemaPropertiesArgs>? = null, val tableName: Output<String>? = null, val tags: Output<List<TableTagArgs>>? = null) : ConvertibleToJava<TableArgs>
The AWS::Timestream::Table resource creates a Timestream Table.
Constructors
Link copied to clipboard
fun TableArgs(databaseName: Output<String>? = null, magneticStoreWriteProperties: Output<MagneticStoreWritePropertiesPropertiesArgs>? = null, retentionProperties: Output<RetentionPropertiesPropertiesArgs>? = null, schema: Output<SchemaPropertiesArgs>? = null, tableName: Output<String>? = null, tags: Output<List<TableTagArgs>>? = null)