ImageRecipeComponent

data class ImageRecipeComponent(val componentArn: String, val parameters: List<ImageRecipeComponentParameter>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.