Values.InstanceConfigurationSourceDefines a custom base AMI and block device mapping configurations of an instance used for building and testing container images.
type nonrec t = {image : NonEmptyString.t option;The base image for a container build and test instance. This can contain an AMI ID or it can specify an Amazon Web Services Systems Manager (SSM) Parameter Store Parameter, prefixed by ssm:, followed by the parameter name or ARN. If not specified, Image Builder uses the appropriate ECS-optimized AMI as a base image.
*)blockDeviceMappings : InstanceBlockDeviceMappings.t option;Defines the block devices to attach for building an instance from this Image Builder AMI.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `Integer of EbsIopsInteger.t
| `String of NonEmptyString.t ])
list ])
list ]
list
| `String of NonEmptyString.t ])
list ]