Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-rds-dbproxytargetgroup.json
Parent schema serverless-framework-configuration
Type: object

Resource schema for AWS::RDS::DBProxyTargetGroup. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-rds-proxy

Properties

DBProxyName string | Aws_CF_FunctionString required

The identifier for the proxy.

TargetGroupName string | Aws_CF_FunctionString required

The identifier for the DBProxyTargetGroup

ConnectionPoolConfigurationInfo object
5 nested properties
MaxConnectionsPercent integer

The maximum size of the connection pool for each target in a target group.

min=0max=100
MaxIdleConnectionsPercent integer

Controls how actively the proxy closes idle database connections in the connection pool.

min=0max=100
ConnectionBorrowTimeout integer

The number of seconds for a proxy to wait for a connection to become available in the connection pool.

SessionPinningFilters string[]

Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection.

InitQuery string | Aws_CF_FunctionString

One or more SQL statements for the proxy to run when opening each new database connection.

DBInstanceIdentifiers string[]
DBClusterIdentifiers string[]

Definitions

ConnectionPoolConfigurationInfoFormat object
MaxConnectionsPercent integer

The maximum size of the connection pool for each target in a target group.

min=0max=100
MaxIdleConnectionsPercent integer

Controls how actively the proxy closes idle database connections in the connection pool.

min=0max=100
ConnectionBorrowTimeout integer

The number of seconds for a proxy to wait for a connection to become available in the connection pool.

SessionPinningFilters string[]

Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection.

InitQuery string | Aws_CF_FunctionString

One or more SQL statements for the proxy to run when opening each new database connection.