Table Args
data class TableArgs(val billingMode: Output<TableBillingModeArgs>? = null, val clientSideTimestampsEnabled: Output<Boolean>? = null, val clusteringKeyColumns: Output<List<TableClusteringKeyColumnArgs>>? = null, val defaultTimeToLive: Output<Int>? = null, val encryptionSpecification: Output<TableEncryptionSpecificationArgs>? = null, val keyspaceName: Output<String>? = null, val partitionKeyColumns: Output<List<TableColumnArgs>>? = null, val pointInTimeRecoveryEnabled: Output<Boolean>? = null, val regularColumns: Output<List<TableColumnArgs>>? = null, val tableName: Output<String>? = null, val tags: Output<List<TableTagArgs>>? = null) : ConvertibleToJava<TableArgs>
Resource schema for AWS::Cassandra::Table
Example Usage
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun TableArgs(billingMode: Output<TableBillingModeArgs>? = null, clientSideTimestampsEnabled: Output<Boolean>? = null, clusteringKeyColumns: Output<List<TableClusteringKeyColumnArgs>>? = null, defaultTimeToLive: Output<Int>? = null, encryptionSpecification: Output<TableEncryptionSpecificationArgs>? = null, keyspaceName: Output<String>? = null, partitionKeyColumns: Output<List<TableColumnArgs>>? = null, pointInTimeRecoveryEnabled: Output<Boolean>? = null, regularColumns: Output<List<TableColumnArgs>>? = null, tableName: Output<String>? = null, tags: Output<List<TableTagArgs>>? = null)