Modifies the properties of an endpoint in an Amazon Aurora DB cluster.
rds_modify_db_cluster_endpoint(DBClusterEndpointIdentifier,
EndpointType, StaticMembers, ExcludedMembers)
[required] The identifier of the endpoint to modify. This parameter is stored as a lowercase string.
The type of the endpoint. One of: READER
, ANY
.
List of DB instance identifiers that are part of the custom endpoint group.
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.
svc$modify_db_cluster_endpoint( DBClusterEndpointIdentifier = "string", EndpointType = "string", StaticMembers = list( "string" ), ExcludedMembers = list( "string" ) )
This action only applies to Aurora DB clusters.