neptune_create_db_cluster_endpoint: Creates a new custom endpoint and associates it with an...

View source: R/neptune_operations.R

neptune_create_db_cluster_endpointR Documentation

Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster

Description

Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.

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

Usage

neptune_create_db_cluster_endpoint(
  DBClusterIdentifier,
  DBClusterEndpointIdentifier,
  EndpointType,
  StaticMembers = NULL,
  ExcludedMembers = NULL,
  Tags = NULL
)

Arguments

DBClusterIdentifier

[required] The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

DBClusterEndpointIdentifier

[required] The identifier to use for the new endpoint. This parameter is stored as a lowercase string.

EndpointType

[required] 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.

Tags

The tags to be assigned to the Amazon Neptune resource.


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