AWS Fundamentals Logo
AWS Fundamentals
AWS::RDS::DBProxyTargetGroup

RDS DBProxyTargetGroup

Resource schema for AWS::RDS::DBProxyTargetGroup

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DBProxyName
string
RequiredCreate-only
TargetGroupName
string
RequiredCreate-only
ConnectionPoolConfigurationInfo
ConnectionPoolConfigurationInfoFormat
DBClusterIdentifiers
Array<string>
DBInstanceIdentifiers
Array<string>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
TargetGroupArnstringThe Amazon Resource Name (ARN) representing the target group.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::DBProxyTargetGroup

Resources:
  MyResource:
    Type: AWS::RDS::DBProxyTargetGroup
    Properties:
      DBProxyName: "my-dbproxyname"
      TargetGroupName: "default"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

rds:DescribeDBProxiesrds:DescribeDBProxyTargetGroupsrds:ModifyDBProxyTargetGrouprds:RegisterDBProxyTargets

read

rds:DescribeDBProxyTargetGroupsrds:DescribeDBProxyTargets

update

rds:DescribeDBProxyTargetGroupsrds:ModifyDBProxyTargetGrouprds:RegisterDBProxyTargetsrds:DeregisterDBProxyTargets

delete

rds:DeregisterDBProxyTargets

list

rds:DescribeDBProxyTargetGroups

Get the RDS Cheat Sheet

Everything you need to know about RDS on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceRDS
Properties6
Required2
TaggingNot supported
Primary IDTargetGroupArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DBProxyNameTargetGroupName

External Links