toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.dynamodb.kotlin.outputs
/
GetTableGlobalSecondaryIndex
Get
Table
Global
Secondary
Index
data
class
GetTableGlobalSecondaryIndex
(
val
hashKey
:
String
,
val
name
:
String
,
val
nonKeyAttributes
:
List
<
String
>
,
val
projectionType
:
String
,
val
rangeKey
:
String
,
val
readCapacity
:
Int
,
val
writeCapacity
:
Int
)
Members
Constructors
Get
Table
Global
Secondary
Index
Link copied to clipboard
constructor
(
hashKey
:
String
,
name
:
String
,
nonKeyAttributes
:
List
<
String
>
,
projectionType
:
String
,
rangeKey
:
String
,
readCapacity
:
Int
,
writeCapacity
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hash
Key
Link copied to clipboard
val
hashKey
:
String
name
Link copied to clipboard
val
name
:
String
Name of the DynamoDB table.
non
Key
Attributes
Link copied to clipboard
val
nonKeyAttributes
:
List
<
String
>
projection
Type
Link copied to clipboard
val
projectionType
:
String
range
Key
Link copied to clipboard
val
rangeKey
:
String
read
Capacity
Link copied to clipboard
val
readCapacity
:
Int
write
Capacity
Link copied to clipboard
val
writeCapacity
:
Int