Values.ConnectorSummarySourceA condensed overview of the connectorV2..
type nonrec t = {connectorArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the connectorV2.
*)connectorId : NonEmptyString.t option;The UUID of the connectorV2 to identify connectorV2 resource.
*)name : NonEmptyString.t option;The Name field contains the user-defined name assigned to the integration connector. This helps identify and manage multiple connectors within Security Hub.
*)description : NonEmptyString.t option;The description of the connectorV2.
*)providerSummary : ProviderSummary.t option;The connectorV2 third party provider configuration summary.
*)createdAt : Timestamp.t option;ISO 8601 UTC timestamp for the time create the connectorV2.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Timestamp.t ])
list ]