Values.DescribeConnectorResponseSourceReturns summary information about the connector.
type nonrec t = {capacity : CapacityDescription.t option;Information about the capacity of the connector, whether it is auto scaled or provisioned.
*)connectorArn : string option;The Amazon Resource Name (ARN) of the connector.
*)connectorConfiguration : ConnectorConfiguration.t option;A map of keys to values that represent the configuration for the connector.
*)connectorDescription : string option;A summary description of the connector.
*)connectorName : string option;The name of the connector.
*)connectorState : ConnectorState.t option;The state of the connector.
*)creationTime : string option;The time the connector was created.
*)currentVersion : string option;The current version of the connector.
*)kafkaCluster : KafkaClusterDescription.t option;The Apache Kafka cluster that the connector is connected to.
*)kafkaClusterClientAuthentication : KafkaClusterClientAuthenticationDescription.t
option;The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.
*)kafkaClusterEncryptionInTransit : KafkaClusterEncryptionInTransitDescription.t
option;Details of encryption in transit to the Apache Kafka cluster.
*)kafkaConnectVersion : string option;The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and the plugins.
*)logDelivery : LogDeliveryDescription.t option;Details about delivering logs to Amazon CloudWatch Logs.
*)networkType : NetworkType.t option;The network type of the connector. It gives connectors connectivity to either IPv4 (IPV4) or IPv4 and IPv6 (DUAL) destinations. Defaults to IPV4.
*)plugins : PluginDescription.t list option;Specifies which plugins were used for this connector.
*)serviceExecutionRoleArn : string option;The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
*)workerConfiguration : WorkerConfigurationDescription.t option;Specifies which worker configuration was used for the connector.
*)stateDescription : StateDescription.t option;Details about the state of a connector.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val make :
?capacity:??? ->
?connectorArn:??? ->
?connectorConfiguration:??? ->
?connectorDescription:??? ->
?connectorName:??? ->
?connectorState:??? ->
?creationTime:??? ->
?currentVersion:??? ->
?kafkaCluster:??? ->
?kafkaClusterClientAuthentication:??? ->
?kafkaClusterEncryptionInTransit:??? ->
?kafkaConnectVersion:??? ->
?logDelivery:??? ->
?networkType:??? ->
?plugins:??? ->
?serviceExecutionRoleArn:??? ->
?workerConfiguration:??? ->
?stateDescription:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string ])
list ])
list ]
list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `Integer of int
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Integer of int
| `List of [> `String of string ] list
| `String of string ])
list ])
list ])
list
| `Timestamp of string ])
list ]