AWS::RDS::DBProxyTargetGroupResource schema for AWS::RDS::DBProxyTargetGroup
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DBProxyName | string | RequiredCreate-only |
TargetGroupName | string | RequiredCreate-only |
ConnectionPoolConfigurationInfo | ConnectionPoolConfigurationInfoFormat | |
DBClusterIdentifiers | Array<string> | |
DBInstanceIdentifiers | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
TargetGroupArn | string | The Amazon Resource Name (ARN) representing the target group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::DBProxyTargetGroup
Resources:
MyResource:
Type: AWS::RDS::DBProxyTargetGroup
Properties:
DBProxyName: "my-dbproxyname"
TargetGroupName: "default"Permissions CloudFormation needs in your IAM role to manage this resource.
rds:DescribeDBProxiesrds:DescribeDBProxyTargetGroupsrds:ModifyDBProxyTargetGrouprds:RegisterDBProxyTargetsrds:DescribeDBProxyTargetGroupsrds:DescribeDBProxyTargetsrds:DescribeDBProxyTargetGroupsrds:ModifyDBProxyTargetGrouprds:RegisterDBProxyTargetsrds:DeregisterDBProxyTargetsrds:DeregisterDBProxyTargetsrds:DescribeDBProxyTargetGroupsEverything you need to know about RDS on one page. HD quality, print-friendly.
Download Free InfographicTargetGroupArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DBProxyNameTargetGroupName