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
/
GetRecipeResult
Get
Recipe
Result
data
class
GetRecipeResult
(
val
description
:
String
?
=
null
,
val
steps
:
List
<
RecipeStep
>
?
=
null
)
Members
Constructors
Get
Recipe
Result
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
steps
:
List
<
RecipeStep
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
Description of the recipe
steps
Link copied to clipboard
val
steps
:
List
<
RecipeStep
>
?
=
null
A list of steps that are defined by the recipe.