Values.DescribeVpcConnectionResponseSourceReturns a description of this MSK VPC connection.
type nonrec t = {vpcConnectionArn : string option;The Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection.
*)targetClusterArn : string option;The Amazon Resource Name (ARN) that uniquely identifies an MSK cluster.
*)state : VpcConnectionState.t option;The state of VPC connection.
*)authentication : string option;The authentication type of VPC connection.
*)vpcId : string option;The VPC Id for the VPC connection.
*)subnets : string list option;The list of subnets for the VPC connection.
*)securityGroups : string list option;The list of security groups for the VPC connection.
*)creationTime : string option;The creation time of the VPC connection.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val 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
| `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
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]