toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.databrew.kotlin.outputs
/
DatasetS3Location
Dataset
S3Location
data
class
DatasetS3Location
(
val
bucket
:
String
,
val
key
:
String
?
=
null
)
Input location
Members
Constructors
Dataset
S3Location
Link copied to clipboard
constructor
(
bucket
:
String
,
key
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Link copied to clipboard
val
bucket
:
String
The Amazon S3 bucket name.
key
Link copied to clipboard
val
key
:
String
?
=
null
The unique name of the object in the bucket.