Values.ConnectorSourceAn object that represents a connector for an Amazon EVS environment. A connector establishes a vCenter connection using the credentials stored in Amazon Web Services Secrets Manager.
type nonrec t = {environmentId : EnvironmentId.t option;The unique ID of the environment that the connector belongs to.
*)connectorId : ConnectorId.t option;The unique ID of the connector.
*)type_ : ConnectorType.t option;The type of the connector.
*)applianceFqdn : ApplianceFqdn.t option;The fully qualified domain name (FQDN) of the VCF appliance that the connector connects to.
*)secretArn : SecretIdentifier.t option;The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that stores the credentials for the VCF appliance.
*)state : ConnectorState.t option;The state of the connector.
*)stateDetails : StateDetails.t option;A detailed description of the connector state.
*)status : CheckResult.t option;The status of the connector.
*)checks : ConnectorsChecksList.t option;A list of checks that are run on the connector.
*)createdAt : Timestamp.t option;The date and time that the connector was created.
*)modifiedAt : Timestamp.t option;The date and time that the connector was modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ])
list ]
list
| `String of EnvironmentId.t
| `Timestamp of Timestamp.t ])
list ]