Values_1.CreateDBClusterEndpointMessageSourceCreates a new custom endpoint and associates it with an Amazon Aurora DB cluster. This action applies only to Aurora DB clusters.
type nonrec t = {dBClusterIdentifier : Values_0.String_.t;The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.
*)dBClusterEndpointIdentifier : Values_0.String_.t;The identifier to use for the new endpoint. This parameter is stored as a lowercase string.
*)endpointType : Values_0.String_.t;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. This parameter is relevant only if the list of static members is empty.
*)}val make :
?staticMembers:??? ->
?excludedMembers:??? ->
?tags:??? ->
dBClusterIdentifier:Values_0.String_.t ->
dBClusterEndpointIdentifier:Values_0.String_.t ->
endpointType:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_0.String_.t ])
list ]