neptune_modify_db_cluster_endpoint: Modifies the properties of an endpoint in an Amazon Neptune...

View source: R/neptune_operations.R

neptune_modify_db_cluster_endpointR Documentation

Modifies the properties of an endpoint in an Amazon Neptune DB cluster

Description

Modifies the properties of an endpoint in an Amazon Neptune DB cluster.

See https://www.paws-r-sdk.com/docs/neptune_modify_db_cluster_endpoint/ for full documentation.

Usage

neptune_modify_db_cluster_endpoint(
  DBClusterEndpointIdentifier,
  EndpointType = NULL,
  StaticMembers = NULL,
  ExcludedMembers = NULL
)

Arguments

DBClusterEndpointIdentifier

[required] The identifier of the endpoint to modify. This parameter is stored as a lowercase string.

EndpointType

The type of the endpoint. One of: READER, WRITER, ANY.

StaticMembers

List of DB instance identifiers that are part of the custom endpoint group.

ExcludedMembers

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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.