Values.RegisterContainerInstanceRequestSourcetype nonrec t = {cluster : String_.t option;The short name or full Amazon Resource Name (ARN) of the cluster to register your container instance with. If you do not specify a cluster, the default cluster is assumed.
*)instanceIdentityDocument : String_.t option;The instance identity document for the EC2 instance to register. This document can be found by running the following command from the instance: curl http://169.254.169.254/latest/dynamic/instance-identity/document/
*)instanceIdentityDocumentSignature : String_.t option;The instance identity document signature for the EC2 instance to register. This signature can be found by running the following command from the instance: curl http://169.254.169.254/latest/dynamic/instance-identity/signature/
*)totalResources : Resources.t option;The resources available on the instance.
*)versionInfo : VersionInfo.t option;The version information for the Amazon ECS container agent and Docker daemon that runs on the container instance.
*)containerInstanceArn : String_.t option;The ARN of the container instance (if it was previously registered).
*)attributes : Attributes.t option;The container instance attributes that this container instance supports.
*)platformDevices : PlatformDevices.t option;The devices that are available on the container instance. The only supported device type is a GPU.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `Long of Long.t
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]