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
/
DataSourceS3PathArgs
Data
Source
S3Path
Args
data
class
DataSourceS3PathArgs
(
val
bucket
:
Output
<
String
>
,
val
key
:
Output
<
String
>
)
:
ConvertibleToJava
<
DataSourceS3PathArgs
>
Members
Constructors
Data
Source
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
(
)
:
DataSourceS3PathArgs