Values.LifecyclePolicyDetailExclusionRulesSourceSpecifies resources that lifecycle policy actions should not apply to.
type nonrec t = {tagMap : TagMap.t option;Contains a list of tags that Image Builder uses to skip lifecycle actions for Image Builder image resources that have them.
*)amis : LifecyclePolicyDetailExclusionRulesAmis.t option;Lists configuration values that apply to AMIs that Image Builder should exclude from the lifecycle action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `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 ])
list ]