Module Values.LifecyclePolicyDetailExclusionRulesSource

Specifies resources that lifecycle policy actions should not apply to.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. amis : LifecyclePolicyDetailExclusionRulesAmis.t option;
    (*

    Lists configuration values that apply to AMIs that Image Builder should exclude from the lifecycle action.

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