pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.kendra.kotlin.inputs
/
FaqS3PathArgs
Faq
S3Path
Args
data
class
FaqS3PathArgs
(
val
bucket
:
Output
<
String
>
,
val
key
:
Output
<
String
>
)
:
ConvertibleToJava
<
FaqS3PathArgs
>
Constructors
Functions
Properties
Constructors
Faq
S3Path
Args
Link copied to clipboard
fun
FaqS3PathArgs
(
bucket
:
Output
<
String
>
,
key
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
FaqS3PathArgs
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.