Container Recipe Component Configuration
data class ContainerRecipeComponentConfiguration(val componentArn: String? = null, val parameters: List<ContainerRecipeComponentParameter>? = null)
Configuration details of the component.
Constructors
Link copied to clipboard
constructor(componentArn: String? = null, parameters: List<ContainerRecipeComponentParameter>? = null)