rds_modify_db_proxy_target_group: Modifies the properties of a DBProxyTargetGroup

View source: R/rds_operations.R

rds_modify_db_proxy_target_groupR Documentation

Modifies the properties of a DBProxyTargetGroup

Description

Modifies the properties of a DBProxyTargetGroup.

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

Usage

rds_modify_db_proxy_target_group(
  TargetGroupName,
  DBProxyName,
  ConnectionPoolConfig = NULL,
  NewName = NULL
)

Arguments

TargetGroupName

[required] The name of the target group to modify.

DBProxyName

[required] The name of the proxy.

ConnectionPoolConfig

The settings that determine the size and behavior of the connection pool for the target group.

NewName

The new name for the modified DBProxyTarget. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.


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