Module Values.LifecyclePolicyResourceSelectionSource

Resource selection criteria for the lifecycle policy.

Sourcetype nonrec t = {
  1. recipes : LifecyclePolicyResourceSelectionRecipes.t option;
    (*

    A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.

    *)
  2. 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.

    *)
}
Sourceval make : ?recipes:??? -> ?tagMap:??? -> unit -> t
Sourceval 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 ]
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