pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.dynamodb.kotlin.outputs
/
TableGlobalSecondaryIndex
/
TableGlobalSecondaryIndex
Table
Global
Secondary
Index
fun
TableGlobalSecondaryIndex
(
hashKey
:
String
,
name
:
String
,
nonKeyAttributes
:
List
<
String
>
?
=
null
,
projectionType
:
String
,
rangeKey
:
String
?
=
null
,
readCapacity
:
Int
?
=
null
,
writeCapacity
:
Int
?
=
null
)