ComponentVersionArgs

data class ComponentVersionArgs(val inlineRecipe: Output<String>? = null, val lambdaFunction: Output<ComponentVersionLambdaFunctionRecipeSourceArgs>? = null, val tags: Output<Any>? = null) : ConvertibleToJava<ComponentVersionArgs>

Resource for Greengrass component version.

Constructors

Link copied to clipboard
fun ComponentVersionArgs(inlineRecipe: Output<String>? = null, lambdaFunction: Output<ComponentVersionLambdaFunctionRecipeSourceArgs>? = null, tags: Output<Any>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ComponentVersionArgs

Properties

Link copied to clipboard
val inlineRecipe: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<Any>? = null