Values_1.ModifyDBClusterEndpointMessageSourceModifies the properties of an endpoint in an Amazon Aurora DB cluster. This operation only applies to Aurora DB clusters.
type nonrec t = {dBClusterEndpointIdentifier : Values_0.String_.t;The identifier of the endpoint to modify. This parameter is stored as a lowercase string.
*)endpointType : Values_0.String_.t option;The type of the endpoint. One of: READER, WRITER, ANY.
*)staticMembers : Values_0.StringList.t option;List of DB instance identifiers that are part of the custom endpoint group.
*)excludedMembers : Values_0.StringList.t option;List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty.
*)}val make :
?endpointType:??? ->
?staticMembers:??? ->
?excludedMembers:??? ->
dBClusterEndpointIdentifier:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]