Values_2.RegisteredInstanceSourceDescribes an Amazon EC2 instance that is enabled for SQL Server High Availability standby detection monitoring.
type nonrec t = {instanceId : Values_0.InstanceId.t option;The ID of the SQL Server High Availability instance.
*)sqlServerLicenseUsage : Values_1.SqlServerLicenseUsage.t option;The license type for the SQL Server license. Valid values include: full - The SQL Server High Availability instance is using a full SQL Server license. waived - The SQL Server High Availability instance is waived from the SQL Server license.
*)haStatus : Values_1.HaStatus.t option;The SQL Server High Availability status of the instance. Valid values are: processing - The SQL Server High Availability status for the SQL Server High Availability instance is being updated. active - The SQL Server High Availability instance is an active node in an SQL Server High Availability cluster. standby - The SQL Server High Availability instance is a standby failover node in an SQL Server High Availability cluster. invalid - An error occurred due to misconfigured permissions, or unable to dertemine SQL Server High Availability status for the SQL Server High Availability instance.
*)processingStatus : Values_0.String_.t option;A brief description of the SQL Server High Availability status. If the instance is in the invalid High Availability status, this parameter includes the error message.
*)lastUpdatedTime : Values_0.MillisecondDateTime.t option;The date and time when the instance's SQL Server High Availability status was last updated, in the ISO 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ).
*)sqlServerCredentials : Values_0.String_.t option;The ARN of the Secrets Manager secret containing the SQL Server access credentials for the SQL Server High Availability instance. If not specified, deafult local user credentials will be used by the Amazon Web Services Systems Manager agent.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.InstanceId.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]