Values.LifecyclePolicyResourceSelectionSourceResource selection criteria for the lifecycle policy.
type nonrec t = {recipes : LifecyclePolicyResourceSelectionRecipes.t option;A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.
*)tagMap : TagMap.t option;A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle policy applies to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ResourceName.t ]) list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list ])
list ]