ContainerRecipeComponentConfiguration

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val componentArn: 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.