Values.ComponentConfigurationSourceConfiguration details of the component.
type nonrec t = {componentArn : ComponentVersionArnOrBuildVersionArn.t;The Amazon Resource Name (ARN) of the component.
*)parameters : ComponentParameterList.t option;A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
*)}val make :
?parameters:??? ->
componentArn:ComponentVersionArnOrBuildVersionArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of ComponentParameterValue.t ] list
| `String of ComponentParameterName.t ])
list ]
list
| `String of ComponentVersionArnOrBuildVersionArn.t ])
list ]