Component Version Args
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)