ImageRecipeComponentArgs

data class ImageRecipeComponentArgs(val componentArn: Output<String>, val parameters: Output<List<ImageRecipeComponentParameterArgs>>? = null) : ConvertibleToJava<ImageRecipeComponentArgs>

Constructors

Link copied to clipboard
constructor(componentArn: Output<String>, parameters: Output<List<ImageRecipeComponentParameterArgs>>? = null)

Properties

Link copied to clipboard
val componentArn: Output<String>

Amazon Resource Name (ARN) of the Image Builder Component to associate.

Link copied to clipboard

Configuration block(s) for parameters to configure the component. Detailed below.

Functions

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