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

Resource schema for AWS::RDS::DBProxyEndpoint.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

DBProxyEndpointName string | Aws_CF_FunctionString required

The identifier for the DB proxy endpoint. This name must be unique for all DB proxy endpoints owned by your AWS account in the specified AWS Region.

DBProxyName string | Aws_CF_FunctionString required

The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region.

VpcSubnetIds string[] required

VPC subnet IDs to associate with the new DB proxy endpoint.

minItems=2
VpcSecurityGroupIds string[]

VPC security group IDs to associate with the new DB proxy endpoint.

minItems=1
TargetRole string | Aws_CF_FunctionString

A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.

An optional set of key-value pairs to associate arbitrary data of your choosing with the DB proxy endpoint.

Definitions

TagFormat object
Key string | Aws_CF_FunctionString
Value string | Aws_CF_FunctionString