http4k
Toggle table of contents
6.51.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
/
GlobalSecondaryIndexUpdate
Global
Secondary
Index
Update
@
JsonSerializable
data
class
GlobalSecondaryIndexUpdate
(
val
IndexName
:
IndexName
?
=
null
,
val
ProvisionedThroughput
:
ProvisionedThroughput
?
=
null
)
(
source
)
Members
Constructors
Global
Secondary
Index
Update
Link copied to clipboard
constructor
(
IndexName
:
IndexName
?
=
null
,
ProvisionedThroughput
:
ProvisionedThroughput
?
=
null
)
Properties
Index
Name
Link copied to clipboard
val
IndexName
:
IndexName
?
Provisioned
Throughput
Link copied to clipboard
val
ProvisionedThroughput
:
ProvisionedThroughput
?