Module Values.LifecyclePolicyDetailSource

The configuration details for a lifecycle policy resource.

Sourcetype nonrec t = {
  1. action : LifecyclePolicyDetailAction.t;
    (*

    Configuration details for the policy action.

    *)
  2. filter : LifecyclePolicyDetailFilter.t;
    (*

    Specifies the resources that the lifecycle policy applies to.

    *)
  3. exclusionRules : LifecyclePolicyDetailExclusionRules.t option;
    (*

    Additional rules to specify resources that should be exempt from policy actions.

    *)
}
Sourceval context_ : string
Sourceval make : ?exclusionRules:??? -> action:LifecyclePolicyDetailAction.t -> filter:LifecyclePolicyDetailFilter.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of LifecyclePolicyDetailFilterValue.t | `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 ]) 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