Values.EndpointAccessSourceDescribes a Redshift-managed VPC endpoint.
type createEndpointAccessResult = {clusterIdentifier : String_.t option;The cluster identifier of the cluster associated with the endpoint.
*)resourceOwner : String_.t option;The Amazon Web Services account ID of the owner of the cluster.
*)subnetGroupName : String_.t option;The subnet group name where Amazon Redshift chooses to deploy the endpoint.
*)endpointStatus : String_.t option;The status of the endpoint.
*)endpointName : String_.t option;The name of the endpoint.
*)endpointCreateTime : TStamp.t option;The time (UTC) that the endpoint was created.
*)port : Integer.t option;The port number on which the cluster accepts incoming connections.
*)address : String_.t option;The DNS address of the endpoint.
*)vpcSecurityGroups : VpcSecurityGroupMembershipList.t option;The security groups associated with the endpoint.
*)vpcEndpoint : VpcEndpoint.t option;}and t = {createEndpointAccessResult : createEndpointAccessResult;responseMetaData : responseMetaData;}type error = [ | `AccessToClusterDeniedFault of AccessToClusterDeniedFault.t| `ClusterNotFoundFault of ClusterNotFoundFault.t| `ClusterSubnetGroupNotFoundFault of ClusterSubnetGroupNotFoundFault.t| `EndpointAlreadyExistsFault of EndpointAlreadyExistsFault.t| `EndpointsPerAuthorizationLimitExceededFault of
EndpointsPerAuthorizationLimitExceededFault.t| `EndpointsPerClusterLimitExceededFault of
EndpointsPerClusterLimitExceededFault.t| `InvalidClusterSecurityGroupStateFault of
InvalidClusterSecurityGroupStateFault.t| `InvalidClusterStateFault of InvalidClusterStateFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessToClusterDeniedFault of unit
| `ClusterNotFoundFault of unit
| `ClusterSubnetGroupNotFoundFault of unit
| `EndpointAlreadyExistsFault of unit
| `EndpointsPerAuthorizationLimitExceededFault of unit
| `EndpointsPerClusterLimitExceededFault of unit
| `InvalidClusterSecurityGroupStateFault of unit
| `InvalidClusterStateFault of unit
| `UnauthorizedOperation of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessToClusterDeniedFault of unit
| `ClusterNotFoundFault of unit
| `ClusterSubnetGroupNotFoundFault of unit
| `EndpointAlreadyExistsFault of unit
| `EndpointsPerAuthorizationLimitExceededFault of unit
| `EndpointsPerClusterLimitExceededFault of unit
| `InvalidClusterSecurityGroupStateFault of unit
| `InvalidClusterStateFault of unit
| `UnauthorizedOperation of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t ])
list
| `Timestamp of TStamp.t ])
list ])
list ]