Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetTableGlobalSecondaryIndexOnDemandThroughput(val maxReadRequestUnits: Int, val maxWriteRequestUnits: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetTableResult(val arn: String, val attributes: List<GetTableAttribute>, val billingMode: String, val deletionProtectionEnabled: Boolean, val globalSecondaryIndexes: List<GetTableGlobalSecondaryIndex>, val hashKey: String, val id: String, val localSecondaryIndexes: List<GetTableLocalSecondaryIndex>, val name: String, val onDemandThroughputs: List<GetTableOnDemandThroughput>, val pointInTimeRecovery: GetTablePointInTimeRecovery, val rangeKey: String, val readCapacity: Int, val replicas: List<GetTableReplica>, val serverSideEncryption: GetTableServerSideEncryption, val streamArn: String, val streamEnabled: Boolean, val streamLabel: String, val streamViewType: String, val tableClass: String, val tags: Map<String, String>, val ttl: GetTableTtl, val writeCapacity: Int)
A collection of values returned by getTable.
Link copied to clipboard
Link copied to clipboard
A collection of values returned by getTables.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class TableExportIncrementalExportSpecification(val exportFromTime: String? = null, val exportToTime: String? = null, val exportViewType: String? = null)
Link copied to clipboard
data class TableGlobalSecondaryIndex(val hashKey: String, val name: String, val nonKeyAttributes: List<String>? = null, val onDemandThroughput: TableGlobalSecondaryIndexOnDemandThroughput? = null, val projectionType: String, val rangeKey: String? = null, val readCapacity: Int? = null, val writeCapacity: Int? = null)
Link copied to clipboard
data class TableGlobalSecondaryIndexOnDemandThroughput(val maxReadRequestUnits: Int? = null, val maxWriteRequestUnits: Int? = null)
Link copied to clipboard
data class TableImportTable(val inputCompressionType: String? = null, val inputFormat: String, val inputFormatOptions: TableImportTableInputFormatOptions? = null, val s3BucketSource: TableImportTableS3BucketSource)
Link copied to clipboard
data class TableImportTableInputFormatOptions(val csv: TableImportTableInputFormatOptionsCsv? = null)
Link copied to clipboard
data class TableImportTableInputFormatOptionsCsv(val delimiter: String? = null, val headerLists: List<String>? = null)
Link copied to clipboard
data class TableImportTableS3BucketSource(val bucket: String, val bucketOwner: String? = null, val keyPrefix: String? = null)
Link copied to clipboard
Link copied to clipboard
data class TableOnDemandThroughput(val maxReadRequestUnits: Int? = null, val maxWriteRequestUnits: Int? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard