toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.dynamodb.kotlin.outputs
/
GetTableLocalSecondaryIndex
Get
Table
Local
Secondary
Index
data
class
GetTableLocalSecondaryIndex
(
val
name
:
String
,
val
nonKeyAttributes
:
List
<
String
>
,
val
projectionType
:
String
,
val
rangeKey
:
String
)
Members
Constructors
Get
Table
Local
Secondary
Index
Link copied to clipboard
constructor
(
name
:
String
,
nonKeyAttributes
:
List
<
String
>
,
projectionType
:
String
,
rangeKey
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
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