toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.glue.kotlin.outputs
/
PartitionIndexPartitionIndex
Partition
Index
Partition
Index
data
class
PartitionIndexPartitionIndex
(
val
indexName
:
String
?
=
null
,
val
indexStatus
:
String
?
=
null
,
val
keys
:
List
<
String
>
?
=
null
)
Members
Constructors
Partition
Index
Partition
Index
Link copied to clipboard
constructor
(
indexName
:
String
?
=
null
,
indexStatus
:
String
?
=
null
,
keys
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
index
Name
Link copied to clipboard
val
indexName
:
String
?
=
null
Name of the partition index.
index
Status
Link copied to clipboard
val
indexStatus
:
String
?
=
null
keys
Link copied to clipboard
val
keys
:
List
<
String
>
?
=
null
Keys for the partition index.