toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.qbusiness.kotlin.inputs
/
GetIndexPlainArgs
Get
Index
Plain
Args
data
class
GetIndexPlainArgs
(
val
applicationId
:
String
,
val
indexId
:
String
)
:
ConvertibleToJava
<
GetIndexPlainArgs
>
Members
Constructors
Get
Index
Plain
Args
Link copied to clipboard
constructor
(
applicationId
:
String
,
indexId
:
String
)
Properties
application
Id
Link copied to clipboard
val
applicationId
:
String
The identifier of the Amazon Q Business application using the index.
index
Id
Link copied to clipboard
val
indexId
:
String
The identifier for the index.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetIndexPlainArgs