pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.databrew.kotlin.outputs
/
JobS3Location
Job
S3Location
data
class
JobS3Location
(
val
bucket
:
String
,
val
bucketOwner
:
String
?
=
null
,
val
key
:
String
?
=
null
)
S3 Output location
Types
Constructors
Properties
Constructors
Job
S3Location
Link copied to clipboard
fun
JobS3Location
(
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
bucket
Owner
Link copied to clipboard
val
bucketOwner
:
String
?
=
null
key
Link copied to clipboard
val
key
:
String
?
=
null