Module Values.ComponentConfigurationSource

Configuration details of the component.

Sourcetype nonrec t = {
  1. componentArn : ComponentVersionArnOrBuildVersionArn.t;
    (*

    The Amazon Resource Name (ARN) of the component.

    *)
  2. parameters : ComponentParameterList.t option;
    (*

    A group of parameter settings that Image Builder uses to configure the component for a specific recipe.

    *)
}
Sourceval context_ : string
Sourceval make : ?parameters:??? -> componentArn:ComponentVersionArnOrBuildVersionArn.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t