AWS::RDS::DBProxyEndpointResource schema for AWS::RDS::DBProxyEndpoint.
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DBProxyEndpointName | string | RequiredCreate-only |
DBProxyName | string | RequiredCreate-only |
VpcSubnetIds | Array<string> | RequiredCreate-only |
EndpointNetworkType | string | Create-only |
Tags | Array<TagFormat> | |
TargetRole | string | |
VpcSecurityGroupIds | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DBProxyEndpointArn | string | The Amazon Resource Name (ARN) for the DB proxy endpoint. |
Endpoint | string | The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application. |
IsDefault | boolean | A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only. |
VpcId | string | VPC ID to associate with the new DB proxy endpoint. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::DBProxyEndpoint
Resources:
MyResource:
Type: AWS::RDS::DBProxyEndpoint
Properties:
DBProxyName: "my-dbproxyname"
DBProxyEndpointName: "my-dbproxyendpointname"
VpcSubnetIds: "my-vpcsubnetids"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
rds:CreateDBProxyEndpointrds:DescribeDBProxyEndpointsrds:DescribeDBProxyEndpointsrds:ListTagsForResourcerds:ModifyDBProxyEndpointrds:AddTagsToResourcerds:RemoveTagsFromResourcerds:DescribeDBProxyEndpointsrds:DeleteDBProxyEndpointrds:DescribeDBProxyEndpointsEverything you need to know about RDS on one page. HD quality, print-friendly.
Download Free InfographicDBProxyEndpointNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DBProxyNameDBProxyEndpointNameEndpointNetworkTypeVpcSubnetIds