toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.dynamodb.kotlin.outputs
/
TableGlobalSecondaryIndex
/
TableGlobalSecondaryIndex
Table
Global
Secondary
Index
constructor
(
hashKey
:
String
,
name
:
String
,
nonKeyAttributes
:
List
<
String
>
?
=
null
,
onDemandThroughput
:
TableGlobalSecondaryIndexOnDemandThroughput
?
=
null
,
projectionType
:
String
,
rangeKey
:
String
?
=
null
,
readCapacity
:
Int
?
=
null
,
writeCapacity
:
Int
?
=
null
)