Values.ImageSummarySourceAn image summary.
type nonrec t = {arn : ImageBuilderArn.t option;The Amazon Resource Name (ARN) of the image.
*)name : ResourceName.t option;The name of the image.
*)type_ : ImageType.t option;Specifies whether this image produces an AMI or a container image.
*)version : VersionNumber.t option;The version of the image.
*)platform : Platform.t option;The image operating system platform, such as Linux or Windows.
*)osVersion : OsVersion.t option;The operating system version of the instances that launch from this image. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
*)state : ImageState.t option;The state of the image.
*)owner : NonEmptyString.t option;The owner of the image.
*)dateCreated : DateTime.t option;The date on which Image Builder created this image.
*)outputResources : OutputResources.t option;The output resources that Image Builder produced when it created this image.
*)buildType : BuildType.t option;Indicates the type of build that created this image. The build can be initiated in the following ways: USER_INITIATED – A manual pipeline build request. SCHEDULED – A pipeline build initiated by a cron expression in the Image Builder pipeline, or from EventBridge. IMPORT – A VM import created the image to use as the base image for the recipe. IMPORT_ISO – An ISO disk import created the image.
*)imageSource : ImageSource.t option;The origin of the base image that Image Builder used to build this image.
*)deprecationTime : DateTimeTimestamp.t option;The time when deprecation occurs for an image resource. This can be a past or future date.
*)lifecycleExecutionId : LifecycleExecutionId.t option;Identifies the last runtime instance of the lifecycle policy to take action on the image.
*)loggingConfiguration : ImageLoggingConfiguration.t option;The logging configuration that's defined for the image.
*)}val make :
?arn:??? ->
?name:??? ->
?type_:??? ->
?version:??? ->
?platform:??? ->
?osVersion:??? ->
?state:??? ->
?owner:??? ->
?dateCreated:??? ->
?outputResources:??? ->
?tags:??? ->
?buildType:??? ->
?imageSource:??? ->
?deprecationTime:??? ->
?lifecycleExecutionId:??? ->
?loggingConfiguration:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ImageBuilderArn.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Enum of string
| `String of NonEmptyString.t ])
list ])
list ]
list
| `String of NonEmptyString.t ])
list
| `Timestamp of DateTimeTimestamp.t ])
list ]