Values.CreateVpcConnectorResponseSourceCreate an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud (Amazon VPC).
type nonrec t = {vpcConnector : VpcConnector.t option;A description of the App Runner VPC connector that's created by this request.
*)}type nonrec error = [ | `InternalServiceErrorException of InternalServiceErrorException.t| `InvalidRequestException of InvalidRequestException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceErrorException of InternalServiceErrorException.t
| `InvalidRequestException of InvalidRequestException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceErrorException of InternalServiceErrorException.t
| `InvalidRequestException of InvalidRequestException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `String of VpcConnectorName.t
| `Timestamp of Timestamp.t ])
list ])
list ]