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.outputs
/
DataSourceS3Path
Data
Source
S3Path
data
class
DataSourceS3Path
(
val
bucket
:
String
,
val
key
:
String
)
Members
Constructors
Data
Source
S3Path
Link copied to clipboard
constructor
(
bucket
:
String
,
key
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Link copied to clipboard
val
bucket
:
String
The name of the S3 bucket that contains the file.
key
Link copied to clipboard
val
key
:
String
The name of the file.