awscc.rds_dbproxytargetgroup

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - rds:DeregisterDBProxyTargets

update

Parent base class for filters and actions.

definitions:
  ConnectionPoolConfigurationInfoFormat:
    properties:
      ConnectionBorrowTimeout:
        description: The number of seconds for a proxy to wait for a connection to
          become available in the connection pool.
        type: integer
      InitQuery:
        description: One or more SQL statements for the proxy to run when opening
          each new database connection.
        type: string
      MaxConnectionsPercent:
        description: The maximum size of the connection pool for each target in a
          target group.
        maximum: 100
        minimum: 0
        type: integer
      MaxIdleConnectionsPercent:
        description: Controls how actively the proxy closes idle database connections
          in the connection pool.
        maximum: 100
        minimum: 0
        type: integer
      SessionPinningFilters:
        description: 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.
        items:
          type: string
        type: array
    type: object
properties:
  ConnectionPoolConfigurationInfo:
    properties:
      ConnectionBorrowTimeout:
        description: The number of seconds for a proxy to wait for a connection to
          become available in the connection pool.
        type: integer
      InitQuery:
        description: One or more SQL statements for the proxy to run when opening
          each new database connection.
        type: string
      MaxConnectionsPercent:
        description: The maximum size of the connection pool for each target in a
          target group.
        maximum: 100
        minimum: 0
        type: integer
      MaxIdleConnectionsPercent:
        description: Controls how actively the proxy closes idle database connections
          in the connection pool.
        maximum: 100
        minimum: 0
        type: integer
      SessionPinningFilters:
        description: 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.
        items:
          type: string
        type: array
    type: object
  DBClusterIdentifiers:
    items:
      type: string
    type: array
  DBInstanceIdentifiers:
    items:
      type: string
    type: array
  type:
    enum:
    - update

Permissions - rds:DescribeDBProxyTargetGroups, rds:ModifyDBProxyTargetGroup, rds:RegisterDBProxyTargets, rds:DeregisterDBProxyTargets