toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.kendra.kotlin.inputs
/
FaqS3PathArgs
Faq
S3Path
Args
data
class
FaqS3PathArgs
(
val
bucket
:
Output
<
String
>
,
val
key
:
Output
<
String
>
)
:
ConvertibleToJava
<
FaqS3PathArgs
>
Members
Constructors
Faq
S3Path
Args
Link copied to clipboard
constructor
(
bucket
:
Output
<
String
>
,
key
:
Output
<
String
>
)
Properties
bucket
Link copied to clipboard
val
bucket
:
Output
<
String
>
The name of the S3 bucket that contains the file.
key
Link copied to clipboard
val
key
:
Output
<
String
>
The name of the file.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
FaqS3PathArgs