Values.LifecyclePolicySummarySourceSummary information about a lifecycle policy.
type nonrec t = {policyId : PolicyId.t option;The identifier of the lifecycle policy.
*)description : PolicyDescription.t option;The description of the lifecycle policy.
*)state : GettablePolicyStateValues.t option;The activation state of the lifecycle policy.
*)policyType : PolicyTypeValues.t option;The type of policy. EBS_SNAPSHOT_MANAGEMENT indicates that the policy manages the lifecycle of Amazon EBS snapshots. IMAGE_MANAGEMENT indicates that the policy manages the lifecycle of EBS-backed AMIs. EVENT_BASED_POLICY indicates that the policy automates cross-account snapshot copies for snapshots that are shared with your account.
*)defaultPolicy : DefaultPolicy.t option;[Default policies only] The type of default policy. Values include: VOLUME - Default policy for EBS snapshots INSTANCE - Default policy for EBS-backed AMIs
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DefaultPolicy.t
| `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of PolicyId.t ])
list ]