Values.InfrastructureConfigurationSummarySourceThe infrastructure used when building Amazon EC2 AMIs.
type nonrec t = {arn : ImageBuilderArn.t option;The Amazon Resource Name (ARN) of the infrastructure configuration.
*)name : ResourceName.t option;The name of the infrastructure configuration.
*)description : NonEmptyString.t option;The description of the infrastructure configuration.
*)dateCreated : DateTime.t option;The date on which the infrastructure configuration was created.
*)dateUpdated : DateTime.t option;The date on which the infrastructure configuration was last updated.
*)resourceTags : ResourceTagMap.t option;The tags attached to the image created by Image Builder.
*)instanceTypes : InstanceTypeList.t option;The instance types of the infrastructure configuration.
*)instanceProfileName : InstanceProfileNameType.t option;The instance profile of the infrastructure configuration.
*)placement : Placement.t option;The instance placement settings that define where the instances that are launched from your image will run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of InstanceType.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ImageBuilderArn.t
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ])
list ]