ContainerRecipeComponentConfigurationArgs

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

Configuration details of the component.

Constructors

constructor(componentArn: Output<String>? = null, parameters: Output<List<ContainerRecipeComponentParameterArgs>>? = 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(): ContainerRecipeComponentConfigurationArgs