Image Recipe Component Configuration
data class ImageRecipeComponentConfiguration(val componentArn: String? = null, val parameters: List<ImageRecipeComponentParameter>? = null)
Configuration details of the component.
Constructors
Link copied to clipboard
fun ImageRecipeComponentConfiguration(componentArn: String? = null, parameters: List<ImageRecipeComponentParameter>? = null)