http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.model
/
LocalSecondaryIndex
Local
Secondary
Index
@
JsonSerializable
data
class
LocalSecondaryIndex
(
val
IndexName
:
IndexName
,
val
KeySchema
:
List
<
KeySchema
>
,
val
Projection
:
Projection
)
(
source
)
Members
Constructors
Local
Secondary
Index
Link copied to clipboard
constructor
(
IndexName
:
IndexName
,
KeySchema
:
List
<
KeySchema
>
,
Projection
:
Projection
)
Properties
Index
Name
Link copied to clipboard
val
IndexName
:
IndexName
Key
Schema
Link copied to clipboard
val
KeySchema
:
List
<
KeySchema
>
Projection
Link copied to clipboard
val
Projection
:
Projection