Values_0.ActivationSourceAn activation registers one or more on-premises servers or virtual machines (VMs) with Amazon Web Services so that you can configure those servers or VMs using Run Command. A server or VM that has been registered with Amazon Web Services Systems Manager is called a managed node.
type nonrec t = {activationId : ActivationId.t option;The ID created by Systems Manager when you submitted the activation.
*)description : ActivationDescription.t option;A user defined description of the activation.
*)defaultInstanceName : DefaultInstanceName.t option;A name for the managed node when it is created.
*)iamRole : IamRole.t option;The Identity and Access Management (IAM) role to assign to the managed node.
*)registrationLimit : RegistrationLimit.t option;The maximum number of managed nodes that can be registered using this activation.
*)registrationsCount : RegistrationsCount.t option;The number of managed nodes already registered with this activation.
*)expirationDate : ExpirationDate.t option;The date when this activation can no longer be used to register managed nodes.
*)expired : Boolean.t option;Whether or not the activation is expired.
*)createdDate : CreatedDate.t option;The date the activation was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of RegistrationLimit.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ActivationId.t
| `Timestamp of ExpirationDate.t ])
list ]