Package-level declarations
Types
Link copied to clipboard
object CassandraFunctions
Link copied to clipboard
data class KeyspaceArgs(val clientSideTimestampsEnabled: Output<Boolean>? = null, val keyspaceName: Output<String>? = null, val replicationSpecification: Output<KeyspaceReplicationSpecificationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<KeyspaceArgs>
Resource schema for AWS::Cassandra::Keyspace
Link copied to clipboard
class KeyspaceArgsBuilder
Builder for KeyspaceArgs.
Link copied to clipboard
Link copied to clipboard
class KeyspaceResourceBuilder
Builder for Keyspace.
Link copied to clipboard
data class TableArgs(val autoScalingSpecifications: Output<TableAutoScalingSpecificationArgs>? = null, 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 replicaSpecifications: Output<List<TableReplicaSpecificationArgs>>? = null, val tableName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<TableArgs>
Resource schema for AWS::Cassandra::Table
Link copied to clipboard
class TableArgsBuilder
Builder for TableArgs.
Link copied to clipboard
Link copied to clipboard
class TableResourceBuilder
Builder for Table.
Link copied to clipboard
class TypeArgsBuilder
Builder for TypeArgs.
Link copied to clipboard
Link copied to clipboard
class TypeResourceBuilder
Builder for Type.