pulumi-aws-native-kotlin
0.82.0.0
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
Constructors
Functions
Properties
Constructors
Recipe
S3Location
Args
Link copied to clipboard
fun
RecipeS3LocationArgs
(
bucket
:
Output
<
String
>
,
key
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RecipeS3LocationArgs
Properties
bucket
Link copied to clipboard
val
bucket
:
Output
<
String
>
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null