ImageRecipeComponentConfigurationArgs

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

Configuration details of the component.

Constructors

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

Properties

Link copied to clipboard
val componentArn: Output<String>? = null

The Amazon Resource Name (ARN) of the component.

Link copied to clipboard

A group of parameter settings that are used to configure the component for a specific recipe.

Functions

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