Values.LifecyclePolicySummarySourceContains a summary of lifecycle policy resources.
type nonrec t = {arn : LifecyclePolicyArn.t option;The Amazon Resource Name (ARN) of the lifecycle policy summary resource.
*)name : ResourceName.t option;The name of the lifecycle policy.
*)description : NonEmptyString.t option;Optional description for the lifecycle policy.
*)status : LifecyclePolicyStatus.t option;The lifecycle policy resource status.
*)executionRole : RoleNameOrArn.t option;The name or Amazon Resource Name (ARN) of the IAM role that Image Builder uses to run the lifecycle policy.
*)resourceType : LifecyclePolicyResourceType.t option;The type of resources the lifecycle policy targets.
*)dateCreated : DateTimeTimestamp.t option;The timestamp when Image Builder created the lifecycle policy resource.
*)dateUpdated : DateTimeTimestamp.t option;The timestamp when Image Builder updated the lifecycle policy resource.
*)dateLastRun : DateTimeTimestamp.t option;The timestamp for the last time Image Builder ran the lifecycle policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of LifecyclePolicyArn.t
| `Timestamp of DateTimeTimestamp.t ])
list ]