ComponentVersionLambdaFunctionRecipeSourceArgs

data class ComponentVersionLambdaFunctionRecipeSourceArgs(val componentDependencies: Output<Any>? = null, val componentLambdaParameters: Output<ComponentVersionLambdaExecutionParametersArgs>? = null, val componentName: Output<String>? = null, val componentPlatforms: Output<List<ComponentVersionComponentPlatformArgs>>? = null, val componentVersion: Output<String>? = null, val lambdaArn: Output<String>? = null) : ConvertibleToJava<ComponentVersionLambdaFunctionRecipeSourceArgs>

Constructors

fun ComponentVersionLambdaFunctionRecipeSourceArgs(componentDependencies: Output<Any>? = null, componentLambdaParameters: Output<ComponentVersionLambdaExecutionParametersArgs>? = null, componentName: Output<String>? = null, componentPlatforms: Output<List<ComponentVersionComponentPlatformArgs>>? = null, componentVersion: Output<String>? = null, lambdaArn: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val componentDependencies: Output<Any>? = null
Link copied to clipboard
val componentName: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val componentVersion: Output<String>? = null
Link copied to clipboard
val lambdaArn: Output<String>? = null