Values.LifecyclePolicyDetailExclusionRulesAmisSourceDefines criteria for AMIs that are excluded from lifecycle actions.
type nonrec t = {isPublic : Boolean.t option;Configures whether public AMIs are excluded from the lifecycle action.
*)regions : StringList.t option;Configures Amazon Web Services Regions that are excluded from the lifecycle action.
*)lastLaunched : LifecyclePolicyDetailExclusionRulesAmisLastLaunched.t option;Specifies configuration details for Image Builder to exclude the most recent resources from lifecycle actions.
*)tagMap : TagMap.t option;Lists tags that should be excluded from lifecycle actions for the AMIs that have them.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of NonEmptyString.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `Structure of
(string
* [> `Enum of string
| `Integer of
LifecyclePolicyDetailExclusionRulesAmisLastLaunchedValue.t ])
list ])
list ]