toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.databrew.kotlin.inputs
/
RecipeS3LocationArgs
Recipe
S3Location
Args
data
class
RecipeS3LocationArgs
(
val
bucket
:
Output
<
String
>
,
val
key
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
RecipeS3LocationArgs
>
Input location
Members
Constructors
Recipe
S3Location
Args
Link copied to clipboard
constructor
(
bucket
:
Output
<
String
>
,
key
:
Output
<
String
>
?
=
null
)
Properties
bucket
Link copied to clipboard
val
bucket
:
Output
<
String
>
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RecipeS3LocationArgs