toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.databrew.kotlin.outputs
/
JobOutputLocation
Job
Output
Location
data
class
JobOutputLocation
(
val
bucket
:
String
,
val
bucketOwner
:
String
?
=
null
,
val
key
:
String
?
=
null
)
Output location
Members
Constructors
Job
Output
Location
Link copied to clipboard
constructor
(
bucket
:
String
,
bucketOwner
:
String
?
=
null
,
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.
bucket
Owner
Link copied to clipboard
val
bucketOwner
:
String
?
=
null
key
Link copied to clipboard
val
key
:
String
?
=
null
The unique name of the object in the bucket.