Package-level declarations
Types
Link copied to clipboard
Provides a Keyspaces Keyspace. More information about keyspaces can be found in the Keyspaces User Guide.
Link copied to clipboard
data class KeyspaceArgs(val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<KeyspaceArgs>
Provides a Keyspaces Keyspace. More information about keyspaces can be found in the Keyspaces User Guide.
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
Provides a Keyspaces Table. More information about Keyspaces tables can be found in the Keyspaces Developer Guide.
Link copied to clipboard
data class TableArgs(val capacitySpecification: Output<TableCapacitySpecificationArgs>? = null, val comment: Output<TableCommentArgs>? = null, val defaultTimeToLive: Output<Int>? = null, val encryptionSpecification: Output<TableEncryptionSpecificationArgs>? = null, val keyspaceName: Output<String>? = null, val pointInTimeRecovery: Output<TablePointInTimeRecoveryArgs>? = null, val schemaDefinition: Output<TableSchemaDefinitionArgs>? = null, val tableName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val ttl: Output<TableTtlArgs>? = null) : ConvertibleToJava<TableArgs>
Provides a Keyspaces Table. More information about Keyspaces tables can be found in the Keyspaces Developer Guide.
Link copied to clipboard
class TableArgsBuilder
Builder for TableArgs.
Link copied to clipboard
Link copied to clipboard
class TableResourceBuilder
Builder for Table.